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 MEASUREM_POINT_ENQUEUE_ARRAY (Sperren (Enqueue) einer Liste von Meßpunkten) is a standard Function Module in SAP ERP and is part of the function group IMR0 within the package IMRC.
Function Module | MEASUREM_POINT_ENQUEUE_ARRAY |
Short Text | Sperren (Enqueue) einer Liste von Meßpunkten |
Function Group | IMR0 |
Package | IMRC |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ALL_OR_NOTHING | LIKE | IREF-IIND | SPACE | X - RAISE EXCEPTION wenn ENQUEUE unvollständig |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
COUNT_FOREIGN_LOCKS | LIKE | SY-TFILL | Anzahl Einträge in FOREIGN_LOCKS |
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 |
---|---|---|---|---|
ENQUEUE_REQUESTS | LIKE | IMPT_POINT | Meßpunkte, die gesperrt werden sollen | |
FOREIGN_LOCKS | LIKE | IMPT_LOCKD | Meßpunkte, die nicht gesperrt werden konnten |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
FOREIGN_LOCK_OCCURED | nur wenn ALL_OR_NOTHING - 'X' |
SYSTEM_FAILURE_OCCURED | nur wenn ALL_OR_NOTHING - 'X' |