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

FRE_INIT_LOADF03 SAP ABAP INCLUDE - Include FRE_INIT_LOADF03







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


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


INCLUDES used within this REPORT FRE_INIT_LOADF03

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_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.



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