C_REUsableObjectDEX
Extraction RE Usable Object
C_REUsableObjectDEX is a Consumption CDS View that provides data about "Extraction RE Usable Object" in SAP S/4HANA. It reads from 1 data source (I_REUsableObject) and exposes 21 fields with key field RealEstateUsableObjectUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_REUsableObject | I_REUsableObject | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Extraction RE Usable Object | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.internalName | #LOCAL | view | |
| Analytics.dataExtraction.delta.byElement.name | LastChangeDateTime | view | |
| Analytics.dataExtraction.delta.byElement.maxDelayInSeconds | 1800 | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.representativeKey | RealEstateUsableObjectUUID | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view |
Fields (21)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RealEstateUsableObjectUUID | RealEstateUsableObjectUUID | ||
| REGenericRentalObjectType | REGenericRentalObjectType | |||
| InternalRealEstateNumber | InternalRealEstateNumber | |||
| REStatusObject | REStatusObject | |||
| RealEstateUsableObjectOID | RealEstateUsableObjectOID | |||
| REGnrcRntlObjectAlternativeID | REGnrcRntlObjectAlternativeID | |||
| RealEstateUsableObjectNumber | RealEstateUsableObjectNumber | |||
| REUsableObjectName | REUsableObjectName | |||
| REIdentificationKey | REIdentificationKey | |||
| CompanyCode | CompanyCode | |||
| ValidityStartDate | ValidityStartDate | |||
| ValidityEndDate | ValidityEndDate | |||
| REAuthorizationGroup | REAuthorizationGroup | |||
| REGnrcRentalObjUsageCategory | REGnrcRentalObjUsageCategory | |||
| REGenericRentalObjectUsageType | REGenericRentalObjectUsageType | |||
| REGenericRentalObjParentUUID | REGenericRentalObjParentUUID | |||
| REGnrcRentalObjPortfolioID | REGnrcRentalObjPortfolioID | |||
| REGnrcRentalObjOwnershipID | REGnrcRentalObjOwnershipID | |||
| CreationDateTime | CreationDateTime | |||
| LastChangeDateTime | LastChangeDateTime | |||
| LocalLastChangeDateTime | LocalLastChangeDateTime |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Extraction RE Usable Object'
@VDM.viewType: #CONSUMPTION
@Analytics:{
//dataCategory: #DIMENSION,
dataExtraction:{enabled: true},
// delta.changeDataCapture.automatic: true},
internalName:#LOCAL
}
@Analytics.dataExtraction.delta.byElement.name:'LastChangeDateTime'
@Analytics.dataExtraction.delta.byElement.maxDelayInSeconds: 1800
@Metadata.ignorePropagatedAnnotations:true
@Metadata.allowExtensions:true
@ObjectModel.representativeKey: 'RealEstateUsableObjectUUID'
@ObjectModel.supportedCapabilities: [ #EXTRACTION_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET]
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
define view entity C_REUsableObjectDEX
as select from I_REUsableObject
{
key RealEstateUsableObjectUUID,
REGenericRentalObjectType,
InternalRealEstateNumber,
REStatusObject,
RealEstateUsableObjectOID,
REGnrcRntlObjectAlternativeID,
RealEstateUsableObjectNumber,
REUsableObjectName,
REIdentificationKey,
CompanyCode,
ValidityStartDate,
ValidityEndDate,
REAuthorizationGroup,
REGnrcRentalObjUsageCategory,
REGenericRentalObjectUsageType,
REGenericRentalObjParentUUID,
REGnrcRentalObjPortfolioID,
REGnrcRentalObjOwnershipID,
CreationDateTime,
@Semantics.systemDateTime.lastChangedAt: true
LastChangeDateTime,
LocalLastChangeDateTime
// _REKeyAssgmt,
// _CompanyCode,
// _REAuthorizationGroup,
// _REGnrcRentalObjUsageCategory,
// _REGnrcRentalObjUsageType,
// _REGnrcRentalObjOwnership,
// _REGnrcRentalObjPortfolio,
// _REParentGenericRentalObject,
// _REGenericRentalObjectType,
// _REArchitectureObject,
// _StatusObject,
// _StatusObjectStatus,
// _REUsblObjToRntblObjAssgmt
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA