SAP Reports / Programs | Public Sector Management | Funds Management | Funds Management-Specific Postings(PSM-FM-PO) SAP PSM

RFFMBGAF01 SAP ABAP INCLUDE - documentation and ABAP source code







RFFMBGAF01 is a standard ABAP INCLUDE 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 RFFMBGAF01 into the relevant SAP transactions such as SE38 or SE80


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 RFFMBGAF01. "Basic submit
SUBMIT RFFMBGAF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMBGAF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RFFMBGAF01

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:

FMRP_UT_GET_SELLINE call function 'FMRP_UT_GET_SELLINE' exporting i_report_name = sy-cprog tables sel_field = l_t_selfield e_t_listheader = l_t_header.

FM_COM_ITEM_READ_SINGLE_DATA call function 'FM_COM_ITEM_READ_SINGLE_DATA' exporting i_fikrs = g_f_t001-fikrs i_gjahr = p_gjahr i_fipex = g_t_taxdata-fipex i_flg_text = con_true importing e_f_fmcit = l_f_fmcit exceptions others = 0.

BGA_FROM_FM_ACCOUNT_GET call function 'BGA_FROM_FM_ACCOUNT_GET' exporting i_fikrs = u_fikrs i_gjahr = u_gjahr i_fipex = g_t_taxdata-fipex i_fistl = g_t_taxdata-fistl i_geber = g_t_taxdata-geber importing e_bga = g_t_taxdata-bga exceptions not_found = 1 others = 2.

BGA_FROM_FM_ACCOUNT_GET call function 'BGA_FROM_FM_ACCOUNT_GET' exporting i_fikrs = u_fikrs i_gjahr = u_gjahr i_fipex = g_t_taxdata-fipex i_fistl = g_t_taxdata-fistl i_geber = g_t_taxdata-geber importing e_bga = l_bga exceptions not_found = 1 others = 2.

FM_COMMITMENT_ITEM_READ call function 'FM_COMMITMENT_ITEM_READ' exporting i_fikrs = g_fikrs i_gjahr = p_gjahr i_fipex = g_t_taxdata-fipex i_flg_buffer_all = l_flg_buffer i_flg_only_postable = con_true importing e_f_vfmpg = l_f_vfmpg exceptions master_data_not_found = 1 input_error = 2 others = 3.

FI_PERIOD_DETERMINE call function 'FI_PERIOD_DETERMINE' exporting i_budat = so_budat-low i_bukrs = g_f_t001-bukrs importing e_gjahr = l_gjahr_low.

FI_PERIOD_DETERMINE call function 'FI_PERIOD_DETERMINE' exporting i_budat = so_budat-high i_bukrs = g_f_t001-bukrs importing e_gjahr = l_gjahr_high.

CONVERT_TO_FOREIGN_CURRENCY call function 'CONVERT_TO_FOREIGN_CURRENCY' exporting date = excdt foreign_currency = g_f_teurb-waers local_amount = c_amount local_currency = g_f_t001-waers type_of_rate = g_f_teurb-kurst importing foreign_amount = c_amount.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_program_name = l_repid i_structure_name = 'FMBGALV8' changing ct_fieldcat = l_t_fieldcat.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = l_repid * i_callback_pf_status_set = 'ALV_PF_STATUS' * I_CALLBACK_USER_COMMAND = ' ' is_layout = l_f_layout it_fieldcat = l_t_fieldcat * IT_EXCLUDING = it_sort = l_t_sort i_save = 'A' is_variant = g_f_variant it_events = l_t_events tables t_outtab = g_t_taxdata.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = g_t_listheader.

FMRP_UT_GET_SELLINE call function 'FMRP_UT_GET_SELLINE' exporting i_report_name = sy-cprog tables sel_field = l_t_selfield e_t_listheader = l_t_header.



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