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

This method returns a table of all ranges with their sizes. The control code has no significance - it is not filled.

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

Description of parameters

Parameter

Optional

Description

updating

X

See The Updating Parameter

ranges

 

Table with all ranges

The table must be created with reference to the type SOI_RANGE_LIST (see the Important Table Structures section).

 

 

 

Leaving content frame