SAP Reports / Programs | Public Sector Management | Funds Management | Master Data(PSM-FM-MD) SAP PSM

RFFMMD_YR_INDEP_FUND_CENTER SAP ABAP Report - Funds Center: Conversion from Year-Dependent to Year-Independent







RFFMMD_YR_INDEP_FUND_CENTER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program converts the funds centers of an FM area from year-dependent to year-independent...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 RFFMMD_YR_INDEP_FUND_CENTER 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 RFFMMD_YR_INDEP_FUND_CENTER. "Basic submit
SUBMIT RFFMMD_YR_INDEP_FUND_CENTER AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMMD_YR_INDEP_FUND_CENTER 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_TST = Test Run
Selection Text: P_GJAHR = Reference Fiscal Year
Selection Text: P_FIKRS = D .
Title: Funds Center: Conversion from Year-Dependent to Year-Independent
Text Symbol: 020 = Results of Year-Independent Conversion: Test Run
Text Symbol: 019 = Results of Year-Independent Conversion
Text Symbol: 018 = General Selections
Text Symbol: 017 = Error updating FM01
Text Symbol: 016 = Error updating FM01H
Text Symbol: 015 = Error inserting FMHISV
Text Symbol: 014 = Error updating FMFCTRT
Text Symbol: 013 = Error inserting FMFCTRT
Text Symbol: 012 = Error deleting FMFCTRT
Text Symbol: 011 = Error updating FMFCTR
Text Symbol: 010 = Error inserting FMFCTR
Text Symbol: 009 = Error deleting FMFCTR
Text Symbol: 008 = is the new year-independent Hierarchy Variant
Text Symbol: 007 = The Hierarchy Variant
Text Symbol: 006 = For the following funds center the existence interval was changed to 01/01/1900 - 12/31/9999
Text Symbol: 005 = FM area FundsCenter
Text Symbol: 004 = The following funds centers are added as top FC
Text Symbol: 003 = has no hierarchy assigned. Program exits.
Text Symbol: 002 = Fiscal Year
Text Symbol: 001 = Funds centers are already year-independent for the given FM area.


INCLUDES used within this REPORT RFFMMD_YR_INDEP_FUND_CENTER

INCLUDE: RFFMMD_YR_INDEP_FUND_CENTERTOP, "DATA DECLARATIONS
RFFMMD_YR_INDEP_FUND_CENTERF01, "APPLICATION LOG
RFFMMD_YR_INDEP_FUND_CENTERF02. "OTHER 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 RFFMMD_YR_INDEP_FUND_CENTER or its description.