SAP Reports / Programs | Public Sector Management | Funds Management | Budgeting(PSM-FM-BCS-BU) SAP PSM

IFMKU_MIGRATE_CE_RULES_FORM SAP ABAP INCLUDE - Include IFMKU_MIGRATE_CE_RULES_FORM







IFMKU_MIGRATE_CE_RULES_FORM 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 IFMKU_MIGRATE_CE_RULES_FORM 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 IFMKU_MIGRATE_CE_RULES_FORM. "Basic submit
SUBMIT IFMKU_MIGRATE_CE_RULES_FORM AND RETURN. "Return to original report after report execution complete
SUBMIT IFMKU_MIGRATE_CE_RULES_FORM 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 IFMKU_MIGRATE_CE_RULES_FORM


INCLUDES used within this REPORT IFMKU_MIGRATE_CE_RULES_FORM

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:

FMHVMTXT_READ CALL FUNCTION 'FMHVMTXT_READ' EXPORTING ip_hvmtnr = l_f_fmdeckrg-hvmtnr IMPORTING op_fmhvmtxt = l_f_fmhvmtxt.

FMDECKRG_READ CALL FUNCTION 'FMDECKRG_READ' EXPORTING ip_deckrng = l_f_fmdeckrg-deckrng ip_fikrs = u_fm_area ip_gjahr = u_year ip_spras = sy-langu IMPORTING op_f_fmdeckrgt = l_f_fmdeckrgt EXCEPTIONS not_found = 1 OTHERS = 2.

FM_MEMBERS_TO_COVER_POOL CALL FUNCTION 'FM_MEMBERS_TO_COVER_POOL' EXPORTING ip_fikrs = u_fm_area ip_gjahr = u_year ip_deckungsring = l_f_fmdeckrg-deckrng TABLES t_fmdeckhk = l_t_fmdeckhk EXCEPTIONS data_not_found = 1 input_wrong = 2 OTHERS = 3.

FMBAS_CONVERT_ADDRESS_TO_MSGVX CALL FUNCTION 'FMBAS_CONVERT_ADDRESS_TO_MSGVX' EXPORTING i_fm_area = u_fm_area i_s_address = l_f_bcs_address_receiver IMPORTING e_msgv1 = l_msgv1 e_msgv2 = l_msgv2.

FMHVMTXT_READ CALL FUNCTION 'FMHVMTXT_READ' EXPORTING ip_hvmtnr = l_f_fmeindeck-bhvmtnr IMPORTING op_fmhvmtxt = l_f_fmhvmtxt.

FMBAS_CONVERT_ADDRESS_TO_MSGVX CALL FUNCTION 'FMBAS_CONVERT_ADDRESS_TO_MSGVX' EXPORTING i_fm_area = u_fm_area i_s_address = l_f_bcs_address_receiver IMPORTING e_msgv1 = l_msgv1 e_msgv2 = l_msgv2.

FMHVMTXT_READ CALL FUNCTION 'FMHVMTXT_READ' EXPORTING ip_hvmtnr = l_f_fmeindeck-phvmtnr IMPORTING op_fmhvmtxt = l_f_fmhvmtxt.

FMBAS_CONVERT_ADDRESS_TO_MSGVX CALL FUNCTION 'FMBAS_CONVERT_ADDRESS_TO_MSGVX' EXPORTING i_fm_area = u_fm_area i_s_address = l_f_bcs_address IMPORTING e_msgv1 = l_msgv3 e_msgv2 = l_msgv4.

FMKU_COM_ITEM_READ_SINGLE_DATA CALL FUNCTION 'FMKU_COM_ITEM_READ_SINGLE_DATA' EXPORTING i_fm_area = u_fm_area i_fiscyear = u_year i_cmmtitem = u_f_bcs_address-cmmtitem IMPORTING e_f_fmci = l_f_fmci EXCEPTIONS OTHERS = 5.

FMCU_GET_ACTIVE_VERSION CALL FUNCTION 'FMCU_GET_ACTIVE_VERSION' EXPORTING i_fm_area = u_fm_area i_fiscyear = u_year IMPORTING e_active_version = s_active_version EXCEPTIONS no_active_version = 1 OTHERS = 2.

FMBAS_CONVERT_ADDRESS_TO_MSGVX CALL FUNCTION 'FMBAS_CONVERT_ADDRESS_TO_MSGVX' EXPORTING i_fm_area = u_fm_area i_s_address = u_f_bcs_address i_flg_only_one_msg_var = 'X' IMPORTING e_msgv1 = l_msgv1.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = c_tabname i_structure_name = 'FMKU_S_MIGRATION_CE_LIST' CHANGING ct_fieldcat = l_t_list_fcat[].

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' i_callback_top_of_page = 'TOP_OF_GRID' i_callback_html_top_of_page = 'HTML_TOP_OF_GRID' i_background_id = l_background_id i_grid_title = l_grid_title is_layout = l_f_layout it_fieldcat = g_t_fieldcat it_sort = l_t_sort i_save = 'X' is_variant = u_variant i_html_height_top = '45' TABLES t_outtab = u_t_list_output EXCEPTIONS program_error = 1 OTHERS = 2.

BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING i_log_handle = g_log_handle IMPORTING e_statistics = l_f_statistics.



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