R_InsurClmDamagedPropertyTP

DDL: R_INSURCLMDAMAGEDPROPERTYTP Type: view_entity TRANSACTIONAL

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)

SourceAliasJoin Type
I_InsurClmDamagedProperty DamagedProperty from

Annotations (8)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/