TTET_DT_SCR_STAT SAP (Status Info) Structure details

Dictionary Type: Structure
Description: Status Info




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




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

TTET_DT_SCR_STAT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Status Info" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TTET_DT_SCR_STAT TYPE TTET_DT_SCR_STAT.

The TTET_DT_SCR_STAT table consists of various fields, each holding specific information or linking keys about Status Info data available in SAP. These include TREETYPE (Decision Tree Type), TREEID (Decision Tree ID), VERSION (Decision Tree Version), VALIDFROM (Valid from Date).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TTET_DT_SCR_STAT structure 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
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
TREETYPEDecision Tree Type TTET_DT_TYPECHAR4Assigned to domainTTE_DT_TYPE
TREEIDDecision Tree ID TTET_DT_TREEIDCHAR12Assigned to domainTTE_DT_TREEIDTTET_DT_TREEID
VERSIONDecision Tree Version TTET_DT_VERSIONNUMC12TTE_DT_VERSION
VALIDFROMValid from Date TTET_DT_VALID_FRDATS8TTE_DT_VALIDFR
CR_DATECreation Date TTET_DT_CR_DATEDATS8TTE_DT_DATE
CR_TIMECreation Time TTET_DT_CR_TIMETIMS6TTE_DT_TIME
CR_USERCreation User TTET_DT_CR_USERCHAR12UNAME
CHG_DATELast Change Date TTET_DT_CHG_DATEDATS8TTE_DT_DATE
CHG_TIMELast Change Time TTET_DT_CHG_TIMETIMS6TTE_DT_TIME
CHG_USERLast Change User TTET_DT_CHG_USERCHAR12UNAME
REL_DATERelease Date TTET_DT_REL_DATEDATS8TTE_DT_DATE
REL_TIMERelease Time TTET_DT_REL_TIMETIMS6TTE_DT_TIME
REL_USERRelease User TTET_DT_REL_USERCHAR12UNAME
STATUSDecision Tree Status TTET_DT_STATUSCHAR2TTE_DT_STATUS
ORIGINDecision Tree Origin TTET_DT_ORIGINCHAR30TTE_DT_ORIGIN
DESCRIPTIONDescription TTET_DESCRIPT50CHAR50TTE_DESCRIP50
TTE_VERSIONTTE Version TTET_VERSION_COMCHAR32TTET_CHAR32_COM
FCATVARDecision Tree Field Catalog Variant TTET_DT_FC_VARIANTCHAR6Assigned to domainTTE_DT_FC_VARIANT
STATUS_ICONIcon with output length 4 ICON_L4CHAR4Assigned to domainICON
STATUS_TEXT Status Description0

Key field Non-key field



How do I retrieve data from SAP structure TTET_DT_SCR_STAT using ABAP code?

As TTET_DT_SCR_STAT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TTET_DT_SCR_STAT as there is no data to select.

How to access SAP table TTET_DT_SCR_STAT

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