SLS_ITEM SAP (PAW - Item Description) Table details

Dictionary Type: Table
Description: PAW - Item Description




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




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

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

The SLS_ITEM table consists of various fields, each holding specific information or linking keys about PAW - Item Description data available in SAP. These include ITEMID (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_ITEM 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
ITEMIDPAW 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
DESCRDescription LS_DESCRCHAR64LS_CHAR64
VERSPAW test version LS_TVERSCHAR10CHAR10
TYPEPAW - Item Type LS_ITYPECHAR2LS_ITYPE
BETASTBoolean method (PAW) LS_BOOLEANNUMC1LS_BOOLEAN
TARGETPAW - Targetgroup LS_TARGETCHAR64CHAR64
DIFFICPAW - Difficulty LS_DIFFICDEC3(2) DEC1_2
VALIDPAW - Validity LS_VALIDDEC3(2) LS_DEC1_2
CORRELPAW - Correlation LS_CORRELDEC3(2) LS_DEC1_2
PEDITBoolean method (PAW) LS_BOOLEANNUMC1LS_BOOLEAN
WGHTPAW - Weighting LS_WGHTNUMC2NUMC2
HINTPAW - Task Description LS_HINTCHAR255CHAR255
ORDERSSingle-Character Indicator CHAR1CHAR1CHAR1
MAXPTPAW - Maximal reachable points LS_MAXPTNUMC4NUMC4
TXTPOINTPAW identifier LS_IDENTNUMC8NUM08

Key field Non-key field



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

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

SELECT SINGLE *
FROM SLS_ITEM
INTO CORRESPONDING FIELDS OF WA_SLS_ITEM
WHERE...

How to access SAP table SLS_ITEM

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