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

MFM3MF10 SAP ABAP INCLUDE - FIFM: Form Routines for SAPMFM3M







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


Text pool values


Title: FIFM: Form Routines for SAPMFM3M


INCLUDES used within this REPORT MFM3MF10

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_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = fmdy-fikrs i_actvt = '03' "Display i_msgty = space IMPORTING e_flg_auth = l_flg_auth.

FMKU_GET_BCS_ACTIVE_SETTINGS CALL FUNCTION 'FMKU_GET_BCS_ACTIVE_SETTINGS' EXPORTING i_fm_area = fmdy-fikrs IMPORTING e_flg_bcs_active = lv_bcs_active.

FM4C_READ_HIERARCHY_SET CALL FUNCTION 'FM4C_READ_HIERARCHY_SET' EXPORTING i_carrier_hierarchy = ' ' i_sort = '1' i_use_items = ' ' i_with_hierarchy = l_sav_hierarchy EXCEPTIONS OTHERS = 1.

FM4C_READ_HIERARCHY CALL FUNCTION 'FM4C_READ_HIERARCHY' EXPORTING i_fikrs = fmdy-fikrs i_fistl = fmdy-topfictr i_gjahr = fmdy-gjahr i_hivarnt = fmdy-cvarnt.

FM4C_GET_INTERNAL_DATA CALL FUNCTION 'FM4C_GET_INTERNAL_DATA' TABLES t_fmbu = l_t_fmbu t_fmfctr = l_t_fmfctr t_fmfctrt = l_t_fmfctrt.

FM_AUTH_CHECK_GRP_FUNDS_CENTER CALL FUNCTION 'FM_AUTH_CHECK_GRP_FUNDS_CENTER' EXPORTING i_fikrs = fmdy-fikrs i_fictr = itab_ctr-fictr i_authgrp_fictr = l_t_fmfctr-augrp i_actvt = '03' i_msgty = space IMPORTING e_flg_auth = l_flg_auth.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = fmdy-fikrs i_actvt = '03' "Display i_msgty = space IMPORTING e_flg_auth = l_flg_auth.

FM4C_READ_HIERARCHY_SET CALL FUNCTION 'FM4C_READ_HIERARCHY_SET' EXPORTING i_carrier_hierarchy = ' ' i_post_carrier = ' ' i_balbud_carrier = g_flg_saldenfipex i_del_non_carrier = ' ' i_del_statistics = l_flg_del_stat i_sort = '1' i_use_centres = ' ' i_with_hierarchy = l_sav_hierarchy EXCEPTIONS OTHERS = 1.

FM_FIPOS_GET_FROM_FIPEX CALL FUNCTION 'FM_FIPOS_GET_FROM_FIPEX' EXPORTING i_fipex = fmdy-topfipex IMPORTING e_fipos = l_sav_fipos EXCEPTIONS input_error = 1 data_not_found = 2 OTHERS = 3.

FM4C_READ_HIERARCHY CALL FUNCTION 'FM4C_READ_HIERARCHY' EXPORTING i_fikrs = fmdy-fikrs i_fipos = l_sav_fipos i_varnt = fmdy-varnt i_gjahr = fmdy-gjahr.

FM4C_GET_INTERNAL_DATA CALL FUNCTION 'FM4C_GET_INTERNAL_DATA' TABLES t_fmbu = l_t_fmbu t_vfmpg = l_t_vfmpg t_fmcit = l_t_fmcit.

FM_AUTH_CHECK_GRP_COM_ITEM CALL FUNCTION 'FM_AUTH_CHECK_GRP_COM_ITEM' EXPORTING i_fikrs = fmdy-fikrs i_fipex = itab_pos-fipex i_authgrp_fipex = l_t_vfmpg-augrp i_actvt = '03' i_msgty = space IMPORTING e_flg_auth = l_flg_auth.

FM4C_READ_HIERARCHY_SET CALL FUNCTION 'FM4C_READ_HIERARCHY_SET' EXPORTING i_ctr_lev = u_ctr_lev i_pos_lev = u_pos_lev i_c_ctr_lev = u_ctr_lev i_c_pos_lev = u_pos_lev i_only_30_pos = 'X' i_post_carrier = u_pocar i_balbud_carrier = u_balbud i_carrier_hierarchy = 'X' i_del_non_carrier = 'X' i_drill_down_sort = 'X' i_with_hierarchy = l_sav_hierarchy.

FM_FIPOS_GET_FROM_FIPEX CALL FUNCTION 'FM_FIPOS_GET_FROM_FIPEX' EXPORTING i_fipex = u_fipex IMPORTING e_fipos = l_sav_fipos EXCEPTIONS input_error = 1 data_not_found = 2 OTHERS = 3.

FM4C_READ_HIERARCHY CALL FUNCTION 'FM4C_READ_HIERARCHY' EXPORTING i_fikrs = u_fikrs i_fipos = l_sav_fipos i_fistl = u_fictr i_geber = u_fincode i_gjahr = u_gjahr EXCEPTIONS fikrs_not_found = 01 fipos_not_found = 02 fistl_not_found = 03.

FM4C_GET_INTERNAL_DATA CALL FUNCTION 'FM4C_GET_INTERNAL_DATA' TABLES t_fmfctr = l_t_fmfctr t_fmfctrt = l_t_fmfctrt t_fmbu = l_t_fmbu t_vfmpg = l_t_vfmpg t_fmcit = l_t_fmcit.

FINCODE_READ CALL FUNCTION 'FINCODE_READ' EXPORTING ip_fikrs = u_fikrs ip_fincode = u_fincode ip_gjahr = u_gjahr IMPORTING f_fmfincode = l_f_fmfincode 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_fincode i_authgrp_fictr = l_sav_augrp_fictr i_authgrp_fipex = l_sav_augrp_fipex i_authgrp_fonds = l_sav_augrp_fonds i_flg_fonds_space = l_flg_fonds_space i_msgty = space IMPORTING e_flg_auth = l_flg_auth.

RS_TREE_CONSTRUCT





CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES nodetab = itab2_ctr EXCEPTIONS tree_failure = 01.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = 'SAPMFM3M' callback_user_command = 'GRAPHIC_CALLBACK_CTR' callback_text_display = ' ' callback_color_display = ' ' text_length1 = 75 text_length2 = 75 screen_start_column = 0 screen_start_line = 0 screen_end_column = 0 screen_end_line = 0 IMPORTING f15 = exit_comm.

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES nodetab = itab2_pos EXCEPTIONS tree_failure = 01.

RS_TREE_SET_CURRENT_LAYOUT CALL FUNCTION 'RS_TREE_SET_CURRENT_LAYOUT'.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = 'SAPMFM3M' callback_user_command = 'GRAPHIC_CALLBACK_POS' callback_text_display = ' ' callback_color_display = 'COLOR_DISPLAY' text_length1 = 75 text_length2 = 75 IMPORTING f15 = exit_comm.

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES nodetab = itab2_bsp EXCEPTIONS tree_failure = 01.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = 'SAPMFM3M' callback_user_command = 'GRAPHIC_CALLBACK_BSP' callback_color_display = 'COLOR_DISPLAY_BSP' * CALLBACK_TOP_OF_PAGE = 'TOP_OF_PAGE_BSP' layout_mode = l_flg_lay_mode IMPORTING f15 = exit_comm.

FM_GET_DATES_FROM_GJAHR CALL FUNCTION 'FM_GET_DATES_FROM_GJAHR' " note 1539733 EXPORTING ip_fikrs = fmdy-fikrs ip_gjahr = fmdy-gjahr IMPORTING op_datab = l_kdate.

CONVERSION_EXIT_FIPEX_INPUT CALL FUNCTION 'CONVERSION_EXIT_FIPEX_INPUT' EXPORTING input = l_sav_fipex IMPORTING output = l_sav_fipex EXCEPTIONS OTHERS = 1.

FM_COM_ITEM_FIKRS_DISPLAY CALL FUNCTION 'FM_COM_ITEM_FIKRS_DISPLAY' EXPORTING i_fikrs = fmdy-fikrs i_varnt = fmdy-varnt i_gjahr = fmdy-gjahr i_fipex = l_sav_fipex EXCEPTIONS input_error = 1 OTHERS = 2.

FM_FIPOS_GET_FROM_FIPEX CALL FUNCTION 'FM_FIPOS_GET_FROM_FIPEX' EXPORTING i_fipex = fmdy-fipex IMPORTING e_fipos = l_sav_fipos EXCEPTIONS input_error = 1 data_not_found = 2 OTHERS = 3.

FM4C_SET_LEVEL CALL FUNCTION 'FM4C_SET_LEVEL' EXPORTING i_fikrs = u_fikrs i_send_popup = 'X' i_ctr_lev = c_ctr_level i_pos_lev = c_pos_level i_no_carrier = 'X' IMPORTING e_ctr_lev = c_ctr_level e_pos_lev = c_pos_level EXCEPTIONS OTHERS = 1.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = u_fikrs i_actvt = '03' "Display i_msgty = space IMPORTING e_flg_auth = l_flg_auth.

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_fikrs = u_fikrs ip_text = 'X' IMPORTING f_fm01t = fm01t.

FM_FIPEX_READ_SINGLE_DATA CALL FUNCTION 'FM_FIPEX_READ_SINGLE_DATA' EXPORTING i_fikrs = u_fikrs i_gjahr = fmdy-gjahr i_fipex = u_fipex i_flg_text = 'X' IMPORTING e_f_fmppt = fmppt EXCEPTIONS master_data_not_found = 1 hierarchy_data_not_found = 2 input_error = 3 OTHERS = 4.

FM_FICTR_READ_SINGLE CALL FUNCTION 'FM_FICTR_READ_SINGLE' EXPORTING i_fikrs = u_fikrs i_fictr = u_fictr i_flag_text = 'X' i_gjahr = fmdy-gjahr IMPORTING e_f_fmfctrt = fmfctrt EXCEPTIONS input_error = 1 master_data_not_found = 2 hierarchy_data_not_found = 3 OTHERS = 4.

FINCODE_READ CALL FUNCTION 'FINCODE_READ' EXPORTING ip_fikrs = u_fikrs ip_fincode = u_fincode ip_text = 'X' IMPORTING f_fmfint = fmfint.

FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = con_repid i_tcode = u_tcode i_wfitem = wf_witem i_wflist = wf_wlist IMPORTING e_f_schedman_key = g_f_schedman_key.

FM_FYC_SCHEDMAN_CLOSE CALL FUNCTION 'FM_FYC_SCHEDMAN_CLOSE' EXPORTING i_f_schedman_key = g_f_schedman_key i_wfitem = wf_witem i_wfokey = wf_okey i_aplstat = g_aplstat i_cnt_obj = l_f_lines.



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