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

Use this method to return a list of all of the pivot tables in the current workbook.

CALL METHOD pivot->get_allpivottables
       EXPORTING no_flush       = no_flush
       IMPORTING allpivottables = allpivottables
                 error          = error
                 retcode        = retcode.

Description of parameters

Parameter

Optional

Description

allpivottables

 

An internal table with the type soi_fields_name_table containing the names of the pivot tables in the worksheet in the order in which they occur.

 

 

 

Leaving content frame