I_REIntegObjectStatusText
Real Estate Integ Object Status - Text
I_REIntegObjectStatusText is a Basic CDS View that provides data about "Real Estate Integ Object Status - Text" in SAP S/4HANA. It reads from 1 data source (tivipiostatust) and exposes 5 fields with key fields REIntegObjectStatus, Language. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tivipiostatust | tivipiostatust | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_REIntegObjectStatus | _REIntegObjectStatus | $projection.REIntegObjectStatus = _REIntegObjectStatus.REIntegObjectStatus |
| [1..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Real Estate Integ Object Status - Text | view | |
| AbapCatalog.sqlViewName | IREINTOBJSTATUST | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | REIntegObjectStatus | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.preserveKey | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Analytics.dataExtraction.enabled | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | REIntegObjectStatus | ioobjectstatus | ||
| KEY | Language | spras | ||
| REIntegObjectStatusName | xioobjectstatus | |||
| _REIntegObjectStatus | _REIntegObjectStatus | |||
| _Language | _Language |
@EndUserText.label: 'Real Estate Integ Object Status - Text'
@AbapCatalog.sqlViewName: 'IREINTOBJSTATUST'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'REIntegObjectStatus'
@ObjectModel.semanticKey: ['REIntegObjectStatus' ]
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey:true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT,
#CDS_MODELING_ASSOCIATION_TARGET,
#SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE]
@Analytics:{
dataExtraction: {
enabled: true
}
}
define view I_REIntegObjectStatusText
as select from tivipiostatust
association [0..1] to I_REIntegObjectStatus as _REIntegObjectStatus on $projection.REIntegObjectStatus = _REIntegObjectStatus.REIntegObjectStatus
association [1..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key ioobjectstatus as REIntegObjectStatus,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key spras as Language,
@Semantics.text: true
xioobjectstatus as REIntegObjectStatusName,
_REIntegObjectStatus,
_Language
}
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