ENQUEUE_EPIC_COPC_ATTA is a standard SAP function module that performs Request lock for object EPIC_COPC_ATTA functionality. This is available within standard R/3 SAP systems depending on version and release level.
Below are the pattern details for this FM showing its interface including any import, export and tables parameters. There is also a list of Exceptions and for your convenience any standard documentation available. All this information and more can also be viewed if you enter the function module name ENQUEUE_EPIC_COPC_ATTA into the relevant SAP transaction such as SE37 or SE80.
CALL FUNCTION 'ENQUEUE_EPIC_COPC_ATTA' "Request lock for object EPIC_COPC_ATTA
* EXPORTING
* mode_copc_acct = 'E' " enqmode Lock mode for table COPC_ACCT
* mandt = SY-MANDT " copc_acct-mandt 01th enqueue argument
* plvar = " copc_acct-plvar 02th enqueue argument
* otype = " copc_acct-otype 03th enqueue argument
* objid = " copc_acct-objid 04th enqueue argument
* begda = " copc_acct-begda 05th enqueue argument
* endda = " copc_acct-endda 06th enqueue argument
* bukrs = " copc_acct-bukrs 07th enqueue argument
* hbkid = " copc_acct-hbkid 08th enqueue argument
* hktid = " copc_acct-hktid 09th enqueue argument
* x_plvar = SPACE " Fill argument 02 with initial value?
* x_otype = SPACE " Fill argument 03 with initial value?
* x_objid = SPACE " Fill argument 04 with initial value?
* x_begda = SPACE " Fill argument 05 with initial value?
* x_endda = SPACE " Fill argument 06 with initial value?
* x_bukrs = SPACE " Fill argument 07 with initial value?
* x_hbkid = SPACE " Fill argument 08 with initial value?
* x_hktid = SPACE " Fill argument 09 with initial value?
* _collect = ' ' " ddenqcoll Initially only collect lock
EXCEPTIONS
FOREIGN_LOCK = 1 " Object already locked
SYSTEM_FAILURE = 2 " Internal error from enqueue server
. " ENQUEUE_EPIC_COPC_ATTA