SAP Reports / Programs

RFFMUD11 SAP ABAP Report - Generate Additional Document Data for Revenues Increasing the Budget







RFFMUD11 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program selects all revenue documents posted in Financial Accounting and checks whether a distribution rule, according to which the budget is to be increased, has been defined for the 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 RFFMUD11 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

FMIC - Generate Additional Budget Incr.Data


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 RFFMUD11. "Basic submit
SUBMIT RFFMUD11 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMUD11 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_BUKRS = D .
Selection Text: SO_FUND = D .
Selection Text: SO_FNCA = D .
Selection Text: SO_FCTR = D .
Selection Text: SO_CMMT = D .
Selection Text: P_GJAHR = D .
Selection Text: P_FIKRS = D .
Selection Text: S_FIBLNR = Increase in the Paymt Budget
Selection Text: S_FCBLNR = Increase in Cmmt Budget
Selection Text: P_TEST = Test Run
Selection Text: P_REAL = Update Run
Selection Text: P_N_INC = FMAA without Budget Increase
Selection Text: P_INC = FMAA Increasing the Budget
Title: Generate Additional Document Data for Revenues Increasing the Budget
Text Symbol: 130 = Restriction on Documents
Text Symbol: 120 = Revenues - FM Acct Assignment
Text Symbol: 051 = Log Output
Text Symbol: 050 = Process Control
Text Symbol: 026 = Update Run
Text Symbol: 025 = Test Run
Text Symbol: 024 = No corresponding account assignments available at the moment
Text Symbol: 023 = Not all document-specific increase relations were generated correctly
Text Symbol: 022 = Budget increased for the following revenue FM account assignments
Text Symbol: 021 = The document-specific increase relations were successfully generated
Text Symbol: 020 = Following revenue FM acct assignments do not increase the budget:
Text Symbol: 017 = Success
Text Symbol: 016 = Error
Text Symbol: 015 = General Status
Text Symbol: 014 = Date
Text Symbol: 013 = User
Text Symbol: 012 = FM Area
Text Symbol: 011 = Fiscal Year
Text Symbol: 010 = Total:
Text Symbol: 003 = |FMAr|Year|Revenue commitment item |Funds center |Fund |Functional area
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 RFFMUD11

INCLUDE IFIFMCON_BOOL.
INCLUDE LKBPPEQU.




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.

FMFK_FIKRS_READ call function 'FMFK_FIKRS_READ' exporting ip_fikrs = p_fikrs.

FM_FYC_SCHEDMAN_INIT call function 'FM_FYC_SCHEDMAN_INIT' exporting i_repid = 'RFFMUD11' i_tcode = 'FMIC' i_wfitem = wf_witem i_wflist = wf_wlist i_flg_test = p_test importing e_f_schedman_key = g_f_schedman_key.

FM_RIB_DOC_RELATIONS_GENERATE call function 'FM_RIB_DOC_RELATIONS_GENERATE' exporting ip_fikrs = p_fikrs ip_gjahr = p_gjahr i_t_rfund = l_t_rfund i_t_rfundsctr = l_t_rfundsctr i_t_rcmmtitem = l_t_rcmmtitem i_t_rfuncarea = l_t_rfuncarea i_t_rfiblnr = l_t_rfiblnr i_t_rfcblnr = l_t_rfcblnr i_t_rbukrs = l_t_rbukrs i_flg_test_run = l_flg_test_run tables t_not_increasing = l_t_not_increasing t_increasing = l_t_increasing changing ip_flag_errors = flag_errors.

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.

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_ZUSATZ' 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.

FMCU_GET_DIMENSIONS * CALL FUNCTION 'FMCU_GET_DIMENSIONS' * EXPORTING * I_FM_AREA = U_FM_AREA * IMPORTING * E_FUND_STATE = C_FUND_STATE * E_FUNDSCTR_STATE = C_FUNDSCTR_STATE * E_CMMTITEM_STATE = C_CMMTITEM_STATE * E_FUNCAREA_STATE = C_FUNCAREA_STATE * E_MEASURE_STATE = C_MEASURE_STATE * E_GRANT_NBR_STATE = C_GRANT_NBR_STATE * E_USERDIM_STATE = C_USERDIM_STATE * EXCEPTIONS * CUSTOMIZING_INCONSISTENT = 1 * OTHERS = 2.

FM_GET_ACTIVE_DIMENSIONS call function 'FM_GET_ACTIVE_DIMENSIONS' importing * E_GRANT_ACTIVE = e_fund_active = l_flg_fund_active e_function_active = l_flg_funcarea_active * E_MEASURE_ACTIVE = * E_FUNDS_CTR_ACTIVE = * E_CMMT_ITEM_ACTIVE = * E_FM_ACTIVE = * E_KOM_ACTIVE = .



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