SLS_TTYIO SAP (PAW - Info Objects of Test Type) Table details

Dictionary Type: Table
Description: PAW - Info Objects of Test Type




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




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

SLS_TTYIO is a standard SAP Table which is used to store PAW - Info Objects of Test Type data and is available within R/3 SAP systems depending on the version and release level.

The SLS_TTYIO table consists of various fields, each holding specific information or linking keys about PAW - Info Objects of Test Type data available in SAP. These include TTYID (PAW test type ID), CLASS (Logical info object class name from Knowledge Warehouse), GUID (LOIO unique info object key in Knowledge Warehouse), VAR4 (Info object context variant 4: language).. 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_TTYIO 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
TTYIDPAW test type ID LS_TTYIDNUMC8SLS_TTYPELS_TTYID
CLASSLogical info object class name from Knowledge Warehouse LS_CLASSCHAR10CHAR10
GUIDLOIO unique info object key in Knowledge Warehouse LS_GUIDCHAR32CHAR32
VAR4Info object context variant 4: language LS_VAR4LANG1T002ISOLASPRAS
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
DESCRPAW - Information object attribute LS_PROPNCHAR25LS_PROPN
VALUEPAW - Info object title LS_IOTITLECHAR64LS_PROPV

Key field Non-key field



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

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

SELECT SINGLE *
FROM SLS_TTYIO
INTO CORRESPONDING FIELDS OF WA_SLS_TTYIO
WHERE...

How to access SAP table SLS_TTYIO

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