TST01 SAP (TemSe: List of objects and parts) Table details

Dictionary Type: Table
Description: TemSe: List of objects and parts




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




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

TST01 is a standard SAP Table which is used to store TemSe: List of objects and parts data and is available within R/3 SAP systems depending on the version and release level.

The TST01 table consists of various fields, each holding specific information or linking keys about TemSe: List of objects and parts data available in SAP. These include DNAME (TemSe object name), DPART (TemSe: Number of the part of a TemSe object), DTYPE (TemSe: Object type name), DPQ (TemSe: Multi-part or queue indicator).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TST01 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
DCLIENTClient for which object was generated RSTSCLIENTCLNT3Assigned to domainMANDT
DNAMETemSe object name RSTSONAMECHAR20CHAR20
DPARTTemSe: Number of the part of a TemSe object RSTSPARTINT25SAPUSHORT
DTYPETemSe: Object type name RSTSTYNAMECHAR12CHAR12
DPQTemSe: Multi-part or queue indicator RSTSPQCHAR1CHAR1
DLANGLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
DCPUTYPETemSe CPU type name RSTSCTNAMECHAR4CHAR4
DDELTIMEExpiration time and date RSTSDELDTCHAR16RSLGTIME
DCACPERMTemSe cache authorization RSTSCACPCHAR1CHAR1
DSTATETemSe object status RSTSOSTACHAR1CHAR1
DCRETIMECreation date & time of an object RSTSCREDTCHAR16RSLGTIME
DMODTOOLABAP Program Name PROGNAMECHAR40PROGNAME
DCREATERUser name USERNAMECHAR12USERNAME
DCRERELTemSe: Version number RSTSRELNOCHAR4TEXT4
DREARULETemSe: Protection rule number RSTSRULNOINT410SAPUINT
DREARLLGTemSe: Protection rule length RSTSRULLGINT25SAPUSHORT
DDELRULETemSe: Protection rule number RSTSRULNOINT410SAPUINT
DDELRLLGTemSe: Protection rule length RSTSRULLGINT25SAPUSHORT
DAPPRULETemSe: Protection rule number RSTSRULNOINT410SAPUINT
DAPPRLLGTemSe: Protection rule length RSTSRULLGINT25SAPUSHORT
DSTOTYPTemSe: Storage type RSTSSTOTYPCHAR1RSTSSTOTYP
DLOCATTemSe: Storage location RSTSLOCATCHAR12TEXT12
DFIRROWTemSe: Data base row number RSTSROWNOINT410SAPUINT
DFIRBYTETemse: Byte Offset within a DB row RSTSCOLNOINT410SAPUINT
DROWSTemSe: Data base row number RSTSROWNOINT410SAPUINT
DSIZETemSe: Number of bytes RSTSBYTNOINT410SAPUINT
DNOPARTSTemSe: Number of parts of a TemSe object RSTSNOPARTINT25SAPUSHORT
DRECTYPTemSe: Record Type RSTSRECTYPCHAR7CHAR7
DCHARCODSAP Character Set ID CPCODEPAGENUMC4Assigned to domainCPCODEPAGE
DLINELENTemSe: Length of a row RSTSLINLGINT25SAPUSHORT
DPAGELENTemSe: Number of rows RSTSLINNOINT25SAPUSHORT
DMODTIMEDate & time of last change RSTSMODDTCHAR16RSLGTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM TST01
INTO CORRESPONDING FIELDS OF WA_TST01
WHERE...

How to access SAP table TST01

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