The Function Module RH_INIT_TREE (Initialisierung GUI-Baum) is a standard Function Module in SAP ERP and is part of the function group RHDM within the package SP00.
Function Module | RH_INIT_TREE |
Short Text | Initialisierung GUI-Baum |
Function Group | RHDM |
Package | SP00 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DEPTH | LIKE | 0 | Display depth of the structure | |
OFFSET | LIKE | SY-FDPOS | 3 | Length of the indentation |
POSITION | LIKE | SY-FDPOS | 1 | Output line item in the report |
TOP_LEVEL | LIKE | STRUC-LEVEL | 1 | Top level of structure |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INVALID_LEVEL | Invalid level |
INVALID_OFFSET | Invalid indentation |
INVALID_POSITION | Invalid output line item |