InteractiveForm properties
Use
Properties in View Designer
You can find information about integrating an InteractiveForm UI element into a component in Integrating (Interactive) Forms.
-
dataSource
This property is bound to context nodes containing the data for the form.
-
displayType:
The type of layout of the form.
Value
Description
Native (standard)
For ZCI forms
activeX
For ACF forms
Note that this enumeration value is deprecated. For newly created InteractiveForm UI elements the ABAP Workbench only provides the native value.
-
enabled
Specifies whether the form is interactive or a (non-interactive) print form.
If the value is selected, an interactive form is displayed. If the property is not selected, the form is only displayed for printing.
-
fileName
Specification of a file name. You do not have to specify a file name extension (.pdf). The file name is suggested when the form is saved (from the Adobe Reader).
-
formLanguage
Specifies the langauge in which the form is displayed.
If this property is not set (default value), the language in which the Web Dynpro application is running is used.
-
jobProfile
Property to support job profiles.
More information: Creating Web Dynpro Applications with Forms
-
pdfSource
The PDF document as an XSTRING.
-
readOnly
Specifies whether the user can change the data in the form or whether it only is to be displayed as read-only. This property is only evaluated if the enabled property is selected.
This property can be personalized by administrators. In personalization, this property can be assigned the value: true
-
templateSource
This property contains the name of the form template.