The Function Module SRM_BDV_TR_CHECK_LOCKED (Überprüfen, ob Objekts bereits in einem Auftrag enthalten sind) is a standard Function Module in SAP ERP and is part of the function group SRM_BDV_SERVICES within the package SRM_GENERAL_SP.
Function Module | SRM_BDV_TR_CHECK_LOCKED |
Short Text | Überprüfen, ob Objekts bereits in einem Auftrag enthalten sind |
Function Group | SRM_BDV_SERVICES |
Package | SRM_GENERAL_SP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_COMFILE2_TAB | TYPE | TR_KEYS | Tabellenschlüssel |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EX_LOCKED | TYPE | SRMBOOLEAN | Boolean: Mögliche Werte IF_SRM->TRUE / FALSE |
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 |
---|---|---|---|---|
IT_COMFILE_TAB | LIKE | BAPICOMFIL | BDS: Commandfile für Transporteinträge | |
IT_LOCK_OBJ | LIKE | E071 | Transportsystem: Objekt-Einträge von Aufträgen/Aufgaben |
This function module does not define any Exceptions.