C_AdditionalProductGroup1Text
Text View of C_AdditionalProductGroup1VH
C_AdditionalProductGroup1Text is a Consumption CDS View that provides data about "Text View of C_AdditionalProductGroup1VH" in SAP S/4HANA. It reads from 1 data source (I_AdditionalMaterialGroup1Text) and exposes 5 fields with key fields FirstSalesSpecProductGroup, Language. It has 1 association to related views. Part of development package VDM_MD_PRODUCT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_AdditionalMaterialGroup1Text | I_AdditionalMaterialGroup1Text | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | C_AdditionalProductGroup1VH | _FirstSalesSpecProductGroup | $projection.FirstSalesSpecProductGroup = _FirstSalesSpecProductGroup.FirstSalesSpecProductGroup |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CADLPRDGRP1TXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Text View of C_AdditionalProductGroup1VH | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.representativeKey | FirstSalesSpecProductGroup | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FirstSalesSpecProductGroup | |||
| KEY | Language | Language | ||
| AdditionalMaterialGroup1Name | AdditionalMaterialGroup1Name | |||
| _Language | _Language | |||
| _FirstSalesSpecProductGroup | _FirstSalesSpecProductGroup |
@AbapCatalog: {
sqlViewName: 'CADLPRDGRP1TXT',
compiler.compareFilter: true,
preserveKey: true
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Text View of C_AdditionalProductGroup1VH'
@ObjectModel: {
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
},
representativeKey: 'FirstSalesSpecProductGroup',
dataCategory: #TEXT
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
define view C_AdditionalProductGroup1Text
as select from I_AdditionalMaterialGroup1Text
association [1..1] to C_AdditionalProductGroup1VH as _FirstSalesSpecProductGroup on $projection.FirstSalesSpecProductGroup = _FirstSalesSpecProductGroup.FirstSalesSpecProductGroup
{
@ObjectModel.foreignKey.association: '_FirstSalesSpecProductGroup'
@Search: {
defaultSearchElement: true,
fuzzinessThreshold: 0.8,
ranking: #LOW
}
key cast ( AdditionalMaterialGroup1 as firstsalesspecproductgroup preserving type ) as FirstSalesSpecProductGroup,
@Semantics.language: true
key Language,
@Search: {
defaultSearchElement: true,
fuzzinessThreshold: 0.8,
ranking: #LOW
}
@Semantics.text: true
AdditionalMaterialGroup1Name,
//Associations
_Language,
_FirstSalesSpecProductGroup
}
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