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

Creates an instance sheet_interface for managing the tables interface.

CALL METHOD document->get_spreadsheet_interface
     EXPORTING no_flush        = no_flush
     IMPORTING sheet_interface = sheet_interface
               error           = error
               retcode         = retcode.

Description of parameters

Parameter

Optional

Description

sheet_interface

 

Name of the generated instance for the tables interface.

Object with reference to interface i_oi_spreadsheet .

 

Leaving content frame