STERM_API_TERM SAP (Structure of Term for API) Structure details

Dictionary Type: Structure
Description: Structure of Term for API




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




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

STERM_API_TERM 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 "Structure of Term for API" 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_API_TERM TYPE STERM_API_TERM.

The STERM_API_TERM table consists of various fields, each holding specific information or linking keys about Structure of Term for API data available in SAP. These include OBJECT (CHAR32 data element for SYST), COMPONENT_ID (Application Component), COMPONENT_NAME (Application Component), COMP_LONGTEXT (Term Category for BusinessObjects).. 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: Can Be Enhanced (Deep)


SAP STERM_API_TERM 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
OBJECTCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32
COMPONENT_IDApplication Component UFFCTRCHAR20Assigned to domainUFFCTRBMFR
COMPONENT_NAMEApplication Component UFFCTRCHAR20Assigned to domainUFFCTRBMFR
COMP_LONGTEXTTerm Category for BusinessObjects TERM_CATCHAR32CHAR32
CREA_LANLanguage Key LANGULANG1Assigned to domainISOLASPRAS
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
LANGU_LONGTEXTTerm Category for BusinessObjects TERM_CATCHAR32CHAR32
TEXTSAPterm Text Field TERM_TEXTCHAR132TERM_TEXTSTERM_TERM
TERM_STATUSTerminology Maintenance Status TERMSTATUSCHAR1TERMSTATUS
TERM_STATUS_ICONTerm Category for BusinessObjects TERM_CATCHAR32CHAR32
TERM_STATUS_TTIPTerm Category for BusinessObjects TERM_CATCHAR32CHAR32
OBJECT_TYPTerminology Entry Category TERM_TYPCHAR1TERM_TYP
OBJECT_TYP_ICONTerm Category for BusinessObjects TERM_CATCHAR32CHAR32
OBJECT_TYP_TOOLTIPTerm Category for BusinessObjects TERM_CATCHAR32CHAR32
COUNTRYKW Attribute: Country in SAPterm TM_COUNTRYCHAR3Assigned to domainLAND1
ENHANCEMENTKW Attribute: Industry in SAPterm TM_BRANCHECHAR10Assigned to domainNAMESPACE
ENHANC_RELEnhancement Release IWEXTRELCHAR12Assigned to domainIWEXTREL
ENHANC_RET_A_RELEnhancement Release IWEXTRELCHAR12Assigned to domainIWEXTREL
TERM_RELEASEKW Attribute: Release in SAPterm TM_RELEASECHAR4SYCHAR04
TERM_REL_RET_AKW Attribute: Release in SAPterm TM_RELEASECHAR4SYCHAR04
PART_OF_SPEECHNoun, Verb, Adjective WORD_TYPCHAR1WORD_TYP
POS_LONGTEXTTerm Category for BusinessObjects TERM_CATCHAR32CHAR32
GENDERGrammatical Gender of Terminology Entry GENDERCHAR1GENDER
GENDER_LONGTEXTTerm Category for BusinessObjects TERM_CATCHAR32CHAR32
CREA_TIMETimestamp (date and time) related to UTC (GMT) SYSTTSTUTNUMC14SYTSTP
CREA_NAMEAuthor of the Repository object AUTHORCHAR12AS4USER
CHAN_TIMETimestamp (date and time) related to UTC (GMT) SYSTTSTUTNUMC14SYTSTP
CHAN_NAMEAuthor of the Repository object AUTHORCHAR12AS4USER
NON_TRANSLATABLEFlag for STERM STERM_FLAGCHAR1TERM_FLAG
PROP_RESTRFlag for STERM STERM_FLAGCHAR1TERM_FLAG
LEGAL_RESTRFlag for STERM STERM_FLAGCHAR1TERM_FLAG
ENTRY_NOTEString for STERM Editors STERM_STRINGSTRG0
TERM_COMMENTString for STERM Editors STERM_STRINGSTRG0
TERM_DEFINITIONString for STERM Editors STERM_STRINGSTRG0
TERM_DEF_CREA_TIMETimestamp (date and time) related to UTC (GMT) SYSTTSTUTNUMC14SYTSTP
TERM_DEF_CREA_NAMEAuthor of the Repository object AUTHORCHAR12AS4USER
TERM_DEF_CHAN_TIMETimestamp (date and time) related to UTC (GMT) SYSTTSTUTNUMC14SYTSTP
TERM_DEF_CHAN_NAMEAuthor of the Repository object AUTHORCHAR12AS4USER
TERM_DEF_SHORTString for STERM Editors STERM_STRINGSTRG0
TERM_CATTerm Category for BusinessObjects TERM_CATCHAR32CHAR32
TERM_SOURCEString for STERM Editors STERM_STRINGSTRG0
ONLINE_TXTEntry Class Indicator TM_ONLINECHAR1ONLINE_TXT
ONLINE_TXT_ICONTerm Category for BusinessObjects TERM_CATCHAR32CHAR32
ONLINE_TXT_TTIPTerm Category for BusinessObjects TERM_CATCHAR32CHAR32
ADD_COMPFlag for STERM STERM_FLAGCHAR1TERM_FLAG
ADD_COMP_ICONTerm Category for BusinessObjects TERM_CATCHAR32CHAR32

Key field Non-key field



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

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

How to access SAP table STERM_API_TERM

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