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 CULI_TERM_NEQ_KBD_TREES_P (Vergleich zweier Terme in KBD_TREE Format (relative Addressierung)) is a standard Function Module in SAP ERP and is part of the function group CULI within the package CUMT.
Function Module | CULI_TERM_NEQ_KBD_TREES_P |
Short Text | Vergleich zweier Terme in KBD_TREE Format (relative Addressierung) |
Function Group | CULI |
Package | CUMT |
Module Type | Normal Module |
This function module does not define any IMPORTING parameters.
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ABS_DIFF_IDX1 | TYPE | I | Subterm von Term1, an dem Differenz festgestellt | |
ABS_DIFF_IDX2 | TYPE | I | Subterm von Term2, an dem Differenz festgestellt | |
CORRUPT_FLAG | TYPE | CULIT_RESULT | Signal das Term2 korrupt ist |
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 |
---|---|---|---|---|
XKBD_TREE1 | LIKE | KBD_TREE | Erster zu vergleichender Term | |
XKBD_TREE2 | LIKE | KBD_TREE | zweiter zu vergleichender Term |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
FALSE | Beiden Terme sind nicht ungleich, also gleich |
INTERNAL_ERROR |