FRE_LOAD_VKP_DELTA_F01 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_LOAD_VKP_DELTA_F01 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_LOAD_VKP_DELTA_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AIC0_OWN_LOGSYSTEM_GET CALL FUNCTION 'AIC0_OWN_LOGSYSTEM_GET' IMPORTING e_own_logsystem = gv_sender EXCEPTIONS own_logsystem_not_defined = 1 OTHERS = 2.
FRE_ART_SITE_SALES_PRICE_SENT CALL FUNCTION 'FRE_ART_SITE_SALES_PRICE_SENT' EXPORTING ip_datefrom = ip_datefrom ip_dateto = ip_dateto ip_dest = ip_sydest ip_ownsystem = gv_sender IMPORTING ep_act_knumh = wa_art_sites-knumh ep_act_knumh_datebi = wa_art_sites-knumh_edate ep_act_vkp = wa_art_sites-salesprice ep_act_vkp_unit = wa_art_sites-meins ep_act_vkp_curr = wa_art_sites-currency ep_act_vkp_send_date = wa_art_sites-vkp_trans_day TABLES it_werks_matnr = lt_art_sites EXCEPTIONS general_error = 0 OTHERS = 0.
FRE_ART_SITE_SALES_PRICE_SENT CALL FUNCTION 'FRE_ART_SITE_SALES_PRICE_SENT' STARTING NEW TASK gs_dialog-taskname DESTINATION IN GROUP ip_svrgr PERFORMING return_vkprice_info ON END OF TASK EXPORTING ip_datefrom = ip_datefrom ip_dateto = ip_dateto ip_dest = ip_sydest ip_send_block = ip_block ip_ownsystem = gv_sender TABLES it_werks_matnr = lt_art_sites EXCEPTIONS resource_failure = 1 system_failure = 2 communication_failure = 3 general_error = 4 OTHERS = 99.
FRE_ART_SITE_SALES_PRICE_SENT CALL FUNCTION 'FRE_ART_SITE_SALES_PRICE_SENT' EXPORTING ip_datefrom = ip_datefrom ip_dateto = ip_dateto ip_dest = ip_sydest ip_ownsystem = gv_sender TABLES it_werks_matnr = lt_art_sites EXCEPTIONS system_failure = 1 communication_failure = 2 OTHERS = 3.
FRE_ART_SITE_SALES_PRICE_SENT CALL FUNCTION 'FRE_ART_SITE_SALES_PRICE_SENT' EXPORTING ip_datefrom = ip_datefrom ip_dateto = ip_dateto ip_dest = ip_sydest ip_ownsystem = gv_sender IMPORTING ep_act_knumh = wa_art_sites-knumh ep_act_knumh_datebi = wa_art_sites-knumh_edate ep_act_vkp = wa_art_sites-salesprice ep_act_vkp_unit = wa_art_sites-meins ep_act_vkp_curr = wa_art_sites-currency ep_act_vkp_send_date = wa_art_sites-vkp_trans_day TABLES it_werks_matnr = lt_art_sites EXCEPTIONS general_error = 0 OTHERS = 0.
FRE_ART_SITE_SALES_PRICE_SENT CALL FUNCTION 'FRE_ART_SITE_SALES_PRICE_SENT' EXPORTING ip_datefrom = p_datefr ip_dateto = p_dateto ip_dest = p_sydest ip_ownsystem = gv_sender IMPORTING ep_act_knumh = wa_art_site-knumh ep_act_knumh_datebi = wa_art_site-knumh_edate ep_act_vkp = wa_art_site-salesprice ep_act_vkp_unit = wa_art_site-meins ep_act_vkp_curr = wa_art_site-currency ep_act_vkp_send_date = wa_art_site-vkp_trans_day TABLES it_werks_matnr = it_art_site EXCEPTIONS general_error = 0 OTHERS = 0.
SPBT_INITIALIZE CALL FUNCTION 'SPBT_INITIALIZE' EXPORTING group_name = l_svrgroup IMPORTING max_pbt_wps = p_gs_server_resources-wp_total free_pbt_wps = p_gs_server_resources-wp_available EXCEPTIONS invalid_group_name = 1 internal_error = 2 pbt_env_already_initialized = 0 currently_no_resources_avail = 0 no_pbt_resources_found = 5 cant_init_different_pbt_groups = 6 OTHERS = 7.
AIC0_OWN_LOGSYSTEM_GET CALL FUNCTION 'AIC0_OWN_LOGSYSTEM_GET' IMPORTING e_own_logsystem = gv_sender EXCEPTIONS own_logsystem_not_defined = 1 OTHERS = 2.
FRE_MD_VKP_DELTA_PROCESS CALL FUNCTION 'FRE_MD_VKP_DELTA_PROCESS' EXPORTING it_db_art_site = lt_art_sites ip_datefrom = ip_datefrom ip_dateto = ip_dateto ip_vz_price_direct = p_vz_dir ip_ownsystem = gv_sender EXCEPTIONS db_error = 1 rfc_error = 2 OTHERS = 3.
FRE_MD_VKP_DELTA_PROCESS CALL FUNCTION 'FRE_MD_VKP_DELTA_PROCESS' STARTING NEW TASK gs_dialog-taskname DESTINATION IN GROUP ip_svrgr PERFORMING return_vkprice_info_new ON END OF TASK EXPORTING it_db_art_site = lt_art_sites ip_datefrom = ip_datefrom ip_dateto = ip_dateto ip_vz_price_direct = p_vz_dir ip_ownsystem = gv_sender IP_PACKAGE_ID = l_time_stamp_long EXCEPTIONS resource_failure = 1 system_failure = 2 communication_failure = 3 OTHERS = 99.
FRE_MD_VKP_DELTA_PROCESS CALL FUNCTION 'FRE_MD_VKP_DELTA_PROCESS' EXPORTING it_db_art_site = lt_art_sites ip_datefrom = ip_datefrom ip_dateto = ip_dateto ip_vz_price_direct = p_vz_dir ip_ownsystem = gv_sender IP_PACKAGE_ID = l_time_stamp_long EXCEPTIONS db_error = 1 rfc_error = 2 OTHERS = 3.
FRE_MD_VKP_DELTA_PROCESS CALL FUNCTION 'FRE_MD_VKP_DELTA_PROCESS' EXPORTING it_db_art_site = lt_art_sites ip_datefrom = ip_datefrom ip_dateto = ip_dateto ip_vz_price_direct = p_vz_dir ip_ownsystem = gv_sender EXCEPTIONS db_error = 1 rfc_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FRE_LOAD_VKP_DELTA_F01 - Include FRE_LOAD_VKP_DELTA_F01 FRE_LOAD_VKP_DELTA - Transfer of sales prices changes FRE_LOAD_VKP_DELTA - Transfer of sales prices changes FRE_INIT_LOAD_F4_HELPF01 - Include FRE_INIT_LOAD_F4_HELPF01 FRE_INIT_LOADTOP - Include FRE_INIT_LOADTOP FRE_INIT_LOADF10 - Include FRE_INIT_LOADF10