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 C151_LOCKFUNCTION_NAME_BUILD (EHS: den Name der (Ent-)Sperrfunktion berechnen) is a standard Function Module in SAP ERP and is part of the function group C151 within the package CBUI.
Function Module | C151_LOCKFUNCTION_NAME_BUILD |
Short Text | EHS: den Name der (Ent-)Sperrfunktion berechnen |
Function Group | C151 |
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_COMPUTE_PREFIX | TYPE | ESP1_BOOLEAN | ESP1_FALSE | #NAME? |
I_FLG_ENQUEUE | TYPE | ESP1_BOOLEAN | TRUE for ENQUEUE, FALSE for DEQUEUE | |
I_FLG_HOLD_PREFIX | TYPE | ESP1_BOOLEAN | ESP1_FALSE | #NAME? |
I_LOCKMOD | LIKE | RCGSTDBUF-LOCKMOD | 'S'hared or 'X'clusive (see CBUI08) | |
I_LOCK_OBJ_NAME_PREFIX | TYPE | ESP1_LOCK_OBJECT_PREFIX | 'ESL' | Prefix für Sperrobj.name (z.B. 'ESL') |
I_TABLENAME | TYPE | ESP1_TAB_NAME | Name of table that is to be locked |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_FUNCTION_NAME | TYPE | ESP1_FUNC_NAME | Name der (Ent-)Sperrfunktion |
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 |
---|---|
ILLEGAL_INPUT | ungültige Eingabe |
INTERNAL_ERROR | interner Systemfehler |