C_AdditionalProductGroup1VH
Value Help view for Product Group 1
C_AdditionalProductGroup1VH is a Consumption CDS View that provides data about "Value Help view for Product Group 1" in SAP S/4HANA. It reads from 1 data source (I_AdditionalMaterialGroup1) and exposes 2 fields with key field FirstSalesSpecProductGroup. It has 1 association to related views. It is exposed through 1 OData service (UI_SALESDOCUMENTMANAGE). Part of development package VDM_MD_PRODUCT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_AdditionalMaterialGroup1 | I_AdditionalMaterialGroup1 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | C_AdditionalProductGroup1Text | _Text | $projection.FirstSalesSpecProductGroup = _Text.FirstSalesSpecProductGroup |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CADLPRDGRP1VH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Value Help view for Product Group 1 | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.representativeKey | FirstSalesSpecProductGroup | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_SALESDOCUMENTMANAGE | UI_SALESDOCUMENTMANAGE | V4 | C1 | NOT_RELEASED |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FirstSalesSpecProductGroup | |||
| _Text | _Text |
@AbapCatalog: {
sqlViewName: 'CADLPRDGRP1VH',
compiler.compareFilter: true,
preserveKey: true
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value Help view for Product Group 1'
@ObjectModel: {
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
},
representativeKey: 'FirstSalesSpecProductGroup',
dataCategory: #VALUE_HELP
}
@VDM.viewType: #CONSUMPTION
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@Consumption.ranked: true
define view C_AdditionalProductGroup1VH
as select from I_AdditionalMaterialGroup1
association [1..*] to C_AdditionalProductGroup1Text as _Text on $projection.FirstSalesSpecProductGroup = _Text.FirstSalesSpecProductGroup
{
@ObjectModel.text.association: '_Text'
@Search: {
defaultSearchElement: true,
fuzzinessThreshold: 0.8,
ranking: #HIGH
}
key cast(AdditionalMaterialGroup1 as firstsalesspecproductgroup preserving type ) as FirstSalesSpecProductGroup,
//Associations
_Text
}
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