SAP Reports / Programs

RFFMDERIVATIONANALYSIS_REAS SAP ABAP Report - Analysis Report of Reassignment Derivation







RFFMDERIVATIONANALYSIS_REAS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Analysis Report of Reassignment Derivation This program provides a report that displays the results of using the derivation tool with the "reassignment" type of derivation...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 RFFMDERIVATIONANALYSIS_REAS 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 RFFMDERIVATIONANALYSIS_REAS. "Basic submit
SUBMIT RFFMDERIVATIONANALYSIS_REAS AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMDERIVATIONANALYSIS_REAS 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: P_ACTIV = FM Closing Operation
Selection Text: P_FMAREA = FM Area
Selection Text: P_REBPD = Use Budget Period
Selection Text: P_REFARE = Use Functional Area
Selection Text: P_REFIPE = Use Commitment Item
Selection Text: P_REFIST = Use Funds Center
Selection Text: P_REFOND = Use Fund
Selection Text: P_REGRAN = Use Grant
Selection Text: P_REMEAS = Use Funded Program
Selection Text: P_SENDYR = Sender Fiscal Year
Selection Text: SO_RBPD = D .
Selection Text: SO_RFARE = Functional Area
Selection Text: SO_RFIPE = Commitment Item
Selection Text: SO_RFIST = Funds Center
Selection Text: SO_RFOND = Fund
Selection Text: SO_RGRAN = Grant
Selection Text: SO_RMEAS = Funded Program
Title: Analysis Report of Reassignment Derivation
Text Symbol: TI4 = and Sender Fiscal Year
Text Symbol: TI3 = with FM Area
Text Symbol: TI1 = Closing Operation
Text Symbol: MEA = Funded Program Selection Option
Text Symbol: GRA = Grant Selection Option
Text Symbol: GEB = Fund Selection Option
Text Symbol: FKB = Functional Area Selection Option
Text Symbol: FIS = Funds Center Selection Option
Text Symbol: 019 = Clear Data
Text Symbol: 020 = Source Funds Center
Text Symbol: 021 = Source Fund
Text Symbol: 022 = Source Commitment Item
Text Symbol: 023 = Source Functional Area
Text Symbol: 024 = Source Funded Program
Text Symbol: 025 = Source Grant
Text Symbol: 026 = Receiver Funds Center
Text Symbol: 027 = Receiver Fund
Text Symbol: 028 = Receiver Commitment Item
Text Symbol: 029 = Receiver Functional Area
Text Symbol: 030 = Receiver Funded Program





Text Symbol: 031 = Receiver Grant
Text Symbol: 040 = Risk of low system performance in processing over 100,000 records. Do you want to continue?
Text Symbol: 041 = Yes
Text Symbol: 042 = No
Text Symbol: 043 = committment items
Text Symbol: 044 = funds centers
Text Symbol: 045 = funds
Text Symbol: 046 = functional areas
Text Symbol: 047 = funded programs
Text Symbol: 048 = grants
Text Symbol: 049 = budget periods
Text Symbol: 050 = Receiver Budget Period
Text Symbol: BPD = Budget Period Selection Option
Text Symbol: FIP = Commitment Item Selection Option


INCLUDES used within this REPORT RFFMDERIVATIONANALYSIS_REAS

INCLUDE RFFMDERIVATIONANALYSIS_REA_TOP. "GLOBAL DATA
INCLUDE RFFMDERIVATIONANALYSIS_REA_INI. "INITIALIZATION
INCLUDE RFFMDERIVATIONANALYSIS_REA_F01. "FORMS


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:

No SAP FUNCTION MODULES are executed within this report code!



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