ICMXDAIMP04 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter ICMXDAIMP04 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_CMX_DA_REG CALL FUNCTION 'ENQUEUE_E_CMX_DA_REG' EXPORTING subscription = space service = space object = co_msg_obj_log x_subscription = ' ' x_service = 'X' x_object = 'X' _scope = '1' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_E_CMX_DA_REG CALL FUNCTION 'DEQUEUE_E_CMX_DA_REG' EXPORTING subscription = space service = space object = co_msg_obj_log x_subscription = ' ' x_service = 'X' x_object = 'X' _scope = '1' _synchron = 'X' _collect = ' '.
DEQUEUE_E_CMX_DA_REG CALL FUNCTION 'DEQUEUE_E_CMX_DA_REG' EXPORTING subscription = space service = space object = co_msg_obj_log x_subscription = ' ' x_service = 'X' x_object = 'X' _scope = '1' _synchron = 'X' _collect = ' '.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_22 = l_guid.
ENQUEUE_E_CMX_DA_REG CALL FUNCTION 'ENQUEUE_E_CMX_DA_REG' EXPORTING subscription = space service = client-service object = client-object x_subscription = ' ' x_service = 'X' x_object = 'X' _scope = '1' _wait = 'X' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DEQUEUE_E_CMX_DA_REG CALL FUNCTION 'DEQUEUE_E_CMX_DA_REG' EXPORTING subscription = space service = client-service object = client-object x_subscription = ' ' x_service = 'X' x_object = 'X' _scope = '1' _synchron = 'X' _collect = ' '.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ICMXDAIMP04 - documentation and ABAP source code ICMXDAIMP03 - documentation and ABAP source code ICMXDAIMP02 - documentation and ABAP source code ICMXDAIMP01 - documentation and ABAP source code ICMXDAIMP00 - Manufacturing Data Access: Local Classes - Declaration ICMXDADEC11 - Manufacturing Data Access: Local Classes - Declaration