SAP Reports / Programs

RFFMWH10 SAP ABAP Report - Change Documents for Rules and Relations to Budget Increase







RFFMWH10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Change Documents for Revenues Increasing the Budget Rules and Assignments The program displays changes made to the rules and relations for revenues increasing the budget...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 RFFMWH10 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 RFFMWH10. "Basic submit
SUBMIT RFFMWH10 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMWH10 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: S_RFAREA = D .
Selection Text: SO_FAREA = D .
Selection Text: SO_DATAB = D .
Selection Text: R_UNAME = D .
Selection Text: P_GJAHR = D .
Selection Text: P_FIKRS = D .
Selection Text: S_SFONDS = Revenue fund
Selection Text: S_SFIPEX = Revenue commitment item
Selection Text: S_SFICTR = Revenue funds center
Selection Text: S_RFONDS = Expenditure fund
Selection Text: S_RFIPEX = Expenditure commitment item
Selection Text: S_RFICTR = Expenditure funds center
Selection Text: SO_FONDS = Revenue fund
Selection Text: SO_FIPEX = Revenue commitment item
Selection Text: SO_FICTR = Revenue funds center
Selection Text: RULE = Rule
Selection Text: RTACTION = Action
Selection Text: RELATION = Relation
Title: Change Documents for Rules and Relations to Budget Increase
Text Symbol: 011 = Doc.Cat.
Text Symbol: 010 = Selection Criteria for the Change Information
Text Symbol: 009 = Rule
Text Symbol: 008 = Relation
Text Symbol: 007 = COLL. EXPEND.
Text Symbol: 006 = COVER ELIGIBILITY
Text Symbol: 005 = REVS INCREASING BUDGET
Text Symbol: 004 = ACTION
Text Symbol: 003 = Action
Text Symbol: 002 = Selection criteria for relation
Text Symbol: 001 = Selection criteria for rule


INCLUDES used within this REPORT RFFMWH10

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:

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_fikrs = p_fikrs.



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