Show TOC

Syntax documentationget_form_fields Locate this document in the navigation 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.

Syntax Syntax

  1. CALL METHOD form->get_form_fields
    EXPORTING no_flush = no_flush
    IMPORTING fields = fields
    retcode = retcode
    error = error.
End of the code.
Description of parameters

Parameter

Optional

Description

fields

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