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

/SAPSLL/SPL_CREATE_SEARCHTERMS SAP ABAP Report - Create Comparison Index for Sanction List







/SAPSLL/SPL_CREATE_SEARCHTERMS is a standard Executable ABAP Report 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/SPL_CREATE_SEARCHTERMS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/SAPSLL/SPL_ST01 - Generate Comparison Index for Master


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/SPL_CREATE_SEARCHTERMS. "Basic submit
SUBMIT /SAPSLL/SPL_CREATE_SEARCHTERMS AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/SPL_CREATE_SEARCHTERMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: S_SPLNU = D .
Selection Text: S_LTYPE = D .
Selection Text: S_LGREG = D .
Selection Text: S_CREUS = D .
Selection Text: S_CREAB = D .
Selection Text: S_CHGUS = D .
Selection Text: S_CHGAB = D .
Selection Text: P_SIMUL = D .
Selection Text: P_MULTI = D .
Selection Text: P_LIST = D .
Selection Text: P_DELKZ = D .
Selection Text: P_DATBI = D .
Selection Text: P_DATAB = D .
Selection Text: P_APPGR = D .
Selection Text: P_STTYP = Type of Indexing
Title: Create Comparison Index for Sanction List
Text Symbol: SF4 = Processing Mode
Text Symbol: SF3 = Administrative Data
Text Symbol: SF2 = Validity Data
Text Symbol: SF1 = Sanctioned Party List
Text Symbol: S03 = Valid-From Date of Time Zone
Text Symbol: S02 = to
Text Symbol: S01 = Valid from
Text Symbol: 002 = No indexing type specified. Continue anyway?
Text Symbol: 001 = Indexing of Sanction List


INCLUDES used within this REPORT /SAPSLL/SPL_CREATE_SEARCHTERMS

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/APPLOG_INIT CALL FUNCTION '/SAPSLL/APPLOG_INIT' EXPORTING iv_object = gc_applog_obj-spl iv_subobject = gc_applog_subobj-spl_upload iv_extnumber = '1' iv_delete_mess = gc_true is_debug = gs_debug CHANGING cv_handle = gv_lghdl.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = p_datab is_debug = gs_debug CHANGING ct_range = gs_sel_ranges-datab8.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = p_datbi is_debug = gs_debug CHANGING ct_range = gs_sel_ranges-datbi8.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = sy-mandt is_debug = gs_debug CHANGING ct_range = gs_crit_t606g-mandt[].

/SAPSLL/ACT_LEG_REG_SERV_GET CALL FUNCTION '/SAPSLL/ACT_LEG_REG_SERV_GET' EXPORTING iv_srvll = gc_services-spl * IS_CRIT = is_debug = gs_debug IMPORTING et_t606g = gt_t606g_det * EV_DSLRG = EXCEPTIONS no_determination_scheme = 2 no_check_objects = 4 no_entries_found = 6 OTHERS = 8 .

/SAPSLL/T606G_DB_RNG_READ CALL FUNCTION '/SAPSLL/T606G_DB_RNG_READ' EXPORTING is_crit = gs_crit_t606g iv_flag_fill_buffer = gc_true is_debug = gs_debug IMPORTING et_result = gt_t606g EXCEPTIONS no_data = 1 OTHERS = 2.

/SAPSLL/GET_SPL_MASTER_TZONES CALL FUNCTION '/SAPSLL/GET_SPL_MASTER_TZONES' EXPORTING iv_lgreg = gs_t606g-lgreg iv_init_select = gc_true CHANGING cv_tzone_from = gs_sel_data-tznst cv_tzone_to = gs_sel_data-tznen.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = gs_t606g-lgreg is_debug = gs_debug CHANGING ct_range = gs_sel_ranges-lgreg.

/SAPSLL/TCOCMP_DB_SGL_READ CALL FUNCTION '/SAPSLL/TCOCMP_DB_SGL_READ' EXPORTING is_pk = gs_tcocmp_pk 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 = gs_tcocmp EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/SPL_STERMS_GENERATE CALL FUNCTION '/SAPSLL/SPL_STERMS_GENERATE' EXPORTING is_sel_data = gs_sel_data iv_spkwt = lv_spkwt is_sel_options = gs_sel_ranges iv_applog_handle = gv_lghdl iv_display_list = p_list iv_multi_tasking = p_multi iv_app_group = p_appgr iv_simulation = p_simul EXCEPTIONS no_delimiter_found = 1 no_legal_regulation = 2 no_data_selected = 3 wrong_parameter = 4 not_enough_free_wps = 5 cancelled_by_user = 6 invalid_group_name = 7 OTHERS = 8.

/SAPSLL/APPLOG_DISPLAY CALL FUNCTION '/SAPSLL/APPLOG_DISPLAY' EXPORTING iv_object = gc_applog_obj-spl iv_subobject = gc_applog_subobj-spl_upload iv_handle = gv_lghdl is_debug = gs_debug EXCEPTIONS no_log_found = 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 /SAPSLL/SPL_CREATE_SEARCHTERMS or its description.