R_InsurClmWaitPeriodTP
TP View for waiting period
R_InsurClmWaitPeriodTP is a Transactional CDS View that provides data about "TP View for waiting period" in SAP S/4HANA. It reads from 1 data source (I_InsurClmWaitPeriod) and exposes 15 fields with key fields InsurClmActive, InsuranceClaim, InsurClmWaitPerdUUID. Part of development package ICL_VDM_CLAIM_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InsurClmWaitPeriod | _WaitPeriodBasic | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | TP View for waiting period | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.representativeKey | InsurClmWaitPerdUUID | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsurClmActive | InsurClmActive | ||
| KEY | InsuranceClaim | InsuranceClaim | ||
| KEY | InsurClmWaitPerdUUID | InsurClmWaitPerdUUID | ||
| ChangedOnDateTime | I_InsurClmWaitPeriod | ChangedOnDateTime | ||
| LastChangedByUser | I_InsurClmWaitPeriod | LastChangedByUser | ||
| InsurClmDatabaseLineStatus | InsurClmDatabaseLineStatus | |||
| InsuranceClaimWaitPeriodNumber | InsuranceClaimWaitPeriodNumber | |||
| InsurClmWaitPerdStartDte | InsurClmWaitPerdStartDte | |||
| InsurClmWaitPerdEndDte | InsurClmWaitPerdEndDte | |||
| InsurClmWaitPerdMax | InsurClmWaitPerdMax | |||
| InsurClmWaitPerdExists | InsurClmWaitPerdExists | |||
| InsurClmWaitPerdApplicable | InsurClmWaitPerdApplicable | |||
| InsurClmWaitPerdChgRsn | InsurClmWaitPerdChgRsn | |||
| InsurClmWaitPerdIsChgdMnlly | InsurClmWaitPerdIsChgdMnlly | |||
| _InsuranceClaim | _InsuranceClaim |
@EndUserText.label: 'TP View for waiting period'
@VDM: {
viewType:#TRANSACTIONAL,
lifecycle.contract.type:#SAP_INTERNAL_API
}
@AccessControl: {
authorizationCheck: #MANDATORY,
personalData.blocking: #('TRANSACTIONAL_DATA')
}
@ObjectModel: {
representativeKey: 'InsurClmWaitPerdUUID',
semanticKey: [ 'InsurClmWaitPerdUUID' ],
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #XL
}
}
define view entity R_InsurClmWaitPeriodTP
as select from I_InsurClmWaitPeriod as _WaitPeriodBasic
association to parent R_InsuranceClaimTP 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
}
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