I_InsurIntClmTypeVersion
Version der Internen Fallart
I_InsurIntClmTypeVersion is a Basic CDS View that provides data about "Version der Internen Fallart" in SAP S/4HANA. It reads from 1 data source (ticl003) and exposes 10 fields with key fields InsurClmType, InsurClmTypeGeneration, InsurClmTypeVers. It has 3 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ticl003 | ticl003 | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_InsurIntClmTypeAllwdSubclm | _AllowedSubclaimType | $projection.InsurClmType = _AllowedSubclaimType.InsurClmType and $projection.InsurClmTypeGeneration = _AllowedSubclaimType.InsurClmTypeGeneration and $projection.InsurClmTypeVers = _AllowedSubclaimType.InsurClmTypeVers |
| [0..*] | I_InsurIntClmTypeAllwdReserve | _AllowedReserveType | $projection.InsurClmType = _AllowedReserveType.InsurClmType and $projection.InsurClmTypeGeneration = _AllowedReserveType.InsurClmTypeGeneration and $projection.InsurClmTypeVers = _AllowedReserveType.InsurClmTypeVers |
| [0..*] | I_InsurIntClmTypeAllwdCvrg | _AllowedCoverageType | $projection.InsurClmType = _AllowedCoverageType.InsurClmType and $projection.InsurClmTypeGeneration = _AllowedCoverageType.InsurClmTypeGeneration and $projection.InsurClmTypeVers = _AllowedCoverageType.InsurClmTypeVers |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Version der Internen Fallart | view | |
| AbapCatalog.sqlViewName | IICLINTCLMTVER | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.buffering.type | #FULL | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #B | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsurClmType | cltype | Claim Type | |
| KEY | InsurClmTypeGeneration | generat | Generation | |
| KEY | InsurClmTypeVers | version | XML Vers. | |
| InsurClmScheduledPaymentCat | schedcat | SchdPaytCat | ||
| InsurClmVersionValidFrom | Valid From | |||
| InsurClmVersionValidTo | Valid To | |||
| InsurClmValReqForSttgPaytSts | statpayvr | PaytStat VR | ||
| _AllowedSubclaimType | _AllowedSubclaimType | |||
| _AllowedReserveType | _AllowedReserveType | |||
| _AllowedCoverageType | _AllowedCoverageType |
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_InsurIntClmTypeVersion.
-- 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_InsurIntClmTypeVersion AS
SELECT
cltype AS InsurClmType,
generat AS InsurClmTypeGeneration,
version AS InsurClmTypeVers,
schedcat AS InsurClmScheduledPaymentCat,
cast(efffromtime as tzntstmps preserving type ) AS InsurClmVersionValidFrom,
cast(efftotime as tzntstmps preserving type ) AS InsurClmVersionValidTo,
statpayvr AS InsurClmValReqForSttgPaytSts
FROM ticl003
LEFT OUTER JOIN I_InsurIntClmTypeAllwdSubclm AS _AllowedSubclaimType ON InsurClmType = _AllowedSubclaimType.InsurClmType AND InsurClmTypeGeneration = _AllowedSubclaimType.InsurClmTypeGeneration AND InsurClmTypeVers = _AllowedSubclaimType.InsurClmTypeVers -- association [0..*]
LEFT OUTER JOIN I_InsurIntClmTypeAllwdReserve AS _AllowedReserveType ON InsurClmType = _AllowedReserveType.InsurClmType AND InsurClmTypeGeneration = _AllowedReserveType.InsurClmTypeGeneration AND InsurClmTypeVers = _AllowedReserveType.InsurClmTypeVers -- association [0..*]
LEFT OUTER JOIN I_InsurIntClmTypeAllwdCvrg AS _AllowedCoverageType ON InsurClmType = _AllowedCoverageType.InsurClmType AND InsurClmTypeGeneration = _AllowedCoverageType.InsurClmTypeGeneration AND InsurClmTypeVers = _AllowedCoverageType.InsurClmTypeVers -- association [0..*]
;
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