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

RFFMAVCCUST01 SAP ABAP Report - Summary of AVC Customizing Settings







RFFMAVCCUST01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This reports provides an overview of all Customizing settings for the selected availability control ledger...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 RFFMAVCCUST01 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

FMAVCCUST01 - Display Control Ledger Customizing


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 RFFMAVCCUST01. "Basic submit
SUBMIT RFFMAVCCUST01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMAVCCUST01 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_GJAHR = D Fiscal Year
Selection Text: P_FIKRS = D FM Area
Selection Text: P_ALDNR = D Availability Control Ledger
Title: Summary of AVC Customizing Settings
Text Symbol: SBO = Only certain budget types are relevant for AVC
Text Symbol: SBA = All budget types are relevant for AVC
Text Symbol: 128 = Value Type Selection
Text Symbol: 127 = Budget Type Selection
Text Symbol: 126 = No specific assignment
Text Symbol: 125 = Activation Status
Text Symbol: 124 = Checking Horizon
Text Symbol: 123 = Other Settings
Text Symbol: 122 = Strategy for Deriving Tolerance Profiles
Text Symbol: 121 = Default Tolerance Profile
Text Symbol: 120 = Assignment of Tolerance Profiles
Text Symbol: 119 = Determination of the Grant Number
Text Symbol: 118 = Strategy for Control Objects
Text Symbol: 117 = Derivation of Control Objects
Text Symbol: 116 = Certain value types (listed below) are excluded
Text Symbol: 115 = Filter Settings for Commitment/Actual Values
Text Symbol: 114 = WF Status Combination
Text Symbol: 113 = Selection of Value Type (and of Budget Types)
Text Symbol: 112 = Version
Text Symbol: 111 = Data Source 1
Text Symbol: 110 = Data Source 0
Text Symbol: 109 = Name
Text Symbol: 108 = Ledger Definition
Text Symbol: 107 = Customizing Definitions
Text Symbol: 106 = Selected Data
Text Symbol: 105 = Summary of AVC Customizing Settings


INCLUDES used within this REPORT RFFMAVCCUST01

INCLUDE: RFFMAVCCUST01F01.
INCLUDE: RFFMAVCCUST01F03.


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:

FMAVC_CHECK_ALDNR_FOR_FM CALL FUNCTION 'FMAVC_CHECK_ALDNR_FOR_FM' EXPORTING i_aldnr = p_aldnr.



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