SAP Reports / Programs

RFFMAVC_OVERALL_VIEW SAP ABAP Report - Display Overall Values of Control Objects







RFFMAVC_OVERALL_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 and posting addresses, as well as overall 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_OVERALL_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

FMAVCR02 - Display Overall 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_OVERALL_VIEW. "Basic submit
SUBMIT RFFMAVC_OVERALL_VIEW AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMAVC_OVERALL_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_BA = Budget Addresses
Selection Text: P_BA2 = Budget Addresses
Selection Text: P_BUDDFC = D .
Selection Text: P_CEYR = D .
Selection Text: P_CHIER = Hierarch. View of AVC Elements
Selection Text: P_CHKTOL = Maximum Usage Rate
Selection Text: P_CO = Control Objects
Selection Text: P_CO2 = Control Objects
Selection Text: P_FKRS = D .
Selection Text: P_LEDG = D .
Selection Text: P_OVLCHK = D .
Selection Text: P_PA = Posting Addresses
Selection Text: P_SELVAR = D .
Selection Text: P_VARI = Variant Name
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_GRANT = D .
Selection Text: S_MEASR = D .
Selection Text: S_USERD = D .
Title: Display Overall Values of Control Objects
Text Symbol: H00 = Control Objects Data: Overall Values
Text Symbol: 015 = Overall Values of Control Objects
Text Symbol: 018 = Only Obj. With Overall Checks
Text Symbol: 020 = Node Text
Text Symbol: 021 = Grant Description
Text Symbol: 022 = Fund Description
Text Symbol: 023 = Funds Center Description
Text Symbol: 024 = Cmmt Item Description
Text Symbol: 025 = Func. Area Description
Text Symbol: 026 = Funded Prog. Description
Text Symbol: 027 = Cust. Field Description
Text Symbol: 028 = Budget Period Description
Text Symbol: 031 = Grant Name
Text Symbol: 032 = Fund Name
Text Symbol: 033 = Funds Center Name





Text Symbol: 034 = Cmmt Item Name
Text Symbol: 035 = Func. Area Name
Text Symbol: 036 = Funded Prog. Name
Text Symbol: 037 = Cust. Field Name
Text Symbol: 038 = Budget Period Name
Text Symbol: 043 = Account assignments specified below are:
Text Symbol: 044 = Type of Account Assignments
Text Symbol: 045 = Hierarchy Levels and Node Texts
Text Symbol: 046 = Ignore Zero Amount Addresses


INCLUDES used within this REPORT RFFMAVC_OVERALL_VIEW

INCLUDE RFFMAVC_CTRLDATA_TOP.
INCLUDE LFMAVC_DERI_TOOLSF02.
INCLUDE RFFMAVC_OVERALL_REP_SELECTION.
INCLUDE RFFMAVC_CTRLDATA_REP_FORMS.
INCLUDE RFFMAVC_OVERALL_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_OVERALL_VIEW or its description.