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

Use this method to set a range of hierarchy levels in a worksheet. For each level, you specify its starting line and length in lines. The user can then show or hide the areas in the spreadsheet program.

CALL METHOD spreadsheet->set_hierarchy_table
       EXPORTING table    = table
                 no_flush = no_flush
       IMPORTING error    = error
                 retcode  = retcode.

Description of parameters

Parameter

Optional

Description

table

 

An internal table with the type soi_hierarchy_table. For further information, refer to the Important Table Structures section.

 

 

 

Leaving content frame