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

IRFFMHIE_EXP_IMP_COMMON SAP ABAP INCLUDE - Include IRFFMHIE_EXP_IMP_COMMON







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


INCLUDES used within this REPORT IRFFMHIE_EXP_IMP_COMMON

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:

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = c_s_log IMPORTING e_log_handle = c_log_handle EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_s_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_s_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_s_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_s_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

FMHIE_SET_FMAREA_BS CALL FUNCTION 'FMHIE_SET_FMAREA_BS' EXPORTING im_flg_process_popup = '' IMPORTING e_fikrs = u_fmarea e_bs = u_bs EXCEPTIONS no_fikrs_selected = 1 no_bs_selected = 2 cancel = 3 OTHERS = 4.

FMCU_SHOW_BUDCAT CALL FUNCTION 'FMCU_SHOW_BUDCAT' EXPORTING i_fm_area = u_fm_area IMPORTING e_budcat = c_budcat.

RSLG_WRITE_SYSLOG_ENTRY CALL FUNCTION 'RSLG_WRITE_SYSLOG_ENTRY' EXPORTING data_word1 = fnc_name data_word2 = err1 data_word3 = err2 * DATA_WORD4 = ' ' * DATA_WORD5 = ' ' sl_message_area = 'RD' sl_message_subid = al_num * PRE_PARAM_A = ' ' EXCEPTIONS OTHERS = 0.

CHECK_DOMAIN_VALUES CALL FUNCTION 'CHECK_DOMAIN_VALUES' EXPORTING DOMNAME = 'FMHIE_SIGN_ENV' VALUE = U_SIGN EXCEPTIONS NO_DOMNAME = 1 WRONG_VALUE = 2 DOM_NOT_FOUND = 3 OTHERS = 4.

CHECK_DOMAIN_VALUES CALL FUNCTION 'CHECK_DOMAIN_VALUES' EXPORTING DOMNAME = 'FMHIE_VERIFY' VALUE = U_VERIF EXCEPTIONS NO_DOMNAME = 1 WRONG_VALUE = 2 DOM_NOT_FOUND = 3 OTHERS = 4.



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