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
Below is a list of transaction codes which are relevant to this SAP report
GMRBGENMD - Generate Master Data for GM RIB
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: 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
INCLUDE: IGMRBCON.
INCLUDE: GMRB_OUTPUT_PROTOCOL_TYPES.
No SAP DATABASE tables are accessed within this REPORT code!
BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING i_log_handle = g_log_handle IMPORTING e_statistics = wa_statistics.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFGMRB_GENERATE - Generate Rules for GM Revenues Increasing the Budget RFGMRB_GENERATE - Generate Rules for GM Revenues Increasing the Budget RFGMRBDERIRO - Callback report for derivation of RIB objects from budget addresses RFGMRBDERIRO - Callback report for derivation of RIB objects from budget addresses RFGMRBDERIMD - Callback report for derivation of RIB master data RFGMRBDERIMD - Callback report for derivation of RIB master data