Entering content frameSyntax documentation remove_table Locate the document in its SAP Library structure

You use this method to delete a given table from the table collection.

CALL METHOD table_coll->remove_table
     EXPORTING table_name   = table_name
               no_flush     = no_flush
     IMPORTING error        = error
               retcode      = retcode.

Description of parameters

Parameter

Optional

Description

item_name

 

Name of the internal table in the table collection

 

Leaving content frame