SAP Reports / Programs | Public Sector Management | Funds Management | Budgeting(PSM-FM-BCS-BU) SAP PSM

RFFMCY_RESET SAP ABAP Report - Reset Planning Data







RFFMCY_RESET is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Reset Plan Data This program resets plan data of the 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 RFFMCY_RESET into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FMCYRESET - Reset budget data (preparation)


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 RFFMCY_RESET. "Basic submit
SUBMIT RFFMCY_RESET AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCY_RESET 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_ALL = All budget types
Selection Text: P_BTYS = Choose budget types
Selection Text: P_DETAIL = D .
Selection Text: P_FMAREA = D .
Selection Text: P_FYEAR = D .
Selection Text: P_PERFR = D .
Selection Text: P_PERTO = To
Selection Text: P_TEST = Test Run
Selection Text: P_VERS = D .
Selection Text: S_BUDCAT = D .
Selection Text: S_BUDPER = D .
Selection Text: S_FAREA = D .
Selection Text: S_FICTR = D .
Selection Text: S_FIPEX = D .
Selection Text: S_FONDS = D .
Selection Text: S_GRANT = D .
Selection Text: S_MEASR = D .
Title: Reset Planning Data
Text Symbol: 044 = Change FM area
Text Symbol: 045 = FM area
Text Symbol: 074 = Detail List
Text Symbol: 075 = Layout
Text Symbol: 099 = or Group
Text Symbol: 100 = Fund
Text Symbol: 101 = Grant
Text Symbol: 102 = Funds Center
Text Symbol: 103 = Commitment Item
Text Symbol: 104 = Functional Area
Text Symbol: 105 = Funded Program
Text Symbol: 200 = Budget Period
Text Symbol: L01 = Years of Cash Effectivity
Text Symbol: L03 = Budget Category / YCE
Text Symbol: 001 = FM account assignments
Text Symbol: 002 = Reset options
Text Symbol: 005 = Processing options
Text Symbol: 006 = Period
Text Symbol: 007 = To
Text Symbol: 008 = All budget types





Text Symbol: 009 = Specific budget types
Text Symbol: 010 = Choose budget type
Text Symbol: 011 = Choose budget type
Text Symbol: 012 = Grouping settings
Text Symbol: 013 = Financial Management area
Text Symbol: 014 = Budget category
Text Symbol: 015 = Version
Text Symbol: 016 = Fiscal year
Text Symbol: 017 = Period
Text Symbol: 018 = To
Text Symbol: 019 = Processing status
Text Symbol: 020 = Test run
Text Symbol: 021 = Update run
Text Symbol: 022 = Number of reset records
Text Symbol: 023 = Number of warning messages
Text Symbol: 024 = Number of error messages
Text Symbol: 025 = Reset and overwrite
Text Symbol: 026 = Add data
Text Symbol: 027 = Add new data only
Text Symbol: 028 = Process / Budget type combinations
Text Symbol: 029 = Process
Text Symbol: 030 = Process description
Text Symbol: 031 = Budget type
Text Symbol: 032 = Budget type description
Text Symbol: 042 = Update mode
Text Symbol: 043 = Reset budget data


INCLUDES used within this REPORT RFFMCY_RESET

INCLUDE IRFFMCY_RESETTOP . " GLOBAL DATA
INCLUDE FMMP_MULTI_BUDCAT_YCE_SCREEN.
INCLUDE FMMP_MD_SELECTION.
INCLUDE FMMP_PROPOSAL_FROM_BUDTYPE.
INCLUDE FMMP_ALV_VARIANT.
INCLUDE FMMP_GROUPING_SETTINGS.
INCLUDE RKASMAWF.
INCLUDE FMMP_GROUP_SELECTION.
INCLUDE FMMP_GROUP_SELECTION_GET.
INCLUDE FMMP_ALV_VARIANT_FORM.
INCLUDE FMMP_MULTI_BUDCAT_YCE_FORMS.
INCLUDE IFMBAS_ACCESSIBILITY_MODE.
INCLUDE FMMP_GET_MD_SELECTION.





INCLUDE FMMP_GROUP_SELECTION_CHECK.


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:

FM_FYC_SELSCR_STATUS_SET CALL FUNCTION 'FM_FYC_SELSCR_STATUS_SET' EXPORTING i_t_fcode_excl = g_t_fcode.

FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = 'RFFMCY_RESET' i_tcode = 'FMCYRESET' i_wfitem = wf_witem i_wflist = wf_wlist i_flg_test = p_test IMPORTING e_f_schedman_key = g_f_schedman_key.

FM_FYC_SCHEDMAN_CLOSE CALL FUNCTION 'FM_FYC_SCHEDMAN_CLOSE' EXPORTING i_f_schedman_key = g_f_schedman_key i_wfitem = wf_witem i_wfokey = wf_okey i_aplstat = g_aplstat i_cnt_obj = g_records_screen.



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