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 OBJECT_CHECK_QINF (Existenzprüfung QINF-Satz) is a standard Function Module in SAP ERP and is part of the function group QBCK within the package QB.
Function Module | OBJECT_CHECK_QINF |
Short Text | Existenzprüfung QINF-Satz |
Function Group | QBCK |
Package | QB |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LANGUAGE | LIKE | SY-LANGU | SY-LANGU | Language indicator |
LOCK | LIKE | SPACE | Indicator: X - Master record is blocked | |
SINGLE | LIKE | SPACE | Individual access via CL20/CL21 |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FAULT_TEXT | LIKE | Error text for output in classification | ||
MESSAGE_TYPE | LIKE | Message type E,W,I or S | ||
NO_AUTH | LIKE | No authorization for the object |
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 | Klassifizierung |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
FOREIGN_LOCK | Record blocked by another user |
OBJECT_NOT_FOUND | The material does not exist |
SYSTEM_FAILURE | System error when blocking |