TTREETYPE SAP (List of valid structure types) Table details

Dictionary Type: Table
Description: List of valid structure types




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




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

TTREETYPE is a standard SAP Table which is used to store List of valid structure types data and is available within R/3 SAP systems depending on the version and release level.

The TTREETYPE table consists of various fields, each holding specific information or linking keys about List of valid structure types data available in SAP. These include ACTIVE (Flag whether active or inactive), DB_IDENT (Structure Type), DB_TABLE (General hierarchy tool structure type table name), TRANS_OBJ (Object Type).. 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: Not classified

Text table = TTREETYPET


SAP TTREETYPE 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
TREE_TYPEStructure Type HIER_TREETCHAR5HIER_TREET
ACTIVEFlag whether active or inactive HIER_ACTIVCHAR1HIER_ACTIV
DB_IDENTStructure Type HIER_TREETCHAR5TTREETYPEHIER_TREET
DB_TABLEGeneral hierarchy tool structure type table name HIER_TABLECHAR15CHAR15
TRANS_OBJObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
OWN_DATAFlag: 0 = negative; 1 = positive HIER_PROPCHAR1HIER_PROP
CHANGEDOCUse of change documents HIER_CHDOCCHAR1HIER_YESNO
NO_TEXTStructure Contains No Text HIER_NOTXTCHAR1HIER_YESNO
FUSERCreated by HIER_FUSERCHAR12HIER_USER
FDATECreated on HIER_FDATEDATS8SYDATS
FTIMECreated at HIER_FTIMETIMS6SYTIME
FRELEASERelease of SAP System SYSAPRLCHAR4SYCHAR04
LUSERLast changed by HIER_LUSERCHAR12HIER_USER
LDATELast Changed On HIER_LDATEDATS8SYDATS
LTIMETime of Last Change HIER_LTIMETIMS6SYTIME
LRELEASERelease of SAP System SYSAPRLCHAR4SYCHAR04

Key field Non-key field



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

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

SELECT SINGLE *
FROM TTREETYPE
INTO CORRESPONDING FIELDS OF WA_TTREETYPE
WHERE...

How to access SAP table TTREETYPE

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