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

/SAPSLL/SPL_LIST_DISPLAY SAP ABAP Report - Display Structured View of Sanctioned Party Lists







/SAPSLL/SPL_LIST_DISPLAY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Docmentation for the SPL List This list is used to restrict and display entries in the Sanctioned Party List...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter /SAPSLL/SPL_LIST_DISPLAY 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_AR01 - Existing Master Data - Structured


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_LIST_DISPLAY. "Basic submit
SUBMIT /SAPSLL/SPL_LIST_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/SPL_LIST_DISPLAY 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_DELKZ = Include Deletion Indicators
Selection Text: P_TZ1 = Time Zone (of Valid-From Date)
Selection Text: P_TZ2 = Time Zone (of Valid-To Date)
Selection Text: S_CHGAB = Changed on
Selection Text: S_CHGUS = Changed by
Selection Text: S_CREAB = Created on
Selection Text: S_CREUS = Created by
Selection Text: S_DATAB = Valid-From Date
Selection Text: S_DATBI = Valid-To Date
Selection Text: S_LGREG = Legal Regulation
Selection Text: S_LTYPE = Type of List
Selection Text: S_PARTN = Data Provider
Selection Text: S_SPLNU = SPL Number
Selection Text: S_LAND = D .
Selection Text: S_SPTYP = D .
Title: Display Structured View of Sanctioned Party Lists
Text Symbol: SF1 = Sanctioned Party List
Text Symbol: SF2 = Validity Data
Text Symbol: SF3 = Administrative Data
Text Symbol: SF4 = Processing Mode


INCLUDES used within this REPORT /SAPSLL/SPL_LIST_DISPLAY

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:

GET_SYSTEM_TIMEZONE * CALL FUNCTION 'GET_SYSTEM_TIMEZONE' * IMPORTING * timezone = p_tz1 ** EXCEPTIONS ** CUSTOMIZING_MISSING = 1 ** OTHERS = 2 * .

GET_SYSTEM_TIMEZONE * CALL FUNCTION 'GET_SYSTEM_TIMEZONE' * IMPORTING * timezone = p_tz2 ** EXCEPTIONS ** CUSTOMIZING_MISSING = 1 ** OTHERS = 2 * .

/SAPSLL/VALID_RANGES_PREPARE CALL FUNCTION '/SAPSLL/VALID_RANGES_PREPARE' EXPORTING iv_rptdt = gv_timestamp IMPORTING * er_datab = gs_tspl_crit_s-datab er_datbi = gs_tspl_crit_s-datbi .

/SAPSLL/VALID_RANGES_PREPARE CALL FUNCTION '/SAPSLL/VALID_RANGES_PREPARE' EXPORTING iv_rptdt = gv_timestamp IMPORTING er_datab = gs_tspl_crit_s-datab * er_datbi = gs_tspl_crit_s-datbi .

/SAPSLL/SPL_LIST_SELECT CALL FUNCTION '/SAPSLL/SPL_LIST_SELECT' EXPORTING is_crit = gs_tspl_crit_s is_crit_addr = gs_tspla_crit_s is_debug = gs_debug IMPORTING et_sellist = gt_sellist EXCEPTIONS no_data_found = 1 internal_error = 2 canceled_by_user = 3 too_many_entries = 4 OTHERS = 5.

/SAPSLL/SPL_LIST_CALL_PREPARE CALL FUNCTION '/SAPSLL/SPL_LIST_CALL_PREPARE' EXPORTING iv_layout = gc_list_layout-display is_debug = gs_debug it_datbi = gs_tspl_crit_s-datbi iv_delkz = p_delkz CHANGING ct_sellist = gt_sellist.



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