C_TelCountryTextVHTemp
C_TelCountryTextVHTemp is a Consumption CDS View in SAP S/4HANA. It reads from 1 data source (I_CountryText) and exposes 3 fields with key fields Country, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CountryText | CountryText | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CTELCOUNTRYT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | Country | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Country | I_CountryText | Country | |
| KEY | Language | I_CountryText | Language | |
| CountryName | I_CountryText | CountryName | Country/Region Name |
@AbapCatalog.sqlViewName: 'CTELCOUNTRYT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'Country'
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
define view C_TelCountryTextVHTemp as select from I_CountryText as CountryText {
key CountryText.Country,
@Semantics.language: true
key CountryText.Language,
@Semantics.text: true
@EndUserText.label: 'Country/Region Name'
@UI.hidden: true
@Consumption.filter.hidden: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
CountryText.CountryName
}
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