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

Use this method to add a new form field.

CALL METHOD form->add_field
       EXPORTING field    = field
                 no_flush = no_flush
       IMPORTING retcode  = retcode
                 error    = error.

Description of parameters

Parameter

Optional

Description

field

 

Structure with the type soi_form_item . The field is displayed in the form according to the entries in the structure.

 

Leaving content frame