SMYOTREE SAP (MyObjects Together with Hierarchy) Table details

Dictionary Type: Table
Description: MyObjects Together with Hierarchy




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




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

SMYOTREE is a standard SAP Table which is used to store MyObjects Together with Hierarchy data and is available within R/3 SAP systems depending on the version and release level.

The SMYOTREE table consists of various fields, each holding specific information or linking keys about MyObjects Together with Hierarchy data available in SAP. These include USER_NAME (User Name), GUID (Globally Unique Identifier), PARENT (Name of Folder for My Objects (Key)), FOLDER (Name of Folder for My Objects (Key)).. 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 SMYOTREE 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
USER_NAMEUser Name UNAMECHAR12UNAME
GUIDGlobally Unique Identifier GUIDRAW16
PARENTName of Folder for My Objects (Key) SMYO_NODECHAR10SMYO_NODDSMYO_NDSH
FOLDERName of Folder for My Objects (Key) SMYO_NODECHAR10SMYO_NODDSMYO_NDSH
FOLDERFLAGFlag SMYO_FLAGCHAR1
OBJKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
OBJTYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
POSIPosition Within a Node SMYO_POSINT410
TEXTDescription of Folder for My Objects SMYO_TEXTCHAR132TEXT132
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM SMYOTREE
INTO CORRESPONDING FIELDS OF WA_SMYOTREE
WHERE...

How to access SAP table SMYOTREE

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