SAP Reports / Programs | Enterprise Controlling | Consolidation(EC-CS) SAP EC

FICJEMRF SAP ABAP INCLUDE - Include w/common form routines for JE report/Mass reversal







FICJEMRF 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 FICJEMRF 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 FICJEMRF. "Basic submit
SUBMIT FICJEMRF AND RETURN. "Return to original report after report execution complete
SUBMIT FICJEMRF 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 w/common form routines for JE report/Mass reversal


INCLUDES used within this REPORT FICJEMRF

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:

FC_SEL_SCREEN_VALUE_CHECK CALL FUNCTION 'FC_SEL_SCREEN_VALUE_CHECK' EXPORTING et_fdescr = gt_addfield.

DD_TABD_GET CALL FUNCTION 'DD_TABD_GET' EXPORTING get_state = con_tabdget tabl_name = ld_tabname withtext = ld_flg_withtext langu = sy-langu TABLES dd03p_tab_a = it_dd03p dd03p_tab_n = it_dd03p_n dd05m_tab_a = it_dd05m dd05m_tab_n = it_dd05m_n dd08v_tab_a = it_dd08v dd08v_tab_n = it_dd08v_n EXCEPTIONS access_failure = 1 OTHERS = 2.

FC_GET_VERSIONS CALL FUNCTION 'FC_GET_VERSIONS' EXPORTING e_rvers = ld_rvers e_ind_ldrvs = '1' IMPORTING i_ldrvs = ld_ledgvers EXCEPTIONS OTHERS = 1.

FC_COIMETH_HIERARCHY CALL FUNCTION 'FC_COIMETH_HIERARCHY' EXPORTING e_dimen = it_coitp_key-rdimen "= ld_rdimen_sscr e_congr = it_coitp_key-rcongr "= ld_rcongr_sscr e_rvers = it_coitp_key-rvers "= ld_rvers_sscr e_ryear = it_coitp_key-ryear e_perid = it_coitp_key-perid e_rollup_cu = con_x e_method_types = con_x IMPORTING it_cg_mhry = it_cg_mhry it_cu_mhry = it_cu_mhry.

FC_TREE_DISPLAY CALL FUNCTION 'FC_TREE_DISPLAY' EXPORTING e_title = ld_title e_tab_struct = 'FC05JERMR' "wms62140 e_hlp_struct = 'FC05TAB' et_data = it_jermr[] et_list = it_list[] et_fdisp = it_fdisp[] et_kdisp = it_kdisp[] * ET_KCORR = * ET_BLIST = et_mdata = it_mdata[] * e_call_header = 'FC_PARAM_HEADER_LIST' "wms34388 e_callback_user_command = ld_callback_user_command e_callback_recurse = ld_flg_recurse "wms54018b CHANGING ct_work = it_jermr_work[] ct_ffix = it_ffix[] ct_fused = it_fused[].

FC_COIMETH_HIERARCHY CALL FUNCTION 'FC_COIMETH_HIERARCHY' EXPORTING e_dimen = it_coitp_key-rdimen "= ld_rdimen_sscr e_congr = it_coitp_key-rcongr "= ld_rcongr_sscr e_rvers = it_coitp_key-rvers "= ld_rvers_sscr e_ryear = it_coitp_key-ryear e_perid = it_coitp_key-perid e_rollup_cu = con_x e_method_types = con_x IMPORTING it_cg_mhry = it_cg_mhry it_cu_mhry = it_cu_mhry.

RSTI_REPORT_FIELDS_FIND CALL FUNCTION 'RSTI_REPORT_FIELDS_FIND' EXPORTING e_repid = l_repid TABLES it_sel = lt_ri_sel it_fields = lt_ri_fields.

FC_GET_VERSIONS CALL FUNCTION 'FC_GET_VERSIONS' EXPORTING e_rvers = id_rvers IMPORTING i_ldrvs = ld_ldrvs.

FC_TOTALS_SELECT CALL FUNCTION 'FC_TOTALS_SELECT' EXPORTING e_database = 'D' it_sel = it_select it_fields = it_fields it_kfig = it_kfig e_rvers = id_rvers e_ryear = id_ryear e_perid = id_perid IMPORTING it_data = it_jermr[].

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = ld_arbgb msgty = ld_msgty txtnr = ld_txtnr msgv1 = ld_msgv1 msgv2 = ld_msgv2 msgv3 = ld_msgv3 msgv4 = ld_msgv4.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = ls_message-msgid msgty = ls_message-msgty msgv1 = ls_message-msgv1 msgv2 = ls_message-msgv2 msgv3 = ls_message-msgv3 msgv4 = ls_message-msgv4 txtnr = ls_message-msgno.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = i_hdtxt send_if_one = con_x show_linno = space 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 FICJEMRF or its description.