TSST3 SAP (Editing Status Values) Table details

Dictionary Type: Table
Description: Editing Status Values




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




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

TSST3 is a standard SAP Table which is used to store Editing Status Values data and is available within R/3 SAP systems depending on the version and release level.

The TSST3 table consists of various fields, each holding specific information or linking keys about Editing Status Values data available in SAP. These include DEVCLASS (Package), DATE_INS (Date on which object was changed), F1 (Function), USE_F1 (Usage flag).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TSST3 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
AS4USERLast Changed by AS4USERCHAR12AS4USER
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
DATE_INSDate on which object was changed DOKU_UPDATDATS8DATUM
F1Function DOK_FKTCHAR3CHAR3
USE_F1Usage flag DOK_USECHAR1CHAR1
PRZ_F1Editing status in percent DOK_PRZNUMC3NUM3
F2Function DOK_FKTCHAR3CHAR3
USE_F2Usage flag DOK_USECHAR1CHAR1
PRZ_F2Editing status in percent DOK_PRZNUMC3NUM3
F3Function DOK_FKTCHAR3CHAR3
USE_F3Usage flag DOK_USECHAR1CHAR1
PRZ_F3Editing status in percent DOK_PRZNUMC3NUM3
F4Function DOK_FKTCHAR3CHAR3
USE_F4Usage flag DOK_USECHAR1CHAR1
PRZ_F4Editing status in percent DOK_PRZNUMC3NUM3
F5Function DOK_FKTCHAR3CHAR3
USE_F5Usage flag DOK_USECHAR1CHAR1
PRZ_F5Editing status in percent DOK_PRZNUMC3NUM3
F6Function DOK_FKTCHAR3CHAR3
USE_F6Usage flag DOK_USECHAR1CHAR1
PRZ_F6Editing status in percent DOK_PRZNUMC3NUM3
F7Function DOK_FKTCHAR3CHAR3
USE_F7Usage flag DOK_USECHAR1CHAR1
PRZ_F7Editing status in percent DOK_PRZNUMC3NUM3
F8Function DOK_FKTCHAR3CHAR3
USE_F8Usage flag DOK_USECHAR1CHAR1
PRZ_F8Editing status in percent DOK_PRZNUMC3NUM3
F9Function DOK_FKTCHAR3CHAR3
USE_F9Usage flag DOK_USECHAR1CHAR1
PRZ_F9Editing status in percent DOK_PRZNUMC3NUM3
F10Function DOK_FKTCHAR3CHAR3
USE_F10Usage flag DOK_USECHAR1CHAR1
PRZ_F10Editing status in percent DOK_PRZNUMC3NUM3
F11Function DOK_FKTCHAR3CHAR3
USE_F11Usage flag DOK_USECHAR1CHAR1
PRZ_F11Editing status in percent DOK_PRZNUMC3NUM3
F12Function DOK_FKTCHAR3CHAR3
USE_F12Usage flag DOK_USECHAR1CHAR1
PRZ_F12Editing status in percent DOK_PRZNUMC3NUM3
F13Function DOK_FKTCHAR3CHAR3
USE_F13Usage flag DOK_USECHAR1CHAR1
PRZ_F13Editing status in percent DOK_PRZNUMC3NUM3
F14Function DOK_FKTCHAR3CHAR3
USE_F14Usage flag DOK_USECHAR1CHAR1
PRZ_F14Editing status in percent DOK_PRZNUMC3NUM3
F15Function DOK_FKTCHAR3CHAR3
USE_F15Usage flag DOK_USECHAR1CHAR1
PRZ_F15Editing status in percent DOK_PRZNUMC3NUM3
F16Function DOK_FKTCHAR3CHAR3
USE_F16Usage flag DOK_USECHAR1CHAR1
PRZ_F16Editing status in percent DOK_PRZNUMC3NUM3
F17Function DOK_FKTCHAR3CHAR3
USE_F17Usage flag DOK_USECHAR1CHAR1
PRZ_F17Editing status in percent DOK_PRZNUMC3NUM3
F18Function DOK_FKTCHAR3CHAR3
USE_F18Usage flag DOK_USECHAR1CHAR1
PRZ_F18Editing status in percent DOK_PRZNUMC3NUM3
F19Function DOK_FKTCHAR3CHAR3
USE_F19Usage flag DOK_USECHAR1CHAR1
PRZ_F19Editing status in percent DOK_PRZNUMC3NUM3
F20Function DOK_FKTCHAR3CHAR3
USE_F20Usage flag DOK_USECHAR1CHAR1
PRZ_F20Editing status in percent DOK_PRZNUMC3NUM3

Key field Non-key field



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

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

SELECT SINGLE *
FROM TSST3
INTO CORRESPONDING FIELDS OF WA_TSST3
WHERE...

How to access SAP table TSST3

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