SAP Reports / Programs | Logistics - General | Logistics Basic Data | Assortment List(LO-MD-RA-ASL) SAP LO

BBVCRF01_HPR SAP ABAP INCLUDE - Include BBVCRF01_HPR







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


INCLUDES used within this REPORT BBVCRF01_HPR

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:

WDLD_APPL_LOG_WRITE_DB CALL FUNCTION 'WDLD_APPL_LOG_WRITE_DB' EXPORTING pi_gen_log_flag = x IMPORTING pe_i_gen_stat = i_job_stat.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL' EXCEPTIONS OTHERS = 1.

ASSORT_LIST_JOB_OUTPUT CALL FUNCTION 'ASSORT_LIST_JOB_OUTPUT' EXPORTING pi_i_ctrl = i_ctrl pi_i_job_stat = i_job_stat TABLES pi_t_task_list = g_t_task_list.

WDLD_ASSORTMENT_CARRIER_GET CALL FUNCTION 'WDLD_ASSORTMENT_CARRIER_GET' EXPORTING pi_asst_list_only = x pi_read_knvv = x pi_check_language = x TABLES pi_so_ascar = so_ascar pi_so_vtweg = so_vtweg pi_so_vkorg = so_vkorg pe_t_ascar = g_t_ascar.

ASSORT_LIST_TYPES_GET_MULT CALL FUNCTION 'ASSORT_LIST_TYPES_GET_MULT' TABLES pe_t_twbb = g_t_twbb pi_so_bbtyp = so_bbtyp.

ASSORT_LIST_PROFILES_CHECK CALL FUNCTION 'ASSORT_LIST_PROFILES_CHECK' TABLES pi_t_stores = g_t_ascar pi_t_twbb = g_t_twbb pe_t_twbbp = g_t_twbbp.

REPL_LIST_VERSION_IDOC_HPR CALL FUNCTION 'REPL_LIST_VERSION_IDOC_HPR' STARTING NEW TASK g_last_task DESTINATION IN GROUP pi_i_ctrl-serv_grp PERFORMING task_return ON END OF TASK EXPORTING pi_i_wdls = pi_i_wdls pi_i_store = pi_i_ascar pi_i_twbb = pi_i_twbb pi_i_twbbp = pi_i_twbbp pi_i_ctrl = pi_i_ctrl EXCEPTIONS communication_failure = 1 MESSAGE msg_text system_failure = 2 MESSAGE msg_text RESOURCE_FAILURE = 3.

SPBT_GET_PP_DESTINATION CALL FUNCTION 'SPBT_GET_PP_DESTINATION' IMPORTING rfcdest = i_task_list-task-rfcdest.

REPL_LIST_VERSION_IDOC_HPR CALL FUNCTION 'REPL_LIST_VERSION_IDOC_HPR' EXPORTING pi_i_wdls = pi_i_wdls pi_i_store = pi_i_ascar pi_i_twbb = pi_i_twbb pi_i_twbbp = pi_i_twbbp pi_i_ctrl = pi_i_ctrl IMPORTING pe_i_wbbh = i_wbbh pe_i_wbbh_mix = i_wbbh_mix pe_count_mat = i_wsl_info-wsl_cand_no pe_count_pos = i_wsl_info-wsl_pos_no pe_i_balmi = i_balmi TABLES pe_t_wdlsp = i_task_list-wdlsp_tab.

SPBT_INITIALIZE CALL FUNCTION 'SPBT_INITIALIZE' EXPORTING group_name = pi_i_ctrl-serv_grp IMPORTING max_pbt_wps = max_pbt_wps free_pbt_wps = free_pbt_wps EXCEPTIONS invalid_group_name = 1 internal_error = 2 pbt_env_already_initialized = 3 currently_no_resources_avail = 4 no_pbt_resources_found = 5 cant_init_different_pbt_groups = 6 OTHERS = 7.

WDLD_APPL_LOG_WRITE_MESSAGE CALL FUNCTION 'WDLD_APPL_LOG_WRITE_MESSAGE' EXPORTING pi_msgid = pi_i_balmi-msgid pi_msgty = pi_i_balmi-msgty pi_msgno = pi_i_balmi-msgno pi_msgv1 = pi_i_balmi-msgv1 pi_msgv2 = pi_i_balmi-msgv2 pi_msgv3 = pi_i_balmi-msgv3 pi_msgv4 = pi_i_balmi-msgv4 pi_probclass = c_probclass_very_important pi_err_status_value = c_status_idoc_missing_value pi_gen_log_flag = x EXCEPTIONS no_init = 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 BBVCRF01_HPR or its description.