Show TOC

delete_fieldsLocate this document in the navigation 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.
         

Parameter

Optional

Description

fields

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