I_InsurPlcyContrCvrgObjDcbl
Cvrg InsOb Dcbl of Contr in Insur Plcy
I_InsurPlcyContrCvrgObjDcbl is a Composite CDS View that provides data about "Cvrg InsOb Dcbl of Contr in Insur Plcy" in SAP S/4HANA. It reads from 1 data source (I_InsurPlcyDeductibleBasic) and exposes 24 fields with key fields InsurPlcyUUID, InsurPlcyInsurContr, InsurPlcyCoveragePackageID, InsurPlcyCoverageID, InsurPlcyInsuredObjectID. It has 4 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InsurPlcyDeductibleBasic | Deductible | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_Currency | _Currency | $projection.InsurPlcyDeductibleCurrency = _Currency.Currency |
| [1..*] | I_InsurPlcyTemplateT | _InsurPlcyTemplateT | $projection.InsurPlcyDeductibleTemplate = _InsurPlcyTemplateT.InsurPlcyTemplate |
| [0..1] | I_InsurPlcyDcblAmountUnitLink | _InsurPlcyDcblAmountUnit | $projection.InsurPlcyDeductibleAmountUnit = _InsurPlcyDcblAmountUnit.InsurPlcyDeductibleAmountUnit and $projection.InsurPlcyDeductibleTemplate = _InsurPlcyDcblAmountUnit.InsurPlcyDeductibleTemplate |
| [0..1] | I_InsurPlcyDcblCategoryLink | _InsurPlcyDeductibleCategory | $projection.InsurPlcyDeductibleCategory = _InsurPlcyDeductibleCategory.InsurPlcyDeductibleCategory and $projection.InsurPlcyDeductibleTemplate = _InsurPlcyDeductibleCategory.InsurPlcyDeductibleTemplate |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Cvrg InsOb Dcbl of Contr in Insur Plcy | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| ObjectModel.representativeKey | InsurPlcyDeductibleID | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| Metadata.allowExtensions | false | view | |
| Metadata.ignorePropagatedAnnotations | false | view | |
| Analytics.technicalName | IPCoCvObjDcbl | view |
Fields (24)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsurPlcyUUID | I_InsurPlcyDeductibleBasic | InsurPlcyUUID | Policy UUID |
| KEY | InsurPlcyInsurContr | I_InsurPlcyDeductibleBasic | InsurPlcyInsurContr | Contract Key |
| KEY | InsurPlcyCoveragePackageID | I_InsurPlcyDeductibleBasic | InsurPlcyCoveragePackageID | Cov.Package ID |
| KEY | InsurPlcyCoverageID | I_InsurPlcyDeductibleBasic | InsurPlcyCoverageID | Coverage Key |
| KEY | InsurPlcyInsuredObjectID | I_InsurPlcyDeductibleBasic | InsurPlcyInsuredObjectID | Ins. Obj. No. |
| KEY | InsurPlcySubCvrgID | I_InsurPlcyDeductibleBasic | InsurPlcySubCvrgID | Subcoverage Key |
| KEY | InsurPlcyDeductibleID | I_InsurPlcyDeductibleBasic | InsurPlcyDeductibleID | Deduct. ID |
| InsurPlcyJrnlNmbr | I_InsurPlcyDeductibleBasic | InsurPlcyJrnlNmbr | Journal Number | |
| InsurPlcyJrnlEndNmbr | I_InsurPlcyDeductibleBasic | InsurPlcyJrnlEndNmbr | Term. Jour. No. | |
| InsurPlcyProductPackageID | I_InsurPlcyDeductibleBasic | InsurPlcyProductPackageID | Prod. Pckg. Key | |
| InsurPlcyDeductibleCategory | I_InsurPlcyDeductibleBasic | InsurPlcyDeductibleCategory | Deductible Type | |
| InsurPlcyDeductibleAmount | I_InsurPlcyDeductibleBasic | InsurPlcyDeductibleAmount | Deductible Amt | |
| InsurPlcyDeductibleStartDate | I_InsurPlcyDeductibleBasic | InsurPlcyDeductibleStartDate | Deductible Start | |
| InsurPlcyDeductibleEndDate | I_InsurPlcyDeductibleBasic | InsurPlcyDeductibleEndDate | Deductible End | |
| InsurPlcyDeductibleTemplate | I_InsurPlcyDeductibleBasic | InsurPlcyDeductibleTemplate | Deductible Template | |
| InsurPlcyDeductibleCurrency | I_InsurPlcyDeductibleBasic | InsurPlcyDeductibleCurrency | Currency | |
| InsurPlcyDeductibleAmountUnit | I_InsurPlcyDeductibleBasic | InsurPlcyDeductibleAmountUnit | Deductible Cat. | |
| InsurPlcyDeductibleValue | I_InsurPlcyDeductibleBasic | InsurPlcyDeductibleValue | Ded. Percentage | |
| LastChangeDateTime | I_InsurPlcyDeductibleBasic | LastChangeDateTime | Timestamp | |
| _InsurPlcyContrCvrgInsrdObj | _InsurPlcyContrCvrgInsrdObj | |||
| _InsurPlcyDeductibleCategory | _InsurPlcyDeductibleCategory | |||
| _Currency | _Currency | |||
| _InsurPlcyDcblAmountUnit | _InsurPlcyDcblAmountUnit | |||
| _InsurPlcyTemplateT | _InsurPlcyTemplateT |
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_InsurPlcyContrCvrgObjDcbl.
-- 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 I_InsurPlcyContrCvrgObjDcbl AS
SELECT
Deductible.InsurPlcyUUID AS InsurPlcyUUID,
Deductible.InsurPlcyInsurContr AS InsurPlcyInsurContr,
Deductible.InsurPlcyCoveragePackageID AS InsurPlcyCoveragePackageID,
Deductible.InsurPlcyCoverageID AS InsurPlcyCoverageID,
Deductible.InsurPlcyInsuredObjectID AS InsurPlcyInsuredObjectID,
Deductible.InsurPlcySubCvrgID AS InsurPlcySubCvrgID,
Deductible.InsurPlcyDeductibleID AS InsurPlcyDeductibleID,
Deductible.InsurPlcyJrnlNmbr AS InsurPlcyJrnlNmbr,
Deductible.InsurPlcyJrnlEndNmbr AS InsurPlcyJrnlEndNmbr,
Deductible.InsurPlcyProductPackageID AS InsurPlcyProductPackageID,
Deductible.InsurPlcyDeductibleCategory AS InsurPlcyDeductibleCategory,
Deductible.InsurPlcyDeductibleAmount AS InsurPlcyDeductibleAmount,
Deductible.InsurPlcyDeductibleStartDate AS InsurPlcyDeductibleStartDate,
Deductible.InsurPlcyDeductibleEndDate AS InsurPlcyDeductibleEndDate,
Deductible.InsurPlcyDeductibleTemplate AS InsurPlcyDeductibleTemplate,
Deductible.InsurPlcyDeductibleCurrency AS InsurPlcyDeductibleCurrency,
Deductible.InsurPlcyDeductibleAmountUnit AS InsurPlcyDeductibleAmountUnit,
Deductible.InsurPlcyDeductibleValue AS InsurPlcyDeductibleValue,
Deductible.LastChangeDateTime AS LastChangeDateTime
FROM I_InsurPlcyDeductibleBasic AS Deductible
LEFT OUTER JOIN I_Currency AS _Currency ON InsurPlcyDeductibleCurrency = _Currency.Currency -- association [1..1]
LEFT OUTER JOIN I_InsurPlcyTemplateT AS _InsurPlcyTemplateT ON InsurPlcyDeductibleTemplate = _InsurPlcyTemplateT.InsurPlcyTemplate -- association [1..*]
LEFT OUTER JOIN I_InsurPlcyDcblAmountUnitLink AS _InsurPlcyDcblAmountUnit ON InsurPlcyDeductibleAmountUnit = _InsurPlcyDcblAmountUnit.InsurPlcyDeductibleAmountUnit AND InsurPlcyDeductibleTemplate = _InsurPlcyDcblAmountUnit.InsurPlcyDeductibleTemplate -- association [0..1]
LEFT OUTER JOIN I_InsurPlcyDcblCategoryLink AS _InsurPlcyDeductibleCategory ON InsurPlcyDeductibleCategory = _InsurPlcyDeductibleCategory.InsurPlcyDeductibleCategory AND InsurPlcyDeductibleTemplate = _InsurPlcyDeductibleCategory.InsurPlcyDeductibleTemplate -- association [0..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