A_InsurClmSrvcsNote
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)
| Source | Alias | Join Type |
|---|---|---|
| R_InsurClmSrvcsNoteTP | R_InsurClmSrvcsNoteTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_INSURCLAIMSRVCSCLAIM | API_INSURCLAIMSRVCSCLAIM | V4 | C2 | C1 |
Fields (30)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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