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
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.
Title: Include IRFFMHIE_EXP_IMP_COMMON
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.