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 C15A_VALUES_CHECK_WITH_FLAGS (EHS: Aufruf von C15A_VALUES_CHECK mit Auswertung des ErrorMode) is a standard Function Module in SAP ERP and is part of the function group C15A within the package CBUI.
Function Module | C15A_VALUES_CHECK_WITH_FLAGS |
Short Text | EHS: Aufruf von C15A_VALUES_CHECK mit Auswertung des ErrorMode |
Function Group | C15A |
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_TABLENAME | TYPE | ESP1_TAB_NAME | Tabellenname |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
X_FLG_ERROR | TYPE | ESP1_BOOLEAN | Fehler wurde eingetragen | |
X_FLG_WARNING | TYPE | ESP1_BOOLEAN | Warnung wurde eingetragen |
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 |
---|---|---|---|---|
X_API_RECORD_TAB | LIKE | Tabelle mit zu prüfenden Datensätzen |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
API_TAB_WRONG_FORMAT | X_API_RECORD_TAB hat falsche Struktur/Typ |
INTERNAL_ERROR | interner Programmfehler |
TABLENAME_MISSING | Tabellenname fehlt |