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

MFM03F01 SAP ABAP INCLUDE - Include MFM03F01







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


Text pool values


Title: Include MFM03F01


INCLUDES used within this REPORT MFM03F01

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:

FM_SIGN_GET_FOR_EXPENDITURE CALL FUNCTION 'FM_SIGN_GET_FOR_EXPENDITURE' IMPORTING e_sign = l_flg_sign_exp.

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_fikrs = u_fikrs ip_text = 'X' IMPORTING f_fm01 = l_f_fm01 f_fm01t = l_f_fm01t.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * i_interface_check = 'X' i_callback_program = callback_program i_callback_pf_status_set = 'PF_STATUS_SET' i_callback_user_command = 'USER_COMMAND' i_structure_name = 'G_T_ITEM' i_callback_top_of_page = 'TOP_OF_PAGE' i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' i_background_id = g_background_id is_layout = g_f_layout it_fieldcat = g_t_fieldcat it_sort = g_t_sort is_sel_hide = g_t_sel_crit i_save = 'A' it_events = g_t_events TABLES t_outtab = g_t_item EXCEPTIONS program_error = 1 OTHERS = 2.

FM_TEXT_GET_FROM_WRTTP CALL FUNCTION 'FM_TEXT_GET_FROM_WRTTP' EXPORTING i_wrttp = u_wrttp IMPORTING e_text = c_text EXCEPTIONS OTHERS = 1.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = l_sav_name langu = sy-langu TABLES dd07v_tab = l_t_dd07v EXCEPTIONS illegal_input = 1 OTHERS = 2.

OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING objnr = u_objnrz text_wanted = 'X' IMPORTING e_ionra = l_f_ionra e_text = l_sav_text.

CONVERSION_EXIT_ABPSP_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ABPSP_OUTPUT' EXPORTING input = l_f_ionra-pspnr IMPORTING output = c_posid.

CO_BO_OBJNR_OPR_CONV CALL FUNCTION 'CO_BO_OBJNR_OPR_CONV' EXPORTING aplzl = l_f_ionra-aplzl aufpl = l_f_ionra-aufpl IMPORTING vornr = c_vornr aufnr = c_nplnr EXCEPTIONS not_found = 1 OTHERS = 2.

KE_PROFIT_CENTER_KTEXT_GET CALL FUNCTION 'KE_PROFIT_CENTER_KTEXT_GET' EXPORTING datum = sy-datlo prctr = c_prctr kokrs = c_kokrs IMPORTING ktext = c_prctrt EXCEPTIONS not_found = 1 missing_coarea_or_ccode = 2 OTHERS = 3.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'V_FMIFI' 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_REPORT_TITLE_SET CALL FUNCTION 'FM_REPORT_TITLE_SET' IMPORTING e_title = l_sav_title.

FM_COM_ITEM_FIKRS_DISPLAY CALL FUNCTION 'FM_COM_ITEM_FIKRS_DISPLAY' EXPORTING i_fikrs = g_t_item-fikrs i_gjahr = g_t_item-gjahr i_fipex = g_t_item-fipex EXCEPTIONS input_error = 1 OTHERS = 2.

FM_DOCUMENT_DISPLAY_BL CALL FUNCTION 'FM_DOCUMENT_DISPLAY_BL' EXPORTING i_fikrs = g_t_item-fikrs i_awtyp = g_t_item-awtyp i_awref = g_t_item-awref i_aworg = g_t_item-aworg i_awsys = g_t_item-awsys.

FMRP_AUTHORITY_ROLE CALL FUNCTION 'FMRP_AUTHORITY_ROLE' EXPORTING i_usname = sy-uname i_selobject = l_sel_object IMPORTING e_old = l_auth_o e_auth_on = l_auth.

FMRP_AUTHORITY_CHECK CALL FUNCTION 'FMRP_AUTHORITY_CHECK' EXPORTING i_fmauth_konto = l_t_fmauth_konto i_fikrs = u_t_vfmifi-fikrs i_gjahr = u_t_vfmifi-gjahr IMPORTING e_fmauth_konto = l_t_e_fmauth_konto e_auth_ok = l_ok.

FINCODE_READ CALL FUNCTION 'FINCODE_READ' EXPORTING ip_fikrs = u_fikrs ip_fincode = u_fonds ip_gjahr = u_gjahr IMPORTING f_fmfincode = l_f_fmfincode EXCEPTIONS OTHERS = 1.

FM_FICTR_READ_SINGLE CALL FUNCTION 'FM_FICTR_READ_SINGLE' EXPORTING i_fikrs = u_fikrs i_fictr = u_fictr i_gjahr = u_gjahr IMPORTING e_f_fmfctr = l_f_fmfctr EXCEPTIONS OTHERS = 1.

FM_COM_ITEM_READ





CALL FUNCTION 'FM_COM_ITEM_READ' EXPORTING i_fikrs = u_fikrs i_gjahr = u_gjahr i_fipex = u_fipex i_flg_buffer_all = 'X' IMPORTING e_f_fmci = l_f_fmci EXCEPTIONS OTHERS = 1.

FM_AUTH_CHECK_HHM CALL FUNCTION 'FM_AUTH_CHECK_HHM' EXPORTING i_actvt = '03' i_fikrs = u_fikrs i_fictr = u_fictr i_fipex = u_fipex i_fonds = u_fonds i_authgrp_fictr = sl_sav_augrp_fictr i_authgrp_fipex = sl_sav_augrp_fipex i_authgrp_fonds = sl_sav_augrp_fonds i_flg_fonds_space = sl_flg_fonds_space i_msgty = 'E'.

AS_API_READ CALL FUNCTION 'AS_API_READ' EXPORTING i_fieldcat = u_infostructure i_selections = l_arch_key_1 IMPORTING e_result = l_t_result[].

AS_API_READ CALL FUNCTION 'AS_API_READ' EXPORTING i_fieldcat = u_infostructure i_selections = l_arch_key_2 IMPORTING e_result = l_t_result[].

ARCHIVE_READ_OBJECT CALL FUNCTION 'ARCHIVE_READ_OBJECT' EXPORTING object = 'FM_DOC_FI' archivkey = l_t_result-archivekey offset = l_t_result-archiveofs IMPORTING archive_handle = g_handle EXCEPTIONS no_record_found = 1 OTHERS = 2.

FM_ARC_FI_GET_NEXT_RECORD CALL FUNCTION 'FM_ARC_FI_GET_NEXT_RECORD' EXPORTING i_ar_handle = g_handle IMPORTING e_eor = g_eor TABLES t_fmifihd = c_t_fmifihd t_fmifiit = c_t_fmifiit t_fmccfd = l_t_fmccfd t_fmudbsegh = l_t_fmudbsegh t_fmudbsegp = l_t_fmudbsegp t_fmudbsegs = l_t_fmudbsegs.

ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = g_handle.



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