Entering content frame

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

Properties in the View Designer

     dataSource

Data Source

You can use dataSource to specify the path to the context node that provides the data. The structure of this context node is displayed in the tab Data View of the form builder. The context attributes of the node can be bound to the Adobe-specific layout elements defined in the form. These elements are the standard objects and provide the data at runtime.

You can also let the system perform the data binding for this property automatically. See also Creating Web Dynpro Applications with PDF Forms.

     pdfSource

Path to the context element containing the PDF document. You must bind this property to a context attribute of the type binary. The application development can then access the binary file and download it to the local hard disk or read and send the data to a back-end using a remote function call (RFC) and the data type 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. Otherwise this context attribute also appears in the tab Data View of the form builder.

     readOnly

Specifies whether the user can select the InteractiveForm element or whether it only is to be displayed as read-only.

This property can be personalized by an administrator.
This property can be assigned the value, true, through personalization.

     templateSource

Unique name of the template.

The name is automatically generated when UI element InteractiveForm is inserted into the view. The element contains the name of the view and the ID of UI element InteractiveForm.

 

 

Leaving content frame