SAP Reports / Programs

RFFMCY_FREEZE SAP ABAP Report - Freeze budget data







RFFMCY_FREEZE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Freeze Budget Data This program takes a snapshot of the budget data and conserves it in another version (frozen version)...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_FREEZE 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

FMCYFREEZE - Copy budget data (freeze)


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_FREEZE. "Basic submit
SUBMIT RFFMCY_FREEZE AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCY_FREEZE 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_BUD = Budget
Selection Text: P_DETAIL = Detail list
Selection Text: P_FMAREA = FM area
Selection Text: P_REL = Release
Selection Text: P_SFYEAR = Fiscal year
Selection Text: P_STA = Statistical
Selection Text: P_SVERS = Source version
Selection Text: P_TEST = Test run
Selection Text: P_TVERS = Frozen version
Selection Text: S_BUDCAT = D .
Selection Text: S_CI = Commitment item
Selection Text: S_FA = Functional area
Selection Text: S_FC = Funds center
Selection Text: S_FUND = Fund
Selection Text: S_GRANT = Grant
Selection Text: S_MEASU = Funded Program
Title: Freeze budget data
Text Symbol: L03 = Budget Category / YCE
Text Symbol: L01 = Years of Cash Effectivity
Text Symbol: 200 = Budget Period
Text Symbol: 120 = Budget Period
Text Symbol: 105 = Funded Program
Text Symbol: 104 = Functional Area
Text Symbol: 103 = Commitment Item
Text Symbol: 102 = Funds Center
Text Symbol: 101 = Grant
Text Symbol: 001 = FM accounts assignment
Text Symbol: 002 = Source and Target settings
Text Symbol: 005 = Processing options
Text Symbol: 006 = Source version
Text Symbol: 007 = Target version (frozen)
Text Symbol: 008 = Fiscal Year
Text Symbol: 009 = Grouping settings
Text Symbol: 010 = Financial Management area
Text Symbol: 011 = Budget category
Text Symbol: 012 = Source
Text Symbol: 013 = Target
Text Symbol: 014 = Version





Text Symbol: 015 = Fiscal year
Text Symbol: 016 = Processing status
Text Symbol: 017 = Test run
Text Symbol: 018 = Update run
Text Symbol: 019 = Number of copied records
Text Symbol: 020 = Number of warning messages
Text Symbol: 021 = Number of error messages
Text Symbol: 022 = Freeze budget data
Text Symbol: 023 = FM area
Text Symbol: 024 = Change FM area
Text Symbol: 074 = Detail List
Text Symbol: 075 = Layout
Text Symbol: 099 = or Group
Text Symbol: 100 = Fund


INCLUDES used within this REPORT RFFMCY_FREEZE

INCLUDE IRFFMCY_FREEZETOP . " GLOBAL DATA
INCLUDE FMMP_MULTI_BUDCAT_YCE_SCREEN.
INCLUDE FMMP_MD_SELECTION.
INCLUDE FMMP_ALV_VARIANT.
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_FREEZE' i_tcode = 'FMCYFREEZE' 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_FREEZE or its description.