E_InsuranceClaim

DDL: E_INSURANCECLAIM SQL: EICLCLAIM Type: view EXTENSION Package: ICL_VDM_COMMON

Kundenerweiterung für ICLCLAIM

E_InsuranceClaim is a Extension CDS View that provides data about "Kundenerweiterung für ICLCLAIM" in SAP S/4HANA. It reads from 1 data source (iclclaim) and exposes 1 field with key field InsuranceClaim. Part of development package ICL_VDM_COMMON.

Data Sources (1)

SourceAliasJoin Type
iclclaim Persistence from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName EICLCLAIM view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Kundenerweiterung für ICLCLAIM view
ObjectModel.usageType.serviceQuality #P view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #EXTENSION view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY InsuranceClaim iclclaim claim Policy Snapshot

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 E_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: EICLCLAIM

CREATE VIEW E_InsuranceClaim AS
SELECT
  Persistence.claim AS InsuranceClaim
FROM iclclaim AS Persistence
;