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

FMHIE_COPY_F01 SAP ABAP INCLUDE - Include FMHIE_COPY_F01







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


INCLUDES used within this REPORT FMHIE_COPY_F01

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:

FMHIE_DISPLAY_PROTOCOL CALL FUNCTION 'FMHIE_DISPLAY_PROTOCOL' EXPORTING im_log_handle = g_log_handle im_t_listheader = l_t_listheader im_flg_test = p_test im_header_height = '29' im_title = sy-title im_succeed_with_warning = g_succeed_with_warning im_fund_role = g_fund_role im_fundsctr_role = g_fundsctr_role im_cmmtitem_role = g_cmmtitem_role im_funcarea_role = g_funcarea_role im_measure_role = g_measure_role im_userdim_role = g_userdim_role im_budget_pd_role = g_budget_pd_role IMPORTING e_flg_show_hierarchy = g_flg_show_hierarchy.

FMHIE_SET_HIEID CALL FUNCTION 'FMHIE_SET_HIEID' EXPORTING im_fm_area = p_fikrs im_fiscyear = p_gjr_t im_budcat = p_ldnr_t im_bs = p_bs_t im_hie_id = p_hie_t IMPORTING e_hie_id = p_hie_t EXCEPTIONS cancel = 1 invalid_hie_id = 2 created = 3 OTHERS = 4.

FMHIE_SET_FMAREA_BS_FOR_COPY CALL FUNCTION 'FMHIE_SET_FMAREA_BS_FOR_COPY' IMPORTING e_fikrs = l_fmarea e_bs = l_bs_s e_bs_t = l_bs_t EXCEPTIONS no_fikrs_selected = 1 no_source_bs_selected = 2 no_target_bs_selected = 3 cancel = 4 OTHERS = 5.

FM_FYC_RECEIVER_DERIVE CALL FUNCTION 'FM_FYC_RECEIVER_DERIVE' EXPORTING i_fikrs = u_fmarea i_gjahr = u_src_fiscyear i_activity = 'CBSP' * I_ENVIRONMENT = i_receiver_year = u_tgt_fiscyear * I_FLG_USE_TRACE = i_flg_buffer = on i_flg_unique_target_required = on i_flg_check_receivers = on i_f_source_fields = l_source IMPORTING e_f_target_fields = l_target * E_T_TARGET_FIELDS = e_t_return = lt_return EXCEPTIONS wrong_input = 1 OTHERS = 2.

FMBAS_GET_OBJNR_FOR_ADDR_MASS CALL FUNCTION 'FMBAS_GET_OBJNR_FOR_ADDR_MASS' EXPORTING i_flg_commit = on CHANGING c_t_address_objnr = ct_tgt_addr_objnr.

FMBAS_CONVERT_ADDRESS_TO_MSGVX CALL FUNCTION 'FMBAS_CONVERT_ADDRESS_TO_MSGVX' EXPORTING i_fm_area = p_fikrs i_s_address = u_target_addr IMPORTING e_msgv1 = l_msg-msgv1 e_msgv2 = l_msg-msgv2.



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