SLS_IRES SAP (PAW - Item Results with answer- and solution-vector) Structure details

Dictionary Type: Structure
Description: PAW - Item Results with answer- and solution-vector




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




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

SLS_IRES is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "PAW - Item Results with answer- and solution-vector" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SLS_IRES TYPE SLS_IRES.

The SLS_IRES table consists of various fields, each holding specific information or linking keys about PAW - Item Results with answer- and solution-vector data available in SAP. These include ITEMID (PAW - Internal Item Identificator), NAME (PAW - Item Name), CLASS (PAW - Item - Logical Info Object Class in KW), GUID (PAW - Item - Logical Info Object GUID in KW).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SLS_IRES structure 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
PETIDPAW - Test Result ID LS_PETIDNUMC8NUM08
ITEMIDPAW - Internal Item Identificator LS_ITEMIDNUMC8NUM08
NAMEPAW - Item Name LS_INAMECHAR40CHAR40
CLASSPAW - Item - Logical Info Object Class in KW LS_ICLASSCHAR10CHAR10
GUIDPAW - Item - Logical Info Object GUID in KW LS_IGUIDCHAR32CHAR32
VAR1PAW - Item - Info Object Context-1: Enhancement LS_IVAR1CHAR10LS_VAR1
VAR2PAW - Item - Info Object Context-2: Release LS_IVAR2CHAR12LS_VAR2
VAR3PAW - Item - Info Object Context-3: Country LS_IVAR3CHAR3LS_VAR3
VAR4PAW - Item - Info Object Context-4: Language LS_IVAR4CHAR2LS_LAISO
MAXPTPAW - Maximal reachable points LS_MAXPTNUMC4NUMC4
TYPEPAW - Item Type LS_ITYPECHAR2LS_ITYPE
TYPE_CPAW - Item Type Name LS_ITYPE_CCHAR24CHAR24
SEQUNOSequence number (PAW) LS_SEQNRNUMC8LS_SEQNR
RPTPAW - Result in Points LS_RPTNUMC4NUMC4
A001PAW - Answer indicator (used in answer-vector) LS_ANSWERCHAR64CHAR64
A002PAW - Answer indicator (used in answer-vector) LS_ANSWERCHAR64CHAR64
A003PAW - Answer indicator (used in answer-vector) LS_ANSWERCHAR64CHAR64
A004PAW - Answer indicator (used in answer-vector) LS_ANSWERCHAR64CHAR64
A005PAW - Answer indicator (used in answer-vector) LS_ANSWERCHAR64CHAR64
A006PAW - Answer indicator (used in answer-vector) LS_ANSWERCHAR64CHAR64
A007PAW - Answer indicator (used in answer-vector) LS_ANSWERCHAR64CHAR64
A008PAW - Answer indicator (used in answer-vector) LS_ANSWERCHAR64CHAR64
A009PAW - Answer indicator (used in answer-vector) LS_ANSWERCHAR64CHAR64
A010PAW - Answer indicator (used in answer-vector) LS_ANSWERCHAR64CHAR64
A011PAW - Answer indicator (used in answer-vector) LS_ANSWERCHAR64CHAR64
A012PAW - Answer indicator (used in answer-vector) LS_ANSWERCHAR64CHAR64
A013PAW - Answer indicator (used in answer-vector) LS_ANSWERCHAR64CHAR64
A014PAW - Answer indicator (used in answer-vector) LS_ANSWERCHAR64CHAR64
A015PAW - Answer indicator (used in answer-vector) LS_ANSWERCHAR64CHAR64
A016PAW - Answer indicator (used in answer-vector) LS_ANSWERCHAR64CHAR64
A017PAW - Answer indicator (used in answer-vector) LS_ANSWERCHAR64CHAR64
A018PAW - Answer indicator (used in answer-vector) LS_ANSWERCHAR64CHAR64
A019PAW - Answer indicator (used in answer-vector) LS_ANSWERCHAR64CHAR64
A020PAW - Answer indicator (used in answer-vector) LS_ANSWERCHAR64CHAR64
S001PAW - Solution indicator (used in solution-vector) LS_SOLUTICHAR64CHAR64
S002PAW - Solution indicator (used in solution-vector) LS_SOLUTICHAR64CHAR64
S003PAW - Solution indicator (used in solution-vector) LS_SOLUTICHAR64CHAR64
S004PAW - Solution indicator (used in solution-vector) LS_SOLUTICHAR64CHAR64
S005PAW - Solution indicator (used in solution-vector) LS_SOLUTICHAR64CHAR64
S006PAW - Solution indicator (used in solution-vector) LS_SOLUTICHAR64CHAR64
S007PAW - Solution indicator (used in solution-vector) LS_SOLUTICHAR64CHAR64
S008PAW - Solution indicator (used in solution-vector) LS_SOLUTICHAR64CHAR64
S009PAW - Solution indicator (used in solution-vector) LS_SOLUTICHAR64CHAR64
S010PAW - Solution indicator (used in solution-vector) LS_SOLUTICHAR64CHAR64
S011PAW - Solution indicator (used in solution-vector) LS_SOLUTICHAR64CHAR64
S012PAW - Solution indicator (used in solution-vector) LS_SOLUTICHAR64CHAR64
S013PAW - Solution indicator (used in solution-vector) LS_SOLUTICHAR64CHAR64
S014PAW - Solution indicator (used in solution-vector) LS_SOLUTICHAR64CHAR64
S015PAW - Solution indicator (used in solution-vector) LS_SOLUTICHAR64CHAR64
S016PAW - Solution indicator (used in solution-vector) LS_SOLUTICHAR64CHAR64
S017PAW - Solution indicator (used in solution-vector) LS_SOLUTICHAR64CHAR64
S018PAW - Solution indicator (used in solution-vector) LS_SOLUTICHAR64CHAR64
S019PAW - Solution indicator (used in solution-vector) LS_SOLUTICHAR64CHAR64
S020PAW - Solution indicator (used in solution-vector) LS_SOLUTICHAR64CHAR64

Key field Non-key field



How do I retrieve data from SAP structure SLS_IRES using ABAP code?

As SLS_IRES is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SLS_IRES as there is no data to select.

How to access SAP table SLS_IRES

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