SAP Reports / Programs | Production Planning and Control | Production Orders | Confirmations(PP-SFC-EXE-CON) SAP PP

EAML_CORU SAP ABAP INCLUDE - Include EAML_CORU







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT EAML_CORU. "Basic submit
SUBMIT EAML_CORU AND RETURN. "Return to original report after report execution complete
SUBMIT EAML_CORU VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include EAML_CORU


INCLUDES used within this REPORT EAML_CORU

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name EAML_CORU or its description.