RTERM SAP (Internal Structure) Structure details

Dictionary Type: Structure
Description: Internal Structure




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




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

RTERM 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 "Internal Structure" 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_RTERM TYPE RTERM.

The RTERM table consists of various fields, each holding specific information or linking keys about Internal Structure data available in SAP. These include BEGRIFF (Term in terminology database), QUELLSPR (Language Key), ZIELSPR (Language Key), PFAD (Path).. 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 RTERM 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
APPLSTAMMApplication master record TERMASTAMMCHAR60TERMASTAMM
BEGRIFFTerm in terminology database TERMBEGRCHAR60TERMBEGR
QUELLSPRLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
ZIELSPRLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
PFADPath TERMPFADCHAR60TERMPFAD
QUELLBEGRTerm in terminology database TERMBEGRCHAR60TERMBEGR
ZIELBEGRTerm in terminology database TERMBEGRCHAR60TERMBEGR
FILEFile name TERMFILECHAR60TERMBEGR
BEREICHPrint filter TERMBERCHAR35Assigned to domainTERMBER
FUNCT1Short text FUNCTION_DCHAR1FUNCTION
FUNCT2Short text FUNCTION_DCHAR1FUNCTION
FUNCT3Short text FUNCTION_DCHAR1FUNCTION
FUNCT4Short text FUNCTION_DCHAR1FUNCTION
FUNCT5Short text FUNCTION_DCHAR1FUNCTION
FUNCT6Short text FUNCTION_DCHAR1FUNCTION
FUNCT8Short text FUNCTION_DCHAR1FUNCTION
FUNCT9Short text FUNCTION_DCHAR1FUNCTION
DATUMDate DATUMDATS8DATUM
VONBEGRTerm in terminology database TERMBEGRCHAR60TERMBEGR
BISBEGRTerm in terminology database TERMBEGRCHAR60TERMBEGR
FUNCT7Short text FUNCTION_DCHAR1FUNCTION
AENDERERUser Name UNAMECHAR12UNAME
BAENDERERUser Name UNAMECHAR12UNAME
GLOSSARGlossary entry TERMGLOSCHAR60TERMBEGR
BEGRIFF1Term in terminology database TERMBEGRCHAR60TERMBEGR
BEGRIFF2Term in terminology database TERMBEGRCHAR60TERMBEGR
BEGRIFF3Term in terminology database TERMBEGRCHAR60TERMBEGR
BEGRIFF4Term in terminology database TERMBEGRCHAR60TERMBEGR
BEGRIFF5Term in terminology database TERMBEGRCHAR60TERMBEGR
BEGRIFF6Term in terminology database TERMBEGRCHAR60TERMBEGR
BEGRIFF7Term in terminology database TERMBEGRCHAR60TERMBEGR
BEGRIFF8Term in terminology database TERMBEGRCHAR60TERMBEGR
SUCHSPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
ANLEGEREntered by TERMANLEGCHAR12UNAME
LAENDERERChanged by TERMAENDERCHAR12UNAME
ANLEGDATEntered on TERMANLDATDATS8DATUM
AENDERDATLast changed on TERMAENDATDATS8DATUM
GENUSGender TERMGENCHAR1TERMGEN
KATEGORIEPart of speech TERMKATCHAR1TERMKAT
STATUSEntry status TERMSTATCHAR1TERMSTAT
ALLLANGUAll languages ALLLANGUCHAR60TEXT60

Key field Non-key field



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

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

How to access SAP table RTERM

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