EAML_CORU 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 EAML_CORU 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: Include EAML_CORU
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
EAML_SET_KEY CALL FUNCTION 'EAML_SET_KEY' EXPORTING iv_obart = cl_eaml_util=>gc_obart-confirmation iv_key1 = ls_rueck_sam_tab-rueck iv_key2 = eaml_sort_tabix iv_aktyp = rc27s-aktyp iv_equnr = eaml_equnr iv_tplnr = eaml_tplnr.
EAML_SET_KEY CALL FUNCTION 'EAML_SET_KEY' EXPORTING iv_obart = cl_eaml_util=>gc_obart-confirmation iv_key1 = afvgd-rueck iv_key2 = cl_eaml_data_handler=>gv_eaml_rmzhl "gv_eaml_rmzhl iv_aktyp = rc27s-aktyp iv_equnr = caufvd-equnr iv_tplnr = caufvd-tplnr.
EAML_SET_KEY CALL FUNCTION 'EAML_SET_KEY' EXPORTING iv_obart = cl_eaml_util=>gc_obart-confirmation iv_key1 = afvgd-rueck iv_key2 = cl_eaml_data_handler=>gv_eaml_rmzhl iv_aktyp = rc27s-aktyp iv_equnr = caufvd-equnr iv_tplnr = caufvd-tplnr.
FB_MESSAGES_DISPLAY_POPUP CALL FUNCTION 'FB_MESSAGES_DISPLAY_POPUP' EXPORTING it_return = lt_message.
FB_MESSAGES_DISPLAY_POPUP CALL FUNCTION 'FB_MESSAGES_DISPLAY_POPUP' EXPORTING it_return = lt_message.
CO_RU_SET_CAUFVD CALL FUNCTION 'CO_RU_SET_CAUFVD' EXPORTING caufvd_imp = caufvd.
CO_DB_ORDER_PRE_READ CALL FUNCTION 'CO_DB_ORDER_PRE_READ' TABLES ord_pre_imp = lt_ord_pre EXCEPTIONS not_found = 1 release_no_change = 2 OTHERS = 3.
CO_BT_CAUFV_READ_WITH_KEY CALL FUNCTION 'CO_BT_CAUFV_READ_WITH_KEY' EXPORTING aufnr_act = lv_aufnr IMPORTING caufvd_exp = caufvd EXCEPTIONS not_found = 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.