SAP Reports / Programs | Public Sector Management | Funds Management | Budgeting(PSM-FM-BCS-BU) SAP PSM

RFFMRB_REINIT SAP ABAP Report - Re-Initialize RIB Ledgers







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 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 RFFMRB_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

FMRBREINIT - Re-Initialize RIB Ledgers


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 RFFMRB_REINIT. "Basic submit
SUBMIT RFFMRB_REINIT AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMRB_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_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





Text Symbol: K01 = No reference to DB record
Text Symbol: K02 = Ref. to budget record
Text Symbol: K03 = Ref. to actuals record
Text Symbol: O02 = Message Text
Text Symbol: PAR = Control
Text Symbol: RTA = Complete ledgers
Text Symbol: RUL = Restrict RIB Rules
Text Symbol: S01 = No messages in the error log


INCLUDES used within this REPORT RFFMRB_REINIT

INCLUDE RFFMRB_REINITTOP.
INCLUDE RFFMRB_REINITS01.
INCLUDE RFFMRB_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 RFFMRB_REINIT or its description.