Show TOC Start of Content Area

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

If you wish to set up the requirement that the end user has to send his/her entered form data to an SAP system for verification, enter the Web Dynpro form UI element CheckFields from Library Web Dynpro into the work area of the Adobe Designer, the Body Pages editor.

Using the definition of this form UI element, the Adobe Designer tool generates an XML element<field><field/> for the check itself and for the event with the default name click. This event is executed using the following script:

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

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

     Pushbutton Text

     Overwrite the default text directly in the 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