E_RERentableObject
RE Rentable Object - Extension
E_RERentableObject is a Extension CDS View that provides data about "RE Rentable Object - Extension" in SAP S/4HANA. It reads from 1 data source (vigobd) and exposes 1 field with key field RealEstateRentableObjectUUID. Part of development package VDM_RE_GO.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| vigobd | Persistence | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 | |
| AbapCatalog.extensibility.allowNewCompositions | false | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| EndUserText.label | RE Rentable Object - Extension | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #EXTENSION | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RealEstateRentableObjectUUID | vigobd | objectuuid |
@AbapCatalog.extensibility: { extensible: true,
allowNewDatasources: false,
dataSources: [ 'Persistence' ],
elementSuffix: 'ROC',
quota: { maximumFields: 340, maximumBytes: 27200 },
allowNewCompositions: false }
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'RE Rentable Object - Extension'
@ObjectModel.usageType: { serviceQuality: #D, sizeCategory: #XL, dataClass: #MASTER }
@VDM.viewType: #EXTENSION
define view entity E_RERentableObject as select from vigobd as Persistence
{
key Persistence.objectuuid as RealEstateRentableObjectUUID
}
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