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

Use this method to pass a table containing the fields that you want to delete from the document. Both the link and the displayed text are deleted.

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

Description of parameters

Parameter

Optional

Description

fields

 

Table with the structure soi_form_list . The specified fields are deleted from the form.

 

Leaving content frame