I_InsurClmComplexityText
Bezeichnung der (Teil)Fallkomplexität
I_InsurClmComplexityText is a Basic CDS View that provides data about "Bezeichnung der (Teil)Fallkomplexität" in SAP S/4HANA. It reads from 1 data source (ticl015t) and exposes 4 fields with key fields Language, InsurClmComplexity. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ticl015t | ticl015t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | ticl015t.langu = _Language.Language |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IICLCOMPLXTEXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AbapCatalog.buffering.type | #GENERIC | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| EndUserText.label | Bezeichnung der (Teil)Fallkomplexität | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | langu | ||
| KEY | InsurClmComplexity | complex | ||
| InsurClmComplexityName | name | |||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'IICLCOMPLXTEXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@AbapCatalog.buffering.type: #GENERIC
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType: {
dataClass: #CUSTOMIZING,
sizeCategory: #S,
serviceQuality: #B
}
@EndUserText.label: 'Bezeichnung der (Teil)Fallkomplexität'
define view I_InsurClmComplexityText
as select from ticl015t
association [0..1] to I_Language as _Language on ticl015t.langu = _Language.Language
{
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key langu as Language,
key complex as InsurClmComplexity,
name as InsurClmComplexityName,
_Language
}
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