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

The specified worksheet is activated, that is, placed in the foreground. All subsequent get_selection and set_selection method calls then apply to this worksheet.

CALL METHOD spreadsheet->select_sheet
       EXPORTING name      = name
                 no_flush  = no_flush
       IMPORTING error     = error
                 retcode   = retcode.

Description of parameters

Parameter

Optional

Description

name

 

Name of worksheet

 

Leaving content frame