Adobe Forms 1 How To Create A Adobe Form and Print The Form
Adobe Forms 1 How To Create A Adobe Form and Print The Form
Adobe Forms 1 How To Create A Adobe Form and Print The Form
Now Select the Interface Radio Button and create a New Interface by giving a custom interface
name..
Select 'Global Data' and double Click on it then click on 'Append Row'.
Enter the Variable name with Data Type. .( Here you can Declare all the variable as per your
requirement.)
Select Code Initialization assign value into the declared variable.( Here you can write the codes as
per your requirement.)
Active the Interface after completion of all coding part. and come back
All the Variable (Declared in the Interface) will Display in-side the Global Data.
Drag and drop the Variables in the Context then Click on Layout.
Here We can Design the Output as required.
Click on OK
From the System we can Upload the Image according to the Requirement.
Logo will be display in the Screen and you can see the Path in URL(From Where We uploaded).
Now Bind the Variable into the Text Field by Right clicking on the text and select Floating Field.
Click On the Button
Variable Bind to the Text Field Increase the Size as you want.
Here we can Check the PDF output by clicking "Preview PDF"
Save in Same TR
Here Write the Codes to Call Adobe Form
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
REPORT ZADV_PRINT_PROG.
*__________________________________________________________________________
FORM FNAME USING P_NAME.
CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
EXPORTING
I_NAME = P_NAME
IMPORTING
E_FUNCNAME = FM_NAME.
IF SY-SUBRC <> 0.
* <error handling>
ENDIF.
FP_DOCPARAMS-LANGU = 'E'.
FP_DOCPARAMS-COUNTRY = 'US'.
ENDFORM.
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Give Default Print Output Device name and click on 'Print Preview'.
Output