CMS_STR_RE_VAL_PARAM SAP (Valuation parameters structure) Structure details

Dictionary Type: Structure
Description: Valuation parameters structure




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




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

CMS_STR_RE_VAL_PARAM 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 "Valuation parameters structure" 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_CMS_STR_RE_VAL_PARAM TYPE CMS_STR_RE_VAL_PARAM.

The CMS_STR_RE_VAL_PARAM table consists of various fields, each holding specific information or linking keys about Valuation parameters structure data available in SAP. These include OBJ_GUID (GUID for Real Estate Object), OBJECT_ID (Object ID), OBJECT_TYPE (Real Estate Object Type ID), ADDR_ID (Address 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 CMS_STR_RE_VAL_PARAM 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
OBJ_GUIDGUID for Real Estate Object CMS_RE_DTE_OBJ_GUIDRAW16SYSUUIDCMS_RE_OBJ_GUID
OBJECT_IDObject ID CMS_RE_DTE_OBJECT_IDCHAR20ALPHACMS_RE_OBJECT_IDCMS_RE_OBJECT_IDCMS_RE_SRCH_ALL
OBJECT_TYPEReal Estate Object Type ID CMS_RE_DTE_OBJ_TYPCHAR6TCMS_RE_TYPCMS_RE_TYPCMS_RE_OBJECT_TYPE
ADDR_IDAddress ID CMS_RE_DTE_ADDR_IDCHAR10Assigned to domainALPHAAD_ADDRNUMADMC
OBJECT_DESCDescription of the Real Estate Object CMS_RE_DTE_OBJ_DESCCHAR30CMS_RE_DESC
OBJ_PARENT_IDGUID for Real Estate Object CMS_RE_DTE_OBJ_GUIDRAW16SYSUUIDCMS_RE_OBJ_GUID
OBJ_OLD_REF_NOExternal reference Number of an External System CMS_RE_DTE_OBJ_REF_NOCHAR32CMS_RE_REFID
FIX_FITTING_TYPFixtures and Fittings Type ID CMS_RE_DTE_FIX_FIT_TYPCHAR6ALPHACMS_RE_FIX_FIT_TYP
OBJECT_AREA_UOMUnit of Measure for Area CMS_RE_DTE_AREA_UOMUNIT3Assigned to domainCUNITMEINSCMS_AREA_UOMCMS_ELM_SURFACE_UOM
OBJECT_VOL_UOMUnit of Measure for Volume of Real Estate CMS_RE_DTE_VOL_UOMUNIT3Assigned to domainCUNITMEINSCMS_VOL_UOMCMS_ELM_VOLUME_UOM
OBJECT_CURRObject Currency CMS_RE_DTE_OBJ_CURRCUKY5TCURCWAERSCMS_OBJ_CURR
MACRO_LOC_TYPEMacro Location CMS_RE_DTE_ATT_ID_TY_REO002CHAR6TCMS_ATT_ID_TYCMS_ATT_ID_TYP
MICRO_LOC_TYPEMicro Location CMS_RE_DTE_ATT_ID_TY_REO003CHAR6TCMS_ATT_ID_TYCMS_ATT_ID_TYP
TRAN_CONN_TYPETransport Connection CMS_RE_DTE_ATT_ID_TY_REO004CHAR6TCMS_ATT_ID_TYCMS_ATT_ID_TYP
ENVIRON_STATUSEnviromental Status CMS_RE_DTE_ATT_ID_TY_REO005CHAR6TCMS_ATT_ID_TYCMS_ATT_ID_TYP
FLOOD_ZONE_FLGIndicator for Flood Zone CMS_RE_DTE_FLOOD_ZONECHAR1ALPHACMS_RE_FLG
EARTHQUAKE_FLGIndicator : Eathquake Zone CMS_RE_DTE_EARTHQUAKECHAR1ALPHACMS_RE_FLG
ARCT_CONV_FLGIndicator for Architectural Conservation Area CMS_RE_DTE_ARCT_CONVCHAR1ALPHACMS_RE_FLG
HIST_SITE_FLGIndicator for Historical Site CMS_RE_DTE_HIST_SITECHAR1ALPHACMS_RE_FLG
IS_VAL_IMP_FACSIndicates existence of Factors Impairing Real Estate Value CMS_RE_DTE_VAL_IMP_FLGCHAR1ALPHACMS_RE_FLG
VALUE_IMP_DESCDescription of the value imparing factor CMS_RE_DTE_VAL_IMP_DESCCHAR30CMS_RE_DESC
ADMIN_ORG_UNITAdministration Organizational Unit CMS_DTE_ADMINORGCHAR12TEXT12CMS_ADMINORG
BANKAREABank Area in Collateral Management CMS_DTE_BANKAREACHAR4Assigned to domainCMS_BANKAREACMS_BANKAREA
CREATED_BYReal Estate Add-On User CMS_RE_DTE_CR_BYCHAR12CMS_RE_USER
CREATED_DATECreated On CMS_RE_DTE_CR_ONDATS8CMS_RE_DATE
CREATED_TIMECreated At CMS_RE_DTE_CR_ATTIMS6CMS_RE_TIME
ENTRY_SRCSorce of Initial entry CMS_RE_DTE_SRC_INITCHAR32CMS_RE_SOURCE
LAST_CHG_BYLast Changed By CMS_RE_DTE_CHG_BYCHAR12CMS_RE_USER
LAST_CHG_DATELast Changed On CMS_RE_DTE_CHG_ONDATS8CMS_RE_DATE
LAST_CHG_TIMELast Changed At CMS_RE_DTE_CHG_ATTIMS6CMS_RE_TIME
PROCESSING_SRCProcessing Source CMS_RE_DTE_PRC_SRCCHAR32CMS_RE_SOURCE
PARTS_TAB 0
CST_TAB 0
ACS_TAB 0

Key field Non-key field



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

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

How to access SAP table CMS_STR_RE_VAL_PARAM

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