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

RFFMCE_GENCOVERGR SAP ABAP Report - Generate Cover Groups







RFFMCE_GENCOVERGR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for IF &[SWITCH]PSM_FM_BCS_REV_1& = 'X' This program generates 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 RFFMCE_GENCOVERGR 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

FMCEGENCG - Generate CE Rules


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 RFFMCE_GENCOVERGR. "Basic submit
SUBMIT RFFMCE_GENCOVERGR AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCE_GENCOVERGR 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_ADD = D .
Selection Text: P_ALDNR = D .
Selection Text: P_FIKRS = D .
Selection Text: P_GJAHR = D .
Selection Text: P_MES_ER = Only display error messages
Selection Text: P_SBO = Budget Addresses
Selection Text: P_SELVAR = Variant Name
Selection Text: P_SPO = Posting Addresses
Selection Text: P_TEST = Test Run
Selection Text: P_USE_AD = Use Application Data
Selection Text: P_USE_BS = Use Budget Structure
Selection Text: P_VARIA = 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_MEASR = D .
Selection Text: S_USERD = D .
Title: Generate Cover Groups
Text Symbol: TIT = Generate Cover Eligibility Rules
Text Symbol: 507 = Update Run
Text Symbol: 506 = Test Run
Text Symbol: 001 = Selection of Source Data
Text Symbol: 005 = Processing Options
Text Symbol: 006 = Cover Group Category Selection
Text Symbol: 007 = Manual Cover Group
Text Symbol: 008 = Budget Category
Text Symbol: 009 = Automatic Cover Group
Text Symbol: 010 = Availability Control Ledger
Text Symbol: 011 = Budget addresses to assign
Text Symbol: 012 = Variant catalog for multiple selection
Text Symbol: 013 = Revenue Cover Group
Text Symbol: 014 = Budget addresses assigned
Text Symbol: 015 = Budget Category for RIB
Text Symbol: 020 = Detail List
Text Symbol: 100 = RFFMCE_GENCOVERGR
Text Symbol: 200 = End of extraction of budget addresses





Text Symbol: 210 = End of building cover groups
Text Symbol: 220 = End of checks
Text Symbol: 230 = End of updating DB tables FMCECVGRP and FMCECGADDRS
Text Symbol: 240 = End of reading table FMBASOBJNR
Text Symbol: 500 = FM area
Text Symbol: 501 = Budget Category
Text Symbol: 503 = Fiscal Year
Text Symbol: 505 = Processing status


INCLUDES used within this REPORT RFFMCE_GENCOVERGR

INCLUDE: IFMCECON,
INCLUDE: FMBS_OUTPUT_PROTOCOL_TYPES.
INCLUDE: FFMCECGCDT,
FFMCECGCDC.
INCLUDE IFMCE_FMACC_SEL.
INCLUDE: FMBS_OBJ_MAINT_LCL_CHANGE_PARA.


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

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

FMCE_CHECK_ACTIVATION_CE CALL FUNCTION 'FMCE_CHECK_ACTIVATION_CE' EXPORTING i_fm_area = p_fikrs i_fiscyear = p_gjahr i_bypass_buffer = ' ' IMPORTING e_flg_ce_active = l_flg_ce_active.

FMCE_CHECK_ALDNR_AUTO_CG CALL FUNCTION 'FMCE_CHECK_ALDNR_AUTO_CG' EXPORTING i_aldnr = gs_cg_category_list-aldnr i_fm_area = p_fikrs i_flg_bypass_buffer = ' ' EXCEPTIONS OTHERS = 1.

FMCE_CHECK_ACTIVATION_CE CALL FUNCTION 'FMCE_CHECK_ACTIVATION_CE' EXPORTING i_fm_area = p_fikrs i_fiscyear = p_gjahr i_bypass_buffer = ' ' IMPORTING e_flg_ce_active = l_flg_ce_active.

BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING i_log_handle = g_log_handle IMPORTING e_statistics = l_f_statistics.



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