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

This method returns a list of names of existing worksheets.

CALL METHOD spreadsheet->get_sheets
       EXPORTING no_flush  = no_flush
                 updating  = updating
       IMPORTING sheets    = sheets
                 error     = error
                 retcode   = retcode.

Description of parameters

Parameter

Optional

Description

sheets

 

List of worksheets.

The parameter must be created with reference to the type SOI_SHEETS_TABLE .

updating

X

See The Updating Parameter

 

 

 

 

 

 

 

Leaving content frame