FCML_COPCACT_CALLBACK 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 FCML_COPCACT_CALLBACK 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.
Title: ML Callback Program for Derivation Tool (see Table TKEDR)
INCLUDE FCML_COPCACT_TYP.
No SAP DATABASE tables are accessed within this REPORT code!
CKML_DERIVATION_EXIT CALL FUNCTION 'CKML_DERIVATION_EXIT' EXPORTING I_DERIVATION_DATE = I_DATE I_STEP_ID = I_ID I_FCML_MAT = I_ITEM_1 IMPORTING E_FCML_MAT = E_ITEM_1 E_EXIT_IS_ACTIVE = E_STEP_IS_ACTIVE E_FAILED = L_FAILED EXCEPTIONS DERIVATION_FAILED = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.