Entering content frameSyntax documentationget_form_fields Locate the document in its SAP Library structure

This method returns a table containing all of the fields in the form and their formats. Unlike the get_data method, no field contents are transferred.

CALL METHOD form->get_form_fields
       EXPORTING no_flush = no_flush
       IMPORTING fields   = fields
                 retcode  = retcode
                 error    = error.

Description of parameters

Parameter

Optional

Description

fields

 

Table with the structure soi_form_list . It contains all fields from the form.

 

Leaving content frame