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
Below is a list of transaction codes which are relevant to this SAP report
FMAVCCUST01 - Display Control Ledger Customizing
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.
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
INCLUDE: RFFMAVCCUST01F01.
INCLUDE: RFFMAVCCUST01F03.
No SAP DATABASE tables are accessed within this REPORT code!
FMAVC_CHECK_ALDNR_FOR_FM CALL FUNCTION 'FMAVC_CHECK_ALDNR_FOR_FM' EXPORTING i_aldnr = p_aldnr.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.