C_WhereUsedStatKeyFigStdVH
Where Used List Statistical Key Figures Value Help
C_WhereUsedStatKeyFigStdVH is a Consumption CDS View that provides data about "Where Used List Statistical Key Figures Value Help" in SAP S/4HANA. It reads from 1 data source (I_StatisticalKeyFigure) and exposes 3 fields with key fields StatisticalKeyFigure, ControllingArea.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_StatisticalKeyFigure | I_StatisticalKeyFigure | from |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CWUSKFSTDVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.type | #CLIENT_DEPENDENT | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Consumption.ranked | true | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | StatisticalKeyFigure | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Search.searchable | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Where Used List Statistical Key Figures Value Help | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | StatisticalKeyFigure | StatisticalKeyFigure | ||
| KEY | ControllingArea | ControllingArea | ||
| StatisticalKeyFigureName |
@AbapCatalog: {
sqlViewName: 'CWUSKFSTDVH',
compiler.compareFilter: true,
preserveKey: true
}
@AccessControl: {
authorizationCheck: #CHECK
}
@ClientHandling: {
type: #CLIENT_DEPENDENT,
algorithm: #SESSION_VARIABLE
}
@Consumption.ranked: true
@ObjectModel: {
dataCategory: #VALUE_HELP,
representativeKey: 'StatisticalKeyFigure',
usageType: {
serviceQuality: #A,
sizeCategory: #M,
dataClass: #MASTER
}
}
//@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Where Used List Statistical Key Figures Value Help'
define view C_WhereUsedStatKeyFigStdVH
as select from I_StatisticalKeyFigure
{
@ObjectModel.text.element: 'StatisticalKeyFigureName'
@Search: {
defaultSearchElement: true,
fuzzinessThreshold: 0.8,
ranking: #HIGH
}
key StatisticalKeyFigure,
key ControllingArea,
@Search: {
defaultSearchElement: true,
fuzzinessThreshold: 0.8,
ranking: #LOW
}
@Semantics.text: true
_Text[1: Language = $session.system_language ].StatisticalKeyFigureName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_STATISTICALKEYFIGURE",
"I_STATISTICALKEYFIGURETEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"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