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

Use this method to collapse a set of rows in the pivot table so that only a summary line is displayed.

CALL METHOD pivot->drill_up
       EXPORTING row        = row
                 value      = value
                 pivottable = pivottable
                 no_flush   = no_flush
       IMPORTING error       = error
                 retcode    = retcode.

Description of parameters

Parameter

Optional

Description

row

 

The name of the field in the pivot table by which the data is grouped.
Note: The name is the field label as it appears in the header of the pivot table, not the field name from the ABAP Dictionary.

value

 

The value of the field that you specified in row which you want to hide the entries in the pivot table

pivottable

 

The name of the pivot table in the workbook

 

 

 

Leaving content frame