cancel
Showing results for 
Search instead for 
Did you mean: 

Sanctioned Party List Screening SPL of External Address

Former Member
0 Kudos

Hello Everyone,

Please help share details/ setup required for activating SPL for External Address.

I have already created a Number range and assigned to SPL Legal regulation and also activated Audit trail for external.

When I went to transaction /SAPSLL/SPL_CHSO3,

-- Do we need a new Logical system - Will this be a kind of standalone with no actual system assigned.

-- There is option for Path of Source File and Path of Target file. What does these refer to. Source File I guess is the XML file we create for address,

    but what is target file

-- What is the format of XML file and who generally creates it.

-- Any other setting we require for activating SPL for external.

Appreciate your help/details on the same.

Regards,

Amit

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Amit,

I would create a own Group of External Logical System for this situation.

The Path of Local File you can use to check a XML-file from your computer.

The Path on Application Server you should use, if you want to screen with batchjobs. This is useful, if you have a huge list of Business Partners.

If you use batchjobs, you can use the audit trail for External Addresses (/SAPSLL/SPL_AT_ADR).

Structure is mentioned in the link above, but you don't need to use every column.

e.g.

<?xml version="1.0" encoding="UTF-8" ?>

- <dataroot>

- <Address>

  <ADDRNUMBER>123</ADDRNUMBER>

  <NAME1>My Name</NAME1>

  <STREET>Berliner Straße</STREET>

  <HOUSE_NUM1>23</HOUSE_NUM1>

  <POST_CODE1>12345</POST_CODE1>

  <CITY1>Berlin</CITY1>

  <COUNTRY>DE</COUNTRY>

  </Address>

</dataroot>

regards

Benjamin

Former Member
0 Kudos

hi Amit,

I have worked on this long time back.

  • Basically this new logical system is just for differentiating the SPL Audit logs. You can create a standalone without any actual system linkage.
  • Target file is the file path and name for the result of screening to be written.
  • Format of the file is available in the link below

XML Structure for Address Data in Sanctioned Party List Screenin - Compliance Management - SAP Libra...

  • No other settings needed.

Regards

Dhilipan