The Function Module OBJECT_CHECK_DRAW (Check that document exists) is a standard Function Module in SAP ERP and is part of the function group CVCH within the package CV.
Function Module | OBJECT_CHECK_DRAW |
Short Text | Check that document exists |
Function Group | CVCH |
Package | CV |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CALLED_FROM | LIKE | 1 | 1-of document 2-of class | |
DATE_OF_CHANGE | LIKE | RMCLF-DATUV1 | Change date | |
LANGUAGE | LIKE | SY-LANGU | SY-LANGU | Reading language for short texts (request) |
LOCK | LIKE | ' ' | Block object | |
SINGLE | LIKE | ' ' | Individual access |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FAULT_TEXT | LIKE | Text for error message | ||
MEINS | LIKE | MARA-MEINS | Unit of measure | |
MESSAGE_TYPE | LIKE | Category of the error message | ||
NO_AUTH | LIKE | no authorization | ||
NO_CHANGES | TYPE | C | Keine Änderungen möglich |
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 | List of the documents |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
FOREIGN_LOCK | passed on exception of the lock mechanism |
OBJECT_NOT_FOUND | Object not found |
SYSTEM_FAILURE | passed on exception of the lock mechanism |