RFMXPRX1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Transfer Canadian Revenue Increasing Budget rule and relation tables to standard tables...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 RFMXPRX1 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: FM: xpra/Transfer RIB Tables for Government of Canada
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = g_t_log.
FM_HAUSHALTSVERMERKART_PRUEFEN CALL FUNCTION 'FM_HAUSHALTSVERMERKART_PRUEFEN' EXPORTING ip_budget_increasing = con_on ip_hvmtnr = c_t_fmudrule-ehvmtnr IMPORTING op_flag = c_t_fmudrule-udeck op_hvmart = l_hvmart.
FM15_GET_BUDGET_VALUES CALL FUNCTION 'FM15_GET_BUDGET_VALUES' EXPORTING i_fikrs = u_f_fmudrule-fikrs i_gjahr = u_f_fmudrule-gjahr i_versn = '000' TABLES t_fm_bud_val = l_t_budval.
FM_FIKRS_CHECK_MD_YEAR_DEPEND CALL FUNCTION 'FM_FIKRS_CHECK_MD_YEAR_DEPEND' EXPORTING i_fikrs = u_gen_rule-fikrs IMPORTING e_flg_year_pos = l_flg_year_pos.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFMXPRX1 - FM: xpra/Transfer RIB Tables for Government of Canada RFMXPRX1 - FM: xpra/Transfer RIB Tables for Government of Canada RFMXPR50 - FIFM: XPRA Reconciliation of KBLP, KBLESUM RFMXPR50 - FIFM: XPRA Reconciliation of KBLP, KBLESUM RFMXPR49 - MIgrate existing FM/GM strategies to new Derivation Tool RFMXPR49 - MIgrate existing FM/GM strategies to new Derivation Tool