Show TOC

Interface Parameters of Form TemplatesLocate this document in the navigation structure

Use

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)

Parameters of Structure SFPDOCPARAMS

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.

Note

You cannot combine the LANGU and COUNTRY parameters in any way you wish; the possible combinations conform to ISO codes.

For more information, see the online help for Adobe Designer in the Locale section.

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 a dynamic form displaying and processing in Adobe Acrobat or Adobe Reader .

DARATAB

TFPDARA

If you want to archive the generated form, you must make at least one entry in this table (with archiving indexes).

Parameters of the Structure FPFORMOUTPUT

Parameter Name

Type

Meaning

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