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

Use this method to clear the contents of the table in the word processor document. Note that the structure of the table (in particular, the number of rows) remains unchanged.

CALL METHOD wp->clear_table
       EXPORTING doctable_number = doctable_number
                 no_flush        = no_flush
       IMPORTING retcode         = retcode
                 error           = error.

Parameter

Optional

Description

doctable_number

 

The number of the table in the word processor document whose contents you want to delete

 

 

Leaving content frame