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 C14I_SUBID_SYNTAX_CHECK (EHS: Prüfen einer SUBID gemäß Prüffunktion und Nummernkreis) is a standard Function Module in SAP ERP and is part of the function group C14I within the package CBUI.
Function Module | C14I_SUBID_SYNTAX_CHECK |
Short Text | EHS: Prüfen einer SUBID gemäß Prüffunktion und Nummernkreis |
Function Group | C14I |
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_WITH_MESSAGE | TYPE | ESP1_BOOLEAN | ESP1_TRUE | Kennzeichen: Fehlermeldung ausgeben? |
I_SUBCAT | LIKE | ESTRH-SUBCAT | Substance category | |
I_SUBID_TO_CHK | LIKE | ESTRH-SUBID | zu prüfender Stoffschlüssel |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_ERROR_MESSAGE | LIKE | |||
E_FLG_SYNTAX_OK | TYPE | ESP1_BOOLEAN | Kennzeichen: Stoffschlüssel syntaktisch korrekt | |
E_SUBID_CHKD_AND_FORMD | LIKE | ESTRH-SUBID | überprüfter (u. evtl. geänderter) Stoffschlüssel |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CHECK_FUNCTION_NOT_ACTIVE | Prüffunktion nicht aktiv im System vorhanden |