Menu

SAP Function Module STREE_BROWSER_HC

Hierarchy Display

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module STREE_BROWSER_HC (Hierarchy Display) is a standard Function Module in SAP ERP and is part of the function group SHI01 within the package SHI4.

Technical Information

Function Module STREE_BROWSER_HC
Short Text Hierarchy Display
Function Group SHI01
Package SHI4
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DESCRIPTION LIKE TTREET-TEXT Explanatory text
DISPLAY_MODE LIKE HIER_TYPES-CHAR1 'D'
EXTENSION_ID LIKE TTREE_EXT-EXTENSION ' '
ID_FOR_USE_AS_FILTER LIKE TTREE-ID SPACE GUID for Structure
LANGUAGE LIKE SY-LANGU SY-LANGU Language
NO_COMMIT_WORK LIKE HIER_TYPES-CHAR1 'X'
NO_TOOLBAR TYPE HIER_YESNO FALSE Flag with Values ' ' and 'X'
POSITION_ON_NODE LIKE HIER_IFACE-NODE_ID SPACE Node to be Expanded
POSITION_ON_NODES TYPE SHI_NODE_IDS
RFC_DESTINATION LIKE RFCDES-RFCDEST 'NONE' RFC destination
STRUCTURE_ID LIKE TTREE-ID

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
MESSAGE LIKE HIER_MESS Message

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PARENT_NODES LIKE HIER_IFACE Hierarchy Maintenance Tool Node Passing Interface
USER_PARAMETERS LIKE STREEPROP

Exceptions

This function module does not define any Exceptions.