C_AdditionalProductGroup4VH
Value Help view for Product Group 4
C_AdditionalProductGroup4VH is a Consumption CDS View that provides data about "Value Help view for Product Group 4" in SAP S/4HANA. It reads from 1 data source (I_AdditionalMaterialGroup4) and exposes 2 fields with key field FourthSalesSpecProductGroup. 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_AdditionalMaterialGroup4 | I_AdditionalMaterialGroup4 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | C_AdditionalProductGroup4Text | _Text | $projection.FourthSalesSpecProductGroup = _Text.FourthSalesSpecProductGroup |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CADLPRDGRP4VH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Value Help view for Product Group 4 | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | FourthSalesSpecProductGroup | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Search.searchable | true | view | |
| VDM.viewType | #CONSUMPTION | 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 | FourthSalesSpecProductGroup | |||
| _Text | _Text |
@AbapCatalog: {
sqlViewName: 'CADLPRDGRP4VH',
compiler.compareFilter: true,
preserveKey: true
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value Help view for Product Group 4'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
representativeKey: 'FourthSalesSpecProductGroup',
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
},
dataCategory: #VALUE_HELP
}
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
@Consumption.ranked: true
define view C_AdditionalProductGroup4VH
as select from I_AdditionalMaterialGroup4
association [1..*] to C_AdditionalProductGroup4Text as _Text on $projection.FourthSalesSpecProductGroup = _Text.FourthSalesSpecProductGroup
{
@Search: {
defaultSearchElement: true,
fuzzinessThreshold: 0.8,
ranking: #HIGH
}
@ObjectModel.text.association: '_Text'
key cast(AdditionalMaterialGroup4 as fourthsalesspecproductgroup preserving type ) as FourthSalesSpecProductGroup,
//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