C_Sitn2ABAPLanguageVersionVH
Abap Language Version
C_Sitn2ABAPLanguageVersionVH is a Consumption CDS View that provides data about "Abap Language Version" in SAP S/4HANA. It reads from 1 data source (I_SitnDefDomainValueText) and exposes 2 fields with key field SitnABAPLanguageVersion.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SitnDefDomainValueText | I_SitnDefDomainValueText | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CSITN2ABAPLNGVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.representativeKey | SitnABAPLanguageVersion | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| EndUserText.label | Abap Language Version | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SitnABAPLanguageVersion | |||
| SitnABAPLanguageVersionText | DomainText |
@AbapCatalog.sqlViewName: 'CSITN2ABAPLNGVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
usageType:{
serviceQuality:#C,
sizeCategory: #M,
dataClass: #MASTER
},
representativeKey: 'SitnABAPLanguageVersion',
resultSet.sizeCategory: #XS,
dataCategory:#VALUE_HELP
}
@EndUserText.label: 'Abap Language Version'
define view C_Sitn2ABAPLanguageVersionVH as select from I_SitnDefDomainValueText
{
@Consumption.filter.hidden: true
@ObjectModel.text: { element: ['SitnABAPLanguageVersionText'] }
key cast( DomainValue as abap_language_version ) as SitnABAPLanguageVersion,
@Semantics.text: true
DomainText as SitnABAPLanguageVersionText
}
where
I_SitnDefDomainValueText.SAPDataDictionaryDomain = 'ABAP_LANGUAGE_VERSION'
and I_SitnDefDomainValueText.Language = $session.system_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