The Function Module CV120_BEFORE_CHECK_OUT (DVS: Prüfen ob Check-Out möglich) is a standard Function Module in SAP ERP and is part of the function group CV120 within the package CV.
Function Module | CV120_BEFORE_CHECK_OUT |
Short Text | DVS: Prüfen ob Check-Out möglich |
Function Group | CV120 |
Package | CV |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PF_FILENO | TYPE | C | Filenummer (1,2) | |
PF_TCODE | TYPE | SY-TCODE | ABAP-Programm, aktueller Transaktionscode | |
PS_COUT_DEF | TYPE | DMS_CHECKOUT_DEF | Definitinen für Checkout | |
PS_DRAW | LIKE | DRAW | Dokumentdaten (muß vorher gelesen werden) | |
PS_PHIO | LIKE | DMS_PHIO | PHIO-ID |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PFX_IN_USE | TYPE | C | Original ist in Bearbeitung | |
PFX_PROTECTED | TYPE | C | Original ist eingecheckt | |
PFX_USER | TYPE | C | Benutzer, der Original bearbeitet |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR | allg. Fehler |
NOT_ONLINE | Datenträger nicht online |
NO_PERM | Kein Berechtigung |
NO_PERM_STATUS | Status läßt Aktion nicht zu |
WRONG_STATUS | Originialbearbeitungstatus nicht erreichbar |