SAP Reports / Programs

RFFMWH01 SAP ABAP Report - Display change documents







RFFMWH01 is a standard Executable ABAP Report 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 RFFMWH01 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 RFFMWH01. "Basic submit
SUBMIT RFFMWH01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMWH01 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: AENNAME = User Name
Selection Text: DATAB = Valid-From Date
Selection Text: DATBIS = Valid To Date
Selection Text: DBACTION = Action
Selection Text: FICTR = Revenue funds center
Selection Text: FIPEX = Revenue commitment item
Selection Text: FONDS = Revenue fund
Selection Text: P_FIKRS = FM Area
Selection Text: P_GJAHR = Fiscal Year
Selection Text: RAENNAME = User Name
Selection Text: RDATAB = Valid-From Date
Selection Text: RDATBIS = Valid To Date
Selection Text: RDBACTIO = Action
Selection Text: RELATION = Relation
Selection Text: RFICTR = Expenditure funds center
Selection Text: RFIPEX = Expenditure commitment item
Selection Text: RFONDS = Expenditure fund
Selection Text: RULE = Rule
Selection Text: SFICTR = Revenue funds center
Selection Text: SFIPEX = Revenue commitment item
Selection Text: SFONDS = Revenue fund
Title: Display change documents
Text Symbol: 128 = Uppr limit amt ind.
Text Symbol: 127 = Minimum revenue amt ind.
Text Symbol: 126 = Surplus fund
Text Symbol: 125 = Surplus funds center
Text Symbol: 124 = Surplus commitment item
Text Symbol: 123 = %Uppr limit
Text Symbol: 122 = Uppr limit
Text Symbol: 121 = % minim.revenue
Text Symbol: 120 = Minimum revenue
Text Symbol: 119 = %Bdgt Increase
Text Symbol: 001 = Selection criteria for rule
Text Symbol: 002 = Selection criteria for relation
Text Symbol: 003 = Action
Text Symbol: 004 = ACTION
Text Symbol: 005 = REVS INCREASING BUDGET
Text Symbol: 006 = COVER ELIGIBILITY





Text Symbol: 007 = COLL. EXPEND.
Text Symbol: 008 = Relation
Text Symbol: 009 = Rule
Text Symbol: 011 = Fields
Text Symbol: 012 = New Value
Text Symbol: 013 = Old Value
Text Symbol: 100 = Cmmt item sdr/rcvr
Text Symbol: 101 = Commitmnt item
Text Symbol: 102 = Funds Center
Text Symbol: 103 = Fund
Text Symbol: 104 = % paymt
Text Symbol: 105 = % cmmt
Text Symbol: 106 = Valid frm
Text Symbol: 107 = Valid to
Text Symbol: 108 = User Name
Text Symbol: 109 = DT
Text Symbol: 110 = FMA
Text Symbol: 111 = FYear
Text Symbol: 112 = Deactivated
Text Symbol: 113 = Type of rev.incr.budget
Text Symbol: 114 = Revenues, budget memo
Text Symbol: 115 = Expends, budget memo
Text Symbol: 116 = Check addtl revs
Text Symbol: 117 = Payment Budget
Text Symbol: 118 = Commitment Budget


INCLUDES used within this REPORT RFFMWH01

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_APPLICATION_DATA = ' ' ip_fikrs = p_fikrs * IP_FMA_OBJNR = ' ' * IP_LANGUAGE = ' ' * IP_TEXT = ' ' * IP_BUFFER_RESET = ' ' * IP_APPLC = ' ' importing f_fm01 = g_f_fm01.



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