SAP Reports / Programs

RFFMFG_USFGX SAP ABAP Report - FM USFG Line Item Browser







RFFMFG_USFGX 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 RFFMFG_USFGX 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

FMFG_FW_BROWSER - FM USFG Line Item Browser


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 RFFMFG_USFGX. "Basic submit
SUBMIT RFFMFG_USFGX AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMFG_USFGX 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_ACCT = D .
Selection Text: S_BUDPD = D .
Selection Text: S_BUKRS = D .
Selection Text: S_BUSA = D .
Selection Text: S_FAREA = D .
Selection Text: S_FIKRS = D .
Selection Text: S_FINUSE = D .
Selection Text: S_FIPEX = D .
Selection Text: S_FISTL = D .
Selection Text: S_FONDS = D .
Selection Text: S_GJAHR = D .
Selection Text: S_MEASU = D .
Selection Text: S_PERIO = D .
Selection Text: S_RLDNR = D .
Title: FM USFG Line Item Browser
Text Symbol: 010 = FM Account Assignments
Text Symbol: 030 = Layout


INCLUDES used within this REPORT RFFMFG_USFGX

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_USFGX' it_seltab = gt_seltab i_layout = p_disvar it_column = gt_column.

FMRPF_GET_VARIANT call function 'FMRPF_GET_VARIANT' exporting i_report = 'FMRPF_USFGX' 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. "Chose

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

FMRPF_F4 call function 'FMRPF_F4' exporting i_reporting_structure = 'FMRPF_USFGX' 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. "Ad-hoc

FMRPF_GET_MESSAGE_TEXT call function 'FMRPF_GET_MESSAGE_TEXT' exporting i_msgno = '13' importing e_txt = g_txt. "User-Defined Layout

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

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_USFGX' 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. "Chose

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