R_InsurClaimTaskTP
Insurance Claim Tasks - TP
R_InsurClaimTaskTP is a Transactional CDS View that provides data about "Insurance Claim Tasks - TP" in SAP S/4HANA. It reads from 1 data source (I_InsurClaimTask) and exposes 18 fields with key fields InsuranceClaim, InsurClmSubclm, InsurClmActivitySequenceNumber. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InsurClaimTask | I_InsurClaimTask | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | E_InsuranceClaimTask | _Extension | $projection.InsuranceClaim = _Extension.InsuranceClaim and $projection.InsurClmSubclm = _Extension.InsurClmSubclm and $projection.InsurClmActivitySequenceNumber = _Extension.InsurClmActivitySequenceNumber |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Insurance Claim Tasks - TP | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view |
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsuranceClaim | InsuranceClaim | ||
| KEY | InsurClmSubclm | InsurClmSubclm | ||
| KEY | InsurClmActivitySequenceNumber | InsurClmActivitySequenceNumber | ||
| CreationDateTime | CreationDateTime | |||
| ChangedOnDateTime | ChangedOnDateTime | |||
| InsurClmActivity | InsurClmActivity | |||
| InsurClmTaskManualFlag | InsurClmTaskManualFlag | |||
| InsurClmTaskName | InsurClmTaskName | |||
| InsurClmDueDateTime | InsurClmDueDateTime | |||
| InsurClmTaskCompleted | InsurClmTaskCompleted | |||
| InsurClmActivityStatus | InsurClmActivityStatus | |||
| InsurClmSubobjectCategory | InsurClmSubobjectCategory | |||
| InsurClmSubobject | InsurClmSubobject | |||
| InsurClmProposedHandler | InsurClmProposedHandler | |||
| InsurClmSubActivityUsed | InsurClmSubActivityUsed | |||
| InsurClmProposeHandlerCategory | InsurClmProposeHandlerCategory | |||
| InsurClmNavigate | InsurClmNavigate | |||
| _InsuranceClaim | _InsuranceClaim |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Insurance Claim Tasks - TP'
@Metadata.ignorePropagatedAnnotations: true
@VDM: {
viewType:#TRANSACTIONAL,
lifecycle.contract.type:#SAP_INTERNAL_API
}
@ObjectModel: {
semanticKey: [ 'InsuranceClaim' ],
usageType:{
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #XL
}
}
define view entity R_InsurClaimTaskTP
as select from I_InsurClaimTask
association to parent R_InsuranceClaimTP as _InsuranceClaim
on $projection.InsuranceClaim = _InsuranceClaim.InsuranceClaim
association [1..1] to E_InsuranceClaimTask as _Extension on $projection.InsuranceClaim = _Extension.InsuranceClaim
and $projection.InsurClmSubclm = _Extension.InsurClmSubclm
and $projection.InsurClmActivitySequenceNumber = _Extension.InsurClmActivitySequenceNumber
{
key InsuranceClaim,
key InsurClmSubclm,
key InsurClmActivitySequenceNumber,
CreationDateTime,
ChangedOnDateTime,
InsurClmActivity,
InsurClmTaskManualFlag,
InsurClmTaskName,
InsurClmDueDateTime,
InsurClmTaskCompleted,
@ObjectModel.sapObjectNodeTypeReference: 'InsuranceClaimActivityStatus'
InsurClmActivityStatus,
@ObjectModel.sapObjectNodeTypeReference: 'InsuranceClmSubobjectCategory'
InsurClmSubobjectCategory,
InsurClmSubobject,
InsurClmProposedHandler,
@ObjectModel.sapObjectNodeTypeReference: 'InsuranceClaimSubActivityUsed'
InsurClmSubActivityUsed,
InsurClmProposeHandlerCategory,
@ObjectModel.sapObjectNodeTypeReference: 'InsuranceClaimNavigate'
InsurClmNavigate,
//Associations
_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