The Function Module RKC_REPORT_HIERARCHY_INIT (SAP-EIS: Schnittstelle Reporting: Zugriff auf Hierarchien) is a standard Function Module in SAP ERP and is part of the function group KXHI within the package KC.
Function Module | RKC_REPORT_HIERARCHY_INIT |
Short Text | SAP-EIS: Schnittstelle Reporting: Zugriff auf Hierarchien |
Function Group | KXHI |
Package | KC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_RSTHVKEY | LIKE | RSTHVKEY | Structure for selection (cross application) | |
I_SEL | LIKE | SPACE | Structure for selection (appl. specific) | |
LANGU | LIKE | SY-LANGU | SY-LANGU | R/3-System, aktuelle Sprache |
REQUESTER | LIKE | RSTHDIVERS-REQUESTER | SPACE | |
SELLEVEL | LIKE | SPACE | ||
SELMODE | LIKE | RSTHDIVERS-SELMODE | SPACE | |
WITH_TEXTS | LIKE | SPACE |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_RSTADD | LIKE | RSTADD | Int. tab. of additional fields for RSTHIE | |
I_RSTHIE | LIKE | RSTHIE | Internal hierarchy table | |
I_RSTINT | LIKE | RSTINT | Int. tab. for intervals on sheets of the RSTHIE | |
I_RSTTXT | LIKE | RSTTXT | Int. text table for the nodes | |
I_RSTTYP | LIKE | RSTTYP | Int. tab. for assigning types in the RSTHIE |
This function module does not define any Exceptions.