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

_BLOCK_DISPO_LOAD_PROCESS_DF01 SAP ABAP INCLUDE - Include _BLOCK_DISPO_LOAD_PROCESS_DF01







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


INCLUDES used within this REPORT _BLOCK_DISPO_LOAD_PROCESS_DF01

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:

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_CONVERT_DATE_TO_TIMESTMP CALL FUNCTION 'FRE_CONVERT_DATE_TO_TIMESTMP' EXPORTING ip_start_date = -mstde ip_end_date = date_end ip_time_zone = c_utc IMPORTING ep_start_date = wa_article-temprpfrom ep_end_date = wa_article-temprpto EXCEPTIONS conversion_error = 1 OTHERS = 2.

FRE_MD_PRODUCT_SEND CALL FUNCTION 'FRE_MD_PRODUCT_SEND' EXPORTING p_ref_id = p_refid p_direct = 'X' ps_send_option = wa_send_option IMPORTING e_msg_txt = msg_text TABLES it_fre_bif_matkey_iso = lt_article EXCEPTIONS communication_failure = 1 system_failure = 2 OTHERS = 99.

FRE_MD_ART_SITE_INITIAL CALL FUNCTION 'FRE_MD_ART_SITE_INITIAL' EXPORTING ip_ownsystem = ls_work_report-system_r3 ip_calling_process = lp_calling_process is_send_option = wa_send_option it_art_site_upd = lt_matnr_werks EXCEPTIONS communication_failure = 0 system_failure = 0 ressource_failure = 0 OTHERS = 0.

FRE_DB_LOCTYPE_GET CALL FUNCTION 'FRE_DB_LOCTYPE_GET' EXPORTING ip_access_type = '1' IP_WERKS = -werks IMPORTING ep_loctype = lv_loctype.

FRE_CONVERT_DATE_TO_TIMESTMP CALL FUNCTION 'FRE_CONVERT_DATE_TO_TIMESTMP' EXPORTING ip_start_date = -mmstd ip_end_date = date_end ip_werks = -werks IMPORTING ep_start_date = wa_matloc_td-valfr ep_end_date = wa_matloc_td-valto EXCEPTIONS conversion_error = 1 OTHERS = 2.

FRE_CONVERT_DATE_TO_TIMESTMP CALL FUNCTION 'FRE_CONVERT_DATE_TO_TIMESTMP' EXPORTING ip_start_date = sy-datum ip_werks = -werks IMPORTING ep_start_date = wa_matloc_td-valfr EXCEPTIONS conversion_error = 1 OTHERS = 2.

FRE_MD_LOCPROD_SEND CALL FUNCTION 'FRE_MD_LOCPROD_SEND' EXPORTING p_ref_id = l_timestampc ps_send_option = wa_send_option p_calling_process = lp_calling_process IMPORTING e_msg_txt = msg_text TABLES it_fre_matloc = lt_matloc it_fre_matloct = lt_matloc_td EXCEPTIONS communication_failure = 1 system_failure = 2 OTHERS = 3.

FRE_DB_ART_SITE_RELEV_CHECK CALL FUNCTION 'FRE_DB_ART_SITE_RELEV_CHECK' EXPORTING i_accesstype = '2' TABLES it_werks = lt_t001wkey et_werks_contain = lt_werks_contain EXCEPTIONS nothing_to_do = 1 OTHERS = 2.

FRE_DB_LOCTYPE_GET CALL FUNCTION 'FRE_DB_LOCTYPE_GET' EXPORTING ip_access_type = '2' it_werks = lt_werks_contain IMPORTING et_loctype = l_loctype.

FRE_CONVERT_DATE_TO_TIMESTMP CALL FUNCTION 'FRE_CONVERT_DATE_TO_TIMESTMP' EXPORTING ip_start_date = -spdab ip_end_date = -spdbi IMPORTING ep_start_date = wa_loc-temprpfrom ep_end_date = wa_loc-temprpto EXCEPTIONS conversion_error = 1 OTHERS = 2.

FRE_MD_LOC_SEND CALL FUNCTION 'FRE_MD_LOC_SEND' EXPORTING i_direct_access = 'X' i_system_fre = ls_work_report-system_fre it_loc = lt_loc IMPORTING et_fre_return = lt_fre_return.



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