R_RERentableObjectDraft
Real Estate Rentable Object - Draft
R_RERentableObjectDraft is a Basic CDS View that provides data about "Real Estate Rentable Object - Draft" in SAP S/4HANA. It reads from 1 data source (vigobdrentable_d) and exposes 32 fields with key field RealEstateRentableObjectUUID. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| vigobdrentable_d | vigobdrentable_d | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | E_RERentableObjectD | _Extension | $projection.RealEstateRentableObjectUUID = _Extension.RealEstateRentableObjectUUID |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Real Estate Rentable Object - Draft | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| AbapCatalog.extensibility.extensible | true | view | |
| AbapCatalog.extensibility.allowNewDatasources | false | view | |
| AbapCatalog.extensibility.elementSuffix | ROC | view | |
| AbapCatalog.extensibility.quota.maximumFields | 340 | view | |
| AbapCatalog.extensibility.quota.maximumBytes | 27200 | view |
Fields (32)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RealEstateRentableObjectUUID | realestaterentableobjectuuid | UUID GO | |
| REGenericRentalObjectType | regenericrentalobjecttype | RO Obj Type | ||
| InternalRealEstateNumber | internalrealestatenumber | RE Key | ||
| REStatusObject | restatusobject | Val. Obj. No. | ||
| RealEstateRentableObjectOID | realestaterentableobjectoid | Generic Rental Object OID | ||
| RealEstateRentableObjectNumber | realestaterentableobjectnumber | Rentable Object | ||
| RERentableObjectNumberForEdit | rerentableobjectnumberforedit | Rentable Object | ||
| REGnrcRntlObjectAlternativeID | regnrcrntlobjectalternativeid | Alternative ID | ||
| REGnrcRentalObjPortfolioID | regnrcrentalobjportfolioid | Portfolio ID | ||
| RERentableObjectName | rerentableobjectname | Rentable Object Name | ||
| REIdentificationKey | reidentificationkey | Object ID | ||
| CompanyCode | companycode | Receiver Company Code | ||
| ValidityStartDate | validitystartdate | Validity Start Date | ||
| ValidityEndDate | validityenddate | ValidTo | ||
| REAuthorizationGroup | reauthorizationgroup | Authoriz. Group | ||
| REGnrcRentalObjUsageCategory | regnrcrentalobjusagecategory | Usage Category | ||
| REGenericRentalObjectUsageType | regenericrentalobjectusagetype | RO Usage Type | ||
| RERentableObjectCategory | rerentableobjectcategory | Rentable Object Category | ||
| REGenericRentalObjParentUUID | regenericrentalobjparentuuid | UUID Parent GO | ||
| REArchtrObjectNumberBldngLand | rearchtrobjectnumberbldngland | Building/Land Object Number | ||
| StatusProfile | statusprofile | Status Profile | ||
| CreationDateTime | creationdatetime | Timestamp | ||
| LastChangeDateTime | lastchangedatetime | Timestamp | ||
| LocalLastChangeDateTime | locallastchangedatetime | Time Stamp | ||
| DraftEntityCreationDateTime | draftentitycreationdatetime | Draft Created On | ||
| DraftEntityLastChangeDateTime | draftentitylastchangedatetime | Draft Last Changed On | ||
| DraftAdministrativeDataUUID | draftadministrativedatauuid | UUID | ||
| DraftEntityOperationCode | draftentityoperationcode | Draft - Operation Code | ||
| ChangeDocObject | changedocobject | Object Value | ||
| HasActiveEntity | hasactiveentity | TRUE | ||
| DraftFieldChanges | draftfieldchanges | Field Changes | ||
| RFM_Dummy | mdi_rntbl_obj_dummy_ps | Dummy |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view R_RERentableObjectDraft.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
CREATE VIEW R_RERentableObjectDraft AS
SELECT
RealEstateRentableObjectUUID,
REGenericRentalObjectType,
InternalRealEstateNumber,
REStatusObject,
RealEstateRentableObjectOID,
RealEstateRentableObjectNumber,
RERentableObjectNumberForEdit,
REGnrcRntlObjectAlternativeID,
REGnrcRentalObjPortfolioID,
RERentableObjectName,
REIdentificationKey,
CompanyCode,
ValidityStartDate,
ValidityEndDate,
REAuthorizationGroup,
REGnrcRentalObjUsageCategory,
REGenericRentalObjectUsageType,
RERentableObjectCategory,
REGenericRentalObjParentUUID,
REArchtrObjectNumberBldngLand,
StatusProfile,
CreationDateTime,
LastChangeDateTime,
LocalLastChangeDateTime,
DraftEntityCreationDateTime,
DraftEntityLastChangeDateTime,
DraftAdministrativeDataUUID,
DraftEntityOperationCode,
ChangeDocObject,
HasActiveEntity,
DraftFieldChanges,
mdi_rntbl_obj_dummy_ps AS RFM_Dummy
FROM vigobdrentable_d
LEFT OUTER JOIN E_RERentableObjectD AS _Extension ON RealEstateRentableObjectUUID = _Extension.RealEstateRentableObjectUUID -- association [1..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA