SAP ABAP Class /SAPSLL/CL_UIO_SPL_AT (UIO SPL Screening: Display Audit Trails)
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 | 20100506 |
Properties
Class | /SAPSLL/CL_UIO_SPL_AT | |
Short Description | UIO SPL Screening: Display Audit Trails | |
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 | 20100506 | SAP |
Last change | 20141107 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /SAPSLL/CL_UIO_SPL_AT has no forward declaration.
Interfaces
Class /SAPSLL/CL_UIO_SPL_AT has no interface implemented.
Friends
Class /SAPSLL/CL_UIO_SPL_AT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /SAPSLL/DEBUG_S | SLL: Debugging Modes | 20100519 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GTYPE_SPLRS_T | 20140422 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /SAPSLL/ATSCEN | Audit Trail Scenario | 20100519 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Authorization Check | 20100812 |
2 | ![]() |
Instance method | Private | Method | Check Comment | 20100527 |
3 | ![]() |
Instance method | Private | Method | Create Symbal That Fits to Decision | 20140422 |
4 | ![]() |
Instance method | Private | Method | Enhanced Authorization Check | 20100824 |
5 | ![]() |
Instance method | Public | Method | Return Comment as String | 20100527 |
6 | ![]() |
Instance method | Private | Method | Retrieve Domain Values with Short Text /SAPSLL/SPLRS | 20140422 |
7 | ![]() |
Instance method | Public | Method | Get Audit Trail Data | 20100527 |
8 | ![]() |
Instance method | Public | Method | Get Extended Audit Trail | 20100529 |
9 | ![]() |
Instance method | Public | Method | Get SPL Screening Reasons for Release | 20100707 |
10 | ![]() |
Instance method | Public | Method | Set Audit Trail Scenario | 20100812 |
11 | ![]() |
Instance method | Private | Method | Define Comment | 20100527 |
12 | ![]() |
Instance method | Private | Method | Create Audit Header | 20100527 |
13 | ![]() |
Instance method | Private | Method | Define Icons | 20100527 |
Events
Class /SAPSLL/CL_UIO_SPL_AT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTYPE_SPLRS_S | Public | See coding | 20140422 | BEGIN OF gtype_splrs_s,
domvalue TYPE domvalue_l,
ddtext TYPE val_text,
END OF gtype_splrs_s
|
||
2 | GTYPE_SPLRS_T | Public | See coding | 20140422 | gtype_splrs_t TYPE HASHED TABLE OF gtype_splrs_s
WITH UNIQUE KEY primary_key
COMPONENTS domvalue
|
Method Signatures
Method CHECK_AUTHORITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CR_LGREG | Call by reference | Type reference (TYPE) | /SAPSLL/LGREG_R_T | SLL : Rangetabellentyp zum Datenelement /SAPSLL/LGREG | 20100812 | ||
2 | ![]() |
CV_CHECK_OK | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20100812 | ||
3 | ![]() |
IV_AT_SCEN | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20100812 |
Method CHECK_AUTHORITY on class /SAPSLL/CL_UIO_SPL_AT has no exception.
Method COMMENTS_EXISTS_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CV_COMMENTS_EXISTS | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20100527 | ||
2 | ![]() |
IT_SPLAUDK | Call by reference | Type reference (TYPE) | /SAPSLL/SPLAUDK_T | SLL : Standard - Tabellentyp zu /SAPSLL/SPLAUDK | 20100527 | ||
3 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | /SAPSLL/GUID_16 | Primärschlüssel als GUID im 'RAW' Format | 20100527 | ||
4 | ![]() |
IV_POBJT | Call by reference | Type reference (TYPE) | /SAPSLL/POBJT | Typ des Vorgängerobjekts | 20100527 |
Method COMMENTS_EXISTS_CHECK on class /SAPSLL/CL_UIO_SPL_AT has no exception.
Method CREATE_SPLRS_ICON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ICON | Call by reference | Type reference (TYPE) | /SAPSLL/ICON_SPL_RES_SYS | Icon für Listausgabe - Status System | 20140422 | ||
2 | ![]() |
EV_ICON_TIP | Call by reference | Type reference (TYPE) | STRING | 20140422 | |||
3 | ![]() |
IV_SPLRS | Call by reference | Type reference (TYPE) | /SAPSLL/SPLRS | Systemergebnis der Prüfung der Sanctioned Party List für GK | 20140422 |
Method CREATE_SPLRS_ICON on class /SAPSLL/CL_UIO_SPL_AT has no exception.
Method EXT_AUTH_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_SPLAUD | Call by reference | Type reference (TYPE) | /SAPSLL/SPLAUD_T | SLL : Standard - Tabellentyp zu /SAPSLL/SPLAUD | 20100824 | ||
2 | ![]() |
ET_ERRORS | Call by reference | Type reference (TYPE) | /SAPSLL/BAPIRET2_T | Fehlermeldungen bei FB Aufruf | 20100824 |
Method EXT_AUTH_CHECK on class /SAPSLL/CL_UIO_SPL_AT has no exception.
Method GET_COMMNET_AS_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_COMMENT | Call by reference | Type reference (TYPE) | /SAPSLL/COMNT | Kommentar | 20100527 | ||
2 | ![]() |
IS_SPLAUD | Call by reference | Type reference (TYPE) | /SAPSLL/WD_SPL_AT_RESULT_S | Primärschlüssel als GUID im 'RAW' Format | 20100528 |
Method GET_COMMNET_AS_STRING on class /SAPSLL/CL_UIO_SPL_AT has no exception.
Method GET_SPLRS_FIXEDVALUE Signature
Method GET_SPLRS_FIXEDVALUE on class /SAPSLL/CL_UIO_SPL_AT has no parameter.
Method GET_SPLRS_FIXEDVALUE on class /SAPSLL/CL_UIO_SPL_AT has no exception.
Method GET_SPL_AT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGES | Call by reference | Type reference (TYPE) | /SAPSLL/BAPIRET2_T | Fehlermeldungen bei FB Aufruf | 20100527 | ||
2 | ![]() |
ET_SPL_AT_RESULT | Call by reference | Type reference (TYPE) | /SAPSLL/WD_SPL_AT_RESULT_T | Tabellentyp für Audit-Nachweis-Ergebnis | 20100527 | ||
3 | ![]() |
IS_SPLAUDD_CRIT | Call by reference | Type reference (TYPE) | /SAPSLL/SPLAUDD_CRIT_S | SLL: Selektionskriterien zu /SAPSLL/SPLA | 20100527 | ||
4 | ![]() |
IS_SPLAUD_CRIT | Call by reference | Type reference (TYPE) | /SAPSLL/SPLAUD_CRIT_S | SLL: Selektionskriterien zu /SAPSLL/SPLA | 20100527 | ||
5 | ![]() |
IV_ARCHIV | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20100527 |
Method GET_SPL_AT_DATA on class /SAPSLL/CL_UIO_SPL_AT has no exception.
Method GET_SPL_EXT_AT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGES | Call by reference | Type reference (TYPE) | /SAPSLL/BAPIRET2_T | Fehlermeldungen bei FB Aufruf | 20100529 | ||
2 | ![]() |
ET_SPL_EXT_AT_RESULT | Call by reference | Type reference (TYPE) | /SAPSLL/WD_SPL_EXT_AT_RESULT_T | Tabellentyp für erweiterten Audtinachweis | 20100529 | ||
3 | ![]() |
IT_SPL_AT_RESULT | Call by reference | Type reference (TYPE) | /SAPSLL/WD_SPL_AT_RESULT_T | Tabellentyp für Audit-Nachweis-Ergebnis | 20100529 | ||
4 | ![]() |
IV_ATSCEN | Call by reference | Type reference (TYPE) | /SAPSLL/ATSCEN | Audit Nachweis Szenario | 20100529 |
Method GET_SPL_EXT_AT_DATA on class /SAPSLL/CL_UIO_SPL_AT has no exception.
Method GET_SPL_RELEASE_REASON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_OPSPL | Call by reference | Type reference (TYPE) | /SAPSLL/OPTID | Option für Freigabebegründung | 20100707 | ||
2 | ![]() |
IV_ADRNR | Call by reference | Type reference (TYPE) | /SAPSLL/ADRNR | Adressnummer eines Eintrags in der Adressdatei | 20100707 | ||
3 | ![]() |
IV_GUID_CUHD | Call by reference | Type reference (TYPE) | /SAPSLL/GUID_16 | Primärschlüssel als GUID im 'RAW' Format | 20120914 | ||
4 | ![]() |
IV_LGREG | Call by reference | Type reference (TYPE) | /SAPSLL/LGREG | Gesetzliche Grundlage | 20100707 |
Method GET_SPL_RELEASE_REASON on class /SAPSLL/CL_UIO_SPL_AT has no exception.
Method SET_ATSCEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ATSCEN | Call by reference | Type reference (TYPE) | /SAPSLL/ATSCEN | Audit Nachweis Szenario | 20100812 |
Method SET_ATSCEN on class /SAPSLL/CL_UIO_SPL_AT has no exception.
Method SPLAUD_COMMENTS_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_SPL_AT_RESULT | Call by reference | Type reference (TYPE) | /SAPSLL/WD_SPL_AT_RESULT_T | Tabellentyp für Audit-Nachweis-Ergebnis | 20100527 | ||
2 | ![]() |
IS_SPL_DATA | Call by reference | Type reference (TYPE) | /SAPSLL/SPL_CRIT_AUDITTRAIL | SPL: Selektionskriterien für Audittrail | 20100527 | ||
3 | ![]() |
IV_ARCHIVE | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20100527 |
Method SPLAUD_COMMENTS_CHECK on class /SAPSLL/CL_UIO_SPL_AT has no exception.
Method SPLAUD_HEADER_MOVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_SPL_AT_RESULT | Call by reference | Type reference (TYPE) | /SAPSLL/WD_SPL_AT_RESULT_T | Tabellentyp für Audit-Nachweis-Ergebnis | 20100527 | ||
2 | ![]() |
IT_SPLAUD | Call by reference | Type reference (TYPE) | /SAPSLL/SPLAUD_T | SLL : Standard - Tabellentyp zu /SAPSLL/SPLAUD | 20100527 | ||
3 | ![]() |
IV_ARCHIVE_FLAG | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20100527 |
Method SPLAUD_HEADER_MOVE on class /SAPSLL/CL_UIO_SPL_AT has no exception.
Method STATUS_ICON_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_SPL_AT_RESULT | Call by reference | Type reference (TYPE) | /SAPSLL/WD_SPL_AT_RESULT_S | Erweiterter Audit-Nachweis | 20100527 |
Method STATUS_ICON_SET on class /SAPSLL/CL_UIO_SPL_AT has no exception.
History
Last changed by/on | SAP | 20141107 |
SAP Release Created in | 900 |