C_Divisiontextvhtemp
Division VH text
C_Divisiontextvhtemp is a Consumption CDS View that provides data about "Division VH text" in SAP S/4HANA. It reads from 1 data source (I_DivisionText) and exposes 3 fields with key fields Division, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_DivisionText | Division | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Division VH text | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AbapCatalog.sqlViewName | CDIVISIONVHTEXT | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Search.searchable | true | view | |
| ObjectModel.representativeKey | Division | 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 | Division | I_DivisionText | Division | |
| KEY | Language | I_DivisionText | Language | |
| DivisionName | I_DivisionText | DivisionName | Division Description |
@EndUserText.label: 'Division VH text'
@VDM.viewType: #CONSUMPTION
@AbapCatalog.sqlViewName: 'CDIVISIONVHTEXT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.dataCategory: #TEXT
@Search.searchable: true
@ObjectModel.representativeKey: 'Division'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
define view C_Divisiontextvhtemp
as select from I_DivisionText as Division
{
key Division.Division,
@Semantics.language: true
key Division.Language,
@EndUserText.label: 'Division Description'
@Semantics.text: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
Division.DivisionName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_DIVISIONTEXT"
],
"ASSOCIATED":
[],
"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