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 K_HIERARCHY_STRUCTURE_GET (Ermitteln der Hierarchiestruktur) is a standard Function Module in SAP ERP and is part of the function group KKRP within the package KKR.
Function Module | K_HIERARCHY_STRUCTURE_GET |
Short Text | Ermitteln der Hierarchiestruktur |
Function Group | KKRP |
Package | KKR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
HIART | LIKE | TKKR0-HIART | Hierarchy type | |
IDENT | LIKE | TKKR0-IDENT | Hierarchy ID |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EDT_LEN | LIKE | Overall hierarchy length (edited) | ||
HIE_CNT | LIKE | Number of hierarchy levels | ||
HIE_LEN | LIKE | Overall hierarchy length (unedited) |
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 |
---|---|---|---|---|
STRUCTURE_TBL | LIKE | Hierarchy structure table |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
FIRST_FIELD_IS_NOT_KOKRS | First field does not refer to CACC |
HIERARCHY_IS_EMPTY | Hierarchy structure is empty |
HIERARCHY_NOT_DEFINED | Hierarchy is not defined |
LENGTH_OF_HIERARCHY_TOO_LONG | Overall hierarchy length is too great |
TOO_MANY_HIERARCHY_FIELDS | Too many hierarchy fields |