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 CLOCH_OBJECT_CHECK (Classification: Attributes of an Object) is a standard Function Module in SAP ERP and is part of the function group CLOCH within the package CL.
Function Module | CLOCH_OBJECT_CHECK |
Short Text | Classification: Attributes of an Object |
Function Group | CLOCH |
Package | CL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATE_OF_CHANGE | TYPE | DATUV | Valid-From Date | |
I_AUTH_CHK | TYPE | XFELD | SPACE | Checkbox |
I_CALLED_FROM_API | TYPE | XFELD | SPACE | Fehler mit raise message |
I_OBTAB | TYPE | TABELLE | Name of Database Table for Object | |
LANGUAGE | TYPE | SYLANGU | SY-LANGU | SAP R/3 System, Current Language |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DISTRIBUTION_LOCK | TYPE | DLOCK | Distribution Lock is Set | |
FAULT_TEXT | LIKE | Error Text for Output in Classification | ||
MEINS | TYPE | MEINS | Unit of Measure | |
MESSAGE_TYPE | LIKE | Message Type E,W,I, or S | ||
NO_AUTH | LIKE | No Authorization for Object | ||
NO_CHANGES | TYPE | CHAR1 | No Object Changes |
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 |
---|---|---|---|---|
OTAB | LIKE | RMCLOBTX | Table of Objects |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
FOREIGN_LOCK | Record Locked by Another User |
FUNC_MISSING | Funktionsbaustein fehlt |
OBJECT_NOT_FOUND | Material Does Not Exist |
SYSTEM_FAILURE | System Error When Locking |