TTREV_REF SAP (Hierarchy tool: Versioning of Links) Table details

Dictionary Type: Table
Description: Hierarchy tool: Versioning of Links




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




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

TTREV_REF is a standard SAP Table which is used to store Hierarchy tool: Versioning of Links data and is available within R/3 SAP systems depending on the version and release level.

The TTREV_REF table consists of various fields, each holding specific information or linking keys about Hierarchy tool: Versioning of Links data available in SAP. These include NODE_ID (Unique ID - 32 characters), REF_TYPE (Valid Reference Types in Structure Repository), REF_OBJECT (Referenced object for node), EXTENSION (Structure enhancement ID).. 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


SAP TTREV_REF 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
VERSIONVersion ID HIER_VERSCHAR32SYCHAR32
NODE_IDUnique ID - 32 characters HIER_GUIDCHAR32SYCHAR32
REF_TYPEValid Reference Types in Structure Repository HIER_RTYPECHAR4TRTYPEHHIER_RTYPE
REF_OBJECTReferenced object for node HIER_ROBJECHAR70CHAR70
EXTENSIONStructure enhancement ID HIER_NAMESCHAR15Assigned to domainHIER_NAMES
R_SEQUNNumerical Character 10 HIER_NUM10NUMC10
DEL_FLAGFlag with values ' ' and 'X' HIER_YESNOCHAR1HIER_YESNO
FROM_RNODEFlag with values ' ' and 'X' HIER_YESNOCHAR1HIER_YESNO
COMPONENTSoftware Component DLVUNITCHAR30Assigned to domainDLVUNITH_CVERS
SYSTEMINSTCode for an Assigned System Landscape in Project SYSTEMINSTCHAR20Assigned to domainSYSTEMINST
COMPRELFRSAP Release SAPRELEASECHAR10CHAR10
COMPRELTOSAP Release SAPRELEASECHAR10CHAR10
DEFAULTREFCheckbox XFELDCHAR1XFELD
IN_SCOPECheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TTREV_REF
INTO CORRESPONDING FIELDS OF WA_TTREV_REF
WHERE...

How to access SAP table TTREV_REF

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