Show TOC Start of Content Area

Object documentation Web Dynpro Form – UI Element SubmitToSAP  Locate the document in its SAP Library structure

With the help of the Web Dynpro form UI element SubmitToSAP, the input data of a PDF form is sent – for storage – to an SAP backend system. The UI element also provides an automatically generated event.

Using Drag&Drop, enter the form UI element SubmitToSAP from the Designer pallet Library Web Dynpro into the work area of the Adobe Designer, the Body Pages editor. The file contains the element<field><field/> with the definition of the event. This event is executed using the following script:

<event activity="click">

<script contentType="application/x- javascript">app.eval("event.target.SAPSubmit();");</script>

</event>

You can edit the form UI element subsequently in the Body Pages editor and also change the layout. The following properties of the SubmitToSAP pushbutton can be adapted by the form developer:

      Pushbutton Text

       Overwrite the default text of the UI element directly in the Body Pages editor.

      Border Display

       Choose the context menu entry Border on the form UI element.

      Size and Position

       Choose the context menu entry Layout on the form UI element.

 

 

End of Content Area