SAP ABAP Class /SAPSLL/CL_UIO_SPL_PN_LIST (UIO: Maintain Positive/Negative List for BP)
Hierarchy
SLL-LEG (Software Component) SLL-LEG 901: Add-On Installation
   SLL-LEG (Application Component) Global Trade Services
     /SAPSLL/LEGAL_UIO (Package) Legal Services: Legal Control: UIO Layer
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /SAPSLL/CL_UIO_SPL_UTIL Auxiliary Class for Sanctioned Party List Screening Area 20100329
Properties
Class /SAPSLL/CL_UIO_SPL_PN_LIST  
Short Description UIO: Maintain Positive/Negative List for BP    
Super Class /SAPSLL/CL_UIO_SPL_UTIL Auxiliary Class for Sanctioned Party List Screening Area 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SAPSLL/LEGAL_UIO   Legal Services: Legal Control: UIO Layer 
Created 20100303   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /SAPSLL/CL_UIO_SPL_PN_LIST has no forward declaration.
Interfaces
Class /SAPSLL/CL_UIO_SPL_PN_LIST has no interface implemented.
Friends
Class /SAPSLL/CL_UIO_SPL_PN_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_DEBUG Instance attribute Private Type reference (TYPE) /SAPSLL/DEBUG_S SLL: Debugging Modes 20100329
2 MV_SPLPN Instance attribute Private Type reference (TYPE) /SAPSLL/SPLPN Flagged on Positive/Negative List 20100329
Methods
# Method Level Visibility Method type Description Created on
1 ADD_PARTNER_DATA Instance method Private Method Add Partner to Audit Trail 20100311
2 ADD_PN_LIST_BP Instance method Public Method Add BP to Positive/Negative List 20100304
3 CHECK_AUTHORITY Instance method Private Method Check Authorization 20100825
4 CHECK_BP Instance method Public Method Check if BP Is Blcoked 20100830
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100315
6 DESTILL_PNTBP Instance method Private Method Sort and Aggregate 20100311
7 EXT_AUTH_CHECK Instance method Private Method Enhanced Authorization Check 20100825
8 GET_ADRCON_RECORD Instance method Private Method Call Data Record for /SAPSLL/ADRCON 20100305
9 GET_BP_COMMENT Instance method Public Method Determine Comment for Business Partner 20100329
10 GET_BP_LGREG_LIST Instance method Public Method Results List for BP Based on Specified Search Criteria 20100303
11 GET_PN_LIST_BP Instance method Public Method Results List for Positive/Negative List for Business Partner 20100303
12 GET_SPLAUD_RECORD Instance method Private Method Call Data Record for /SAPSLL/SPLAUD 20100305
13 MAINTAIN_BP_COMMENT Instance method Public Method Maintain Comments for Business Partner 20100818
14 MAINTAIN_SINGLE_COMMENT Instance method Private Method Add/Change Comment for BP in Postive/Negative List 20100818
15 REMOVE_PN_LIST_BP Instance method Public Method Remove BP from Positive/Negative List 20100304
16 SAVE Instance method Public Method Save Changes 20100303
Events
Class /SAPSLL/CL_UIO_SPL_PN_LIST has no event.
Types
Class /SAPSLL/CL_UIO_SPL_PN_LIST has no local type.
Method Signatures

Method ADD_PARTNER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_SPLAUD Call by reference Type reference (TYPE) /SAPSLL/SPLAUD SLL: Ges. Kontrolle: Sanctioned Party List: Audit 20100311
2 Importing IV_ADRNR Call by reference Type reference (TYPE) AD_ADDRNUM Adressnummer 20100311
3 Importing IV_GUID_PRTN Call by reference Type reference (TYPE) /SAPSLL/GUID_16 Primärschlüssel als GUID im 'RAW' Format 20100311

Method ADD_PARTNER_DATA on class /SAPSLL/CL_UIO_SPL_PN_LIST has no exception.

Method ADD_PN_LIST_BP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERRORS Call by reference Type reference (TYPE) /SAPSLL/BAPIRET2_T Fehlermeldungen bei FB Aufruf 20100304
2 Importing IT_BP Call by reference Type reference (TYPE) /SAPSLL/WD_BP_LGREG_RESULT_T Tabellentyp für Geschäftspartner-Suchliste 20100304

Method ADD_PN_LIST_BP on class /SAPSLL/CL_UIO_SPL_PN_LIST has no exception.

Method CHECK_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CHECK_OK Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20100825
2 Importing IV_LGREG Call by reference Type reference (TYPE) /SAPSLL/LGREG Gesetzliche Grundlage 20100825

Method CHECK_AUTHORITY on class /SAPSLL/CL_UIO_SPL_PN_LIST has no exception.

Method CHECK_BP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) /SAPSLL/BAPIRET2_T Fehlermeldungen bei FB Aufruf 20100830
2 Importing IV_PARTNER Call by reference Type reference (TYPE) BU_PARTNER Geschäftspartnernummer 20100830

Method CHECK_BP on class /SAPSLL/CL_UIO_SPL_PN_LIST has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SPLPN Call by reference Type reference (TYPE) /SAPSLL/SPLPN Auf Positiv-/Negativliste vermerkt 20100315

Method CONSTRUCTOR on class /SAPSLL/CL_UIO_SPL_PN_LIST has no exception.

Method DESTILL_PNTBP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PNTBP Call by reference Type reference (TYPE) /SAPSLL/PNTBP_T SLL : Standard - Tabellentyp zu /SAPSLL/PNTBP 20100311

Method DESTILL_PNTBP on class /SAPSLL/CL_UIO_SPL_PN_LIST has no exception.

Method EXT_AUTH_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PN_LIST_BP Call by reference Type reference (TYPE) /SAPSLL/WD_BLOCKED_BP_T Tabellentyp zu /SAPSLL/WD_BLOCKED_BP_S 20100825
2 Exporting ET_ERRORS Call by reference Type reference (TYPE) /SAPSLL/BAPIRET2_T Fehlermeldungen bei FB Aufruf 20100825

Method EXT_AUTH_CHECK on class /SAPSLL/CL_UIO_SPL_PN_LIST has no exception.

Method GET_ADRCON_RECORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ADRCON Call by reference Type reference (TYPE) /SAPSLL/ADRCON SLL: Ges. Kontrolle: Daten zur Adresse am Geschäftspartner 20100305
2 Importing IV_SPLPN Call by reference Type reference (TYPE) /SAPSLL/SPLPN SLL: GK: SPL: Liste gesperrte Geschäftspartner 20100305

Method GET_ADRCON_RECORD on class /SAPSLL/CL_UIO_SPL_PN_LIST has no exception.

Method GET_BP_COMMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_COMMENT Call by reference Type reference (TYPE) /SAPSLL/COMNT Kommentar 20100329
2 Importing IS_BP Call by reference Type reference (TYPE) /SAPSLL/WD_BLOCKED_BP_S Struktur für Geschäftspartner-Positiv-/Negativliste 20100329

Method GET_BP_COMMENT on class /SAPSLL/CL_UIO_SPL_PN_LIST has no exception.

Method GET_BP_LGREG_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BP_RESULT_LIST Call by reference Type reference (TYPE) /SAPSLL/WD_BP_LGREG_RESULT_T Tabellentyp für Geschäftspartner-Suchliste 20100303
2 Importing IS_BP_CRIT Call by reference Type reference (TYPE) /SAPSLL/IA_BP_CRIT_S Suchkriterien für Geschäftspartner - Struktur 20100303

Method GET_BP_LGREG_LIST on class /SAPSLL/CL_UIO_SPL_PN_LIST has no exception.

Method GET_PN_LIST_BP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERRORS Call by reference Type reference (TYPE) /SAPSLL/BAPIRET2_T Fehlermeldungen bei FB Aufruf 20100303
2 Exporting ET_PN_LIST_BP Call by reference Type reference (TYPE) /SAPSLL/WD_BLOCKED_BP_T Tabellentyp zu /SAPSLL/WD_BLOCKED_BP_S 20100303

Method GET_PN_LIST_BP on class /SAPSLL/CL_UIO_SPL_PN_LIST has no exception.

Method GET_SPLAUD_RECORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SPLAUD Call by reference Type reference (TYPE) /SAPSLL/SPLAUD SLL: Ges. Kontrolle: Sanctioned Party List: Audit 20100311
2 Importing IS_ADRCON Call by reference Type reference (TYPE) /SAPSLL/ADRCON SLL: Ges. Kontrolle: Daten zur Adresse am Geschäftspartner 20100311
3 Importing IS_ADRCON_OLD Call by reference Type reference (TYPE) /SAPSLL/ADRCON SLL: GK: SPL: Liste gesperrte Geschäftspartner 20100311

Method GET_SPLAUD_RECORD on class /SAPSLL/CL_UIO_SPL_PN_LIST has no exception.

Method MAINTAIN_BP_COMMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERRORS Call by reference Type reference (TYPE) /SAPSLL/BAPIRET2_T Fehlermeldungen bei FB Aufruf 20100818
2 Importing IT_BP Call by reference Type reference (TYPE) /SAPSLL/WD_BLOCKED_BP_T Tabellentyp zu /SAPSLL/WD_BLOCKED_BP_S 20100818
3 Importing IV_COMMENT Call by reference Type reference (TYPE) /SAPSLL/COMNT Kommentar 20100818

Method MAINTAIN_BP_COMMENT on class /SAPSLL/CL_UIO_SPL_PN_LIST has no exception.

Method MAINTAIN_SINGLE_COMMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERRORS Call by reference Type reference (TYPE) /SAPSLL/BAPIRET2_T Fehlermeldungen bei FB Aufruf 20100818
2 Importing IS_BP Call by reference Type reference (TYPE) /SAPSLL/WD_BLOCKED_BP_S Struktur für Geschäftspartner-Positiv-/Negativliste 20100818
3 Importing IV_COMMENT Value transfer Type reference (TYPE) /SAPSLL/COMNT Kommentar 20100818

Method MAINTAIN_SINGLE_COMMENT on class /SAPSLL/CL_UIO_SPL_PN_LIST has no exception.

Method REMOVE_PN_LIST_BP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERRORS Call by reference Type reference (TYPE) /SAPSLL/BAPIRET2_T Fehlermeldungen bei FB Aufruf 20100304
2 Importing IT_BP Call by reference Type reference (TYPE) /SAPSLL/WD_BP_LGREG_RESULT_T Tabellentyp für Geschäftspartner-Suchliste 20100304

Method REMOVE_PN_LIST_BP on class /SAPSLL/CL_UIO_SPL_PN_LIST has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERRORS Call by reference Type reference (TYPE) /SAPSLL/BAPIRET2_T Fehlermeldungen bei FB Aufruf 20100303

Method SAVE on class /SAPSLL/CL_UIO_SPL_PN_LIST has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 900