RFFMCCAVC_OVERVIEW 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 or list view of cash control (CC) objects, such as posting addresses, as well as overall CC 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 RFFMCCAVC_OVERVIEW into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FMCCAVCOVERVIEW - Overview of Cash control Values
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: PI_FYEAR = Fiscal Year
Selection Text: P_ALDNR = D .
Selection Text: P_BUKRS = D .
Selection Text: P_DEFC = Display Deficits Only
Selection Text: P_FYEAR = Year
Selection Text: P_GALV = Display as a list
Selection Text: P_OVERAL = Overall Values
Selection Text: S_BUDP = D .
Selection Text: S_FAREA = D .
Selection Text: S_FUND = D .
Selection Text: S_GRANT = D .
Selection Text: S_HKONT = D .
Selection Text: S_USRDM = D .
Title: Overview values for Cash Control Account assignments
Text Symbol: CUR = Currency
Text Symbol: ERR = Enter a Valid Fiscal Year
Text Symbol: EXP = Total Expenses
Text Symbol: FAR = Functional Area
Text Symbol: FUN = Fund
Text Symbol: FYR = Fiscal Year
Text Symbol: GRA = Grant
Text Symbol: MUL = Multiple Values
Text Symbol: OTT = Output Type
Text Symbol: OVV = Overall Values
Text Symbol: REP = Cash control Overview Report for Ledger
Text Symbol: REV = Total Revenues
Text Symbol: SPA =
Text Symbol: TIM = Selection of Reporting Time-Frame
Text Symbol: TMR = Time Interval
Text Symbol: USD = User Dimension
Text Symbol: BUK = Company Code
Text Symbol: 001 = Year
Text Symbol: 020 = Consumable Amount
Text Symbol: 021 = Consumable Amt
Text Symbol: 030 = Consumed Amount
Text Symbol: 031 = Consumed Amt
Text Symbol: 035 = Reserved Amount
Text Symbol: 036 = Reserved Amt
Text Symbol: 040 = Available Amount
Text Symbol: 041 = Available Amt
Text Symbol: 042 = Deficit Indicator
Text Symbol: 043 = Deficit Ind.
Text Symbol: 050 = Time Range
Text Symbol: 100 = Consumable CC Ldgr:
Text Symbol: 101 = Consumed CC Ledger:
Text Symbol: 102 = New calc Consumable:
Text Symbol: 103 = New calcul Consumed:
Text Symbol: 104 = Reserved:
Text Symbol: AAC = Overall Account
Text Symbol: ACC = G/L Account
Text Symbol: ACO = Selection of Control Objects
Text Symbol: ACP = Control Parameters
Text Symbol: AFA = Overall Functional areas
Text Symbol: AFU = Overall Funds
Text Symbol: AGR = Overall Grants
Text Symbol: ALL = All Values
Text Symbol: APR = Overall Programs
Text Symbol: ATM = Overall Time Period
Text Symbol: AUD = Overall User Dimension
Text Symbol: BDP = Overall Budget Period
Text Symbol: BPD = Budget Period
INCLUDE RFFMCCAVC_OVERVIEWTOP.
INCLUDE RFFMCCAVC_OVERVIEWC01.
INCLUDE RFFMCCAVC_OVERVIEWF01.
INCLUDE RFFMCCAVC_OVERVIEWF02.
INCLUDE RFFMCCAVC_OVERVIEWO01.
INCLUDE RFFMCCAVC_OVERVIEWI01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMCCAVC_OVERVIEW - Overview values for Cash Control Account assignments RFFMCCAVC_OVERVIEW - Overview values for Cash Control Account assignments RFFMCCAVC_F110 - Program RFFMCCAVC_F110 RFFMCCAVC_F110 - Program RFFMCCAVC_F110 RFFMCCAVC_DELETE_CLUSTER - Report RFFMCCAVC_DELETE_CLUSTER RFFMCCAVC_DELETE_CLUSTER - Report RFFMCCAVC_DELETE_CLUSTER