I_MaterialSampleVH
Material Sample Value Help
I_MaterialSampleVH is a Composite CDS View that provides data about "Material Sample Value Help" in SAP S/4HANA. It reads from 1 data source (I_MaterialSample) and exposes 6 fields with key field MaterialSample.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MaterialSample | I_MaterialSample | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMS__VH1 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | MaterialSample | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Material Sample Value Help | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaterialSample | MaterialSample | ||
| MaterialSampleDrawing | MaterialSampleDrawing | |||
| MatlQualityAuthorizationGroup | MatlQualityAuthorizationGroup | |||
| Plant | Plant | |||
| MatlSmplStorageEndDate | MatlSmplStorageEndDate | |||
| _MaterialSampleDrawing | _MaterialSampleDrawing |
@AbapCatalog.sqlViewName: 'IMS__VH1'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'MaterialSample'
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Material Sample Value Help'
// Use only within by annotation @Consumption.valueHelpDefinition !!!
-- this CDS view used only in deprecated result recording app
define view I_MaterialSampleVH as select from I_MaterialSample {
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
key MaterialSample,
@Consumption.hidden: true
MaterialSampleDrawing,
@Consumption.hidden: true
MatlQualityAuthorizationGroup,
@Consumption.hidden: true
Plant,
@Semantics.businessDate.to: true
MatlSmplStorageEndDate,
@Consumption.hidden: true
_MaterialSampleDrawing
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MATERIALSAMPLE"
],
"ASSOCIATED":
[
"I_MATERIALSAMPLEDRAWING"
],
"BASE":
[
"I_MATERIALSAMPLE"
],
"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