SAP Reports / Programs | Public Sector Management | Funds Management | Information system(PSM-FM-IS) SAP PSM

RFFMRPF_BUDCON SAP ABAP Report - Budget Consumption Line Items







RFFMRPF_BUDCON is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RFFMRPF_BUDCON 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

FMRP_FW_BUDCON - Budget Consumption Line Items


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 RFFMRPF_BUDCON. "Basic submit
SUBMIT RFFMRPF_BUDCON AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMRPF_BUDCON 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: P_DISVAR = D .
Selection Text: S_BUDCAT = D .
Selection Text: S_BUDPD = D .
Selection Text: S_FAREA = D .
Selection Text: S_FIKRS = D .
Selection Text: S_FIPEX = D .
Selection Text: S_FISTL = D .
Selection Text: S_FONDS = D .
Selection Text: S_GJAHR = D .
Selection Text: S_GRANT = D .
Selection Text: S_MEASU = D .
Selection Text: S_USERD = D .
Title: Budget Consumption Line Items
Text Symbol: 010 = FM Account Assignments
Text Symbol: 030 = Layout
Text Symbol: 080 = Other Selections


INCLUDES used within this REPORT RFFMRPF_BUDCON

No INCLUDES are used within this REPORT code!


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:

FMRPF_SELECT_AND_DISPLAY call function 'FMRPF_SELECT_AND_DISPLAY' exporting i_reporting_structure = 'FMRPF_BUDCON' it_seltab = gt_seltab i_layout = p_disvar it_column = gt_column.

FMRPF_GET_VARIANT call function 'FMRPF_GET_VARIANT' exporting i_report = 'FMRPF_BUDCON' importing e_txt = g_layout_name changing c_disvar = p_disvar.

FMRPF_GET_MESSAGE_TEXT call function 'FMRPF_GET_MESSAGE_TEXT' exporting i_msgno = '010' importing e_txt = g_txt. "MESSAGE i010(fmrpf).

FMRPF_GET_MESSAGE_TEXT call function 'FMRPF_GET_MESSAGE_TEXT' exporting i_msgno = '012' importing e_txt = g_txt. "MESSAGE i012(fmrpf).

FMRPF_F4 call function 'FMRPF_F4' exporting i_reporting_structure = 'FMRPF_BUDCON' importing e_layout = p_disvar e_result_status = g_result_status e_layout_name = g_layout_name changing ct_field = gt_column.

FMRPF_GET_MESSAGE_TEXT call function 'FMRPF_GET_MESSAGE_TEXT' exporting i_msgno = '14' importing e_txt = g_txt. "MESSAGE i014(fmrpf).

FMRPF_GET_MESSAGE_TEXT call function 'FMRPF_GET_MESSAGE_TEXT' exporting i_msgno = '13' importing e_txt = g_txt. "MESSAGE i013(fmrpf).

FMRPF_GET_MESSAGE_TEXT call function 'FMRPF_GET_MESSAGE_TEXT' exporting i_msgno = '012' importing e_txt = g_txt. "MESSAGE i012(fmrpf).

FM00_CHECK_ISPS call function 'FM00_CHECK_ISPS' importing e_function_active = g_function_active e_fund_active = g_fund_active e_measure_active = g_measure_active e_grant_active = g_grant_active e_bud_per_active = g_bud_per_active.

FMRPF_GET_VARIANT call function 'FMRPF_GET_VARIANT' exporting i_report = 'FMRPF_BUDCON' importing e_txt = g_layout_name changing c_disvar = p_disvar.

FMRPF_GET_MESSAGE_TEXT call function 'FMRPF_GET_MESSAGE_TEXT' exporting i_msgno = '010' importing e_txt = g_txt. "Select a layout using the input help (F4).

FMRPF_GET_MESSAGE_TEXT call function 'FMRPF_GET_MESSAGE_TEXT' exporting i_msgno = '012' importing e_txt = g_txt. "SAP List Viewer

FMRPF_CONV_RANGE_TO_SELTAB call function 'FMRPF_CONV_RANGE_TO_SELTAB' exporting i_fname = us_fname it_table = fs_table changing ct_seltab = ct_seltab.

DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = sy-repid dynumb = sy-dynnr tables dynpfields = lt_dynpfield.



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