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_UPDATE (Verbuchungsbaustein: Sichern Hierarchie in Gruppenpflege) is a standard Function Module in SAP ERP and is part of the function group KKHI within the package KKHI.
Function Module | K_HIERARCHY_UPDATE |
Short Text | Verbuchungsbaustein: Sichern Hierarchie in Gruppenpflege |
Function Group | KKHI |
Package | KKHI |
Module Type | Update Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_CLASS | LIKE | SETHIER-SETCLASS | GLOBAL_CLASS | Setklasse |
E_CLIENT | LIKE | SY-MANDT | SY-MANDT | Mandant |
E_INFO | LIKE | GRPHINFO | GLOBAL_HIER_INFO | Infos zur Hierarchiestruktur |
E_KOKRS | LIKE | TKA01-KOKRS | GLOBAL_KOKRS | CO-Gruppen: Kostenrechnungskreis |
E_KTOPL | LIKE | TKA01-KTOPL | GLOBAL_KTOPL | CO-Gruppen: Kontenplan |
E_MODE | LIKE | TACT-ACTVT | '01' | Pflegemodus |
E_UPDATE_ALL_NODES | LIKE | SY-DATAR | SPACE | alle Knoten sichern |
E_WITH_MESSAGE | LIKE | SY-DATAR | 'X' | Ausgabe konkrete I-Message, falls Fehler |
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 |
---|---|---|---|---|
T_ALESETS | LIKE | ALESETS | Änderungspointer ALE | |
T_FIELD_INFO | TYPE | GSETH_INFO_TAB | Feldinformationen zur Hierarchie | |
T_FORMULA | TYPE | GSETH_FORM_TAB | Formeln | |
T_NODES | TYPE | GSETH_NODE_TAB | Hierarchieknoten | |
T_VALUES | TYPE | GSETH_VAL_TAB | Werte in Basic Sets |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
UPDATE_ERROR | Fehler beim Sichern |