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

This method removes all loaded scripts.

CALL METHOD script_coll->remove_all_scripts
       EXPORTING no_flush     = no_flush
       IMPORTING error        = error
                 retcode      = retcode.

Leaving content frame