R_InsurClmObjectAssignmentTP

DDL: R_INSURCLMOBJECTASSIGNMENTTP Type: view_entity TRANSACTIONAL

Insurance Claim Object Assignment - TP

R_InsurClmObjectAssignmentTP is a Transactional CDS View that provides data about "Insurance Claim Object Assignment - TP" in SAP S/4HANA. It reads from 1 data source (I_InsurClmObjectAssignment) and exposes 7 fields with key fields InsuranceClaim, InsurClmSubobjectCategory, InsurClmSubobject, InsurClmObjectCategory, InsuranceClaimObject. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_InsurClmObjectAssignment I_InsurClmObjectAssignment from

Associations (1)

CardinalityTargetAliasCondition
[1..1] E_InsurClmObjectAssignment _Extension $projection.InsuranceClaim = _Extension.InsuranceClaim and $projection.InsurClmSubobjectCategory = _Extension.InsurClmSubobjectCategory and $projection.InsurClmSubobject = _Extension.InsurClmSubobject and $projection.InsurClmObjectCategory = _Extension.InsurClmObjectCategory and $projection.InsuranceClaimObject = _Extension.InsuranceClaimObject

Annotations (11)

NameValueLevelField
AbapCatalog.extensibility.elementSuffix ICL view
AbapCatalog.extensibility.quota.maximumFields 100 view
AbapCatalog.extensibility.quota.maximumBytes 1000 view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Insurance Claim Object Assignment - 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 (7)

KeyFieldSource TableSource FieldDescription
KEY InsuranceClaim InsuranceClaim
KEY InsurClmSubobjectCategory InsurClmSubobjectCategory
KEY InsurClmSubobject InsurClmSubobject
KEY InsurClmObjectCategory InsurClmObjectCategory
KEY InsuranceClaimObject InsuranceClaimObject
KEY IsDeleted IsDeleted
_InsuranceClaim _InsuranceClaim
@AbapCatalog.extensibility.extensible
@AbapCatalog.extensibility.elementSuffix: 'ICL'
@AbapCatalog.extensibility.quota.maximumFields: 100
@AbapCatalog.extensibility.quota.maximumBytes: 1000
@AbapCatalog.extensibility.dataSources: ['_Extension']
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Insurance Claim Object Assignment - 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_InsurClmObjectAssignmentTP
  as select from I_InsurClmObjectAssignment
  association to parent R_InsuranceClaimTP as _InsuranceClaim
     on $projection.InsuranceClaim = _InsuranceClaim.InsuranceClaim
  association [1..1] to E_InsurClmObjectAssignment   as _Extension  on $projection.InsuranceClaim    = _Extension.InsuranceClaim
                                               and $projection.InsurClmSubobjectCategory =  _Extension.InsurClmSubobjectCategory
                                               and $projection.InsurClmSubobject           =  _Extension.InsurClmSubobject
                                               and $projection.InsurClmObjectCategory   =  _Extension.InsurClmObjectCategory
                                               and $projection.InsuranceClaimObject   =  _Extension.InsuranceClaimObject

{
  key InsuranceClaim,
  @ObjectModel.sapObjectNodeTypeReference: 'InsuranceClmSubobjectCategory'
  key InsurClmSubobjectCategory,
  key InsurClmSubobject,
  key InsurClmObjectCategory,
  key InsuranceClaimObject,
  @Semantics.booleanIndicator: true
  key IsDeleted,

      //Associations

      _InsuranceClaim
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSURCLMOBJECTASSIGNMENT"
],
"ASSOCIATED":
[
"R_INSURANCECLAIMTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/