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

RFFMAVC_INDEX_INCON SAP ABAP Report - Display AVC Index Inconsistencies







RFFMAVC_INDEX_INCON is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to search for inconsistencies between availability control (AVC) index data and the currently valid definitions of control objects...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_INDEX_INCON 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

FMAVCINDINCON - Display AVC Index 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_INDEX_INCON. "Basic submit
SUBMIT RFFMAVC_INDEX_INCON AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMAVC_INDEX_INCON 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: 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_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_CEYR = D .
Selection Text: P_AVCDOI = D .
Selection Text: P_ARCTY1 = D .
Selection Text: P_ARCTY0 = D .
Selection Text: P_ARCTY* = D .
Title: Display AVC Index Inconsistencies
Text Symbol: TYP = Type of Account Assignment
Text Symbol: SYM = Symptom
Text Symbol: OCO = Current control object
Text Symbol: NIN = No inconsistency
Text Symbol: NCO = New control object
Text Symbol: INC = Inconsisteny
Text Symbol: ICO = Inconsistent control object
Text Symbol: H00 = Inconsistent AVC Index Entries
Text Symbol: ERR = Error during derivation of control object
Text Symbol: CCR = Role in cover group has changed
Text Symbol: CCO = Control object has changed
Text Symbol: 015 = Source Addresses and Control Objects
Text Symbol: 003 = Control Parameters
Text Symbol: 002 = Selection of Account Assignments
Text Symbol: 001 = Restrict Evaluation


INCLUDES used within this REPORT RFFMAVC_INDEX_INCON

INCLUDE RFFMAVC_INDEX_INCON_TOP.
INCLUDE LFMAVC_DERI_TOOLSF02.
INCLUDE RFFMAVC_INDEX_INCON_SEL.
INCLUDE RFFMAVC_INDEX_INCON_F01.




INCLUDE RFFMAVC_INDEX_INCON_EVENTS.
INCLUDE RFFMAVC_INDEX_INCON_DATA.
INCLUDE RFFMAVC_INDEX_INCON_MOD.
INCLUDE RFFMAVC_INDEX_INCON_ALV.
INCLUDE RFFMAVC_INDEX_INCON_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_INDEX_INCON or its description.