FRE_INIT_LOADF03 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_LOADF03 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_LOADF03
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FRE_DB_WLK1_WRSZ_READ CALL FUNCTION 'FRE_DB_WLK1_WRSZ_READ' EXPORTING pi_date_from = date_from pi_date_to = date_to TABLES pti_matnr_werks = lt_matnr_werks pte_listed_art_site = pt_listed_art_site EXCEPTIONS no_data_found = 1 OTHERS = 2.
FRE_ART_SITE_LISTING_CHECK * CALL FUNCTION 'FRE_ART_SITE_LISTING_CHECK' * TABLES * it_article = lt_article * et_listed_art_site = lt_listed_art_site ** et_promotion = lt_promotion * EXCEPTIONS * no_listing = 1 * no_listing_in_time = 2 * no_article = 3 * error_listing_get_article = 4 * OTHERS = 5.
AIC0_OWN_LOGSYSTEM_GET CALL FUNCTION 'AIC0_OWN_LOGSYSTEM_GET' IMPORTING e_own_logsystem = lv_system_r3 EXCEPTIONS own_logsystem_not_defined = 1 OTHERS = 2.
MARA_ARRAY_READ CALL FUNCTION 'MARA_ARRAY_READ' * EXPORTING * KZRFB = ' ' * SPERRMODUS = ' ' * STD_SPERRMODUS = ' ' * IMPORTING * RETC = TABLES ipre03 = lt_matnr mara_tab = lt_mara EXCEPTIONS enqueue_mode_changed = 1 OTHERS = 2.
FRE_STRUCT_ARTICLE_CHECK CALL FUNCTION 'FRE_STRUCT_ARTICLE_CHECK' EXPORTING it_t001w = p_t_t001w it_art_attyp = lt_matnr_attyp it_art_site = lt_art_site IMPORTING et_art_site_nodisp = lt_art_site_nodispo EXCEPTIONS nothing_to_do = 1 no_stuct_art_cutomized = 2 OTHERS = 3.
FRE_DB_DEPSITE_CHECK CALL FUNCTION 'FRE_DB_DEPSITE_CHECK' EXPORTING it_matnr_werks = lt_matnr_werks IMPORTING et_art_site_no_depsite = p_t_matnr_werks et_t001w = p_t_t001w.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.