AFX_STR_OBJECT_TREE_X_DB SAP (Hierarchy Tree with Editing Status and Text) Structure details

Dictionary Type: Structure
Description: Hierarchy Tree with Editing Status and Text




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




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

AFX_STR_OBJECT_TREE_X_DB 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 "Hierarchy Tree with Editing Status and Text" 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_AFX_STR_OBJECT_TREE_X_DB TYPE AFX_STR_OBJECT_TREE_X_DB.

The AFX_STR_OBJECT_TREE_X_DB table consists of various fields, each holding specific information or linking keys about Hierarchy Tree with Editing Status and Text data available in SAP. These include NODE (Node in Hierarcy Tree), PARENT (Reference to Preceding Node in Hierarchy Tree), DOCUMENTATION (Documentation Object), TCODE (Transaction Code).. 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: Cannot Be Enhanced


SAP AFX_STR_OBJECT_TREE_X_DB 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
NODENode in Hierarcy Tree AFX_DTE_NODENUMC5NUMC5
PARENTReference to Preceding Node in Hierarchy Tree AFX_DTE_PARENTNODENUMC5NUMC5
DOCUMENTATIONDocumentation Object DOKU_OBJCHAR60DOKU_OBJ
TCODETransaction Code TCODECHAR20TSTCTCODETCD
REPIDABAP Program Name PROGNAMECHAR40TRDIRPROGNAME
FUNCNAMEName of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
FUNCNAME_UNDOName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
IS_OBLIGATORYNode must have an executable function AFX_DTE_EXEC_IS_OBLIGATORYCHAR1XFELD
NO_PRED_CHECKDeactivate Check for Processing of Predecessor Node AFX_DTE_NO_PRED_CHECKCHAR1XFELD
STATUS_MANUALNode Status Set Manually Online AFX_DTE_STATUS_MANUALCHAR1XFELD
POST_EDIT_TASKThis task is a postprocessing step AFX_DTE_POST_EDIT_TASKCHAR1XFELD
NAV_POINTNavigation Point in ABAP Source AFX_DTE_NAV_POINTCHAR72EDPLINE
TEXTDescription of Node in Hierarchy Tree AFX_DTE_NODETEXTCHAR80AFX_CHAR80LOW
STATUSEditing Status of Node AFX_DTE_NODESTATUSNUMC2NSTATAFX_NODESTATUS

Key field Non-key field



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

As AFX_STR_OBJECT_TREE_X_DB 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 AFX_STR_OBJECT_TREE_X_DB as there is no data to select.

How to access SAP table AFX_STR_OBJECT_TREE_X_DB

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