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

/SAPSLL/BOM_WB_F00 SAP ABAP INCLUDE - Include /SAPSLL/BOM_WB_F00







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


INCLUDES used within this REPORT /SAPSLL/BOM_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/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/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/APPEND_RANGE_EXT call function '/SAPSLL/APPEND_RANGE_EXT' exporting iv_sign = gc_sign-inclusive iv_option = gc_option-contains_pattern iv_value_low = '*' * IV_VALUE_HIGH = * IS_DEBUG = GS_DEBUG changing ct_range = cs_crit-guid_model[] exceptions invalid_range_structure = 1 others = 2.

/SAPSLL/BOMHD_GEN_SELECTION call function '/SAPSLL/BOMHD_GEN_SELECTION' exporting is_obj_crit = ls_obj_crit iv_tablename = gc_tablename-bomhd is_debug = gs_debug importing et_result = lt_bomhd exceptions internal_error = 1 others = 2.

/SAPSLL/PRE_MODEL_MODELGRP_GET call function '/SAPSLL/PRE_MODEL_MODELGRP_GET' exporting * IS_PLANT = * IV_PLANTGRP = iv_guid_model = ls_guid_model_modgr-low importing et_pre_modelgrp = lt_pre_modelgrp exceptions invalid_call = 1 others = 2.

/SAPSLL/AUTH_CHECK_ADMUNIT_SGL call function '/SAPSLL/AUTH_CHECK_ADMUNIT_SGL' exporting iv_admunit = ls_pre_modelgrp-modelgrp iv_actvt = gc_actvt-display * IT_AC_ACTVT = * IV_LANGU = SY-LANGU importing ev_auth_check_ok = lv_check_ok exceptions no_activity_provided = 1 no_authority = 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.

/SAPSLL/MODWRK_DB_RNG_READ call function '/SAPSLL/MODWRK_DB_RNG_READ' exporting is_crit = ls_modwrk_crit iv_flag_fill_buffer = gc_false is_debug = gs_debug importing et_result = lt_modwrk[] exceptions no_data = 1 open_sql_error = 2 others = 3.

/SAPSLL/MODWG_DB_RNG_READ call function '/SAPSLL/MODWG_DB_RNG_READ' exporting is_crit = ls_modwg_crit iv_flag_fill_buffer = gc_false is_debug = gs_debug importing et_result = lt_modwg[] exceptions no_data = 1 open_sql_error = 2 others = 3.

/SAPSLL/LOGSYS_GET call function '/SAPSLL/LOGSYS_GET' importing ev_logsys = cv_logsys exceptions no_data = 1 not_unique = 2 others = 3.

/SAPSLL/BOMHD_KMATWLM_SELECT call function '/SAPSLL/BOMHD_KMATWLM_SELECT' exporting is_crit = ls_bomhd_kmat_crit is_debug = gs_debug importing et_kmatwlm = lt_kmatwlm[] et_kmatwlsi = lt_kmatwlsi[] exceptions invalid_call = 1 others = 2.

/SAPSLL/TLEMO_DB_BUF_READ call function '/SAPSLL/TLEMO_DB_BUF_READ' exporting is_crit = ls_tlemo_crit is_debug = gs_debug importing et_result = lt_tlemo[] exceptions no_data = 1 others = 2.

/SAPSLL/TLEMO_DB_RNG_READ call function '/SAPSLL/TLEMO_DB_RNG_READ' exporting is_crit = ls_tlemo_crit iv_flag_fill_buffer = gc_true is_debug = gs_debug importing et_result = lt_tlemo[] exceptions no_data = 1 open_sql_error = 2 others = 3.

/SAPSLL/TLEMOT_DB_BUF_READ call function '/SAPSLL/TLEMOT_DB_BUF_READ' exporting is_crit = ls_tlemot_crit is_debug = gs_debug importing et_result = lt_tlemot[] exceptions no_data = 1 others = 2.

/SAPSLL/TLEMOT_DB_RNG_READ call function '/SAPSLL/TLEMOT_DB_RNG_READ' exporting is_crit = ls_tlemot_crit iv_flag_fill_buffer = gc_true is_debug = gs_debug importing et_result = lt_tlemot[] exceptions no_data = 1 open_sql_error = 2 others = 3.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting * DDIC_STRUCTURE = ' ' retfield = 'MODEL' * 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_value_tab * FIELD_TAB = * RETURN_TAB = * DYNPFLD_MAPPING = exceptions parameter_error = 1 no_values_found = 2 others = 3.

F4IF_INT_TABLE_VALUE_REQUEST





call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting * DDIC_STRUCTURE = ' ' retfield = 'SRVLL' * 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_value_tab * FIELD_TAB = * RETURN_TAB = * DYNPFLD_MAPPING = exceptions parameter_error = 1 no_values_found = 2 others = 3.

/SAPSLL/APPEND_RANGE_EXT call function '/SAPSLL/APPEND_RANGE_EXT' exporting iv_sign = gc_sign-inclusive iv_option = gc_option-contains_pattern iv_value_low = '*' * IV_VALUE_HIGH = * IS_DEBUG = GS_DEBUG changing ct_range = cs_crit-guid_model[] exceptions invalid_range_structure = 1 others = 2.

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.

/SAPSLL/PRE_MODEL_TYPE_GET call function '/SAPSLL/PRE_MODEL_TYPE_GET' importing ev_model = ev_model ev_plant_mapped = ev_plant_mapped ev_plant_group_mapped = ev_plant_group_mapped ev_kmat_bom_exist = ev_kmat_bom_exist exceptions others = 0.

/SAPSLL/TCOGVS_DB_RNG_READ call function '/SAPSLL/TCOGVS_DB_RNG_READ' exporting is_crit = ls_tcogvs_crit * IV_FLAG_FILL_BUFFER = 'X' is_debug = gs_debug * IMPORTING * ET_RESULT = exceptions no_data = 1 open_sql_error = 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 = gc_false is_debug = gs_debug importing et_result = ct_tcogva exceptions no_data = 1 open_sql_error = 2 others = 3.



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