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

Use this method to create a new worksheet in the current spreadsheet document. The worksheet is always inserted directly before the current sheet.

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

Description of parameters

Parameter

Optional

Description

name

 

A type C field containing the name of the new worksheet.

 

 

 

Leaving content frame