FRE_STRUCT_ARTICLE_LOADF01 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_STRUCT_ARTICLE_LOADF01 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_STRUCT_ARTICLE_LOADF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FRE_DB_DEPSITE_CHECK CALL FUNCTION 'FRE_DB_DEPSITE_CHECK' EXPORTING it_matnr_werks = pe_t_art_site IMPORTING et_art_site_no_depsite = pe_t_art_site et_t001w = pe_t_t001w.
FRE_STRUCT_ARTICLE_PREP CALL FUNCTION 'FRE_STRUCT_ARTICLE_PREP' EXPORTING it_art_site_nodisp = pe_t_art_site IMPORTING et_art_site_del = lt_art_site_del.
FRE_STRUCT_ARTICLE_CHECK CALL FUNCTION 'FRE_STRUCT_ARTICLE_CHECK' EXPORTING ip_keytr = '200' it_t001w = pe_t_t001w it_art_attyp = pe_t_struct_art it_art_site = pe_t_art_site IMPORTING et_art_site_disp = lt_art_site_rel et_art_site_nodisp = lt_art_site_not_rel EXCEPTIONS nothing_to_do = 1 no_stuct_art_cutomized = 2 OTHERS = 3.
FRE_STRUCT_ARTICLE_PREP CALL FUNCTION 'FRE_STRUCT_ARTICLE_PREP' EXPORTING it_art_site_nodisp = lt_art_site_not_rel it_art_site_disp = lt_art_site_rel IMPORTING et_art_site_new = lt_art_site_new et_art_site_del = lt_art_site_del.
FRE_STRUCT_ARTICLE_PREP CALL FUNCTION 'FRE_STRUCT_ARTICLE_PREP' EXPORTING it_art_site_disp = pe_t_art_site IMPORTING et_art_site_new = lt_art_site_new.
AIC0_OWN_LOGSYSTEM_GET CALL FUNCTION 'AIC0_OWN_LOGSYSTEM_GET' IMPORTING e_own_logsystem = ls_work_report-system_r3 EXCEPTIONS own_logsystem_not_defined = 1 OTHERS = 2.
FRE_MD_SEND_DATA_INITIAL CALL FUNCTION 'FRE_MD_SEND_DATA_INITIAL' EXPORTING is_work_report = ls_work_report ip_refid = gv_refid IMPORTING ep_msg_text = msg_text TABLES it_matloc = lt_art_site_new it_matloc_del = lt_art_site_del EXCEPTIONS nothing_to_do = 1 no_attributes_selected = 2 enqueue_mode_changed = 3 undefined_error = 4 communication_failure = 5 system_failure = 6 OTHERS = 7.
FRE_MD_INIT_LOAD CALL FUNCTION 'FRE_MD_INIT_LOAD' EXPORTING IS_FRE_SEND_OPTION = gs_send_option IS_WORK_REPORT = ls_work_report IP_VZ_PRICE_DIRECT = 'X' IP_CALLING_PROCESS = '1' IP_REFID = gv_refid IP_PACKAGE_ID = lv_package_id IT_ART_SITE_NEW = lt_art_site_new IT_ART_SITE_DEL = lt_art_site_del EXCEPTIONS RFC_ERROR = 1 OTHERS = 2.
FRE_ORD_DIRECT_SEND CALL FUNCTION 'FRE_ORD_DIRECT_SEND' EXPORTING call_prog = 'MD' initial_load = 'X' TABLES fre_art_site = lt_art_site_new.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FRE_STRUCT_ARTICLE_LOADF01 - Include FRE_STRUCT_ARTICLE_LOADF01 FRE_STRUCT_ARTICLE_LOAD - Transfer Structured Materials to F&R After Customizing Changes FRE_STRUCT_ARTICLE_LOAD - Transfer Structured Materials to F&R After Customizing Changes FRE_SEND_TSD_TOP - Include FRE_LOAD_TS_TOP FRE_SEND_TSD_F01 - Include FRE_LOAD_TS_F01 FRE_SEND_TSD - Transfer consumption data and stock information to F&R