A_INS_ClaimParticipantOccrnc

DDL: A_INS_CLAIMPARTICIPANTOCCRNC Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
R_INS_ClaimParticipantOccrncTP R_INS_ClaimParticipantOccrncTP projection

Annotations (15)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
;