I_InsurClmIncdntType
Schaden-/Leistungsfall - Ereignisart
I_InsurClmIncdntType is a Basic CDS View that provides data about "Schaden-/Leistungsfall - Ereignisart" in SAP S/4HANA. It reads from 1 data source (ticl062) and exposes 6 fields with key fields InsurClmPolicyProduct, InsurClmPolicyProdGeneration, InsurClmPolicyProductVersion, InsurClmIncdntType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ticl062 | ticl062 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_InsurClmIncdntTypeText | _IncidentTypeText | $projection.InsurClmIncdntType = _IncidentTypeText.InsurClmIncdntType |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICLINCTYP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Schaden-/Leistungsfall - Ereignisart | view | |
| Metadata.allowExtensions | true | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | InsurClmIncdntType | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsurClmPolicyProduct | polprod | ||
| KEY | InsurClmPolicyProdGeneration | generat | ||
| KEY | InsurClmPolicyProductVersion | version | ||
| KEY | InsurClmIncdntType | losstype | ||
| InsurClmType | cltype | |||
| _IncidentTypeText | _IncidentTypeText |
@AbapCatalog.sqlViewName: 'ICLINCTYP'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Schaden-/Leistungsfall - Ereignisart'
@Metadata.allowExtensions: true
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'InsurClmIncdntType'
@ObjectModel.resultSet.sizeCategory: #XS
define view I_InsurClmIncdntType
as select from ticl062
association [0..*] to I_InsurClmIncdntTypeText as _IncidentTypeText on $projection.InsurClmIncdntType = _IncidentTypeText.InsurClmIncdntType
{
key polprod as InsurClmPolicyProduct,
key generat as InsurClmPolicyProdGeneration,
key version as InsurClmPolicyProductVersion,
@ObjectModel.text.association: '_IncidentTypeText'
key losstype as InsurClmIncdntType,
cltype as InsurClmType,
//Association
_IncidentTypeText
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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