/SAPSLL/SPLAUDD SAP (Legal Control - SPL - Audit: Details) Table details

Dictionary Type: Table
Description: Legal Control - SPL - Audit: Details




ABAP Code to SELECT data from /SAPSLL/SPLAUDD
Related tables to /SAPSLL/SPLAUDD
Access table /SAPSLL/SPLAUDD




Table field list including key, data, relationships and ABAP select examples

/SAPSLL/SPLAUDD is a standard SAP Table which is used to store Legal Control - SPL - Audit: Details data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/SPLAUDD table consists of various fields, each holding specific information or linking keys about Legal Control - SPL - Audit: Details data available in SAP. These include MANDT (Client), GUID_SPLAUDD (Primary Key as GUID in 'RAW' Format), GUID_SPLAUD (Primary Key as GUID in 'RAW' Format), GUID_TSPL (Primary Key as GUID in 'RAW' Format).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SAPSLL/SPLAUDD table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
GUID_SPLAUDDPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
GUID_SPLAUDPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
GUID_TSPLPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
GUID_TSPLNPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
GUID_TSPLAPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
SPL_RES_SYSTEMOutcome of System SPL Screening for Legal Control /SAPSLL/SPLRSCHAR1/SAPSLL/SPLRS/SAPSLL/SPLRS
SPL_RES_USEROutcome of Manual SPL Screening - User Decision /SAPSLL/SPLRUCHAR1/SAPSLL/SPLRS/SAPSLL/SPLRU
SPLPNFlagged on Positive/Negative List /SAPSLL/SPLPNCHAR1/SAPSLL/SPLPN
SPLIBIndicator for 'Indirectly Locked' /SAPSLL/SPLIBCHAR2/SAPSLL/SPLIB

Key field Non-key field



How do I retrieve data from SAP table /SAPSLL/SPLAUDD using ABAP code

The following ABAP code Example will allow you to do a basic selection on /SAPSLL/SPLAUDD to SELECT all data from the table
DATA: WA_/SAPSLL/SPLAUDD TYPE /SAPSLL/SPLAUDD.

SELECT SINGLE *
FROM /SAPSLL/SPLAUDD
INTO CORRESPONDING FIELDS OF WA_/SAPSLL/SPLAUDD
WHERE...

How to access SAP table /SAPSLL/SPLAUDD

Within an ECC or HANA version of SAP you can also view further information about /SAPSLL/SPLAUDD and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!