SLS_IOASGN SAP (PAW - testtype - infoobjects) Table details

Dictionary Type: Table
Description: PAW - testtype - infoobjects




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




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

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

The SLS_IOASGN table consists of various fields, each holding specific information or linking keys about PAW - testtype - infoobjects data available in SAP. These include ASGNID (PAW - Assignment identification), TTYID (PAW test type ID), LOCID (PAW - Business event location), CLASS (Logical info object class name from 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_IOASGN 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
ASGNIDPAW - Assignment identification LS_ASGNIDNUMC8LS_ASGNID
TTYIDPAW test type ID LS_TTYIDNUMC8SLS_TTYPELS_TTYID
LOCIDPAW - Business event location LS_LOCIDNUMC8LS_LOC
CLASSLogical info object class name from Knowledge Warehouse LS_CLASSCHAR10CHAR10
GUIDLOIO unique info object key in Knowledge Warehouse LS_GUIDCHAR32CHAR32
VAR42-Character SAP Language Code LAISOCHAR2LAISO
BEGDAStart Date BEGDATUMDATS8DATUMBEG
ENDDAEnd Date ENDDATUMDATS8DATUMEND
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
CVERSPAW - Info object content version LS_CVERSCHAR25LS_CVERS

Key field Non-key field



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

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

SELECT SINGLE *
FROM SLS_IOASGN
INTO CORRESPONDING FIELDS OF WA_SLS_IOASGN
WHERE...

How to access SAP table SLS_IOASGN

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