RFFMMP_RBB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to calculate and increase budget from revenues...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 RFFMMP_RBB into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FMMPRBB - Increase Budget from Revenues
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_DKEY = D .
Selection Text: P_DOCDAT = D .
Selection Text: P_DOCTYP = D .
Selection Text: P_FLGDK = Distribution Key
Selection Text: P_FLGPER = Period
Selection Text: P_FMAREA = D .
Selection Text: P_POSDAT = D .
Selection Text: P_PPOST = Prepost
Selection Text: P_RBT = Receiver Budget Type
Selection Text: P_REVAL = Revaluation (%)
Selection Text: P_RPERFR = Receiver Period
Selection Text: P_SBT = Sender Budget Type
Selection Text: P_SELVAR = D .
Selection Text: P_SFYEAR = D .
Selection Text: P_SPERFR = Sender Period
Selection Text: P_TEST = D .
Selection Text: P_VERS = D .
Selection Text: S_BUDCAT = Budget Category for Increase
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_USERD = D .
Selection Text: P_DETAIL = D .
Title: Increase Budget from Revenues
Text Symbol: 004 = Restriction on Revenue Cover Groups
Text Symbol: 005 = Processing Options
Text Symbol: 008 = Budget category
Text Symbol: 032 = Basis for calculation
Text Symbol: 033 = Document Settings
Text Symbol: 037 = Source Budget Type
Text Symbol: 038 = Target Budget Type
Text Symbol: 039 = Source Period
Text Symbol: 040 = Target Period
INCLUDE IRFFMMP_RBBTOP.
INCLUDE FMMP_MD_SELECTION_FORM.
INCLUDE IFMBS_LDNR_SELECTION_FOR_MP.
INCLUDE IFIFMBAS_FMACC_SEL.
INCLUDE FMMP_PROPOSAL_FOR_RIB.
INCLUDE FMMP_ENTRYDOC_HEADER_ITEMS.
INCLUDE FMMP_ALV_VARIANT.
INCLUDE FMMP_PROCESSING_OPTIONS_AVC.
INCLUDE FMMP_GROUPING_SETTINGS.
INCLUDE RKASMAWF.
INCLUDE FMMP_FIELD_STATUS.
INCLUDE IFMBAS_ACCESSIBILITY_MODE.
INCLUDE FMMP_ALV_VARIANT_FORM.
INCLUDE FMMP_GET_PARAMETERS.
INCLUDE FMMP_GET_DIMRANGE_SELECTION.
INCLUDE FMMP_SCREEN_CHECKS_RIB.
No SAP DATABASE tables are accessed within this REPORT code!
FM_FYC_SELSCR_STATUS_SET CALL FUNCTION 'FM_FYC_SELSCR_STATUS_SET' IMPORTING e_text_block_fma = bltxtfma e_text_block_mass = bltxtmss e_text_button = pbfmsele e_title_selvar_f4 = g_selvar_f4_title.
FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = 'RFFMMP_RBB' i_tcode = 'FMMPRBB' 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_records_screen.
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 RFFMMP_RBB or its description.
RFFMMP_RBB - Increase Budget from Revenues RFFMMP_RBB - Increase Budget from Revenues RFFMMP_PRECLOSE - Preclosing: Transfer Residual Budget RFFMMP_PRECLOSE - Preclosing: Transfer Residual Budget RFFMMP_DOCREVERSE_FILL_REASF01 - Include RFFMMP_DOCREVERSE_FILL_REASF01 RFFMMP_DOCREVERSE - Reverse Budget Entry Documents