R_InsurClmSubrogationTP
Insurance Claim Subrogation Header
R_InsurClmSubrogationTP is a Transactional CDS View that provides data about "Insurance Claim Subrogation Header" in SAP S/4HANA. It reads from 1 data source (I_InsurClmSubrogation) and exposes 23 fields with key fields InsurClmActive, InsuranceClaim, InsurClmSubrogationUUID. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InsurClmSubrogation | I_InsurClmSubrogation | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | E_InsurClmSubrogation | _Extension | $projection.InsuranceClaim = _Extension.InsuranceClaim and $projection.InsurClmSubrogationUUID = _Extension.InsurClmSubrogationUUID |
| [0..*] | R_InsurClmSubrogationItemTP | _InsurClmSubrogationItem | |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Insurance Claim Subrogation Header | view | |
| AbapCatalog.extensibility.elementSuffix | ICL | view | |
| AbapCatalog.extensibility.quota.maximumFields | 100 | view | |
| AbapCatalog.extensibility.quota.maximumBytes | 1000 | view | |
| AccessControl.authorizationCheck | #MANDATORY | 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 (23)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsurClmActive | I_InsurClmSubrogation | InsurClmActive | |
| KEY | InsuranceClaim | I_InsurClmSubrogation | InsuranceClaim | |
| KEY | InsurClmSubrogationUUID | I_InsurClmSubrogation | InsurClmSubrogationUUID | |
| ChangedOnDateTime | I_InsurClmSubrogation | ChangedOnDateTime | ||
| LastChangedByUser | I_InsurClmSubrogation | LastChangedByUser | ||
| InsurClmDatabaseLineStatus | I_InsurClmSubrogation | InsurClmDatabaseLineStatus | ||
| InsurClaimSubrogationType | I_InsurClmSubrogation | InsurClaimSubrogationType | ||
| InsurClmSubrogationReason | I_InsurClmSubrogation | InsurClmSubrogationReason | ||
| InsurClmSubrogationEstAmount | I_InsurClmSubrogation | InsurClmSubrogationEstAmount | ||
| InsurClaimSubrogationCurrency | I_InsurClmSubrogation | InsurClaimSubrogationCurrency | ||
| InsurClmSubrogationLbltyRate | I_InsurClmSubrogation | InsurClmSubrogationLbltyRate | ||
| InsurClmSubrogtnProbltyRate | I_InsurClmSubrogation | InsurClmSubrogtnProbltyRate | ||
| InsurClmSubrogationPartyLiable | I_InsurClmSubrogation | InsurClmSubrogationPartyLiable | ||
| InsurClmLtgtnUUID | I_InsurClmSubrogation | InsurClmLtgtnUUID | ||
| InsurClmSubrogationStatus | I_InsurClmSubrogation | InsurClmSubrogationStatus | ||
| InsurClmSubrogationStatusText | I_InsurClmSubrogation | InsurClmSubrogationStatusText | ||
| InsurClmSubrogationSentDate | I_InsurClmSubrogation | InsurClmSubrogationSentDate | ||
| InsurClmSubrogationIsFinished | I_InsurClmSubrogation | InsurClmSubrogationIsFinished | ||
| InsurClmSubrogtnClsRsnTxt | I_InsurClmSubrogation | InsurClmSubrogtnClsRsnTxt | ||
| InsurClmSubrogationNumber | I_InsurClmSubrogation | InsurClmSubrogationNumber | ||
| InsurClmSubrogationCompId | I_InsurClmSubrogation | InsurClmSubrogationCompId | ||
| _InsuranceClaim | _InsuranceClaim | |||
| _InsurClmSubrogationItem | _InsurClmSubrogationItem |
//@AbapCatalog.viewEnhancementCategory: [#NONE]
@EndUserText.label: 'Insurance Claim Subrogation Header'
@AbapCatalog.extensibility.extensible
@AbapCatalog.extensibility.elementSuffix: 'ICL'
@AbapCatalog.extensibility.quota.maximumFields: 100
@AbapCatalog.extensibility.quota.maximumBytes: 1000
@AbapCatalog.extensibility.dataSources: ['_Extension']
@AccessControl.authorizationCheck: #MANDATORY
@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_InsurClmSubrogationTP
as select from I_InsurClmSubrogation
composition [0..*] of R_InsurClmSubrogationItemTP as _InsurClmSubrogationItem
association to parent R_InsuranceClaimTP as _InsuranceClaim
on $projection.InsuranceClaim = _InsuranceClaim.InsuranceClaim
association [1..1] to E_InsurClmSubrogation as _Extension on $projection.InsuranceClaim = _Extension.InsuranceClaim
and $projection.InsurClmSubrogationUUID = _Extension.InsurClmSubrogationUUID
{
key I_InsurClmSubrogation.InsurClmActive,
key I_InsurClmSubrogation.InsuranceClaim,
key I_InsurClmSubrogation.InsurClmSubrogationUUID,
I_InsurClmSubrogation.ChangedOnDateTime,
I_InsurClmSubrogation.LastChangedByUser,
I_InsurClmSubrogation.InsurClmDatabaseLineStatus,
@ObjectModel.sapObjectNodeTypeReference: 'InsuranceClaimSubrogationType'
I_InsurClmSubrogation.InsurClaimSubrogationType,
@ObjectModel.sapObjectNodeTypeReference: 'InsurClmSubrogationReason'
I_InsurClmSubrogation.InsurClmSubrogationReason,
@Semantics.amount.currencyCode: 'InsurClaimSubrogationCurrency'
I_InsurClmSubrogation.InsurClmSubrogationEstAmount,
I_InsurClmSubrogation.InsurClaimSubrogationCurrency,
I_InsurClmSubrogation.InsurClmSubrogationLbltyRate,
I_InsurClmSubrogation.InsurClmSubrogtnProbltyRate,
I_InsurClmSubrogation.InsurClmSubrogationPartyLiable,
I_InsurClmSubrogation.InsurClmLtgtnUUID,
@ObjectModel.sapObjectNodeTypeReference: 'InsurClmSubrogationStatus'
I_InsurClmSubrogation.InsurClmSubrogationStatus,
I_InsurClmSubrogation.InsurClmSubrogationStatusText,
I_InsurClmSubrogation.InsurClmSubrogationSentDate,
I_InsurClmSubrogation.InsurClmSubrogationIsFinished,
I_InsurClmSubrogation.InsurClmSubrogtnClsRsnTxt,
I_InsurClmSubrogation.InsurClmSubrogationNumber,
I_InsurClmSubrogation.InsurClmSubrogationCompId,
/* Associations */
_InsuranceClaim,
_InsurClmSubrogationItem
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSURCLMSUBROGATION"
],
"ASSOCIATED":
[
"R_INSURANCECLAIMTP",
"R_INSURCLMSUBROGATIONITEMTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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