I_INSURCLMDAMAGEDPROPERTY
Schadenobjekte
I_INSURCLMDAMAGEDPROPERTY is a CDS View in S/4HANA. Schadenobjekte. It contains 8 fields. 4 CDS views read from this table.
CDS Views using this table (4)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_InsurClmDamagedPropertyTP | view | from | COMPOSITE | Damaged Property of Claim |
| I_InsurClmDamagedPrptyDetails | view | from | COMPOSITE | Schadenobjekte für Fallauskunft |
| R_InsClmSrvcsDamagedPropertyTP | view_entity | from | TRANSACTIONAL | Claim Services For Damaged Property TP |
| R_InsurClmDamagedPropertyTP | view_entity | from | TRANSACTIONAL | Insurance Claim Damaged Propoerty - TP |
Fields (8)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | InsuranceClaim | InsuranceClaim | 2 |
| KEY | InsurClmDamagedObject | InsurClmDamagedObject | 2 |
| InsurClmBuildingAddress | InsurClmBuildingAddress | 1 | |
| InsurClmBuildingTypeDesc | InsurClmBuildingTypeDesc | 1 | |
| InsurClmConstructionYear | InsurClmConstructionYear | 1 | |
| InsurClmPreferredSupplier | InsurClmPreferredSupplier | 1 | |
| InsurClmScopeOfLoss | InsurClmScopeOfLoss | 1 | |
| InsurClmTotalLoss | InsurClmTotalLoss | 1 |
@AbapCatalog.sqlViewName: 'IICLITEMRE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Schadenobjekte'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType: {
dataClass: #TRANSACTIONAL,
sizeCategory: #L,
serviceQuality: #C
}
define view I_InsurClmDamagedProperty
as select from iclitemre
{
key claim as InsuranceClaim,
key damagedobj as InsurClmDamagedObject,
constyear as InsurClmConstructionYear,
address as InsurClmBuildingAddress,
restaten as InsurClmBuildingTypeDesc,
xtotdamage as InsurClmTotalLoss,
xvendor as InsurClmPreferredSupplier,
losstype as InsurClmScopeOfLoss,
rematerial as InsurClmPrimaryMaterial
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"ICLITEMRE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/