RFFMUD98 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program RFFMUD98 increases the budget for a specific expenditure item for revenues which increase the budget...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 RFFMUD98 into the relevant SAP transactions such as SE38 or SE80
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_FIKRS = Financial management area
Selection Text: P_GJAHR = Fiscal year
Selection Text: P_TEST = Test run
Selection Text: S_FONDS = Fund
Title: Revenues increasing budget
INCLUDE IFIFMEQU.
No SAP DATABASE tables are accessed within this REPORT code!
FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING IP_FIKRS = P_FIKRS IP_APPLICATION_DATA = CON_ON IP_APPLC = APPLC_CA IMPORTING F_FM01 = G_F_FM01 * f_fm01a = l_f_fm01a F_FM01D = G_F_FM01D.
FM_FIPOS_READ_MULTIPLE CALL FUNCTION 'FM_FIPOS_READ_MULTIPLE' EXPORTING I_FIKRS = p_fikrs I_FLAG_KONT = 'X' * I_FLAG_VERD = 'X' * I_FLAG_TEXT = ' ' * I_LANGUAGE = SY-LANGU * I_POSHIVERS = 'SAP' I_GJAHR = p_gjahr * I_PERIV = ' ' * I_DATUM = '00000000' TABLES * R_FIPOS = * R_POSIT = T_FMFPO = g_t_fmfpo * T_FMFPOT = * T_FMFCPO = * T_FMFCPOT = EXCEPTIONS INPUT_ERROR = 1 MASTER_DATA_NOT_FOUND = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMUD98 - Revenues increasing budget RFFMUD98 - Revenues increasing budget RFFMUD97 - Setting the Indicator that Budget has been Increased for FM Documents RFFMUD97 - Setting the Indicator that Budget has been Increased for FM Documents RFFMUD96 - Revenues Increasing Budget RFFMUD96 - Revenues Increasing Budget