I_REUSABLEOBJECT
Real Estate Usable Object
I_REUSABLEOBJECT is a CDS View in S/4HANA. Real Estate Usable Object. It contains 1 fields. 12 CDS views read from this table.
CDS Views using this table (12)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_REUsableObjectDEX | view_entity | from | CONSUMPTION | Extraction RE Usable Object |
| C_REUsableObjectMeasurementDEX | view_entity | inner | CONSUMPTION | Extractor for RE Usable Obj Measurement |
| C_REUsblObjAddlAcctAssgmtDEX | view_entity | inner | CONSUMPTION | Extractor RE Usbl Obj Addl Acct Assign |
| C_REUsblObjLdngAcctAssgmtDEX | view_entity | inner | CONSUMPTION | Extractor RE Usbl Obj Ldng Acct Assign |
| ESH_N_REUSBLOBJ | view | from | ||
| I_REArchtrObjectUsageHNRltn | view_entity | from | COMPOSITE | RE Architecture Object Usage Hierarchy Node Relation |
| I_REUsableObjectVH | view_entity | from | COMPOSITE | Real Estate Usable Object |
| I_REUsblObjectToContractAssgmt | view_entity | inner | COMPOSITE | Real Estate Usable Object Contract Assignment |
| R_REUsableObjectMeasurementTP | view_entity | inner | TRANSACTIONAL | RE Usable Object Measurement TP |
| R_REUsableObjectTP | view_entity | from | TRANSACTIONAL | Real Estate Usable Object TP |
| R_REUsblObjAddlAcctAssgmtObjTP | view_entity | inner | TRANSACTIONAL | RE Usable Object Addl Account Assign TP |
| R_REUsblObjLdngAcctAssgmtObjTP | view_entity | inner | TRANSACTIONAL | RE Usable Object Leading Account Assign TP |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | RealEstateUsableObjectUUID | RealEstateUsableObjectUUID | 7 |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Real Estate Usable Object'
//@ObjectModel.representativeKey: 'RealEstateUsableObjectNumber'
@ObjectModel.semanticKey: ['RealEstateUsableObjectNumber']
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@Metadata.allowExtensions: true
@VDM.viewType: #COMPOSITE
@Analytics.internalName:#LOCAL
@Analytics:{
dataCategory: #DIMENSION,
dataExtraction: {
enabled: true
// delta.changeDataCapture: {
// automatic: true
// }
}
}
define view entity I_REUsableObject
as select from I_REGenericRentalObject
association [0..*] to I_RERntblObjToUsblObjAssgmt as _REUsblObjToRntblObjAssgmt on $projection.RealEstateUsableObjectUUID = _REUsblObjToRntblObjAssgmt.RealEstateUsableObjectUUID
{
key REGenericRentalObjectUUID as RealEstateUsableObjectUUID,
REGenericRentalObjectType,
InternalRealEstateNumber,
REStatusObject,
REGenericRentalObjectOID as RealEstateUsableObjectOID,
REGnrcRntlObjectAlternativeID,
cast( REGenericRentalObjectNumber as regogonrusable preserving type ) as RealEstateUsableObjectNumber,
cast( REGenericRentalObjectName as regovdmxusableobject preserving type ) as REUsableObjectName,
REIdentificationKey,
CompanyCode,
ValidityStartDate,
ValidityEndDate,
REAuthorizationGroup,
REGnrcRentalObjUsageCategory,
cast( REGenericRentalObjectUsageType as regovdmusableobjusagetype preserving type ) as REGenericRentalObjectUsageType,
REGenericRentalObjParentUUID,
REGnrcRentalObjPortfolioID,
REGnrcRentalObjOwnershipID,
@Semantics.systemDateTime.createdAt: true
CreationDateTime,
@Semantics.systemDateTime.lastChangedAt: true
LastChangeDateTime,
@Semantics.systemDateTime.localInstanceLastChangedAt: true
LocalLastChangeDateTime,
/* Associations */
_REKeyAssgmt,
_CompanyCode,
_REAuthorizationGroup,
_REGnrcRentalObjUsageCategory,
_REGnrcRentalObjUsageType,
_REGnrcRentalObjOwnership,
_REGnrcRentalObjPortfolio,
_REParentGenericRentalObject,
_REGenericRentalObjectType,
_REArchitectureObject,
_StatusObject,
_StatusObjectStatus,
_REUsblObjToRntblObjAssgmt
}
where
REGenericRentalObjectType = 'U' //Usable Object