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

/SAPSLL/SPL_OFFLINE_SCREENING SAP ABAP Report - Sanctioned Party List Screening of External Addresses







/SAPSLL/SPL_OFFLINE_SCREENING 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_OFFLINE_SCREENING 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_CHSO3 - SPL Screening of External Addresses


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_OFFLINE_SCREENING. "Basic submit
SUBMIT /SAPSLL/SPL_OFFLINE_SCREENING AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/SPL_OFFLINE_SCREENING 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_GRVSY = Group of External Log. Systems
Selection Text: P_LIST = Output Result
Selection Text: P_PATH1 = Path of Source File
Selection Text: P_PATH2 = Path of Target File
Selection Text: P_PATH3 = Path of Source File
Selection Text: P_PATH4 = Path of Target File
Selection Text: P_FILETY = D .
Selection Text: P_LGREG = D .
Title: Sanctioned Party List Screening of External Addresses
Text Symbol: 001 = Uploading XML file...
Text Symbol: 002 = Saving XML file...
Text Symbol: F01 = General Selection Parameters
Text Symbol: F02 = Path of Local Files
Text Symbol: F03 = Processing Parameters
Text Symbol: F04 = File Path on Application Server


INCLUDES used within this REPORT /SAPSLL/SPL_OFFLINE_SCREENING

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/AUTH_CHECK_LRG_SGL CALL FUNCTION '/SAPSLL/AUTH_CHECK_LRG_SGL' EXPORTING iv_autho = 'GTS_SPL' iv_lgreg = p_lgreg it_ac_actvt = gt_actvt[] iv_langu = sy-langu IMPORTING ev_auth_check_ok = gv_auth_check_ok EXCEPTIONS no_activity_provided = 1 no_authority = 2 wrong_authority_object = 3 OTHERS = 4.

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

/SAPSLL/SPL_CHECK_MEM_SET_AUDO CALL FUNCTION '/SAPSLL/SPL_CHECK_MEM_SET_AUDO' EXPORTING iv_spaudo = gs_t606g-spaudo.

/SAPSLL/SPL_CHECK_MEM_SET_OPRE CALL FUNCTION '/SAPSLL/SPL_CHECK_MEM_SET_OPRE' EXPORTING it_bp_ref = gt_bp_ref[].

/SAPSLL/SPL_CHECK_MEM_SET_GRVS CALL FUNCTION '/SAPSLL/SPL_CHECK_MEM_SET_GRVS' EXPORTING iv_grvsy = p_grvsy.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = p_lgreg is_debug = gs_debug CHANGING ct_range = gr_lgreg[].

/SAPSLL/SPL_SET_SCENARIO CALL FUNCTION '/SAPSLL/SPL_SET_SCENARIO' EXPORTING iv_spl_scenario = 'O3'.



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