R_InsurClmSrvcsSubrogationTP
Claim Services Subrogation Header TP
R_InsurClmSrvcsSubrogationTP is a Transactional CDS View that provides data about "Claim Services Subrogation Header TP" in SAP S/4HANA. It reads from 1 data source (I_InsurClmSubrogation) and exposes 23 fields with key fields InsuranceClaim, InsurClmSubrogationUUID. It has 3 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InsurClmSubrogation | I_InsurClmSubrogation | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | E_InsurClmSubrogation | _Extension | $projection.InsuranceClaim = _Extension.InsuranceClaim and $projection.InsurClmSubrogationUUID = _Extension.InsurClmSubrogationUUID |
| [1..*] | R_InsurClmSrvcsSubrogtnItemTP | _InsurClmSubrogtnItem | |
| [1..*] | R_InsurClmSrvcsRblsHeaderTP | _InsurClmSubrogtnRbls | |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Claim Services Subrogation Header TP | view | |
| AbapCatalog.extensibility.elementSuffix | ICL | view | |
| AbapCatalog.extensibility.quota.maximumFields | 100 | view | |
| AbapCatalog.extensibility.quota.maximumBytes | 1000 | 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 | #L | view | |
| ObjectModel.sapObjectNodeType.name | InsurClmSrvcsSubrogation | view |
Fields (23)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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 | |||
| _InsurClmSubrogtnItem | _InsurClmSubrogtnItem | |||
| _InsurClmSubrogtnRbls | _InsurClmSubrogtnRbls |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Claim Services Subrogation Header TP'
@AbapCatalog.extensibility.extensible
@AbapCatalog.extensibility.elementSuffix: 'ICL'
@AbapCatalog.extensibility.quota.maximumFields: 100
@AbapCatalog.extensibility.quota.maximumBytes: 1000
@AbapCatalog.extensibility.dataSources: ['_Extension']
@Metadata.ignorePropagatedAnnotations: true
@VDM: {
viewType:#TRANSACTIONAL,
lifecycle.contract.type:#SAP_INTERNAL_API
}
@ObjectModel: {
semanticKey: [ 'InsuranceClaim' ],
usageType:{
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #L
},
sapObjectNodeType.name: 'InsurClmSrvcsSubrogation'
}
define view entity R_InsurClmSrvcsSubrogationTP
as select from I_InsurClmSubrogation
association to parent R_InsurClmSrvcsInsurClaimTP as _InsuranceClaim on $projection.InsuranceClaim = _InsuranceClaim.InsuranceClaim
composition [1..*] of R_InsurClmSrvcsSubrogtnItemTP as _InsurClmSubrogtnItem
composition [1..*] of R_InsurClmSrvcsRblsHeaderTP as _InsurClmSubrogtnRbls
association [1..1] to E_InsurClmSubrogation as _Extension on $projection.InsuranceClaim = _Extension.InsuranceClaim
and $projection.InsurClmSubrogationUUID = _Extension.InsurClmSubrogationUUID
{
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,
_InsurClmSubrogtnItem,
_InsurClmSubrogtnRbls
} where I_InsurClmSubrogation.InsurClmActive = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSURCLMSUBROGATION"
],
"ASSOCIATED":
[
"R_INSURCLMSRVCSINSURCLAIMTP",
"R_INSURCLMSRVCSRBLSHEADERTP",
"R_INSURCLMSRVCSSUBROGTNITEMTP"
],
"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