SAP Reports / Programs

RFFMUD01 SAP ABAP Report - Budget Increases by Revenues







RFFMUD01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program RFFMUD01 increases the expenditure budget based on purpose oriented 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 RFFMUD01 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

FMIB - Posting Line-Based Budget Increase
FMBI - Posting Line-Based Budget Increase


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 RFFMUD01. "Basic submit
SUBMIT RFFMUD01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMUD01 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_FONDS = Fund
Selection Text: S_FIBLNR = Document number invoice
Selection Text: S_FCBLNR = Doc. no. of estimated revenue
Selection Text: P_YEAR = Fiscal Year
Selection Text: P_TEST = Test Run
Selection Text: P_REV = Sort according to revenues
Selection Text: P_MANUAL = Manual budget increase
Selection Text: P_FMAREA = FM Area
Selection Text: P_EXP = Sort according to expenditures
Title: Budget Increases by Revenues
Text Symbol: 104 = is not a budget obj.
Text Symbol: 103 = No budget object defined
Text Symbol: 102 = Error log for commitment budget
Text Symbol: 101 = Error log for payment budget
Text Symbol: 062 = Sort Criteria
Text Symbol: 061 = Process control
Text Symbol: 060 = Restriction to funds/documents
Text Symbol: 034 = Automatic budget increase/update run
Text Symbol: 033 = Automatic budget increase/test run
Text Symbol: 032 = Manual budget increase/update run
Text Symbol: 031 = Manual budget increase /test run
Text Symbol: 022 = FM Area Currency
Text Symbol: 021 = Increase in the Paymt Budget
Text Symbol: 020 = Increase in the commitment budget
Text Symbol: 019 = General Status
Text Symbol: 018 = Date
Text Symbol: 017 = User
Text Symbol: 016 = Fiscal Year
Text Symbol: 015 = FM Area
Text Symbol: 014 = PRODUCTION RUN
Text Symbol: 013 = Test Run
Text Symbol: 012 = Error
Text Symbol: 011 = Success
Text Symbol: 010 = Total:
Text Symbol: 003 = |FMA |Year|Revenue commitment item |Fund |Funds center | Amount| CC |Year|Act.doc. |Itm|Fcst rev. |Itm|Budget doc
Text Symbol: 002 = |FMAr|Year|Receiver center |Rec.fund |Receiver item | Amount|CCde|Year|Actual no.|Itm|Commit.no.|Itm|
Text Symbol: 001 = Exp.FM acct asst:


INCLUDES used within this REPORT RFFMUD01

INCLUDE RKASMAWF.





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:

FM_CHECK_CUSTOMIZING CALL FUNCTION 'FM_CHECK_CUSTOMIZING' EXCEPTIONS fm_not_active = 1.

FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = 'RFFMUD01' i_tcode = 'FMIB' i_wfitem = wf_witem i_wflist = wf_wlist i_flg_test = p_test IMPORTING e_f_schedman_key = g_f_schedman_key.

ENQUEUE_EFMUDRULE CALL FUNCTION 'ENQUEUE_EFMUDRULE' EXPORTING gjahr = p_year fikrs = p_fmarea EXCEPTIONS foreign_lock = 1.

FM_RIB_ON_LINE_ITEMS CALL FUNCTION 'FM_RIB_ON_LINE_ITEMS' EXPORTING i_manual = p_manual i_test = p_test i_fm_area = p_fmarea i_fisc_year = p_year IMPORTING o_fm_currency = g_fm_currency i_it_fmudrule = it_fmudrule i_it_budval = it_budval TABLES r_fonds = s_fonds r_fibelnr = s_fiblnr r_fcbelnr = s_fcblnr t_successprotocol = g_t_successprotocol t_errorprotocol = g_t_errorprotocol t_messages = g_t_messages.

FM_RIB_PROTOCOL_DISPLAY * CALL FUNCTION 'FM_RIB_PROTOCOL_DISPLAY' * EXPORTING * i_repid = g_repid * i_rib_method = fmud_con_udmethode_udvertl * i_fm_area = p_fmarea * i_sort_by_rev = g_sort_by_rev * i_fm_currency = g_fm_currency * i_test = p_test * i_manual = p_manual * it_events = g_t_events * TABLES * t_protocol = g_t_successprotocol * t_errorprotocol = g_t_errorprotocol * t_messages = g_t_messages * t_bhdgd = g_t_bhdgd.

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 = sy-tfill.

CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING date_internal = sy-datum IMPORTING date_external = date.

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_fikrs = p_fmarea IMPORTING f_fm01 = g_f_fm01.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = it_header.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_structure_name = 'RIB_PROTOCOL_LINES' is_layout = g_layout i_save = g_save is_variant = g_variant it_events = g_t_events is_print = g_print TABLES t_outtab = rib_protocol.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_structure_name = 'RIB_PROTOCOL_LINES_EXP' is_layout = g_layout i_save = g_save is_variant = g_variant it_events = g_t_events is_print = g_print TABLES t_outtab = rib_protocol_exp.



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