I_InsurClmBenefitTypeText
Leistungsart-Text
I_InsurClmBenefitTypeText is a Basic CDS View that provides data about "Leistungsart-Text" in SAP S/4HANA. It reads from 1 data source (ticl055t) and exposes 4 fields with key fields Language, InsurBnftType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ticl055t | ticl055t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | ticl055t.langu = _Language.Language |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Leistungsart-Text | view | |
| AbapCatalog.sqlViewName | IICLBNFTTYPETXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.buffering.type | #FULL | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.representativeKey | InsurBnftType | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | langu | ||
| KEY | InsurBnftType | bentype | ||
| InsurBnftTypeName | name | |||
| _Language | _Language |
@EndUserText.label: 'Leistungsart-Text'
@AbapCatalog: {
sqlViewName: 'IICLBNFTTYPETXT',
compiler.compareFilter: true,
buffering.type: #FULL,
buffering.status: #ACTIVE
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType: {
dataClass: #CUSTOMIZING,
sizeCategory: #S,
serviceQuality: #B
}
@ObjectModel.representativeKey: 'InsurBnftType'
define view I_InsurClmBenefitTypeText
as select from ticl055t
association [0..1] to I_Language as _Language on ticl055t.langu = _Language.Language
{
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key langu as Language,
key bentype as InsurBnftType,
@Semantics.text: true
name as InsurBnftTypeName,
_Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TICL055T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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