SLS_TTYPE SAP (PAW - Test Types) Table details

Dictionary Type: Table
Description: PAW - Test Types




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




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

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

The SLS_TTYPE table consists of various fields, each holding specific information or linking keys about PAW - Test Types data available in SAP. These include TTYID (PAW test type ID), TTYSH (PAW test type abbreviation), TTYTX (Test type description), TSCENARIO (PAW test scenario).. 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_TTYPE 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 MANDTCLNT3Assigned to domainMANDT
TTYIDPAW test type ID LS_TTYIDNUMC8LS_TTYID
TTYSHPAW test type abbreviation LS_TTYSHCHAR12CHAR12
TTYTXTest type description LS_TTYTXCHAR40CHAR40
TSCENARIOPAW test scenario LS_SCENACHAR1LS_SCENA
BOOKINGBoolean method (PAW) LS_BOOLEANNUMC1LS_BOOLEAN
REPALLOWEDBoolean method (PAW) LS_BOOLEANNUMC1LS_BOOLEAN
REPNOTwo digit number NUMC2NUMC2NUMC2
THHIGHPercentage LS_PERCDEC5(2) DEC3_2
THLOWPercentage LS_PERCDEC5(2) DEC3_2
STAVERPercentage LS_PERCDEC5(2) DEC3_2
THMAXPercentage LS_PERCDEC5(2) DEC3_2
VREDPAW -'Results Viewing Allowed' Flag - as checkbox ('X' = ye LS_FLAGRVICHAR1LS_FLAG
VYELLOWPAW -'Results Viewing Allowed' Flag - as checkbox ('X' = ye LS_FLAGRVICHAR1LS_FLAG
VGREENPAW -'Results Viewing Allowed' Flag - as checkbox ('X' = ye LS_FLAGRVICHAR1LS_FLAG
TREDPAW -'Results Transfer Allowed' Flag - as checkbox ('X' = y LS_FLAGRTRCHAR1LS_FLAG
TYELLOWPAW -'Results Transfer Allowed' Flag - as checkbox ('X' = y LS_FLAGRTRCHAR1LS_FLAG
TGREENPAW -'Results Transfer Allowed' Flag - as checkbox ('X' = y LS_FLAGRTRCHAR1LS_FLAG
CREDPAW - 'Print Results Certificate' Flag - as checkbox ('X' = LS_FLAGRCTCHAR1LS_FLAG
CYELLOWPAW - 'Print Results Certificate' Flag - as checkbox ('X' = LS_FLAGRCTCHAR1LS_FLAG
CGREENPAW - 'Print Results Certificate' Flag - as checkbox ('X' = LS_FLAGRCTCHAR1LS_FLAG
MARKSingle-Character Indicator CHAR1CHAR1CHAR1
CERTTYPEPAW - Certificate Type LS_CERTTYPCHAR50CHAR50
CERTNAMEPAW - Certificate Name LS_CRTNAMECHAR250CHAR250

Key field Non-key field



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

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

SELECT SINGLE *
FROM SLS_TTYPE
INTO CORRESPONDING FIELDS OF WA_SLS_TTYPE
WHERE...

How to access SAP table SLS_TTYPE

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