R_INSURCLMSRVCSNOTETP

CDS View

Claim Services Notes TP

R_INSURCLMSRVCSNOTETP is a CDS View in S/4HANA. Claim Services Notes TP. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsurClmSrvcsNote view_entity projection CONSUMPTION Claim Services Notes
@EndUserText.label: 'Claim Services Notes TP'
@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
}
}
@ObjectModel.sapObjectNodeType.name: 'InsuranceClaimsServices'
define view entity R_InsurClmSrvcsNoteTP
as select from I_InsurClmNoteExtn
association to parent R_InsurClmSrvcsInsurClaimTP as _InsurClaim on  $projection.InsuranceClaim = _InsurClaim.InsuranceClaim
{
  key InsuranceClaim,
  key InsurClmNoteYear,
  key InsurClmNote,
  InsurClmNoteAuthznGrp,
  InsurClmNoteType,
  InsurClmSubclm,
  InsurClmNoteStatus,
  InsurClmChangeDateTime,
  InsuranceClaimChangedByUser,
  InsurClmDatabaseLineStatus,
  InsurClaimIDOfSubclaim,
  InsurClmCommCategory,
  InsurClmCommMode,
  InsurClmHasOutboundTelephone,
  InsuranceClaimChangedBySAPUser,
//  @sematics.

//  InsurClmCommStrtDteTme,

  InsurClmCommStatus,
//  InsurClmCommEndDteTme,

  InsuranceClaimNoteCaller,
  InsurClmCommDte,
  InsurClmResubmissionDate,
  InsuranceClaimPriority,
  InsurClmAssignUUID,
  InsuranceDataAgingObjectDate,
  InsuranceClaimProcurementID,
  cast ('' as bu_chind preserving type ) as InsuranceClaimChangeCategory,
//  NoteID,

  InsurClmNoteTitle,
  CreatedByUser,
  CreationDateTime,
  LastChangedByUser,
  ChangedOnDateTime,
  InsurClmNoteText,
  /* Associations */
  _InsurClaim
}