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

FRE_DIF_NO_SITES_INITF01 SAP ABAP INCLUDE - FREDIFNOSITESINITF01







FRE_DIF_NO_SITES_INITF01 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_DIF_NO_SITES_INITF01 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_DIF_NO_SITES_INITF01. "Basic submit
SUBMIT FRE_DIF_NO_SITES_INITF01 AND RETURN. "Return to original report after report execution complete
SUBMIT FRE_DIF_NO_SITES_INITF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT FRE_DIF_NO_SITES_INITF01

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_T438A_ARRAY_READ CALL FUNCTION 'FRE_T438A_ARRAY_READ' EXPORTING it_dismm = s_dismm[] it_dismm_rel = lt_dismm_rel_h IMPORTING et_dismm_rel = lt_dismm_rel et_dismm_not_rel = lt_dismm_not_rel.

FRE_T001W_READ_ALL CALL FUNCTION 'FRE_T001W_READ_ALL' IMPORTING et_t001w_dc = lt_t001w_dc et_t001w_store = lt_t001w_store.

FRE_DIF_NO_SITES_ART_DC_FIND CALL FUNCTION 'FRE_DIF_NO_SITES_ART_DC_FIND' EXPORTING ip_sdate = p_sdate it_matnr = s_matnr[] it_sites = s_vzwrk[] it_dismm = lt_dismm_rel IMPORTING et_matnr_dc = lt_matnr_dc_rel EXCEPTIONS nothing_to_do = 1 OTHERS = 2.

FRE_DIF_NO_SITES_ART_DC_FIND CALL FUNCTION 'FRE_DIF_NO_SITES_ART_DC_FIND' EXPORTING ip_sdate = p_sdate it_matnr = s_matnr[] it_sites = s_werks_tmp[] it_dismm = lt_dismm_rel IMPORTING et_matnr_dc = lt_matnr_dc_rel_all EXCEPTIONS nothing_to_do = 1 OTHERS = 2.

FRE_DIF_NO_SITES_ART_DC_FIND CALL FUNCTION 'FRE_DIF_NO_SITES_ART_DC_FIND' EXPORTING ip_sdate = p_sdate it_matnr = s_matnr[] it_sites = s_vzwrk[] it_dismm = lt_dismm_not_rel IMPORTING et_matnr_dc = lt_matnr_dc_not_rel EXCEPTIONS nothing_to_do = 1 OTHERS = 2.

FRE_DIF_NO_SITES_CHG CALL FUNCTION 'FRE_DIF_NO_SITES_CHG' EXPORTING is_send_option = gs_fre_send_option CHANGING xt_dif_no_sites = lt_dif_no_sites EXCEPTIONS nothing_to_do = 1 OTHERS = 2.

FRE_DIF_LIST_PERIOD_CHECK CALL FUNCTION 'FRE_DIF_LIST_PERIOD_CHECK' EXPORTING ip_only_dc = gc_x IMPORTING et_list_periods = lt_list_periods_dc CHANGING xt_matnr_site = lt_matnr_dc_rel_all " 1516977 EXCEPTIONS nothing_to_do = 1 OTHERS = 2.

FRE_DIF_NO_SITES_SOS_GET CALL FUNCTION 'FRE_DIF_NO_SITES_SOS_GET' EXPORTING is_send_option = gs_fre_send_option ip_wrf3_read = gc_x IMPORTING et_sos = lt_sos et_eord = lt_eord et_wrf3 = lt_wrf3 CHANGING xt_matnr_dc = lt_matnr_dc_rel EXCEPTIONS nothing_to_do = 1 OTHERS = 2.

FRE_DB_ART_SITE_WRITE CALL FUNCTION 'FRE_DB_ART_SITE_WRITE' TABLES it_db_art_site = lt_art_site EXCEPTIONS update_error = 1 OTHERS = 2.



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