Interface Parameters of Form Templates 
The system generates a function module when it activates a form template. You use the parameters of this function module to control the output and properties of the form when it is called in the application program.
The parameters of the function module correspond to the parameters of the form interface as follows:
Function Module Parameters |
Form Interface Parameters |
|---|---|
Parameters of structure SFPDOCPARAMS |
Import parameters (/1BCDWB/DOCPARAMS) |
Parameters of structure FPFORMOUTPUT |
Export parameters (/1BCDWB/FORMOUTPUT) |
Parameter Name |
Type |
Meaning |
|---|---|---|
LANGU |
LANGU |
Language in which the form is displayed |
REPLANGU1 REPLANGU2 REPLANGU3 |
LANGU |
If the form does not exist in the language specified in LANGU, the system evaluates these fields in the given sequence instead. |
COUNTRY |
LAND1 |
Country key for date and number formatting No setting is required if the SET COUNTRY command is used in the application program before the generated function module is called, and the same country is specified there. |
FILLABLE |
FPINTERACTIVE |
FILLABLE = X generates an interactive online form with UsageRights. Users can enter and save data in the form in Adobe Acrobat or Adobe Reader. FILLABLE = N generates an interactive online form without UsageRights (data entry not possible). FILLABLE = F generates an interactive offline form with UsageRights, like FILLABLE = X. |
DYNAMIC |
FPDYNAMIC |
DYNAMIC = X generates an interactive, dynamic form to be displayed and processed in Adobe Acrobat or Adobe Reader. This parameter only applies if the FILLABLE parameter is also set. |
DARATAB |
TFPDARA |
If you want to archive the generated form, you must make at least one entry in this table (with archiving indexes). |
Parameter Name |
Type |
Meaning |
|---|---|---|
Portable Document Format (PDF) |
FPCONTENT |
Contains the generated PDF A PDF is generated only on demand by the GETPDF parameter of the function module FP_JOB_OPEN in the application program, or by the print preview function. More information: Form Interface Parameters of the Application |
PDL |
FPCONTENT |
Contains the generated PDL. |
PAGES |
FPPAGECOUNT |
Contains the number of generated pages in the form. |
LANGU |
LANGU |
Language key |