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_FIELD_VALUES_GET (Popup-Auswahl aller erlaubten Hierarchiefelder (Merkmale)) is a standard Function Module in SAP ERP and is part of the function group KKRP within the package KKR.
Function Module | K_HIERARCHY_FIELD_VALUES_GET |
Short Text | Popup-Auswahl aller erlaubten Hierarchiefelder (Merkmale) |
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 | |
HLEVEL | LIKE | TKKR1-STUFE | Hierarchy level of the pickup field |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FLENGTH | LIKE | TKKR1-FLENGTH | Length of the hierarchy field | |
HFIELD | LIKE | TKKR1-HFELD | Name of the selected hierarchy field | |
HFLDKZ | LIKE | TKKR1-FLDKZ | Hierarchy field indicator | |
HFTEXT | LIKE | CABNT-ATBEZ | Hierarchy field description |
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 |
---|---|---|---|---|
HFIELD_TBL | LIKE | Table of the hierarchy fields already used |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ALL_FIELDS_IN_USE | All hierarchy fields are already used |
NO_FIELD_PICKED | No hierarchy field was selected |