SAP Reports / Programs

RFFMAVC_SHOW_DIFFERENCES SAP ABAP Report - Display Inconsistencies for Availability Control Data







RFFMAVC_SHOW_DIFFERENCES 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 search for inconsistencies between availability control (AVC) data and the corresponding contributions from FM totals tables (commitments/actuals and budget data)...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_SHOW_DIFFERENCES 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

FMAVCDIFF - Display AVC inconsistencies


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_SHOW_DIFFERENCES. "Basic submit
SUBMIT RFFMAVC_SHOW_DIFFERENCES AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMAVC_SHOW_DIFFERENCES 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_CEYR = D .
Selection Text: SO_UDIM = D .
Selection Text: SO_MEAS = D .
Selection Text: SO_GRNT = D .
Selection Text: SO_FUND = D .
Selection Text: SO_FNCA = D .
Selection Text: SO_FCTR = D .
Selection Text: SO_CVGP = D .
Selection Text: SO_CMMT = D .
Selection Text: SO_BUDP = D .
Selection Text: P_YEAR = D .
Selection Text: P_VARI = D .
Selection Text: P_MAX_NO = Maximum No. of Results
Selection Text: P_LEDG = D .
Selection Text: P_FKRS = D .
Selection Text: P_CG_VAL = D .
Selection Text: P_AVCDOI = Display Only Inconsistencies
Selection Text: P_ARCTY1 = Only Consumable Amount
Selection Text: P_ARCTY0 = Only Consumed Amount
Selection Text: P_ARCTY* = Evaluate All Data
Title: Display Inconsistencies for Availability Control Data
Text Symbol: SYM = Symptom
Text Symbol: NOI = AVC data is consistent
Text Symbol: INC = Inconsistent AVC data
Text Symbol: INB = Inconsistency for budget address
Text Symbol: H00 = Data Inconsistencies: Annual Values
Text Symbol: EXX = Unknown error
Text Symbol: EAU = Missing authorizations to display values
Text Symbol: E06 = Error: Budget address was removed from cover group
Text Symbol: E05 = Error when reading current AVC data
Text Symbol: E04 = Error during simulation of AVC data
Text Symbol: E03 = Error during determination of grant
Text Symbol: E02 = Error for contributing FM account assignment
Text Symbol: E01 = Error during access to AVC index
Text Symbol: D03 = Difference for Non-Eligible Amount
Text Symbol: D02 = Difference for Consumed Amount
Text Symbol: D01 = Difference for Consumable Amount
Text Symbol: AGT =





Text Symbol: 016 = Control Objects or Cover Groups With Budget Addresses
Text Symbol: 015 = Control Objects
Text Symbol: 004 = Control Parameters
Text Symbol: 003 = Selection of Account Assignments
Text Symbol: 001 = Restrict Evaluation


INCLUDES used within this REPORT RFFMAVC_SHOW_DIFFERENCES

INCLUDE RFFMAVC_SHOW_DIFF_TOP.
INCLUDE LFMAVC_DERI_TOOLSF02.
INCLUDE RFFMAVC_SHOW_DIFF_SEL.
INCLUDE RFFMAVC_SHOW_DIFF_F01.
INCLUDE RFFMAVC_SHOW_DIFF_EVENTS.
INCLUDE RFFMAVC_SHOW_DIFF_DATA.
INCLUDE RFFMAVC_DIFF_0100_MODULE.
INCLUDE RFFMAVC_SHOW_DIFF_ALV.
INCLUDE RFFMAVC_SHOW_DIFF_F02.


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