SAP ESH_S_CL_VALUE_CONVERSION Conversion of values/ valuations Table data and field list

ESH_S_CL_VALUE_CONVERSION 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 "Conversion of values/ valuations" 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_ESH_S_CL_VALUE_CONVERSION TYPE ESH_S_CL_VALUE_CONVERSION.

The ESH_S_CL_VALUE_CONVERSION table consists of various fields, each holding specific information or linking keys about Conversion of values/ valuations data available in SAP. These include OBJECT_ID (Property Valuation: Object ID), CLASS_TYPE (PropertyValuation: Class Type), PROPERTY_UUID (Property Valuation: Property UUID), VALUE_UUID (Property Valuation: Property Value UUID)... 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. .

ESH_S_CL_VALUE_CONVERSION structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP ESH_S_CL_VALUE_CONVERSION structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the ESH_S_CL_VALUE_CONVERSION table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
OBJECT_IDProperty Valuation: Object ID TREX_PROP_OBJECT_IDCHAR70
CLASS_TYPEPropertyValuation: Class Type TREX_PROP_CLASS_TYPECHAR3
PROPERTY_UUIDProperty Valuation: Property UUID TREX_PROP_UUIDCHAR32
VALUE_UUIDProperty Valuation: Property Value UUID TREX_PROP_VALUE_UUIDCHAR32
CHANGE_ORDER_IDProperty Valuation: Change Order ID TREX_PROP_CHANGE_IDCHAR12
VALID_FROMUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
VALID_TOUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
HAS_PARAMETER_EFFECTIVITYValuation has Parameter Effectivity TREX_PROP_PARAM_EFFCHAR1
INTERVAL_BOUNDARY_TYPE_CODEProperty Valuation: Interval Boundary Type Code TREX_PROP_BOUNDARY_CODECHAR1TREXD_PROP_BOUNDARY_CODE
VALUE_STRINGProperty Valuation: String Value TREX_PROP_STRINGSTRG0
VALUE_NUMERIC_LOWProperty Valuation: Numeric value, lower border TREX_PROP_NUM_LOWSSTR46
VALUE_CURRENCY_CODEProperty 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_HIGHProperty 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_NORMProperty Valuation: Search Value with normalized UoM TREX_PROP_SEARCH_VALUE_NORMSTRG0
FORMAT_CODEData Type Format Code ESH_E_CL_FORMAT_CODECHAR10ESH_D_CL_FORMAT_CODE
BASE_MEASUREMENT_UNIT_CODEUnit of Measurement ESH_E_CL_UOMCHAR3
CURRENCYCurrency ESH_E_CL_CURRENCYCHAR3
NUMBER_OF_CHARACTERSNumber of Characters ESH_E_CL_NUMBER_CHARSINT25
NUMBER_OF_DECIMAL_PLACESNumber of Decimals ESH_E_CL_NUMBER_DECINT25
SIGNED_VALUESigned Values Indicator ESH_E_CL_SIGNEDCHAR1
IS_CASE_SENSITIVECase-Sensitive Indicator ESH_E_CL_CASE_SENSITIVECHAR1
EXPONENT_DISPLAYExponent, Fixed Value ESH_E_CL_EXP_DISPLAYINT25
EXPONENT_DISPLAY_FORMATExponent Display Format Code ESH_E_CL_EXP_DISPLAY_FORMATCHAR1ESH_D_CL_EXP_DISPLAY_FORMAT
TEMPLATETemplate ESH_E_CL_TEMPLATECHAR30

Key field Non-key field



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

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

How to access SAP table ESH_S_CL_VALUE_CONVERSION

Within an ECC or HANA version of SAP you can also view further information about ESH_S_CL_VALUE_CONVERSION and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).