C_HzdsSubstInvtryInfoMatlVH
HSI Info: Materials Value Help
C_HzdsSubstInvtryInfoMatlVH is a Consumption CDS View that provides data about "HSI Info: Materials Value Help" in SAP S/4HANA. It reads from 1 data source (I_Material) and exposes 3 fields with key field Material.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Material | I_Material | from |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | HSI Info: Materials Value Help | view | |
| AbapCatalog.sqlViewName | CHSIINFOMATLVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | Material | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.allowExtensions | true | view | |
| Search.searchable | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Material | I_Material | Material | |
| MaterialName | ||||
| association_Text |
@EndUserText.label: 'HSI Info: Materials Value Help'
@AbapCatalog: { sqlViewName: 'CHSIINFOMATLVH',
compiler.compareFilter: true,
preserveKey: true }
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ObjectModel: { dataCategory: #VALUE_HELP,
representativeKey: 'Material',
usageType: { serviceQuality: #B,
sizeCategory: #L,
dataClass: #MIXED }
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.allowExtensions:true
@Search.searchable: true
define view C_HzdsSubstInvtryInfoMatlVH
as select from I_Material
{
@EndUserText: { label: 'Material Number', quickInfo: 'Material Number' }
@ObjectModel: { text: { association: '_Text',
control: #ASSOCIATED_TEXT_UI_HIDDEN
} }
@Search: { defaultSearchElement: true,
ranking: #HIGH,
fuzzinessThreshold: 1 }
key I_Material.Material,
@EndUserText: { label: 'Material Name', quickInfo: 'Material Name' }
@Search: { defaultSearchElement: true,
ranking: #HIGH,
fuzzinessThreshold: 1 }
_Text[1: Language = $session.system_language ].MaterialName,
--association
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MATERIAL",
"I_MATERIALTEXT"
],
"ASSOCIATED":
[
"I_MATERIALTEXT"
],
"BASE":
[
"I_MATERIAL"
],
"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