TREXS_PROPERTY_VALUE_CORE SAP (Property value core definition) Structure details

Dictionary Type: Structure
Description: Property value core definition




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




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

TREXS_PROPERTY_VALUE_CORE 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 "Property value core definition" 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_TREXS_PROPERTY_VALUE_CORE TYPE TREXS_PROPERTY_VALUE_CORE.

The TREXS_PROPERTY_VALUE_CORE table consists of various fields, each holding specific information or linking keys about Property value core definition data available in SAP. These include VALUE_STRING (Property Valuation: String Value), VALUE_NUMERIC_LOW (Property Valuation: Numeric value, lower border), VALUE_CURRENCY_CODE (Property Valuation: Currency), DISPLAY_UOM_LOW (Property Valuation: Display UnitOfMeasurement, lower border).. 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 TREXS_PROPERTY_VALUE_CORE 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
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

Key field Non-key field



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

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

How to access SAP table TREXS_PROPERTY_VALUE_CORE

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