RFFMRB_REINIT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Re-Initialization of RIB Ledger This program re-initializes
If you would like to execute this report or see the full code listing simply enter RFFMRB_REINIT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FMRBREINIT - Re-Initialize RIB Ledgers
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_DETLOG = D .
Selection Text: P_FIKRS = D .
Selection Text: P_GJAHR = D .
Selection Text: P_TEST = D .
Selection Text: P_VARI = D .
Selection Text: S_BUDPER = D .
Selection Text: S_CVGRP = D .
Selection Text: S_FAREA = D .
Selection Text: S_FICTR = D .
Selection Text: S_FIPEX = D .
Selection Text: S_FONDS = D .
Selection Text: S_GRANT = D .
Selection Text: S_MEASR = D .
Selection Text: S_RLDNR = D .
Selection Text: S_USERD = D .
Title: Re-Initialize RIB Ledgers
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: CM0 = Re-Initialize RIB Ledgers
Text Symbol: CM1 = FM Area
Text Symbol: CM2 = Fiscal Year
Text Symbol: CM3 = RIB Ledgers
Text Symbol: CM4 = Record Types
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: DTP = Detailed Protocol
Text Symbol: I10 = Error
Text Symbol: I11 = Information
Text Symbol: I12 = Warning
Text Symbol: K00 = DB Reference
INCLUDE RFFMRB_REINITTOP.
INCLUDE RFFMRB_REINITS01.
INCLUDE RFFMRB_REINITF01.
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.
RFFMRB_REINIT - Re-Initialize RIB Ledgers RFFMRB_REINIT - Re-Initialize RIB Ledgers RFFMRB_RECONSTRUCT_INDEX - Reconstruct Index for Revenues Increasing the Budget RFFMRB_RECONSTRUCT_INDEX - Reconstruct Index for Revenues Increasing the Budget RFFMRB_HIS_DISP - Display Change History Records for RIB Rules RFFMRB_HIS_DISP - Display Change History Records for RIB Rules