Posted inSAP ABAP
Posted inAdobe Form (PDF Form)
Repeat subform for each data item is grayed out
You need to set the top most parent subform to be Flowed to enable the…
Posted inSAP ABAP
Dummy
DATA: fp_outputparams TYPE sfpoutputparams, fm_name TYPE rs38l_fnam, fp_docparams TYPE sfpdocparams, fp_form_output TYPE fpformoutput, ls_itab TYPE /rb9f/fps_s_credit_pdf. ls_itab = get_itab( ). fp_outputparams-device = 'PRINTER'. fp_outputparams-preview = 'X'. * Sets the output parameters and opens the spool job CALL FUNCTION 'FP_JOB_OPEN' "& Form Processing: Call Form CHANGING ie_outputparams = fp_outputparams EXCEPTIONS cancel = 1 usage_error = 2…
Posted inSAP ABAP
Download template button at Selection Screen
Result: Step 1: Use TCode SMW0 to upload a template file Step 1.1: Tcode SMW0…
Posted inSAP ABAP
How to take the backup of a screen in SAP
https://blogs.sap.com/2013/03/20/how-to-take-the-backup-of-a-screen-in-sap/