SAP Reports / Programs

RFFMUDX1 SAP ABAP Report - Convert Budgeting Data to Revenues Increasing the Budget







RFFMUDX1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Converting Budget Data to Revenues Increasing the Budget This program is only relevant for customers who are using revenues increasing the budget and have performed an upgrade to IS-PS Release 4...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 RFFMUDX1 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 RFFMUDX1. "Basic submit
SUBMIT RFFMUDX1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMUDX1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Convert Budgeting Data to Revenues Increasing the Budget
Text Symbol: 210 = Data succesfully converted
Text Symbol: 208 = Fund does not exist
Text Symbol: 207 = Funds center does not exist
Text Symbol: 206 = Commitment item does not exist
Text Symbol: 205 = Budget subtype for revenues increasing budget not maintained
Text Symbol: 204 = Ledger does not exist
Text Symbol: 203 = FM area does not exist
Text Symbol: 202 = Budget profile does not exist
Text Symbol: 201 = FM area is blocked
Text Symbol: 102 = Data records processed
Text Symbol: 101 = ended
Text Symbol: 100 = Started


INCLUDES used within this REPORT RFFMUDX1

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:

FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING * E_DA_ACTIV = * E_EU_ACTIV = e_kom_activ = g_flg_kom_active * E_FLG_ISPS_NOT_ACTIVE = .

FM_ACCOUNT_ASSIGNMENT_COMPLETE CALL FUNCTION 'FM_ACCOUNT_ASSIGNMENT_COMPLETE' EXPORTING ip_fikrs = g_t_fmudrule-fikrs ip_gjahr = g_t_fmudrule-gjahr * IP_FLG_BUFFER_ALL = CHANGING ip_fm_account_assignment = g_f_hhmk.

FM_RIB_BPJA_INITIALIZE CALL FUNCTION 'FM_RIB_BPJA_INITIALIZE' TABLES t_rev_fmaa = g_t_rev_fmaa t_error_prot = g_t_error_protocol.



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