TREXS_PROPERTY_VALUATION SAP (Property valuation) Structure details

Dictionary Type: Structure
Description: Property valuation




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




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

TREXS_PROPERTY_VALUATION 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 valuation" 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_VALUATION TYPE TREXS_PROPERTY_VALUATION.

The TREXS_PROPERTY_VALUATION table consists of various fields, each holding specific information or linking keys about Property valuation data available in SAP. These include CLASS_TYPE (PropertyValuation: Class Type), PROPERTY_UUID (Property Valuation: Property UUID), VALUE_UUID (Property Valuation: Property Value UUID), CHANGE_ORDER_ID (Property Valuation: Change Order ID).. 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_VALUATION 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
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

Key field Non-key field



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

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

How to access SAP table TREXS_PROPERTY_VALUATION

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