SAP Reports / Programs

RFFMCE_HIER_VIEW SAP ABAP Report - Overview of Values for Automatic Cover Groups







RFFMCE_HIER_VIEW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report you can display the list of automatic cover groups for IF &[SWITCH]PSM_FM_BCS_REV_1& = 'X' the expenditure budget addresses, RIB objects/revenue cover groups of RIB rules and expenditure posting addresses ELSE...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_HIER_VIEW 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

FMCEMON01 - Overview of Automatic 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_HIER_VIEW. "Basic submit
SUBMIT RFFMCE_HIER_VIEW AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCE_HIER_VIEW 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_BUDDFC = D .
Selection Text: P_CEYR = D .
Selection Text: P_CHKTOL = Max. Usage Rate for Deficits
Selection Text: P_FKRS = D .
Selection Text: P_LEDG = D .
Selection Text: P_VARI = Variant Name
Selection Text: P_YEAR = D .
Selection Text: S_CVGR = D .
Selection Text: S_GRANT = D .
Title: Overview of Values for Automatic Cover Groups
Text Symbol: 015 = Cover Group / Members
Text Symbol: 042 = Selection of AVC Data for Automatic Cover Groups
Text Symbol: 043 =
Text Symbol: 050 = Only Budget Deficits
Text Symbol: 051 = Only Cover Groups with Values
Text Symbol: 052 = Only Addresses with Values
Text Symbol: D14 = Select the desired grant value:
Text Symbol: D15 = RIB Rules With Different Grant Values
Text Symbol: H00 = AVC Data for Automatic Cover Groups: Annual Values


INCLUDES used within this REPORT RFFMCE_HIER_VIEW

INCLUDE RFFMCE_CTRLDATA_TOP.
INCLUDE LFMAVC_DERI_TOOLSF02.
INCLUDE RFFMCE_HIER_REP_SELECTION.
INCLUDE RFFMCE_CTRLDATA_REP_FORMS.
INCLUDE RFFMCE_HIER_REP_EVENTS.
INCLUDE RFFMCE_CTRLDATA_0100_MODULES.
INCLUDE RFFMCE_CTRLDATA_0100_SCR.
INCLUDE RFFMCE_CTRLDATA_0100_AVC.
INCLUDE RFFMCE_CTRLDATA_0100_ALV.


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