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

Use this method to delete the contents of one or more named ranges in the worksheet.

CALL METHOD spreadsheet->delete_content_ranges
       EXPORTING ranges    = ranges
                 no_flush  = no_flush
       IMPORTING error     = error
                 retcode   = retcode.

Description of parameters

Parameter

Optional

Description

ranges

 

Table containing the list of ranges.

The table must be created with reference to the type SOI_RANGE_LIST . However, in each entry, you only need to fill the name field.

 

 

 

Leaving content frame