EAMCC2_CPDIF01 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 EAMCC2_CPDIF01 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!
EAMCC_CALL_DOC_SCREEN_0100_TL CALL FUNCTION 'EAMCC_CALL_DOC_SCREEN_0100_TL' EXPORTING iv_plnty = plkod-plnty iv_plnnr = plkod-plnnr iv_plnal = plkod-plnal is_rc27s = rc27s.
EAMCC_GET_TL_DOCUMENTS CALL FUNCTION 'EAMCC_GET_TL_DOCUMENTS' EXPORTING iv_flag_tl = abap_true iv_plnal = ls_plkod-plnal iv_plnnr = ls_plkod-plnnr iv_plnty = ls_plkod-plnty IMPORTING et_documents = lt_docs.
EAMCC_BAL_LOG_SIMPLE CALL FUNCTION 'EAMCC_BAL_LOG_SIMPLE' EXPORTING iv_display = 'X' TABLES it_message = lt_message.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.