get_pivot_interface 

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.