FRE_INIT_LOADF09 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 FRE_INIT_LOADF09 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 FRE_INIT_LOADF09
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FRE_LAYMOD_INITIAL_SEND CALL FUNCTION 'FRE_LAYMOD_INITIAL_SEND' EXPORTING pis_work_report = ip_work_report pis_send_option = ip_fre_send_option TABLES pit_art_sites = lt_art_sites_all.
FRE_LAYMOD_INITIAL_SEND CALL FUNCTION 'FRE_LAYMOD_INITIAL_SEND' STARTING NEW TASK gs_dialog-taskname DESTINATION IN GROUP ip_svrgr PERFORMING return_laymod_info ON END OF TASK EXPORTING pis_work_report = ip_work_report pis_send_option = ip_fre_send_option TABLES pit_art_sites = lt_art_sites EXCEPTIONS resource_failure = 1 system_failure = 2 communication_failure = 3 OTHERS = 4.
FRE_LAYMOD_INITIAL_SEND CALL FUNCTION 'FRE_LAYMOD_INITIAL_SEND' EXPORTING pis_work_report = ip_work_report pis_send_option = ip_fre_send_option TABLES pit_art_sites = lt_art_sites.
FRE_LAYMOD_INITIAL_SEND CALL FUNCTION 'FRE_LAYMOD_INITIAL_SEND' STARTING NEW TASK gs_dialog-taskname DESTINATION IN GROUP ip_svrgr PERFORMING return_laymod_info ON END OF TASK EXPORTING pis_work_report = ip_work_report pis_send_option = ip_fre_send_option TABLES pit_art_sites = lt_art_sites EXCEPTIONS resource_failure = 1 system_failure = 2 communication_failure = 3 OTHERS = 4.
FRE_LAYMOD_INITIAL_SEND CALL FUNCTION 'FRE_LAYMOD_INITIAL_SEND' EXPORTING pis_work_report = ip_work_report pis_send_option = ip_fre_send_option TABLES pit_art_sites = lt_art_sites.
FRE_MESSAGE_DB CALL FUNCTION 'FRE_MESSAGE_DB' EXPORTING mode = 'I' * IMPORTING * DB_COUNT = TABLES messages = lt_msg * SO_MSG = EXCEPTIONS database_error = 0 wrong_mode = 0 OTHERS = 0 .
FRE_SUBST_SWITCH_SUPPLY CALL FUNCTION 'FRE_SUBST_SWITCH_SUPPLY' EXPORTING * it_customizing = gt_customizing is_control = ls_ctrl_supply * it_subst_ctrl_range = gt_subst_ctrl_r[] it_rec_site_range = p_werks[] it_matnr_orig_range = p_matnr[] * it_matnr_subst_range = gt_matnr_subst_r[] * it_subst_date_range = gt_date_subst_r[] it_art_site = lt_art_site[] * it_subst_appl = gt_subst_appl[] IMPORTING et_messages = lt_messages[] et_switch_item = lt_switch_item[] EXCEPTIONS no_data = 1 processing_error = 2 OTHERS = 3.
FRE_MESSAGE_DB CALL FUNCTION 'FRE_MESSAGE_DB' EXPORTING mode = 'I' TABLES messages = pt_messages EXCEPTIONS database_error = 1 wrong_mode = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.