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

/SAPSLL/SPL_COMPRESS_STERMS SAP ABAP Report - Assign Values to Comparison Index for Sanction List







/SAPSLL/SPL_COMPRESS_STERMS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Summarize SPL Search Terms The following selection requirements are available: ,,- Legal regulation ,,- List type ,,- Number of words remaining ,,,,The number entered applies to each SPL entity...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_COMPRESS_STERMS 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_CMPR - Evaluate SPL Comparison Index


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_COMPRESS_STERMS. "Basic submit
SUBMIT /SAPSLL/SPL_COMPRESS_STERMS AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/SPL_COMPRESS_STERMS 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_WRDSNK = Name Component
Selection Text: P_WRDSAK = Address Component
Selection Text: P_SPLTY = List Type
Selection Text: P_S1 = Street
Selection Text: P_R2 = Region of PO Box
Selection Text: P_R1 = Region
Selection Text: P_P3 = Postal Code of Company
Selection Text: P_P2 = PO Box Postal Code
Selection Text: P_P1 = Postal Code of City
Selection Text: P_N1 = Name
Selection Text: P_LGREG = Legal Regulation
Selection Text: P_I3 = City
Selection Text: P_I2 = City of PO Box
Selection Text: P_I1 = City
Selection Text: P_H1 = House Number
Selection Text: P_C3 = Country of Identification
Selection Text: P_C2 = Country of PO Box
Selection Text: P_B2 = PO Box
Title: Assign Values to Comparison Index for Sanction List
Text Symbol: 009 = Percentage Frequency Limit
Text Symbol: 008 = Perc. Occurrence
Text Symbol: 007 = Search Term
Text Symbol: 006 = Origin of Search Term
Text Symbol: 005 = Delete
Text Symbol: 004 = Number of Remaining Search Terms per Sanction List Entry
Text Symbol: 003 = Percentage Limit
Text Symbol: 002 = Origin of Search Terms
Text Symbol: 001 = Sanctioned Party List


INCLUDES used within this REPORT /SAPSLL/SPL_COMPRESS_STERMS

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:

No SAP FUNCTION MODULES are executed within this report code!



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