SAP Reports / Programs | Cross-Application Components(CA) SAP CA

FRE_STRUCT_ARTICLE_LOADF01 SAP ABAP INCLUDE - Include FRE_STRUCT_ARTICLE_LOADF01







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


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


INCLUDES used within this REPORT FRE_STRUCT_ARTICLE_LOADF01

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:

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.



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