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

/SAPSLL/SEARCHTERMS_LOAD_TREX SAP ABAP Report - Transfer Comparison Index for Sanctioned Party List to TREX







/SAPSLL/SEARCHTERMS_LOAD_TREX 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/SEARCHTERMS_LOAD_TREX 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_STTREX - Upload Comparison Index to TREX


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/SEARCHTERMS_LOAD_TREX. "Basic submit
SUBMIT /SAPSLL/SEARCHTERMS_LOAD_TREX AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/SEARCHTERMS_LOAD_TREX 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: P_DELTA = D .
Selection Text: P_UPDAB = D .
Selection Text: P_UPDBI = D .
Selection Text: S_LGREG = D .
Title: Transfer Comparison Index for Sanctioned Party List to TREX
Text Symbol: ST1 = Sanctioned Party List
Text Symbol: T01 = Error Log for Generation of SAP TREX Comparison Index
Text Symbol: T02 = Save Log
Text Symbol: UP1 = Date of SPL Update
Text Symbol: UP2 = To
Text Symbol: UPD = Timeframe of SPL Update


INCLUDES used within this REPORT /SAPSLL/SEARCHTERMS_LOAD_TREX

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/SPL_CONTROL_LEG_REG CALL FUNCTION '/SAPSLL/SPL_CONTROL_LEG_REG' EXPORTING irt_lgreg = s_lgreg[] IMPORTING ert_legal_regulations = lrt_lgreg ev_no_auth = lv_no_auth.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = sy-mandt CHANGING ct_range = ls_crit_t606g-mandt.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = lrs_lgreg-low CHANGING ct_range = ls_crit_t606g-lgreg.

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

/SAPSLL/APPLOG_INIT CALL FUNCTION '/SAPSLL/APPLOG_INIT' EXPORTING iv_object = gc_applog_obj-spl_trex iv_subobject = gc_applog_subobj-trex_upload iv_extnumber = lv_extnumber iv_delete_mess = gc_false iv_default_set = 'X' iv_skip_search = gc_true iv_read_archive = ' ' iv_no_creation = ' ' is_debug = gs_debug CHANGING cv_handle = gv_lghdl.

/SAPSLL/APPLOG_SAVE CALL FUNCTION '/SAPSLL/APPLOG_SAVE' EXPORTING it_log_handle = lt_log_handle iv_log_refresh = gc_false.



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