disconnect_fields 

Use this method to disconnect the links between the fields named in the table and the R/3 System. The field contents are not deleted from the document; they appear as simple text fields.

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 links between the specified fields in the document and the R/3 System are disconnected.