I_InsurClmLossDesc
Schadenbeschreibung
I_InsurClmLossDesc is a Basic CDS View that provides data about "Schadenbeschreibung" in SAP S/4HANA. It reads from 2 data sources (icltext_repl, sgbt_nte_cont) and exposes 8 fields with key field InsuranceClaim. It has 1 association to related views. Part of development package ICL_VDM_COMMON.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| icltext_repl | ClaimLossDesc | from |
| sgbt_nte_cont | ExternalNote | inner |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_InsuranceClaim | _Claim | ClaimLossDesc.claim = _Claim.InsuranceClaim |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICLCLMLOSSDESC | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Schadenbeschreibung | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | InsuranceClaim | view | |
| ObjectModel.semanticKey | InsuranceClaim | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.dataCategory | #TEXT | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsuranceClaim | icltext_repl | claim | Policy Snapshot |
| NoteID | sgbt_nte_cont | noteid | Unique ID | |
| CreatedByUser | sgbt_nte_cont | creator | User ID | |
| CreationDateTime | sgbt_nte_cont | created | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | |
| LastChangedByUser | sgbt_nte_cont | changer | Last Changed By | |
| ChangedOnDateTime | sgbt_nte_cont | changed | Time Stamp | |
| InsurClmDescriptionOfLoss | sgbt_nte_cont | content | Trusted Site Content | |
| _Claim | _Claim |
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_InsurClmLossDesc.
-- 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: ICLCLMLOSSDESC
CREATE VIEW I_InsurClmLossDesc AS
SELECT
ClaimLossDesc.claim AS InsuranceClaim,
ExternalNote.noteid AS NoteID,
ExternalNote.creator AS CreatedByUser,
ExternalNote.created AS CreationDateTime,
ExternalNote.changer AS LastChangedByUser,
ExternalNote.changed AS ChangedOnDateTime,
ExternalNote.content AS InsurClmDescriptionOfLoss
FROM icltext_repl AS ClaimLossDesc
INNER JOIN sgbt_nte_cont AS ExternalNote ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_InsuranceClaim AS _Claim ON ClaimLossDesc.claim = _Claim.InsuranceClaim -- association [1..1]
;
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