SAP Reports / Programs

RFFMFGTCL SAP ABAP Report - Travel Congressional Limitation / Status of Funds







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

FMFGTCL - Congressional Limitations (St. Fund)


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 RFFMFGTCL. "Basic submit
SUBMIT RFFMFGTCL AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMFGTCL 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_FIKRS = D FM area
Selection Text: P_FIPEX = D Commitment item
Selection Text: P_GEBER = D Fund
Selection Text: P_LEDNR = D Ledger
Selection Text: P_VERSN = D Version
Selection Text: S_COMMIT = Commitment Accounts
Selection Text: S_EXPEN = Expenditures Accounts
Selection Text: S_GJAHR = D Fiscal year
Selection Text: S_UNLIQ = Unliquidated Obligation Accts.
Title: Travel Congressional Limitation / Status of Funds
Text Symbol: 001 = Account type selection
Text Symbol: 002 = Object Class
Text Symbol: 003 = Fund
Text Symbol: B01 = Selctions
Text Symbol: F01 = Budget
Text Symbol: F02 = Commitments
Text Symbol: F03 = Unliquidated Obligations
Text Symbol: F04 = Expenditures
Text Symbol: F05 = Available Balance
Text Symbol: S01 = Accounts


INCLUDES used within this REPORT RFFMFGTCL

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:

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = sy-cprog i_callback_user_command = 'USER_COMMAND' is_layout = g_f_layout it_fieldcat = g_t_fieldcat i_structure_name = 'fmfg_tcl' it_sort = g_t_sort i_default = 'X' i_save = 'A' it_events = g_t_events tables t_outtab = t_fmfg_tcl exceptions program_error = 1 others = 2.

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = 'fmfg_tcl' tables x031l_tab = l_t_nametab exceptions not_found = 1 others = 2.

FM_ALV_LAYOUT call function 'FM_ALV_LAYOUT' changing c_f_layout = c_f_layout.

FM_POSIT_GET_FROM_FIPEX call function 'FM_POSIT_GET_FROM_FIPEX' exporting i_fikrs = p_fikrs i_fipex = p_fipex importing e_posit = g_posit exceptions input_error = 1 data_not_found = 2 others = 3.

SELECT_OPTIONS_RESTRICT call function 'SELECT_OPTIONS_RESTRICT' exporting restriction = restrict.

FM_FICTR_READ_MULTIPLE call function 'FM_FICTR_READ_MULTIPLE' exporting i_fikrs = p_fikrs i_flag_text = 'X' i_date = sy-datum tables r_fictr = r_fistl t_fmfctrt = t_fmfctrt exceptions input_error = 1 master_data_not_found = 2 hierarchy_data_not_found = 3 others = 4.



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