I_InsuranceClaim

DDL: I_INSURANCECLAIM SQL: INSURANCECLAIM Type: view BASIC Package: ICL_VDM_COMMON

Schaden-/Leistungsfall

I_InsuranceClaim is a Basic CDS View that provides data about "Schaden-/Leistungsfall" in SAP S/4HANA. It reads from 1 data source (iclclaim) and exposes 40 fields with key field InsuranceClaim. It has 3 associations to related views. Part of development package ICL_VDM_COMMON.

Data Sources (1)

SourceAliasJoin Type
iclclaim iclclaim from

Associations (3)

CardinalityTargetAliasCondition
[0..1] I_InsurClaimPolicyProduct _PolicyProduct $projection.InsurClmPolicyProduct = _PolicyProduct.InsurClmPolicyProduct and $projection.InsurClmPolicyProdGeneration = _PolicyProduct.InsurClmPolicyProdGeneration and $projection.InsurClmPolicyProductVersion = _PolicyProduct.InsurClmPolicyProductVersion
[0..1] I_InsurClmPolicySnapshot _PolicySnapshot $projection.InsuranceClaim = _PolicySnapshot.InsuranceClaim and _PolicySnapshot.InsurClmContractVersion = '00'
[0..*] I_InsurIntClmTypeAllwdSubclm _AllwdSubclmType $projection.InsurClmType = _AllwdSubclmType.InsurClmType and $projection.InsurClmTypeGeneration = _AllwdSubclmType.InsurClmTypeGeneration and $projection.InsurClmTypeVers = _AllwdSubclmType.InsurClmTypeVers

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName INSURANCECLAIM view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Schaden-/Leistungsfall view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view

Fields (40)

KeyFieldSource TableSource FieldDescription
KEY InsuranceClaim claim Policy Snapshot
InsuranceContract policy Policy
InsurClmPolicyProduct polprod Stand. Product
ChangedOnDateTime Created
LastChangedByUser changedby User Name
CreationDateTime Time
CreatedByUser createdby User Name
InsurClmLifeCycSts status Workflow Status
InsurClmStatReason statreason Status Reason
InsurClmType claimtype Complaint Cat.
InsurClmAuthznGrp authclm AuthGroup (VIP)
InsurClmPolicyProdGeneration generat Generation
InsurClmPolicyProductVersion version XML Vers.
InsurClmIncdntType losstype Scope of Loss
InsurClmDateOfLoss dateloss Date of Loss
InsurClmCauseOfLoss losscause Loss/Clm Cause
InsurClmLossLocAddressID lossaddress Loss Location
InsurClmTypeGeneration cltypeg Generation
InsurClmTypeVers cltypev Clm Type Versn
InsurClmTimeOfLoss timeloss Time
InsurClmTimeZoneOfLoss ltimezone Time Zone
InsurClmContractLastRenewal Last Renewal
InsurClmVersionChangeTime Read Time
InsurClmAssignUUID assign_guid Link UUID
InsurClmComplexity complex Std Complexity
InsurClmJurisdictionCountry juriscountry C/R Juris.
InsurClmJurisdictionRegion jurisregion Jurisd. Region
InsurClmCovered covered Compensable
InsurClmBenefitTypeTree bentree Diff.Ben.T.Tree
InsurClmBnftTypeTreeGeneration bentreeg Generation
InsurClmBnftTypeTreeVersion bentreev Version
InsurClmIsWithoutProduct xwithout_product Without Product
InsurClmIsDummyClaim xdummyclaim Dummy Claim
InsurClmReportedDate lossrepcompa Repd to Insurer
InsurClmAgentReportedDate lossrepagent Reptd to Agent
InsurClmSensitiveClaim xsensitive Sensitive Claim
InsuranceClaimDraftIdentifier fnol_claimnr Claim Number
_PolicyProduct _PolicyProduct
_PolicySnapshot _PolicySnapshot
_AllwdSubclmType _AllwdSubclmType

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 I_InsuranceClaim.
-- 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.
-- SQL view name: INSURANCECLAIM

CREATE VIEW I_InsuranceClaim AS
SELECT
  claim AS InsuranceClaim,
  policy AS InsuranceContract,
  polprod AS InsurClmPolicyProduct,
  cast( changetime as icl_achangetime_fiori preserving type ) AS ChangedOnDateTime,
  changedby AS LastChangedByUser,
  cast( createtime as icl_createutc_fiori preserving type ) AS CreationDateTime,
  createdby AS CreatedByUser,
  status AS InsurClmLifeCycSts,
  statreason AS InsurClmStatReason,
  claimtype AS InsurClmType,
  authclm AS InsurClmAuthznGrp,
  generat AS InsurClmPolicyProdGeneration,
  version AS InsurClmPolicyProductVersion,
  losstype AS InsurClmIncdntType,
  dateloss AS InsurClmDateOfLoss,
  losscause AS InsurClmCauseOfLoss,
  lossaddress AS InsurClmLossLocAddressID,
  cltypeg AS InsurClmTypeGeneration,
  cltypev AS InsurClmTypeVers,
  timeloss AS InsurClmTimeOfLoss,
  ltimezone AS InsurClmTimeZoneOfLoss,
  cast( lrenewal as icl_lrenewal_fiori preserving type ) AS InsurClmContractLastRenewal,
  cast( verchngutc as icl_verchngutc_fiori preserving type ) AS InsurClmVersionChangeTime,
  assign_guid AS InsurClmAssignUUID,
  complex AS InsurClmComplexity,
  juriscountry AS InsurClmJurisdictionCountry,
  jurisregion AS InsurClmJurisdictionRegion,
  covered AS InsurClmCovered,
  bentree AS InsurClmBenefitTypeTree,
  bentreeg AS InsurClmBnftTypeTreeGeneration,
  bentreev AS InsurClmBnftTypeTreeVersion,
  xwithout_product AS InsurClmIsWithoutProduct,
  xdummyclaim AS InsurClmIsDummyClaim,
  lossrepcompa AS InsurClmReportedDate,
  lossrepagent AS InsurClmAgentReportedDate,
  xsensitive AS InsurClmSensitiveClaim,
  fnol_claimnr AS InsuranceClaimDraftIdentifier
FROM iclclaim
LEFT OUTER JOIN I_InsurClaimPolicyProduct AS _PolicyProduct ON InsurClmPolicyProduct = _PolicyProduct.InsurClmPolicyProduct AND InsurClmPolicyProdGeneration = _PolicyProduct.InsurClmPolicyProdGeneration AND InsurClmPolicyProductVersion = _PolicyProduct.InsurClmPolicyProductVersion  -- association [0..1]
LEFT OUTER JOIN I_InsurClmPolicySnapshot AS _PolicySnapshot ON InsuranceClaim = _PolicySnapshot.InsuranceClaim AND _PolicySnapshot.InsurClmContractVersion = '00'  -- association [0..1]
LEFT OUTER JOIN I_InsurIntClmTypeAllwdSubclm AS _AllwdSubclmType ON InsurClmType = _AllwdSubclmType.InsurClmType AND InsurClmTypeGeneration = _AllwdSubclmType.InsurClmTypeGeneration AND InsurClmTypeVers = _AllwdSubclmType.InsurClmTypeVers  -- association [0..*]
;