Start of Content Area

Background documentation InteractiveForm Properties  Locate the document in its SAP Library structure

Properties in the View Designer

You can find information about the integration of an InterativeForm-UI-Element into a component under  Integrate (Interactive) Form.

      dataSource

This property is linked to the context node which contains the data for the form.

       displayType:

The layout type of the form.

Value

Description

Native (default)

For ZCI forms

activeX

For ACF forms.

This enumeration value is deprecated. The value native is provided by the ABAP Workbench for recently created InteractiveForm UI elements.

 

      enabled

Determines whether it is an interactive form 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 to be printed.

      pdfSource

The PDF document as an XSTRING.

Caution

Make sure that the context attribute bound to the pdfSource property is not inserted into the structure of the context node that is to be used for the data of the PDF form (dataSource). Otherwise this context attribute also appears in the tab Data View of the form builder.

      readOnly

Specifies whether the user can select 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 an administrator.
In personalization, this property can be assigned the value true

      templateSource

This form contains the names of the form templates.

 

 

End of Content Area