STERM_REF SAP (References to Term Entries) Table details

Dictionary Type: Table
Description: References to Term Entries




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




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

STERM_REF is a standard SAP Table which is used to store References to Term Entries data and is available within R/3 SAP systems depending on the version and release level.

The STERM_REF table consists of various fields, each holding specific information or linking keys about References to Term Entries data available in SAP. These include OBJECT (Hypertext: Object Class), OBJ_NAME (Documentation Object), OBJ_EXTEND (CHAR60 data element for SYST), OBJ_TITLE (CHAR60 data element for SYST).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP STERM_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
CONCEPTCHAR32 data element for SYST SYCHAR32CHAR32STERM_HEADSYCHAR32
OBJECTHypertext: Object Class DOKCLASSCHAR4Assigned to domainDOKU_CLSDSK
OBJ_NAMEDocumentation Object DOKU_OBJCHAR60DOKU_OBJ
OBJ_EXTENDCHAR60 data element for SYST SYCHAR60CHAR60SYCHAR60
OBJ_TITLECHAR60 data element for SYST SYCHAR60CHAR60SYCHAR60
CREA_TSTUTTimestamp (date and time) related to UTC (GMT) SYSTTSTUTNUMC14SYTSTP
CREA_NAMEAuthor of the Repository object AUTHORCHAR12AS4USER
CREA_ORGAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
CREA_PERSPerson number AD_PERSNUMCHAR10Assigned to domainALPHAAD_PERSNUMCDTADDRESS
CHAN_TSTUTTimestamp (date and time) related to UTC (GMT) SYSTTSTUTNUMC14SYTSTP
CHAN_NAMEAuthor of the Repository object AUTHORCHAR12AS4USER
CHAN_ORGAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
CHAN_PERSPerson number AD_PERSNUMCHAR10Assigned to domainALPHAAD_PERSNUMCDTADDRESS

Key field Non-key field



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

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

SELECT SINGLE *
FROM STERM_REF
INTO CORRESPONDING FIELDS OF WA_STERM_REF
WHERE...

How to access SAP table STERM_REF

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