STERM_TERM_GLOS SAP (Transfer Structure for SAPterm) Structure details

Dictionary Type: Structure
Description: Transfer Structure for SAPterm




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




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

STERM_TERM_GLOS 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 "Transfer Structure for SAPterm" 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_STERM_TERM_GLOS TYPE STERM_TERM_GLOS.

The STERM_TERM_GLOS table consists of various fields, each holding specific information or linking keys about Transfer Structure for SAPterm data available in SAP. These include OBJECT (CHAR(64)), COMPONENT (Application Component), MORE_COMP (General Flag), DEVCLASS (Package).. 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 STERM_TERM_GLOS 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
CONCEPTCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32
OBJECTCHAR(64) SYCHAR64CHAR64SYCHAR64
COMPONENTApplication Component UFFCTRCHAR20Assigned to domainUFFCTRBMFR
MORE_COMPGeneral Flag FLAGCHAR1FLAG
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
CREA_LANLanguage Key LANGULANG1Assigned to domainISOLASPRAS
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
TEXTSAPterm Text Field TERM_TEXTCHAR132TERM_TEXTSTERM_TERM
STATUSTerminology Maintenance Status TERMSTATUSCHAR1TERMSTATUS
OBJECT_TYPTerminology Entry Category TERM_TYPCHAR1TERM_TYP
GLOSSARYGeneral Flag FLAGCHAR1FLAG
GLOS_DEFGeneral Flag FLAGCHAR1FLAG
ONLINE_TXTOnline Text Indicator ONLINE_TXTCHAR1ONLINE_TXT
ONLINE_CATTerminology Concept Category TM_ON_CATCHAR1TM_ON_CAT
COUNTRYKW Attribute: Country in SAPterm TM_COUNTRYCHAR3Assigned to domainLAND1
INDUSTRYKW Attribute: Industry in SAPterm TM_BRANCHECHAR10Assigned to domainNAMESPACE
IND_RELEnhancement Release IWEXTRELCHAR12Assigned to domainIWEXTREL
FIRST_RELKW Attribute: Release in SAPterm TM_RELEASECHAR4SYCHAR04
IND_LRELEnhancement Release IWEXTRELCHAR12Assigned to domainIWEXTREL
LAST_RELKW Attribute: Release in SAPterm TM_RELEASECHAR4SYCHAR04
WORD_TYPNoun, Verb, Adjective WORD_TYPCHAR1WORD_TYP
GRAM_TYPSingle Word, Multiword, Phrase GRAM_TYPCHAR1GRAM_TYP
GENDERGrammatical Gender of Terminology Entry GENDERCHAR1GENDER
TRANSITIVVerb Transitivity Indicator TRANSITIVCHAR1TRANSITIV
CREA_TSTUTTimestamp (date and time) related to UTC (GMT) SYSTTSTUTNUMC14SYTSTP
CREA_NAMEAuthor of the Repository object AUTHORCHAR12AS4USER
CREA_ORGAuthor's Firm or Organization ORGCHAR60CHAR60
CHAN_TSTUTTimestamp (date and time) related to UTC (GMT) SYSTTSTUTNUMC14SYTSTP
CHAN_NAMEAuthor of the Repository object AUTHORCHAR12AS4USER
CHAN_ORGAuthor's Firm or Organization ORGCHAR60CHAR60
LONGTEXTGeneral Flag FLAGCHAR1FLAG
GLOSTransfer String for TBX TBX_STRINGCHAR16384CHAR16384
SOURCETransfer String for TBX TBX_STRINGCHAR16384CHAR16384
COMMTransfer String for TBX TBX_STRINGCHAR16384CHAR16384
ADDCOMPTransfer String for TBX TBX_STRINGCHAR16384CHAR16384
REFTransfer String for TBX TBX_STRINGCHAR16384CHAR16384
2D_LANGUVersion Number Component CHAR2CHAR2CHAR2

Key field Non-key field



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

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

How to access SAP table STERM_TERM_GLOS

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