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

This method returns the name of the current worksheet.

CALL METHOD spreadsheet->get_active_sheet
       EXPORTING no_flush  = no_flush
       IMPORTING sheetname = sheetname
                 error     = error
                 retcode   = retcode.

Description of parameters

Parameter

Optional

Description

sheetname

 

Name of current worksheet

 

Leaving content frame