SAP Reports / Programs | Global Trade Services | Global Trade Services(SLL-LEG) SAP SLL

/SAPSLL/PR_WB_F00 SAP ABAP INCLUDE - Include /SAPSLL/PR_WB_F00







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


INCLUDES used within this REPORT /SAPSLL/PR_WB_F00

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:

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = iv_value CHANGING ct_range = ct_range EXCEPTIONS invalid_range_structure = 1 OTHERS = 2.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = iv_tcode EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.

/SAPSLL/CONVERT_DATE_STAMP_RNG CALL FUNCTION '/SAPSLL/CONVERT_DATE_STAMP_RNG' EXPORTING ir_date = lr_date IMPORTING ir_time_stamp = lr_tstmp.

/SAPSLL/CONVERT_DATE_STAMP_RNG CALL FUNCTION '/SAPSLL/CONVERT_DATE_STAMP_RNG' EXPORTING ir_date = lr_date IMPORTING ir_time_stamp = lr_tstmp.

/SAPSLL/CONVERT_DATE_STAMP_RNG CALL FUNCTION '/SAPSLL/CONVERT_DATE_STAMP_RNG' EXPORTING ir_date = is_add_sel_data-pre_datab IMPORTING ir_time_stamp = ls_obj_crit-prpref-datab.

/SAPSLL/CONVERT_DATE_STAMP_RNG CALL FUNCTION '/SAPSLL/CONVERT_DATE_STAMP_RNG' EXPORTING ir_date = is_add_sel_data-pre_datbi IMPORTING ir_time_stamp = ls_obj_crit-prpref-datbi.

/SAPSLL/PRODUCT_GEN_SELECTION CALL FUNCTION '/SAPSLL/PRODUCT_GEN_SELECTION' EXPORTING is_obj_crit = ls_obj_crit iv_tablename = gc_tablename-pr is_debug = gs_debug IMPORTING et_result = lt_pr EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/PRODUCT_LCLIST_CREATE CALL FUNCTION '/SAPSLL/PRODUCT_LCLIST_CREATE' EXPORTING is_product_obj = ls_product_obj is_add_sel_data = is_add_sel_data ir_ctsty = is_add_sel_data-ctsty_legcon[] iv_srvll_legcon = lv_srvll_legcon iv_srvll_license = lv_srvll_license is_debug = gs_debug CHANGING ct_lclist = lt_lclist.

/SAPSLL/BOPHD_DB_SGL_READ CALL FUNCTION '/SAPSLL/BOPHD_DB_SGL_READ' EXPORTING is_pk = ls_bophd_pk iv_mandt = syst-mandt iv_flag_bypass_buffer = gc_false iv_flag_no_db_access = gc_false iv_flag_fill_buffer = gc_true is_debug = gs_debug IMPORTING es_result = ls_bophd EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/PR_DB_SGL_READ CALL FUNCTION '/SAPSLL/PR_DB_SGL_READ' EXPORTING is_sk = is_sk iv_pr_selty = gc_pr_selty-complete is_debug = gs_debug IMPORTING es_result = cs_obj-pr EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/PRCON_DB_RNG_READ CALL FUNCTION '/SAPSLL/PRCON_DB_RNG_READ' EXPORTING is_crit = ls_prcon_crit is_debug = gs_debug IMPORTING et_result = cs_obj-prcon EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/PRCTS_DB_RNG_READ CALL FUNCTION '/SAPSLL/PRCTS_DB_RNG_READ' EXPORTING is_crit = ls_prcts_crit is_debug = gs_debug IMPORTING et_result = cs_obj-prcts EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/PRCTSC_DB_RNG_READ CALL FUNCTION '/SAPSLL/PRCTSC_DB_RNG_READ' EXPORTING is_crit = ls_prctsc_crit is_debug = gs_debug IMPORTING et_result = cs_obj-prctsc EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/TCOGVS_DB_RNG_READ CALL FUNCTION '/SAPSLL/TCOGVS_DB_RNG_READ' EXPORTING * IS_CRIT = iv_flag_fill_buffer = 'X' is_debug = gs_debug IMPORTING et_result = lt_tcogvs EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/TCOGVS_DB_SGL_READ CALL FUNCTION '/SAPSLL/TCOGVS_DB_SGL_READ' EXPORTING is_pk = ls_tcogvs_pk * IV_FLAG_BYPASS_BUFFER = ' ' * IV_FLAG_NO_DB_ACCESS = ' ' * IV_FLAG_FILL_BUFFER = 'X' is_debug = gs_debug * IMPORTING * ES_RESULT = EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/TCOGVA_DB_RNG_READ CALL FUNCTION '/SAPSLL/TCOGVA_DB_RNG_READ' EXPORTING is_crit = ls_tcogva_crit * IV_FLAG_FILL_BUFFER = 'X' is_debug = gs_debug IMPORTING et_result = lt_tcogva EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = lv_logsys EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.

/SAPSLL/PRODUCT_GET_OBJECT_SK CALL FUNCTION '/SAPSLL/PRODUCT_GET_OBJECT_SK' EXPORTING is_pr_sk = ls_product_sk is_debug = gs_debug IMPORTING es_pr_obj = cs_product_obj CHANGING cv_trtyp = lv_trtyp EXCEPTIONS entry_already_exists = 1 entry_does_not_exist = 2 foreign_lock = 3 OTHERS = 4.

/SAPSLL/LGREG_AUTH_PROV





CALL FUNCTION '/SAPSLL/LGREG_AUTH_PROV' EXPORTING * IR_REGTY = iv_srvll = lv_srvll iv_autho = 'GTS_PR_LRG' * IV_ACTVT = it_ac_actvt = lt_ac_actvt CHANGING cr_lgreg = lt_lgreg_hlp EXCEPTIONS no_authority = 1 subset_authority_only = 2 OTHERS = 3.

/SAPSLL/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING iv_timezone = iv_timezone iv_date = iv_date iv_time = iv_time IMPORTING ev_timestamp = cv_stamp EXCEPTIONS no_time_zone = 1 time_zone_notfound = 2 format_error = 3 OTHERS = 4.

/SAPSLL/PRODUCT_LGREG_DET CALL FUNCTION '/SAPSLL/PRODUCT_LGREG_DET' EXPORTING ir_srvll = ir_srvll is_add_sel_data = is_add_sel_data CHANGING cs_additional_tables = ls_llns_tables EXCEPTIONS processing_error = 1 OTHERS = 2.

/SAPSLL/PRODUCT_TCOTS_DET CALL FUNCTION '/SAPSLL/PRODUCT_TCOTS_DET' EXPORTING ir_ctsty = ir_ctsty is_add_sel_data = is_add_sel_data CHANGING cs_additional_tables = ls_llns_tables EXCEPTIONS processing_error = 1 OTHERS = 2.

/SAPSLL/CTSNUM_DB_RNG_READ CALL FUNCTION '/SAPSLL/CTSNUM_DB_RNG_READ' EXPORTING is_crit = ls_crit_ctsnum iv_flag_fill_buffer = 'X' is_debug = gs_debug IMPORTING et_result = lt_ctsnum EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/CTSNUMC_DB_RNG_READ CALL FUNCTION '/SAPSLL/CTSNUMC_DB_RNG_READ' EXPORTING is_crit = ls_crit_ctsnumc iv_flag_fill_buffer = 'X' is_debug = gs_debug IMPORTING et_result = lt_ctsnumc EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING * PROGRAM = restriction = ls_restrict * DB = ' ' EXCEPTIONS too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 OTHERS = 9.

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING * PROGRAM = restriction = ls_restrict * DB = ' ' EXCEPTIONS too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 OTHERS = 9.

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING * PROGRAM = restriction = ls_restrict * DB = ' ' EXCEPTIONS too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 OTHERS = 9.

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING * PROGRAM = restriction = ls_restrict * DB = ' ' EXCEPTIONS too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 OTHERS = 9.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = 'LGREG' * PVALKEY = ' ' * dynpprog = * dynpnr = * DYNPROFIELD = ' ' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = * IMPORTING * USER_RESET = TABLES value_tab = lt_t606gt field_tab = lt_field_tab return_tab = lt_return_tab * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

/SAPSLL/ACT_LEG_REG_SERV_GET CALL FUNCTION '/SAPSLL/ACT_LEG_REG_SERV_GET' EXPORTING iv_srvll = iv_srvll IMPORTING et_t606g = lt_t606g EXCEPTIONS no_determination_scheme = 1 no_check_objects = 2 no_entries_found = 3 OTHERS = 4.

/SAPSLL/NUMBERING_SCHEME_GET CALL FUNCTION '/SAPSLL/NUMBERING_SCHEME_GET' EXPORTING is_tlegsu_crit = ls_crit_tlegsu iv_date = sy-datlo IMPORTING et_tlegsu = lt_tlegsu EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/T606GT_DB_RNG_READ CALL FUNCTION '/SAPSLL/T606GT_DB_RNG_READ' EXPORTING is_crit = ls_crit_t606gt iv_flag_fill_buffer = 'X' is_debug = gs_debug IMPORTING et_result = lt_t606gt_hlp EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/APPLOG_INIT CALL FUNCTION '/SAPSLL/APPLOG_INIT' EXPORTING * iv_object = * iv_subobject = * iv_extnumber = * iv_delete_mess = iv_skip_search = gc_true is_debug = gs_debug CHANGING cv_handle = cv_loghandle.

/SAPSLL/APPLOG_DISPLAY CALL FUNCTION '/SAPSLL/APPLOG_DISPLAY' EXPORTING * iv_object = * iv_subobject = * iv_extnumber = iv_handle = iv_loghandle iv_funcname = '/SAPSLL/APPLOG_PROF_POPUP_DET' * is_log_filter = * IS_MSG_FILTER = * IV_USE_GRID = * IS_DEBUG = EXCEPTIONS no_log_found = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = iv_loghandle i_s_msg = ls_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

/SAPSLL/PRODUCT_KEY_GET CALL FUNCTION '/SAPSLL/PRODUCT_KEY_GET' EXPORTING iv_prnum = ls_product_sk-prnum is_debug = gs_debug IMPORTING ev_grvsy = lv_grvsy ev_prvsy = lv_prvsy EXCEPTIONS invalid_call = 1 processing_error = 2 no_data_found = 3 OTHERS = 4.

/SAPSLL/PRODUCT_DELETE CALL FUNCTION '/SAPSLL/PRODUCT_DELETE' EXPORTING is_pr_sk = ls_product_sk is_debug = gs_debug EXCEPTIONS foreign_lock = 1 enqueue_error = 2 internal_error = 3 OTHERS = 4.

/SAPSLL/PRODUCT_SAVE_MASS CALL FUNCTION '/SAPSLL/PRODUCT_SAVE_MASS' EXPORTING iv_commit = gc_true is_debug = gs_debug EXCEPTIONS data_inconsistent = 1 OTHERS = 2.




/SAPSLL/PRODUCT_WHERE_USED CALL FUNCTION '/SAPSLL/PRODUCT_WHERE_USED' EXPORTING is_pr_sk = is_product_sk iv_langu = sy-langu iv_loghandle = iv_loghandle iv_prod_table_incl = gc_false is_debug = gs_debug IMPORTING et_dep_obj = lt_dep_obj ev_entries = lv_entries EXCEPTIONS processing_error = 1 OTHERS = 2.

/SAPSLL/PRODUCT_AUTHORITY_CHCK CALL FUNCTION '/SAPSLL/PRODUCT_AUTHORITY_CHCK' EXPORTING iv_lghdl = iv_lghdl iv_trtyp = iv_trtyp iv_ftorg_check = iv_ftorg_check CHANGING cs_product_crit = cs_crit EXCEPTIONS no_authorization = 1 subset_authorization = 2 OTHERS = 3.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = iv_lghdl i_s_msg = ls_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

/SAPSLL/T606GT_DB_RNG_READ CALL FUNCTION '/SAPSLL/T606GT_DB_RNG_READ' EXPORTING is_crit = ls_crit_t606gt iv_flag_fill_buffer = gc_true is_debug = gs_debug IMPORTING et_result = ct_t606gt EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

CONVERSION_EXIT_ALPHA_RANGE_I CALL FUNCTION 'CONVERSION_EXIT_ALPHA_RANGE_I' EXPORTING input = lv_input_len IMPORTING output = lv_output_len TABLES range_int = ct_prvsy_crit range_ext = it_prvsy_crit.



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 /SAPSLL/PR_WB_F00 or its description.