SAP Reports / Programs

RFFMAVC_REINIT SAP ABAP Report - Re-Initialize Availability Control Ledgers (FM)







RFFMAVC_REINIT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Re-Initializing Availability Control Ledgers 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 RFFMAVC_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

FMAVCREINIT - 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 RFFMAVC_REINIT. "Basic submit
SUBMIT RFFMAVC_REINIT AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMAVC_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_CLINDX = D .
Selection Text: P_DETLOG = D .
Selection Text: P_FIKRS = D .
Selection Text: P_GJAHR = D .
Selection Text: P_MAXPRC = Number of Concurrent Tasks
Selection Text: P_RFCGRP = D .
Selection Text: P_RFCPRC = Use Parallel Processing
Selection Text: P_TEST = D .
Selection Text: P_VARI = D .
Selection Text: S_ALDNR = Availability Control Ledger
Selection Text: S_BUDPER = D .
Selection Text: S_CVRGRP = D .
Selection Text: S_FAREA = D .
Selection Text: S_FICTR = D .
Selection Text: S_FIPEX = D .
Selection Text: S_FUND = D .
Selection Text: S_GRANT = D .
Selection Text: S_MEAS = D .
Selection Text: S_USERD = D .
Title: Re-Initialize Availability Control Ledgers (FM)
Text Symbol: VAR = Variant Name
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: ALD = Restrict Values
Text Symbol: CM0 = Re-Initialize Control Ledgers
Text Symbol: CM1 = FM Area
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: CN3 = Funds
Text Symbol: DTP = Detailed Protocol
Text Symbol: FDA = All funds
Text Symbol: FDS = Only selected funds
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
Text Symbol: PAR = Control
Text Symbol: PLP = Parallel Processing
Text Symbol: RT0 = Consumed amounts only (= 0)


INCLUDES used within this REPORT RFFMAVC_REINIT

INCLUDE RFFMAVC_REINITTOP.
INCLUDE RFFMAVC_REINITS01.
INCLUDE RFFMAVC_REINITF01.
INCLUDE RKASMAWF.


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:

FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = 'RFFMAVC_REINIT' i_tcode = 'FMAVCREINIT' i_wfitem = wf_witem i_wflist = wf_wlist i_flg_test = p_test IMPORTING e_f_schedman_key = g_f_schedman_key.

FM_FYC_SCHEDMAN_CLOSE CALL FUNCTION 'FM_FYC_SCHEDMAN_CLOSE' EXPORTING i_f_schedman_key = g_f_schedman_key i_wfitem = wf_witem i_wfokey = wf_okey i_aplstat = g_aplstat i_cnt_obj = g_total_db_records.



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