I_INSURCLMWAITPERIOD
Zusammengesetzte Sicht Karenzzeit
I_INSURCLMWAITPERIOD is a CDS View in S/4HANA. Zusammengesetzte Sicht Karenzzeit. It contains 2 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| R_InsurClmWaitPeriodTP | view_entity | from | TRANSACTIONAL | TP View for waiting period |
Fields (2)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| ChangedOnDateTime | ChangedOnDateTime | 1 | |
| LastChangedByUser | LastChangedByUser | 1 |
@EndUserText.label: 'Zusammengesetzte Sicht Karenzzeit'
@VDM: {
viewType:#COMPOSITE,
lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@AccessControl: {
authorizationCheck: #MANDATORY,
personalData.blocking: #('TRANSACTIONAL_DATA'),
privilegedAssociations: [ '_InsuranceClaim']
}
@ObjectModel: {
representativeKey: 'InsurClmWaitPerdUUID',
semanticKey: [ 'InsurClmWaitPerdUUID' ],
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #XL
},
supportedCapabilities: [ #CDS_MODELING_DATA_SOURCE ]
}
@Metadata: {
allowExtensions:false,
ignorePropagatedAnnotations:false
}
define view entity I_InsurClmWaitPeriod
as select from I_InsurClmWaitPeriodBasic as _WaitPeriodBasic
association [1..1] to I_InsuranceClaim as _InsuranceClaim
on $projection.InsuranceClaim = _InsuranceClaim.InsuranceClaim
{
key InsurClmActive,
key InsuranceClaim,
key InsurClmWaitPerdUUID,
_WaitPeriodBasic.ChangedOnDateTime,
_WaitPeriodBasic.LastChangedByUser ,
InsurClmDatabaseLineStatus,
InsuranceClaimWaitPeriodNumber,
InsurClmWaitPerdStartDte,
InsurClmWaitPerdEndDte,
InsurClmWaitPerdMax,
InsurClmWaitPerdExists,
InsurClmWaitPerdApplicable,
InsurClmWaitPerdChgRsn,
InsurClmWaitPerdIsChgdMnlly,
_InsuranceClaim
}
where _WaitPeriodBasic.InsurClmActive = 'A' //Only Active
and _WaitPeriodBasic.InsurClmDatabaseLineStatus <> 'X' //Not Deleted