A_InsurClmSrvcsNote

DDL: A_INSURCLMSRVCSNOTE Type: view_entity CONSUMPTION

Claim Services Notes

A_InsurClmSrvcsNote is a Consumption CDS View that provides data about "Claim Services Notes" in SAP S/4HANA. It reads from 1 data source (R_InsurClmSrvcsNoteTP) and exposes 30 fields with key fields InsuranceClaim, InsurClmNoteYear, InsurClmNote. It is exposed through 1 OData service (API_INSURCLAIMSRVCSCLAIM).

Data Sources (1)

SourceAliasJoin Type
R_InsurClmSrvcsNoteTP R_InsurClmSrvcsNoteTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Claim Services Notes view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
OData.entityType.name InsurClmSrvcsNote_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_INSURCLAIMSRVCSCLAIM API_INSURCLAIMSRVCSCLAIM V4 C2 C1

Fields (30)

KeyFieldSource TableSource FieldDescription
KEY InsuranceClaim InsuranceClaim
KEY InsurClmNoteYear InsurClmNoteYear
KEY InsurClmNote InsurClmNote
InsurClmNoteAuthznGrp InsurClmNoteAuthznGrp
InsurClmNoteType InsurClmNoteType
InsurClmSubclm InsurClmSubclm
InsurClmNoteStatus InsurClmNoteStatus
InsurClmChangeDateTime InsurClmChangeDateTime
InsuranceClaimChangedByUser InsuranceClaimChangedByUser
InsurClmDatabaseLineStatus InsurClmDatabaseLineStatus
InsurClaimIDOfSubclaim InsurClaimIDOfSubclaim
InsurClmCommCategory InsurClmCommCategory
InsurClmCommMode InsurClmCommMode
InsurClmHasOutboundTelephone InsurClmHasOutboundTelephone
InsuranceClaimChangedBySAPUser InsuranceClaimChangedBySAPUser
InsurClmCommStatus InsurClmCommStatus
InsuranceClaimNoteCaller InsuranceClaimNoteCaller
InsurClmCommDte InsurClmCommDte
InsurClmResubmissionDate InsurClmResubmissionDate
InsuranceClaimPriority InsuranceClaimPriority
InsurClmAssignUUID InsurClmAssignUUID
InsuranceDataAgingObjectDate InsuranceDataAgingObjectDate
InsuranceClaimProcurementID InsuranceClaimProcurementID
InsuranceClaimChangeCategory InsuranceClaimChangeCategory
InsurClmNoteTitle InsurClmNoteTitle
CreatedByUser CreatedByUser
CreationDateTime CreationDateTime
LastChangedByUser LastChangedByUser
ChangedOnDateTime ChangedOnDateTime
InsurClmNoteText InsurClmNoteText

@EndUserText.label: 'Claim Services Notes'
@VDM: {
  viewType:#CONSUMPTION,
  lifecycle.contract.type:#PUBLIC_REMOTE_API,
  usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ]
}
@AccessControl: {
  authorizationCheck: #MANDATORY
}
@Metadata: {
  ignorePropagatedAnnotations:true
}
@ObjectModel: {
   semanticKey: [ 'InsuranceClaim' ],
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #C,
     sizeCategory:   #XL
   }
}
@OData.entityType.name: 'InsurClmSrvcsNote_Type'
define view entity A_InsurClmSrvcsNote
as projection on R_InsurClmSrvcsNoteTP
{
  key InsuranceClaim,
  key InsurClmNoteYear,
  key InsurClmNote,
  InsurClmNoteAuthznGrp,
  InsurClmNoteType,
  InsurClmSubclm,
  InsurClmNoteStatus,
  InsurClmChangeDateTime,
  InsuranceClaimChangedByUser,
  InsurClmDatabaseLineStatus,
  InsurClaimIDOfSubclaim,
  InsurClmCommCategory,
  InsurClmCommMode,
  InsurClmHasOutboundTelephone,
  InsuranceClaimChangedBySAPUser,
//  InsurClmCommStrtDteTme,

  InsurClmCommStatus,
//  InsurClmCommEndDteTme,

  InsuranceClaimNoteCaller,
  InsurClmCommDte,
  InsurClmResubmissionDate,
  InsuranceClaimPriority,
  InsurClmAssignUUID,
  InsuranceDataAgingObjectDate,
  InsuranceClaimProcurementID,
  InsuranceClaimChangeCategory,
//  NoteID,

  InsurClmNoteTitle,
  CreatedByUser,
  CreationDateTime,
  LastChangedByUser,
  ChangedOnDateTime,
  InsurClmNoteText,
  /* Associations */
//  _Claim

 _InsurClaim : redirected to parent A_InsurClmSrvcsInsurClaim
}