ESH_TST_EH_RTT SAP (Text table of ESH_TST_EH_RTI) Table details

Dictionary Type: Table
Description: Text table of ESH_TST_EH_RTI




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




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

ESH_TST_EH_RTT is a standard SAP Table which is used to store Text table of ESH_TST_EH_RTI data and is available within R/3 SAP systems depending on the version and release level.

The ESH_TST_EH_RTT table consists of various fields, each holding specific information or linking keys about Text table of ESH_TST_EH_RTI data available in SAP. These include TEST_EH_RTI_KEY (Character field, length 32), SPRAS (Language Key), TEXT1 (Character field, length 64), TEXT2 (Character field, length 64).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table for: ESH_TST_EH_RTI


SAP ESH_TST_EH_RTT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
TEST_EH_RTI_KEYCharacter field, length 32 CHAR32CHAR32ESH_TST_EH_RTICHAR32
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
TEXT1Character field, length 64 CHAR64CHAR64CHAR64
TEXT2Character field, length 64 CHAR64CHAR64CHAR64
TEXT3Character field, length 64 CHAR64CHAR64CHAR64

Key field Non-key field



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

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

SELECT SINGLE *
FROM ESH_TST_EH_RTT
INTO CORRESPONDING FIELDS OF WA_ESH_TST_EH_RTT
WHERE...

How to access SAP table ESH_TST_EH_RTT

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