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
Below is a list of transaction codes which are relevant to this SAP report
FMFGTCL - Congressional Limitations (St. Fund)
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMFGTCL - Travel Congressional Limitation / Status of Funds RFFMFGTCL - Travel Congressional Limitation / Status of Funds RFFMFGTCAUTO_SEL_SCREEN - Include RFFMFGTCAUTO_SEL_SCREEN RFFMFGTCAUTO_ALV_GRID - Include RFFMFGTCAUTO_ALV_GRID RFFMFGTCAUTO - Automated Treasury Confirmation RFFMFGTCAUTO - Automated Treasury Confirmation