SAP Reports / Programs

RFFMMP_COVR SAP ABAP Report - Carry Over Residual Budget







RFFMMP_COVR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to calculate and carry over the residual budget automatically from one fiscal year to the following fiscal year...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_COVR 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

FMMPCOVR - Carry over residual budget


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_COVR. "Basic submit
SUBMIT RFFMMP_COVR AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMMP_COVR 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_BA = Budget Addresses
Selection Text: P_CG_AUT = Automatic Cover Groups
Selection Text: P_CG_MAN = Manual Cover Groups
Selection Text: P_CO = AVC data
Selection Text: P_CO_OBJ = Control Objects
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_HGRP = D .
Selection Text: P_KF = Key figure
Selection Text: P_LEDG = D .
Selection Text: P_NEG = Only Negative Budget
Selection Text: P_POSDAT = Posting date
Selection Text: P_PPOST = Prepost
Selection Text: P_RBT = Receiver budget type
Selection Text: P_REVAL = Revaluation (%)
Selection Text: P_RPERFR = Receiver period
Selection Text: S_USERD = D .
Selection Text: S_MEASR = D .
Selection Text: S_GRANT = D .
Selection Text: S_FONDS = D .
Selection Text: S_FIPEX = D .
Selection Text: S_FICTR = D .
Selection Text: S_FAREA = Functional area
Selection Text: S_CG = D .
Selection Text: S_BUDPER = D .
Selection Text: S_BUDCAT = D .
Selection Text: P_VERS = Version
Selection Text: P_VARIA = D .
Selection Text: P_TPERKF = Target Period
Selection Text: P_TESTTX = D .
Selection Text: P_TEST = Test run
Selection Text: P_SPERKF = Select Period
Selection Text: P_SPERFR = Sender period





Selection Text: P_SPEPR = Source Period
Selection Text: P_SFYEAR = From Fiscal year
Selection Text: P_SELVAR = D .
Selection Text: P_SBT = Sender budget type
Title: Carry Over Residual Budget
Text Symbol: 068 = Availability Control Ledger
Text Symbol: 069 = Control Objects
Text Symbol: 070 = Automatic Cover Groups
Text Symbol: 071 = Cover Groups
Text Symbol: 072 = Grouping Settings per AVC Object / Cover Group
Text Symbol: 073 = Check Transfer within AVC Object / Cover Group
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
Text Symbol: L01 = Years of Cash Effectivity
Text Symbol: L03 = Budget Category / YCE
Text Symbol: 067 = AVC Data
Text Symbol: 030 = Source
Text Symbol: 029 = Document family
Text Symbol: 028 = Creation of entry documents
Text Symbol: 027 = Key Figure
Text Symbol: 026 = Number of error messages
Text Symbol: 025 = Number of warning messages
Text Symbol: 023 = Revaluation(%)
Text Symbol: 022 = Number of posted documents
Text Symbol: 021 = Add data
Text Symbol: 020 = Add new data only
Text Symbol: 019 = Reset and overwrite
Text Symbol: 018 = Mode
Text Symbol: 017 = Update run
Text Symbol: 016 = Test run
Text Symbol: 015 = Processing status
Text Symbol: 014 = To
Text Symbol: 013 = Period
Text Symbol: 012 = Fiscal Year





Text Symbol: 011 = Receiver
Text Symbol: 010 = Version
Text Symbol: 009 = Sender
Text Symbol: 008 = Budget category
Text Symbol: 007 = FM area
Text Symbol: 006 = Settings
Text Symbol: 005 = Processing options
Text Symbol: 004 = Context
Text Symbol: 003 = Receiver
Text Symbol: 002 = Sender
Text Symbol: 001 = FM account assignments
Text Symbol: 066 = Type of Account Assignments
Text Symbol: 065 = To
Text Symbol: 064 = Source period
Text Symbol: 063 = All periods
Text Symbol: 056 = Others
Text Symbol: 055 = Change FM area
Text Symbol: 054 = FM area
Text Symbol: 053 = Rounding factor
Text Symbol: 052 = Rounding mode
Text Symbol: 051 = Carry over residual budget
Text Symbol: 050 = Detail list
Text Symbol: 049 = Posting date
Text Symbol: 048 = Document type
Text Symbol: 047 = Document date
Text Symbol: 046 = Rounding
Text Symbol: 045 = Additional data
Text Symbol: 044 = Grouping settings
Text Symbol: 043 = Receiver fiscal year
Text Symbol: 042 = Update mode
Text Symbol: 041 = Distribution key
Text Symbol: 040 = Receiver period
Text Symbol: 039 = Sender period
Text Symbol: 038 = Receiver budget type
Text Symbol: 037 = Sender budget type
Text Symbol: 036 = Items
Text Symbol: 034 = Header
Text Symbol: 033 = Document settings
Text Symbol: 032 = Basis for calculation



Text Symbol: 031 = Target


INCLUDES used within this REPORT RFFMMP_COVR

INCLUDE IRFFMMP_COVRTOP.
INCLUDE FMMP_MD_SELECTION_FORM.
INCLUDE FMMP_MULTI_BUDCAT_YCE_SCREEN.
INCLUDE FMMP_MULTIPLE_FMAAE.
INCLUDE FMMP_PROPOSAL_FROM_KF.
INCLUDE FMMP_ENTRYDOC_HEADER_ITEMS.
INCLUDE FMMP_ALV_VARIANT.
INCLUDE FMMP_PROCESSING_OPTIONS_AVC.
INCLUDE FMMP_GROUPING_SETTINGS.
INCLUDE RKASMAWF.
INCLUDE IFMBAS_ACCESSIBILITY_MODE.
INCLUDE FMMP_FIELD_STATUS.
INCLUDE FMMP_GET_CEFFYEAR.
INCLUDE FMMP_AVC_CVRGRP.
INCLUDE FMMP_ALV_VARIANT_FORM.
INCLUDE FMMP_MULTI_BUDCAT_YCE_FORMS.
INCLUDE FMMP_GET_PARAMETERS.
INCLUDE FMMP_GET_DIMRANGE_SELECTION.
INCLUDE FMMP_SCREEN_CHECKS_COVR.


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.

FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = 'RFFMMP_COVR' i_tcode = 'FMMPCOVR' 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.

FM_MULTIPLE_SELECTION_TEXT_GET CALL FUNCTION 'FM_MULTIPLE_SELECTION_TEXT_GET' EXPORTING * I_FLG_FUNDS_ONLY = i_flg_msel_active = p_mass IMPORTING e_text_button = pbfmsele.

FM_MULTIPLE_SELECTION_TEXT_GET CALL FUNCTION 'FM_MULTIPLE_SELECTION_TEXT_GET' EXPORTING * I_FLG_FUNDS_ONLY = i_flg_msel_active = p_mass IMPORTING e_text_button = pbfmsele.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' IMPORTING et_events = l_t_events[].

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = u_repid i_callback_pf_status_set = ld_status i_callback_user_command = ld_ucomm is_layout = ls_layout it_fieldcat = l_t_fieldcat[] it_excluding = lt_excluding[] * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = 'X' i_save = 'A' * IS_VARIANT = it_events = l_t_events[] * IT_EVENT_EXIT = i_tabname_header = g_tabname_header i_tabname_item = g_tabname_item * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = is_keyinfo = gs_keyinfo * IS_PRINT = * IS_REPREP_ID = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab_header = g_t_list_header t_outtab_item = l_t_list EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = g_tabname_header i_structure_name = 'FMMP_S_HEADER' CHANGING ct_fieldcat = t_list_fcat[].

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = g_tabname_item i_structure_name = 'FMMP_S_LIST' CHANGING ct_fieldcat = l_t_list_fcat[].

BUKU_GET_BUDCAT CALL FUNCTION 'BUKU_GET_BUDCAT' EXPORTING i_flg_with_texts = 'X' i_applic = 'FM' IMPORTING e_t_budcatt = l_t_budcatt[].

FMKU_SET_FM_AREA CALL FUNCTION 'FMKU_SET_FM_AREA' EXPORTING i_flg_process_popup = u_flg_popup CHANGING c_fikrs = c_fm_area EXCEPTIONS no_fikrs_selected = 1.

FMCU_SHOW_BUDCAT_CONS CALL FUNCTION 'FMCU_SHOW_BUDCAT_CONS' EXPORTING i_fm_area = u_fm_area IMPORTING e_budcat = c_budcat.

FMCU_SHOW_DOCTYPE CALL FUNCTION 'FMCU_SHOW_DOCTYPE' EXPORTING i_flg_no_rollup = g_flg_no_rollup IMPORTING e_doctype = c_doctype.

FMCU_SHOW_VERSION CALL FUNCTION 'FMCU_SHOW_VERSION' EXPORTING i_fm_area = u_fm_area IMPORTING e_version = c_version.

FMCU_SHOW_BUDTYPECOMB CALL FUNCTION 'FMCU_SHOW_BUDTYPECOMB' EXPORTING i_fm_area = u_fm_area i_process = u_proc i_valtype = 'B1' IMPORTING e_budtype = c_bt.

FMCU_GET_ACTIVE_VERSION CALL FUNCTION 'FMCU_GET_ACTIVE_VERSION' EXPORTING i_fm_area = p_fmarea i_fiscyear = p_sfyear IMPORTING e_active_version = p_vers.

FMKU_READ_TECHORG CALL FUNCTION 'FMKU_READ_TECHORG' EXPORTING i_techorg = con_covr IMPORTING e_s_techorg_flags = l_f_techorg_flags.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_display_more text = text-044 info = text-044 * ADD_STDINF = 'X' IMPORTING result = p_grp EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_enter_more text = text-045 info = text-045 * ADD_STDINF = 'X' IMPORTING result = p_data EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_display_more text = text-045 info = text-045 * ADD_STDINF = 'X' IMPORTING result = p_data EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_enter_more text = text-046 info = text-046 * ADD_STDINF = 'X' IMPORTING result = p_round EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_display_more text = text-046 info = text-046 * ADD_STDINF = 'X' IMPORTING result = p_round EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

FMMP_SET_BUDCAT_CEFFYEAR CALL FUNCTION 'FMMP_SET_BUDCAT_CEFFYEAR' EXPORTING i_fm_area = p_fmarea i_fiscyear = p_sfyear i_t_budcat = g_t_budcat i_flg_single_budcat = g_flg_single_budcat IMPORTING e_flg_budcat_ceffyear = g_flg_budcat_yce e_t_budcat_ceffyear_active = g_t_yce_budcat CHANGING c_t_rows = g_t_rows_yce.

FMKU_GET_PERIOD_INFO CALL FUNCTION 'FMKU_GET_PERIOD_INFO' EXPORTING i_fm_area = u_fm_area IMPORTING e_special_periods_active = c_special_periods_active e_nb_periods = c_nb_periods e_nb_special_periods = c_nb_special_periods.

RS_VARIANT_CATALOG CALL FUNCTION 'RS_VARIANT_CATALOG' EXPORTING report = 'RFFMSTRP' new_title = u_title IMPORTING sel_variant = c_selvar EXCEPTIONS OTHERS = 1.

FM_SELECT_MULTIPLE CALL FUNCTION 'FM_SELECT_MULTIPLE' EXPORTING i_fikrs = p_fmarea i_gjahr = p_sfyear i_bsp_element_bcs = con_on i_flg_no_list = u_flg_no_list i_prog_varnt = u_selvar i_flg_blank_dim_bcs = l_f_blank_bcs TABLES t_fmsltrp = l_t_fmsltrp t_fmslpara = l_t_fmslpara EXCEPTIONS input_error = 1 no_entry_found = 2 prog_varnt_error = 3 OTHERS = 4.



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