The Function Module TUJOB_LOCK_APPLICATION (Sperren einer Applikation) is a standard Function Module in SAP ERP and is part of the function group TUJOB within the package SLIM.
Function Module | TUJOB_LOCK_APPLICATION |
Short Text | Sperren einer Applikation |
Function Group | TUJOB |
Package | SLIM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
APPLIC | LIKE | TUJOB-APPLIC | ID der Applikation, deren Job gesperrt wird |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LOCK_BNAME | LIKE | TUJOB-BNAME | Benutzername, falls schon gesperrt | |
LOCK_DATE | LIKE | TUJOB-PLAN_DATE | Datum, falls schon gesperrt | |
LOCK_TIME | LIKE | TUJOB-PLAN_TIME | Zeit, falls schon gesperrt |
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 |
---|---|
APPLICATION_LOCKED | Applikation ist schon gesperrt |
DB_ERROR | unerwarteter DB-Fehler |