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

RFFMCE_CPYCOVERGR SAP ABAP Report - Copy Cover Groups







RFFMCE_CPYCOVERGR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program copies existing source cover groups to new target cover groups...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_CPYCOVERGR 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

FMCECPYCG - Copy Cover Groups


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_CPYCOVERGR. "Basic submit
SUBMIT RFFMCE_CPYCOVERGR AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCE_CPYCOVERGR 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_FIKRS = FM Area
Selection Text: P_FLGCV = D .
Selection Text: P_FLGCVS = D .
Selection Text: P_GJAHR = D .
Selection Text: P_MAN = Manual Cover Group
Selection Text: P_SELVAR = Variant Name
Selection Text: P_TALD = D .
Selection Text: P_TBCAT = D .
Selection Text: P_TEST = Test Run
Selection Text: P_TFYEAR = D .
Selection Text: P_TRBB = D .
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_SALDNR = D .
Selection Text: S_SBCAT = D .
Selection Text: S_SCVGRP = D .
Selection Text: S_TALD = D .
Selection Text: S_TBCAT = D .
Selection Text: S_TRBB = D .
Selection Text: S_USERD = D .
Selection Text: P_AUTO = Automatic Cover group
Title: Copy Cover Groups
Text Symbol: 001 = Source Cover Group Selection
Text Symbol: 002 = Manual Cover Group
Text Symbol: 003 = Budget Category
Text Symbol: 004 = Automatic Cover Group
Text Symbol: 005 = Availability Control Ledger
Text Symbol: 008 = Restriction on Cover Groups
Text Symbol: 009 = Revenue Cover Group
Text Symbol: 010 = Budget Category for RIB
Text Symbol: 012 = Target Cover Group Number
Text Symbol: 013 = Copy from Source Cover Group Number
Text Symbol: 014 = Generate Internal Cover Group Number





Text Symbol: 015 = Processing Options
Text Symbol: 016 = Target
Text Symbol: 017 = Variant catalog for multiple selection
Text Symbol: 018 = Cover groups to copy
Text Symbol: 019 = Cover groups copied
Text Symbol: 100 = RFFMCE_CPYCOVERGR
Text Symbol: 500 = FM area
Text Symbol: 501 = Budget Category
Text Symbol: 503 = Fiscal Year
Text Symbol: 505 = Processing status
Text Symbol: 506 = Test Run
Text Symbol: 507 = Update Run


INCLUDES used within this REPORT RFFMCE_CPYCOVERGR

INCLUDE: FMBS_OBJ_MAINT_LCL_CHANGE_PARA,
RFFMCE_CPYCOVERGR_TOP,
FMBS_OUTPUT_PROTOCOL_TYPES,
FFMCECGCDT,
FFMCECGCDC.
INCLUDE RFFMCE_CPYCOVERGR_SEL.
INCLUDE IFMBAS_ACCESSIBILITY_MODE.
INCLUDE: RFFMCE_CPYCOVERGR_SUB,
FMBS_OUTPUT_PROTOCOL_LIST,
INCLUDE RFFMCE_CPYCOVERGR_INI.
INCLUDE RFFMCE_CPYCOVERGR_PBO.
INCLUDE RFFMCE_CPYCOVERGR_PAI.
INCLUDE RFFMCE_CPYCOVERGR_LOG.
INCLUDE RFFMCE_CPYCOVERGR_OUT.


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:

No SAP FUNCTION MODULES are executed within this report code!



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