SLS_PU SAP (PAW - Performance Unit) Table details

Dictionary Type: Table
Description: PAW - Performance Unit




ABAP Code to SELECT data from SLS_PU
Related tables to SLS_PU
Access table SLS_PU




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

SLS_PU is a standard SAP Table which is used to store PAW - Performance Unit data and is available within R/3 SAP systems depending on the version and release level.

The SLS_PU table consists of various fields, each holding specific information or linking keys about PAW - Performance Unit data available in SAP. These include PUID (PAW identifier), CLASS (Logical info object class name from Knowledge Warehouse), GUID (LOIO unique info object key in Knowledge Warehouse), PCLASS (Physical info object class in Knowledge Warehouse).. 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: Not classified


SAP SLS_PU 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
PUIDPAW identifier LS_IDENTNUMC8NUM08
CLASSLogical info object class name from Knowledge Warehouse LS_CLASSCHAR10CHAR10
GUIDLOIO unique info object key in Knowledge Warehouse LS_GUIDCHAR32CHAR32
PCLASSPhysical info object class in Knowledge Warehouse LS_PCLASSCHAR10CHAR10
PGUIDPHIO unique info object key in Knowledge Warehouse LS_PGUIDCHAR32CHAR32
VAR1Info object context variant 1: enhancement LS_VAR1CHAR10LS_VAR1
VAR2Info object context variant 2: release LS_VAR2CHAR12LS_VAR2
VAR3Info object context variant 3: country LS_VAR3CHAR3LS_VAR3
VAR42-Character SAP Language Code LAISOCHAR2LAISO
NAMEPAW - Test Name LS_TNAMECHAR40CHAR40
DESCRPAW - Test Description LS_TDESCRCHAR64CHAR64
VERSPAW test version LS_TVERSCHAR10CHAR10
TARGETPAW - Targetgroup LS_TARGETCHAR64CHAR64
CUTOFFPAW - Cutoff value for testsuccess LS_CUTOFFDEC5(2) DEC3_2
MAXPTPAW - Maximal reachable points LS_MAXPTNUMC4NUMC4
CONDITPAW - long char LS_LCHARCHAR255CHAR255
TYPEPAW - Performance type LS_PTYPECHAR20LS_PTYPE
DIMENSIONPAW - Dimension LS_PDIMCHAR20LS_PDIM
CONTENTPAW - Content purchase LS_CONTENTCHAR20CHAR20
CRITERIASPAW - long char LS_LCHARCHAR255CHAR255
TXTPOINTPAW identifier LS_IDENTNUMC8NUM08

Key field Non-key field



How do I retrieve data from SAP table SLS_PU using ABAP code

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

SELECT SINGLE *
FROM SLS_PU
INTO CORRESPONDING FIELDS OF WA_SLS_PU
WHERE...

How to access SAP table SLS_PU

Within an ECC or HANA version of SAP you can also view further information about SLS_PU 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!