STERM_API_TERMS SAP (Structure of Term for API for Large Downloads) Structure details

Dictionary Type: Structure
Description: Structure of Term for API for Large Downloads




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




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

STERM_API_TERMS 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 for Large Downloads" 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_TERMS TYPE STERM_API_TERMS.

The STERM_API_TERMS table consists of various fields, each holding specific information or linking keys about Structure of Term for API for Large Downloads data available in SAP. These include OBJECT (CHAR32 data element for SYST), COMPONENT (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_TERMS 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
COMPONENTApplication 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_2D2-Character SAP Language Code LAISOCHAR2LAISO
TEXTSAPterm Text Field TERM_TEXTCHAR132TERM_TEXTSTERM_TERM
STATUSTerminology Maintenance Status TERMSTATUSCHAR1TERMSTATUS
OBJECT_TYPTerminology Entry Category TERM_TYPCHAR1TERM_TYP
COUNTRYKW Attribute: Country in SAPterm TM_COUNTRYCHAR3Assigned to domainLAND1
INDUSTRYKW Attribute: Industry in SAPterm TM_BRANCHECHAR10Assigned to domainNAMESPACE
IND_RELEnhancement Release IWEXTRELCHAR12Assigned to domainIWEXTREL
IND_LRELEnhancement Release IWEXTRELCHAR12Assigned to domainIWEXTREL
FIRST_RELKW Attribute: Release in SAPterm TM_RELEASECHAR4SYCHAR04
LAST_RELKW Attribute: Release in SAPterm TM_RELEASECHAR4SYCHAR04
WORD_TYPNoun, Verb, Adjective WORD_TYPCHAR1WORD_TYP
GENDERGrammatical Gender of Terminology Entry GENDERCHAR1GENDER
GENDER_LONGTEXTTerm Category for BusinessObjects TERM_CATCHAR32CHAR32
CREA_TSTUTTimestamp (date and time) related to UTC (GMT) SYSTTSTUTNUMC14SYTSTP
CREA_NAMEAuthor of the Repository object AUTHORCHAR12AS4USER
CHAN_TSTUTTimestamp (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
ONLINE_TXTEntry Class Indicator TM_ONLINECHAR1ONLINE_TXT
MORE_COMPFlag for STERM STERM_FLAGCHAR1TERM_FLAG

Key field Non-key field



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

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

How to access SAP table STERM_API_TERMS

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