SAP Reports / Programs | Public Sector Management | Grants Management | Budgeting and Availability Control(PSM-GM-GTE-BU) SAP PSM

RFGMAVC_REINIT SAP ABAP Report - Re-Initialize Availability Control Ledgers (GM)







RFGMAVC_REINIT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program re-initializes 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 RFGMAVC_REINIT 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

GMAVCREINIT - Re-Initialize AVC Ledger


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 RFGMAVC_REINIT. "Basic submit
SUBMIT RFGMAVC_REINIT AND RETURN. "Return to original report after report execution complete
SUBMIT RFGMAVC_REINIT 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_ARCTY* = Re-Init Complete Ledger
Selection Text: P_ARCTY0 = Only Re-Init Consumed Amounts
Selection Text: P_ARCTY1 = Only Re-Init Consumable Budget
Selection Text: P_BUKRS = D Company Code
Selection Text: P_CLINDX = D Reset Index Table
Selection Text: P_DETLOG = D Detailed Protocol
Selection Text: P_GJAHR = D Grantee Fiscal Year
Selection Text: P_MAXPRC = Number of Concurrent Tasks
Selection Text: P_RFCGRP = D Server Group
Selection Text: P_RFCPRC = Use Parallel Processing
Selection Text: P_TEST = D Test run
Selection Text: S_ALDNR = Availability Control Ledger
Selection Text: S_GRANT = D Grant
Title: Re-Initialize Availability Control Ledgers (GM)
Text Symbol: ST4 = Update successful
Text Symbol: ST3 = Partially updated
Text Symbol: ST2 = Process aborted (no DB update)
Text Symbol: ST1 = Test run (no DB update)
Text Symbol: S03 = The error log contains error messages
Text Symbol: S02 = The error log contains some messages, but no errors
Text Symbol: S01 = No messages in the error log
Text Symbol: RTA = Complete ledgers
Text Symbol: RT1 = Consumable budget only (= 1)
Text Symbol: RT0 = Consumed amounts only (= 0)
Text Symbol: PLP = Parallel Processing
Text Symbol: PAR = Control
Text Symbol: ALD = Restrict Values
Text Symbol: CM0 = Re-Initialize Control Ledgers
Text Symbol: CM1 = Company Code
Text Symbol: CM2 = Fiscal Year
Text Symbol: CM3 = Control Ledgers
Text Symbol: CM4 = Record Types
Text Symbol: CM5 = Index Table
Text Symbol: CM7 = Selected DB records
Text Symbol: CM8 = Abort messages
Text Symbol: CM9 = Error messages
Text Symbol: CN1 = Number of warnings
Text Symbol: CN2 = Processing blocks





Text Symbol: GRT = Restrict to Grant(s)
Text Symbol: I10 = Error
Text Symbol: I11 = Information
Text Symbol: I12 = Warning
Text Symbol: IXA = Not adjusted (process aborted)
Text Symbol: IXE = Adjusted, but perhaps errors
Text Symbol: IXN = Not adjusted
Text Symbol: IXT = Not adjusted (test run)
Text Symbol: IXU = Adjusted with success
Text Symbol: K00 = DB Reference
Text Symbol: K01 = No reference to DB record
Text Symbol: K02 = Ref. to budget record
Text Symbol: K03 = Ref. to posting record
Text Symbol: O02 = Message Text


INCLUDES used within this REPORT RFGMAVC_REINIT

INCLUDE RFGMAVC_REINITTOP.
INCLUDE RFGMAVC_REINITS01.
INCLUDE RFGMAVC_REINITF01.


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