R_InsurClmSubclmAttachmentTP

DDL: R_INSURCLMSUBCLMATTACHMENTTP Type: view_entity TRANSACTIONAL

Insurance Subclaim Attachment

R_InsurClmSubclmAttachmentTP is a Transactional CDS View that provides data about "Insurance Subclaim Attachment" in SAP S/4HANA. It reads from 1 data source (I_InsurClmAttachment) and exposes 21 fields with key fields InsurClmActive, InsuranceClaim, InsurClmSubclm, InsuranceClaimDocumentNumber.

Data Sources (1)

SourceAliasJoin Type
I_InsurClmAttachment I_InsurClmAttachment from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Insurance Subclaim Attachment 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 (21)

KeyFieldSource TableSource FieldDescription
KEY InsurClmActive InsurClmActive
KEY InsuranceClaim InsuranceClaim
KEY InsurClmSubclm InsurClmSubclm
KEY InsuranceClaimDocumentNumber InsuranceClaimDocumentNumber
ChangedOnDateTime ChangedOnDateTime
LastChangedByUser LastChangedByUser
InsurClmDatabaseLineStatus InsurClmDatabaseLineStatus
InsuranceClaimDocumentCode InsuranceClaimDocumentCode
InsurClmCorrespncRcpnt InsurClmCorrespncRcpnt
InsurClmIsDocEnteredMnlly InsurClmIsDocEnteredMnlly
InsurClmIsDocCpySentToAgt InsurClmIsDocCpySentToAgt
InsurClmDocRelDteTme InsurClmDocRelDteTme
InsurClmDocReleasedBy InsurClmDocReleasedBy
InsurClmDocSendType InsurClmDocSendType
CorrespondenceKey CorrespondenceKey
InsurClmSubobjectCategory InsurClmSubobjectCategory
InsurClmSubobject InsurClmSubobject
InsurClmDocApplFormKey InsurClmDocApplFormKey
InsurClmDocIsPrinted InsurClmDocIsPrinted
InsurClmDocLanguage InsurClmDocLanguage
_InsuranceSubclaim _InsuranceSubclaim
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Insurance Subclaim Attachment'
@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_InsurClmSubclmAttachmentTP 
as select from I_InsurClmAttachment
association to parent R_InsurClmSubclaimTP as _InsuranceSubclaim
        on  $projection.InsuranceClaim = _InsuranceSubclaim.InsuranceClaim
        and $projection.InsurClmSubclm = _InsuranceSubclaim.InsurClmSubclm
{
  key InsurClmActive,
  key InsuranceClaim,
  key InsurClmSubclm,
  key InsuranceClaimDocumentNumber,
  ChangedOnDateTime,
  LastChangedByUser,
  InsurClmDatabaseLineStatus,
  InsuranceClaimDocumentCode,
  InsurClmCorrespncRcpnt,
  InsurClmIsDocEnteredMnlly,
  InsurClmIsDocCpySentToAgt,
  InsurClmDocRelDteTme,
  InsurClmDocReleasedBy,
  InsurClmDocSendType,
  CorrespondenceKey,
  InsurClmSubobjectCategory,
  InsurClmSubobject,
  InsurClmDocApplFormKey,
  InsurClmDocIsPrinted,
  InsurClmDocLanguage,
  /* Associations */
 
 _InsuranceSubclaim
}
where InsurClmSubclm <> 'X'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSURCLMATTACHMENT"
],
"ASSOCIATED":
[
"R_INSURCLMSUBCLAIMTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/