Menu

SAP Function Module C151_LOCKFUNCTION_NAME_BUILD

EHS: den Name der (Ent-)Sperrfunktion berechnen

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

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 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.

Technical Information

Function Module C151_LOCKFUNCTION_NAME_BUILD
Short Text EHS: den Name der (Ent-)Sperrfunktion berechnen
Function Group C151
Package CBUI
Module Type Normal Module

Importing Parameters

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

Exporting Parameters

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

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ILLEGAL_INPUT ungültige Eingabe
INTERNAL_ERROR interner Systemfehler