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

Use this method to insert a set of ranges into the spreadsheet document. Each range is described by one entry in the internal table that you pass in the ranges parameter.

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

Description of parameters

Parameter

Optional

Description

ranges

 

An internal table with the type SOI_FULL_RANGE_TABLE . Each row contains the description of one range.
For further information, refer to the
Important Table Structures section.

 

 

 

Leaving content frame