SAP Reports / Programs | Public Sector Management | Funds Management | Availability Control(PSM-FM-BCS-AC) SAP PSM

RFFMAVC_HIER_VIEW SAP ABAP Report - Display Annual Values of Control Objects







RFFMAVC_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 hierarchy of availability control objects, such as budget addresses and posting addresses, as well as annual AVC values for specific account assignments...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 RFFMAVC_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

FMAVCR01 - Display Annual Data of Control Obj.


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 RFFMAVC_HIER_VIEW. "Basic submit
SUBMIT RFFMAVC_HIER_VIEW AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMAVC_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: 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 = D .
Selection Text: S_BUDPER = D .
Selection Text: P_YEAR = D .
Selection Text: P_VARI = Variant Name
Selection Text: P_SELVAR = D .
Selection Text: P_PA = Posting Addresses
Selection Text: P_LEDG = D .
Selection Text: P_FKRS = D .
Selection Text: P_CO2 = Control Objects
Selection Text: P_CO = Control Objects
Selection Text: P_CHKTOL = Maximum Usage Rate
Selection Text: P_CHIER = Hierarch. View of AVC Elements
Selection Text: P_CEYR = D .
Selection Text: P_BUDDFC = D .
Selection Text: P_BA2 = Budget Addresses
Selection Text: P_BA = Budget Addresses
Selection Text: P_ANLCHK = D .
Title: Display Annual Values of Control Objects
Text Symbol: H00 = Control Objects Data: Annual Values
Text Symbol: 046 = Ignore Zero Amount Addresses
Text Symbol: 045 = Hierarchy Levels and Node Texts
Text Symbol: 044 = Type of Account Assignments
Text Symbol: 043 = Account assignments specified below are:
Text Symbol: 020 = Node Text
Text Symbol: 018 = Only Obj. With Annual Checks
Text Symbol: 015 = Hierarchy of Control Objects - Budget Addresses - Posting Addresses


INCLUDES used within this REPORT RFFMAVC_HIER_VIEW

INCLUDE RFFMAVC_CTRLDATA_TOP.
INCLUDE LFMAVC_DERI_TOOLSF02.
INCLUDE RFFMAVC_HIER_REP_SELECTION.
INCLUDE RFFMAVC_CTRLDATA_REP_FORMS.
INCLUDE RFFMAVC_HIER_REP_EVENTS.
INCLUDE RFFMAVC_CTRLDATA_0100_MODULES.




INCLUDE RFFMAVC_CTRLDATA_0100_SCR.
INCLUDE RFFMAVC_CTRLDATA_0100_AVC.
INCLUDE RFFMAVC_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 RFFMAVC_HIER_VIEW or its description.