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

RFGMRB_GENERATE SAP ABAP Report - Generate Rules for GM Revenues Increasing the Budget







RFGMRB_GENERATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program generates rules for GM Revenues Increasing the Budget (RIB rules)...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 RFGMRB_GENERATE 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

GMRBGENMD - Generate Master Data for GM RIB


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 RFGMRB_GENERATE. "Basic submit
SUBMIT RFGMRB_GENERATE AND RETURN. "Return to original report after report execution complete
SUBMIT RFGMRB_GENERATE 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: S_PROG = D Sponsored Program
Selection Text: S_GRANT = D Grant
Selection Text: S_FONDS = D Fund
Selection Text: S_CLASS = D Sponsored Class
Selection Text: P_TEST = Test Run
Selection Text: P_IDX = D Only Update Index
Title: Generate Rules for GM Revenues Increasing the Budget
Text Symbol: 507 = Update Run
Text Symbol: 506 = Test Run
Text Symbol: 505 = Processing status
Text Symbol: 503 = Fiscal Year
Text Symbol: 501 = Budget Category
Text Symbol: 500 = FM area
Text Symbol: 100 = RFGMRB_GENERATE
Text Symbol: 015 = Index entries saved
Text Symbol: 014 = Receiving addresses saved
Text Symbol: 013 = RIB objects saved
Text Symbol: 012 = Index entries to save
Text Symbol: 011 = Receiving addresses to save
Text Symbol: 010 = RIB objects to save
Text Symbol: 005 = Processing Options
Text Symbol: 001 = Selection of Source Data


INCLUDES used within this REPORT RFGMRB_GENERATE

INCLUDE: IGMRBCON.
INCLUDE: GMRB_OUTPUT_PROTOCOL_TYPES.


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:

BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING i_log_handle = g_log_handle IMPORTING e_statistics = wa_statistics.



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