SAP Reports / Programs | Financial Accounting | General Ledger Accounting | Multi Currency Accounting(FI-GL-CU-MCA) SAP FI

GLE_MCA_ITEMS_POSTPROCESSING SAP ABAP Report - Execute MCA Data Load (Postprocessing)







GLE_MCA_ITEMS_POSTPROCESSING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The function 'Execute MCA Data Load (Post processing)' updates MCA run administration after the FI documents have been posted by the MCA Data Load function Manage Data Transfer (BMV0)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter GLE_MCA_ITEMS_POSTPROCESSING into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

GMCA_LOADPP - MCA Data Load Postprocessing


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 GLE_MCA_ITEMS_POSTPROCESSING. "Basic submit
SUBMIT GLE_MCA_ITEMS_POSTPROCESSING AND RETURN. "Return to original report after report execution complete
SUBMIT GLE_MCA_ITEMS_POSTPROCESSING VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_TEST = Test Run
Selection Text: S_CCODE = Company Code
Selection Text: S_GJAHR = Fiscal Year
Title: Execute MCA Data Load (Postprocessing)
Text Symbol: 001 = Selection
Text Symbol: 002 = Technical Parameters


INCLUDES used within this REPORT GLE_MCA_ITEMS_POSTPROCESSING

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:

GLE_RUNADM_AL_LOAD_SEL_SCREEN CALL FUNCTION 'GLE_RUNADM_AL_LOAD_SEL_SCREEN' IMPORTING e_tab_rsparams = lt_rsparams[] e_tab_return = g_msg_return e_errors = errors.

GLE_MCA_AUTH_DOC_HEADER CALL FUNCTION 'GLE_MCA_AUTH_DOC_HEADER' EXPORTING i_r_bukrs = s_ccode[] i_actvt = con_actvt IMPORTING e_tab_return = g_msg_return e_errors = errors.

GLE_RUNADM_RUN_CREATE CALL FUNCTION 'GLE_RUNADM_RUN_CREATE' EXPORTING i_str_runadm_id = l_str_runadm_id i_nrobj = gle_if_mca_constants=>con_nrobj_runid IMPORTING e_runid = gv_runid e_tab_return = l_tab_return e_errors = l_errors.

GLE_RUNADM_RUN_UPDATE CALL FUNCTION 'GLE_RUNADM_RUN_UPDATE' EXPORTING i_applk = gle_if_mca_constants=>con_runadm_applk_mca i_runadm_id = gv_runid i_str_upd_fields = ls_upd_fields IMPORTING e_tab_return = lt_return_update e_errors = l_errors.

GLE_RUNADM_RUN_UPDATE CALL FUNCTION 'GLE_RUNADM_RUN_UPDATE' EXPORTING i_applk = gle_if_mca_constants=>con_runadm_applk_mca i_runadm_id = gv_runid i_str_upd_fields = ls_upd_fields IMPORTING e_tab_return = lt_return_update e_errors = l_errors.

GLE_RUNADM_RUN_CREATE * CALL FUNCTION 'GLE_RUNADM_RUN_CREATE' * EXPORTING * i_str_runadm_id = l_str_runadm_id * i_nrobj = gle_if_mca_constants=>con_nrobj_runid * IMPORTING * e_runid = l_runid * e_tab_return = l_tab_return * e_errors = l_errors.

GLE_RUNADM_RUN_UPDATE * CALL FUNCTION 'GLE_RUNADM_RUN_UPDATE' * EXPORTING * i_applk = gle_if_mca_constants=>con_runadm_applk_mca * i_runadm_id = l_runid * i_str_upd_fields = ls_upd_fields * IMPORTING * e_tab_return = lt_return_update * e_errors = l_errors.

GLE_RUNADM_RUN_UPDATE * CALL FUNCTION 'GLE_RUNADM_RUN_UPDATE' * EXPORTING * i_applk = gle_if_mca_constants=>con_runadm_applk_mca * i_runadm_id = l_runid * i_str_upd_fields = ls_upd_fields * IMPORTING * e_tab_return = lt_return_update * e_errors = l_errors.

GLE_RUNADM_NUMBER_GET CALL FUNCTION 'GLE_RUNADM_NUMBER_GET' EXPORTING i_object = gle_if_mca_constants=>con_nrobj_mca_docno IMPORTING e_number = lv_belnr e_str_return = l_str_return e_errors = l_errors.

GLE_MCA_FX_POS_UPDATE_DOCREF CALL FUNCTION 'GLE_MCA_FX_POS_UPDATE_DOCREF' EXPORTING i_prccat = gle_if_mca_constants=>con_prccat_dalo i_runid = gv_runid i_mca_docno = lv_belnr i_tab_bkpf = it_sel_mcabkpf.

GLE_MCA_FDOCREF_INSERT CALL FUNCTION 'GLE_MCA_FDOCREF_INSERT' EXPORTING i_tab_fdocref = lt_fdocref IMPORTING e_tab_return = l_tab_return e_errors = l_errors.

GLE_MCA_DOC_INSERT CALL FUNCTION 'GLE_MCA_DOC_INSERT' EXPORTING i_tab_doc = lt_doc IMPORTING e_tab_return = l_tab_return e_errors = l_errors.

GLE_MCA_GENL_OPEN_LOG CALL FUNCTION 'GLE_MCA_GENL_OPEN_LOG' EXPORTING i_subobject = l_bal_subobj i_altext = logtext IMPORTING e_log_handle = gv_log_handle e_return = msg_return e_errors = errors.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = l_str_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 error_message = 4 OTHERS = 5.

GLE_MCA_GENL_CLOSE_LOG CALL FUNCTION 'GLE_MCA_GENL_CLOSE_LOG' EXPORTING i_log_handle = gv_log_handle IMPORTING e_return = msg_return e_errors = errors.

BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.



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 GLE_MCA_ITEMS_POSTPROCESSING or its description.