ESH_TST_DATA_VAL SAP (ES Test Object Data value) Table details

Dictionary Type: Table
Description: ES Test Object Data value




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




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

ESH_TST_DATA_VAL is a standard SAP Table which is used to store ES Test Object Data value data and is available within R/3 SAP systems depending on the version and release level.

The ESH_TST_DATA_VAL table consists of various fields, each holding specific information or linking keys about ES Test Object Data value data available in SAP. These include DATA_TYPE_UUID (Data Type UUID), VALUE_UUID (Value UUID), CHANGE_ORDER_ID (Property Valuation: Change Order ID), INTERVAL_BOUNDAR (Property Valuation: Interval Boundary Type Code).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP ESH_TST_DATA_VAL 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
DATA_TYPE_UUIDData Type UUID ESH_E_CL_DATATYPE_UUIDCHAR32
VALUE_UUIDValue UUID ESH_E_CL_VALUE_UUIDCHAR32
CHANGE_ORDER_IDProperty Valuation: Change Order ID TREX_PROP_CHANGE_IDCHAR12
INTERVAL_BOUNDARProperty Valuation: Interval Boundary Type Code TREX_PROP_BOUNDARY_CODECHAR1TREXD_PROP_BOUNDARY_CODE
VALUE_STRINGProperty Valuation: String Value TREX_PROP_STRINGSTRG0
VALUE_NUMERIC_LOProperty Valuation: Numeric value, lower border TREX_PROP_NUM_LOWSSTR46
VALUE_CURRENCY_CProperty Valuation: Currency TREX_PROP_CURRENCYCHAR3
DISPLAY_UOM_LOWProperty Valuation: Display UnitOfMeasurement, lower border TREX_PROP_UOM_LOWCHAR3
MEASURE_LOWProperty Valuation: Measure, lower border TREX_PROP_MEASURE_LOWSSTR50
VALUE_NUMERIC_HIProperty Valuation: Numeric value, upper border TREX_PROP_NUM_HIGHSSTR46
DISPLAY_UOM_HIGHProperty Valuation: Display UnitOfMeasurement, upper border TREX_PROP_UOM_HIGHCHAR3
MEASURE_HIGHProperty Valuation: Measure, upper border TREX_PROP_MEASURE_HIGHSSTR50
SEARCH_VALUEProperty Valuation: Search Value with display UoM TREX_PROP_SEARCH_VALUESTRG0
SEARCH_VALUE_NORProperty Valuation: Search Value with normalized UoM TREX_PROP_SEARCH_VALUE_NORMSTRG0

Key field Non-key field



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

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

SELECT SINGLE *
FROM ESH_TST_DATA_VAL
INTO CORRESPONDING FIELDS OF WA_ESH_TST_DATA_VAL
WHERE...

How to access SAP table ESH_TST_DATA_VAL

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