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

You use this method to delete the entire contents of table collection.

CALL METHOD link_server->remove_all_tables
     EXPORTING no_flush     = no_flush
     IMPORTING error        = error
               retcode      = retcode.

Leaving content frame