A_INS_ClaimParticipantOccrnc
Insurance Claims Participants Occurrence
A_INS_ClaimParticipantOccrnc is a Consumption CDS View that provides data about "Insurance Claims Participants Occurrence" in SAP S/4HANA. It reads from 1 data source (R_INS_ClaimParticipantOccrncTP) and exposes 30 fields with key fields InsurClmActive, InsuranceClaim, InsurClmSubobjectCategory, InsurClmSubobject, InsurClmParticipantRole.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_INS_ClaimParticipantOccrncTP | R_INS_ClaimParticipantOccrncTP | projection |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.extensibility.extensible | true | view | |
| AbapCatalog.extensibility.allowNewCompositions | true | view | |
| AbapCatalog.extensibility.elementSuffix | ICL | view | |
| AbapCatalog.extensibility.quota.maximumFields | 500 | view | |
| AbapCatalog.extensibility.quota.maximumBytes | 5000 | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Insurance Claims Participants Occurrence | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| OData.entityType.name | INS_ClaimParticipantOccurrence | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (30)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsurClmActive | InsurClmActive | Active/Suspense | |
| KEY | InsuranceClaim | InsuranceClaim | Claim Number | |
| KEY | InsurClmSubobjectCategory | InsurClmSubobjectCategory | Subobject Cat. | |
| KEY | InsurClmSubobject | InsurClmSubobject | Claim Subobject | |
| KEY | InsurClmParticipantRole | InsurClmParticipantRole | ParticipantRole | |
| KEY | InsurClmBusinessPartner | InsurClmBusinessPartner | Participant | |
| InsurClmSubclm | InsurClmSubclm | Subclaim | ||
| InsurClmDamagedObject | InsurClmDamagedObject | Damaged Object | ||
| InsurClmContractVersion | InsurClmContractVersion | Contrct Counter | ||
| InsurClmPayt | InsurClmPayt | Payment Number | ||
| InsurClmInsuredObject | InsurClmInsuredObject | Insured Object | ||
| InsuranceClaimProcurementID | InsuranceClaimProcurementID | ClaimItem Gpng | ||
| InsurClmItem | InsurClmItem | Claim Item | ||
| InsurClmNote | InsurClmNote | Note number | ||
| InsurClmNoteYear | InsurClmNoteYear | Year | ||
| InsurClmItemEvaluation | InsurClmItemEvaluation | Valid evaluatn | ||
| InsuranceClaimDocumentNumber | InsuranceClaimDocumentNumber | Number | ||
| InsurClmLtgtnNameId | InsurClmLtgtnNameId | Litigation | ||
| InsurClmLitigationItemNumber | InsurClmLitigationItemNumber | Number | ||
| InsurClmOldBusinessPartner | InsurClmOldBusinessPartner | Replaced BP | ||
| InsurClmRplcBusinessPartner | InsurClmRplcBusinessPartner | Participant | ||
| ChangedOnDateTime | ChangedOnDateTime | Last Changed At | ||
| LastChangedByUser | LastChangedByUser | User Name | ||
| InsurClmDatabaseLineStatus | InsurClmDatabaseLineStatus | Status | ||
| InsurClmIsManuallyEntered | InsurClmIsManuallyEntered | Manual Entry | ||
| InsClmWrkrsCompnIsInitPrvdr | InsClmWrkrsCompnIsInitPrvdr | InitialMedProv | ||
| InsuranceClaimIsProcure | InsuranceClaimIsProcure | Procrmnt w. BP | ||
| InsurClmAssignUUID | InsurClmAssignUUID | Link UUID | ||
| InsuranceDataAgingObjectDate | InsuranceDataAgingObjectDate | Data Aging | ||
| InsurClmRefParticipant | InsurClmRefParticipant | Reference No. |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view A_INS_ClaimParticipantOccrnc.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
CREATE VIEW A_INS_ClaimParticipantOccrnc AS
SELECT
InsurClmActive,
InsuranceClaim,
InsurClmSubobjectCategory,
InsurClmSubobject,
InsurClmParticipantRole,
InsurClmBusinessPartner,
InsurClmSubclm,
InsurClmDamagedObject,
InsurClmContractVersion,
InsurClmPayt,
InsurClmInsuredObject,
InsuranceClaimProcurementID,
InsurClmItem,
InsurClmNote,
InsurClmNoteYear,
InsurClmItemEvaluation,
InsuranceClaimDocumentNumber,
InsurClmLtgtnNameId,
InsurClmLitigationItemNumber,
InsurClmOldBusinessPartner,
InsurClmRplcBusinessPartner,
ChangedOnDateTime,
LastChangedByUser,
InsurClmDatabaseLineStatus,
InsurClmIsManuallyEntered,
InsClmWrkrsCompnIsInitPrvdr,
InsuranceClaimIsProcure,
InsurClmAssignUUID,
InsuranceDataAgingObjectDate,
InsurClmRefParticipant
FROM R_INS_ClaimParticipantOccrncTP
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA