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

You use this method to get an instance pivot_interface for administering the pivot interface.

CALL METHOD document->get_pivot_interface
     EXPORTING no_flush        = no_flush
     IMPORTING pivot_interface = pivot_interface
               error           = error
               retcode         = retcode.

Description of parameters

Parameter

Optional

Description

pivot_interface

 

Reference to an instance of the pivot interface I_OI_PIVOT , which you can use to work with Excel pivot tables from within your R/3 application.

 

 

 

Leaving content frame