R_InsurClmSubclmRoleAssgmtTP
InsurClaim Subclaim Role Assignment - TP
R_InsurClmSubclmRoleAssgmtTP is a Transactional CDS View that provides data about "InsurClaim Subclaim Role Assignment - TP" in SAP S/4HANA. It reads from 1 data source (I_InsurClmSubclmRoleBsdPerfrmr) and exposes 11 fields with key fields InsuranceClaim, InsurClmTargetEntryUUID, InsurClmSubclm. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InsurClmSubclmRoleBsdPerfrmr | I_InsurClmSubclmRoleBsdPerfrmr | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | E_InsuranceClaimAssignment | _Extension | $projection.InsuranceClaim = _Extension.InsuranceClaim and $projection.InsurClmTargetEntryUUID = _Extension.InsurClmTargetEntryUUID and $projection.InsurClmSourceEntryUUID = _Extension.InsurClmSourceEntryUUID and $projection.InsurClmAssignCat = _Extension.InsurClmAssignCat |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | InsurClaim Subclaim Role Assignment - 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 | #XL | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsuranceClaim | InsuranceClaim | ||
| KEY | InsurClmTargetEntryUUID | InsurClmTargetEntryUUID | ||
| KEY | InsurClmSubclm | _Subclaim | InsurClmSubclm | |
| InsurClmSourceEntryUUID | InsurClmSourceEntryUUID | |||
| InsurClmAssignCat | InsurClmAssignCat | |||
| InsurClmPerformerUUID | InsurClmPerformerUUID | |||
| InsurClmPerformerObjID | InsurClmPerformerObjID | |||
| InsurClmResponsibleRole | InsurClmResponsibleRole | |||
| InsurClmType | InsurClmType | |||
| InsurClmAuthznGrp | InsurClmAuthznGrp | |||
| _InsuranceSubClaim | _InsuranceSubClaim |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'InsurClaim Subclaim Role Assignment - 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: #XL
}
}
define view entity R_InsurClmSubclmRoleAssgmtTP
as select from I_InsurClmSubclmRoleBsdPerfrmr
association to parent R_InsurClmSubclaimTP as _InsuranceSubClaim
on $projection.InsuranceClaim = _InsuranceSubClaim.InsuranceClaim
and $projection.InsurClmSubclm = _InsuranceSubClaim.InsurClmSubclm
association [1..1] to E_InsuranceClaimAssignment as _Extension on $projection.InsuranceClaim = _Extension.InsuranceClaim
and $projection.InsurClmTargetEntryUUID = _Extension.InsurClmTargetEntryUUID
and $projection.InsurClmSourceEntryUUID = _Extension.InsurClmSourceEntryUUID
and $projection.InsurClmAssignCat = _Extension.InsurClmAssignCat
{
key InsuranceClaim,
key InsurClmTargetEntryUUID,
key _Subclaim.InsurClmSubclm as InsurClmSubclm,
InsurClmSourceEntryUUID,
InsurClmAssignCat,
InsurClmPerformerUUID,
InsurClmPerformerObjID,
InsurClmResponsibleRole,
@ObjectModel.sapObjectNodeTypeReference: 'InsuranceClaimType'
InsurClmType,
InsurClmAuthznGrp,
//Associations
_InsuranceSubClaim
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSURCLMSUBCLAIM",
"I_INSURCLMSUBCLMROLEBSDPERFRMR"
],
"ASSOCIATED":
[
"R_INSURCLMSUBCLAIMTP"
],
"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