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

Use this method to return a list of the fields in the pivot table.

CALL METHOD pivot->get_allfields
       EXPORTING pivottable = pivottable
                 no_flush   = no_flush
       IMPORTING allfields  = allfields
                 error      = error
                 retcode    = retcode.

Description of parameters

Parameter

Optional

Description

pivottable

 

The name of the pivot table for which you want to find out the field names

allfields

 

An internal table (with the type soi_nametype_table ) containing the names of the fields in the pivot table.

 

 

 

 

Leaving content frame