R_InsurClmDamagedPropertyTP
Insurance Claim Damaged Propoerty - TP
R_InsurClmDamagedPropertyTP is a Transactional CDS View that provides data about "Insurance Claim Damaged Propoerty - TP" in SAP S/4HANA. It reads from 1 data source (I_InsurClmDamagedProperty) and exposes 9 fields with key fields InsuranceClaim, InsurClmDamagedObject.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InsurClmDamagedProperty | DamagedProperty | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Insurance Claim Damaged Propoerty - TP | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsuranceClaim | I_InsurClmDamagedProperty | InsuranceClaim | |
| KEY | InsurClmDamagedObject | I_InsurClmDamagedProperty | InsurClmDamagedObject | |
| InsurClmConstructionYear | I_InsurClmDamagedProperty | InsurClmConstructionYear | ||
| InsurClmBuildingAddress | I_InsurClmDamagedProperty | InsurClmBuildingAddress | ||
| InsurClmBuildingTypeDesc | I_InsurClmDamagedProperty | InsurClmBuildingTypeDesc | ||
| InsurClmTotalLoss | I_InsurClmDamagedProperty | InsurClmTotalLoss | ||
| InsurClmPreferredSupplier | I_InsurClmDamagedProperty | InsurClmPreferredSupplier | ||
| InsurClmScopeOfLoss | I_InsurClmDamagedProperty | InsurClmScopeOfLoss | ||
| _InsurClmDamagedObject | _InsurClmDamagedObject |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Insurance Claim Damaged Propoerty - TP'
@Metadata.ignorePropagatedAnnotations: true
@VDM: {
viewType:#TRANSACTIONAL,
lifecycle.contract.type:#SAP_INTERNAL_API
}
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
define view entity R_InsurClmDamagedPropertyTP as select from I_InsurClmDamagedProperty as DamagedProperty
association to parent R_InsurClmDamagedObjectTP as _InsurClmDamagedObject on $projection.InsuranceClaim = _InsurClmDamagedObject.InsuranceClaim
and $projection.InsurClmDamagedObject = _InsurClmDamagedObject.InsurClmDamagedObject
{
key DamagedProperty.InsuranceClaim,
key DamagedProperty.InsurClmDamagedObject,
DamagedProperty.InsurClmConstructionYear,
DamagedProperty.InsurClmBuildingAddress,
DamagedProperty.InsurClmBuildingTypeDesc,
DamagedProperty.InsurClmTotalLoss,
DamagedProperty.InsurClmPreferredSupplier,
@ObjectModel.sapObjectNodeTypeReference: 'InsuranceClaimScopeOfLoss'
DamagedProperty.InsurClmScopeOfLoss,
//Associations
_InsurClmDamagedObject
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSURCLMDAMAGEDPROPERTY"
],
"ASSOCIATED":
[
"R_INSURCLMDAMAGEDOBJECTTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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