I_InsurClmLossCause
Ursache des Schaden-/Leistungsfalls
I_InsurClmLossCause is a Basic CDS View that provides data about "Ursache des Schaden-/Leistungsfalls" in SAP S/4HANA. It reads from 1 data source (ticl009) and exposes 5 fields with key fields InsurClmType, InsurClmTypeGeneration, InsurClmTypeVers, InsurClmCauseOfLoss. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ticl009 | ticl009 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_InsurClmLossCauseText | _LossCauseText | $projection.InsurClmCauseOfLoss = _LossCauseText.InsurClmCauseOfLoss |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ILOSSCAUSE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Ursache des Schaden-/Leistungsfalls | view | |
| Metadata.allowExtensions | true | view | |
| Search.searchable | 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 |
@AbapCatalog.sqlViewName: 'ILOSSCAUSE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Ursache des Schaden-/Leistungsfalls'
@Metadata.allowExtensions: true
@Search.searchable: true
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_InsurClmLossCause
as select from ticl009
association [0..*] to I_InsurClmLossCauseText as _LossCauseText on $projection.InsurClmCauseOfLoss = _LossCauseText.InsurClmCauseOfLoss
{
key ticl009.cltype as InsurClmType,
key ticl009.generat as InsurClmTypeGeneration,
key ticl009.version as InsurClmTypeVers,
@ObjectModel.text.association: '_LossCauseText'
@Search.defaultSearchElement: true
key losscause as InsurClmCauseOfLoss,
/* Associations */
_LossCauseText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TICL009"
],
"ASSOCIATED":
[
"I_INSURCLMLOSSCAUSETEXT"
],
"BASE":
[],
"VERSION":0
}
}*/
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