Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module C14F_TREE_STRUCTURE_LATE_EXIT (EHS: User-Exit-Fkt. zum Nacheditieren der Datenstrukturen des Baumes) is a standard Function Module in SAP ERP and is part of the function group C14F within the package CBUI.
Function Module | C14F_TREE_STRUCTURE_LATE_EXIT |
Short Text | EHS: User-Exit-Fkt. zum Nacheditieren der Datenstrukturen des Baumes |
Function Group | C14F |
Package | CBUI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_FLG_NEW_NODETAB | TYPE | ESP1_BOOLEAN | #NAME? |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
X_ADD_PARAMS | TYPE | ESP8_TREE_DATA_TYPE | weitere Parameter (siehe Type-Pool ESP8) | |
X_BUFTAB_LEN | LIKE | SY-TABIX | Anzahl der Zeilen in X_BUFTAB | |
X_FLG_ERROR | TYPE | ESP1_BOOLEAN | - TRUE: es ist ein Fehler aufgetreten |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
X_BUFTAB | TYPE | ESP8_BUFTAB_TYPE | die Knoten-Puffer-Tabelle | |
X_LAYOUTTAB | TYPE | ESP8_LAYOUTTAB_TYPE | die Layout-Tabelle | |
X_NODETAB | LIKE | SNODETEXT | die Knoten-Tabelle (Schnittst. für SEUT) |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ILLEGAL_INPUT | ungültige Eingabe |
INTERNAL_ERROR | interner Systemfehler |