The Function Module CACS_HIERARCHY_INIT (Füllt die Knoten, Intervalle, Knotentypen und Texte) is a standard Function Module in SAP ERP and is part of the function group CACSIS_HIERARCHY within the package CACSRC.
Function Module | CACS_HIERARCHY_INIT |
Short Text | Füllt die Knoten, Intervalle, Knotentypen und Texte |
Function Group | CACSIS_HIERARCHY |
Package | CACSRC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
COMPOUND | LIKE | RSTHDIVERS-COMPOUND | SPACE | Flag, ob rsthie-name geklammert erwartet wird |
I_RSTHVKEY | LIKE | RSTHVKEY | Feldleiste für Selektion (appl.-übergreifend) | |
I_SEL | LIKE | SPACE | Feldleiste für Selektion (appl.-spez. Teil) | |
REQUESTER | LIKE | RSTHDIVERS-REQUESTER | SPACE | Name des Anforderers der Hierarchie |
SELLEVEL | LIKE | SPACE | Level, bis zu dem selektiert werden soll | |
SELMODE | LIKE | RSTHDIVERS-SELMODE | SPACE | Modus, wie selektiert werden soll |
WITH_TEXTS | LIKE | SPACE | Flag, ob rsttxt gefüllt erwartet wird |
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. von zusätzlichen Feldern zur RSTHIE | |
I_RSTHIE | LIKE | RSTHIE | interne Hierarchietabelle | |
I_RSTINT | LIKE | RSTINT | int. Tab. für Intervalle auf Blätter der RSTHIE | |
I_RSTTXT | LIKE | RSTTXT | int. Texttabelle zu den Knoten | |
I_RSTTYP | LIKE | RSTTYP | int. Tab. zur Zuordnung des Typs in der RSTHIE |
This function module does not define any Exceptions.