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

RFFMMP_RELEASE SAP ABAP Report - Release Budget Data







RFFMMP_RELEASE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Calculate and Release Budget Data You use this program to calculate budget to be released and to release budget data...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 RFFMMP_RELEASE 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

FMMPRELE - Release data


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 RFFMMP_RELEASE. "Basic submit
SUBMIT RFFMMP_RELEASE AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMMP_RELEASE 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_ALLPR = All periods
Selection Text: P_AUTOCO = Auto-correction
Selection Text: P_DETAIL = Detail list
Selection Text: P_DKEY = Distribution key
Selection Text: P_DOCDAT = Document date
Selection Text: P_DOCTYP = Document type
Selection Text: P_FLGDK = Distribution key
Selection Text: P_FLGPER = Period
Selection Text: P_FMAREA = FM area
Selection Text: P_KF = Key figure
Selection Text: P_NEG = Only Negative Budget
Selection Text: P_POSDAT = Posting date
Selection Text: P_PPOST = Prepost
Selection Text: P_PROC = Process
Selection Text: P_RBT = Receiver released type
Selection Text: P_REVAL = Revaluation (%)
Selection Text: P_RPERFR = Receiver period
Selection Text: P_SELVAR = D .
Selection Text: P_SFYEAR = Fiscal year
Selection Text: P_TEST = Test run
Selection Text: P_VERS = Version
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 .
Selection Text: S_USERD = D .
Title: Release Budget Data
Text Symbol: L03 = Budget Category / YCE
Text Symbol: L01 = Years of Cash Effectivity
Text Symbol: 001 = Budget category
Text Symbol: 005 = Processing options
Text Symbol: 032 = Basis for calculation
Text Symbol: 033 = Document settings
Text Symbol: 034 = Reset and overwrite





Text Symbol: 035 = Add new data only
Text Symbol: 036 = Add data
Text Symbol: 037 = Sender budget type
Text Symbol: 038 = Budget type for release
Text Symbol: 039 = Source period
Text Symbol: 040 = Target period
Text Symbol: 041 = Distribution key
Text Symbol: 042 = Update mode
Text Symbol: 044 = Grouping settings
Text Symbol: 045 = Additional data
Text Symbol: 046 = Rounding
Text Symbol: 047 = Document date
Text Symbol: 048 = Document type
Text Symbol: 049 = Posting date
Text Symbol: 051 = Release budget data
Text Symbol: 063 = All periods
Text Symbol: 064 = Source period
Text Symbol: 065 = To
Text Symbol: 066 = Process
Text Symbol: 067 = Fiscal Year
Text Symbol: 074 = Detail List
Text Symbol: 075 = Layout
Text Symbol: 109 = From
Text Symbol: A01 = Update/Productive Run
Text Symbol: A02 = Test Run
Text Symbol: A03 = Test Run Without AVC Checks
Text Symbol: A04 = Test Mode


INCLUDES used within this REPORT RFFMMP_RELEASE

INCLUDE IRFFMMP_RELEASETOP.
INCLUDE FMMP_MD_SELECTION_FORM.
INCLUDE FMMP_MULTI_BUDCAT_YCE_SCREEN.
INCLUDE IFIFMBAS_FMACC_SEL.
INCLUDE FMMP_PROPOSAL_FROM_KF.
INCLUDE FMMP_ENTRYDOC_HEADER_ITEMSPROC.
INCLUDE FMMP_PROCESSING_OPTIONS_RELE.
INCLUDE FMMP_GROUPING_SETTINGS.
INCLUDE RKASMAWF.
INCLUDE IFMBAS_ACCESSIBILITY_MODE.
INCLUDE FMMP_FIELD_STATUS.
INCLUDE FMMP_GET_CEFFYEAR.





INCLUDE FMMP_ALV_VARIANT_FORM.
INCLUDE FMMP_MULTI_BUDCAT_YCE_FORMS.
INCLUDE FMMP_GET_PARAMETERS.
INCLUDE FMMP_GET_DIMRANGE_SELECTION.
INCLUDE FMMP_SCREEN_CHECKS_RELE.


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' IMPORTING e_text_block_fma = bltxtfma e_text_block_mass = bltxtmss e_text_button = pbfmsele e_title_selvar_f4 = g_selvar_f4_title.

FMCU_GET_BUDTYPE * CALL FUNCTION 'FMCU_GET_BUDTYPE' * EXPORTING * I_FM_AREA = P_FMAREA * I_VALTYPE = 'R1' * IMPORTING * E_T_BUDTYPE = L_T_BUDTYPE * EXCEPTIONS * NOT_FOUND.

FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = 'RFFMMP_RELEASE' i_tcode = 'FMMPRELE' 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 RFFMMP_RELEASE or its description.