C_AdditionalProductGroup2Text
Text View of C_AdditionalProductGroup2VH
C_AdditionalProductGroup2Text is a Consumption CDS View that provides data about "Text View of C_AdditionalProductGroup2VH" in SAP S/4HANA. It reads from 1 data source (I_AdditionalMaterialGroup2Text) and exposes 5 fields with key fields SecondSalesSpecProductGroup, Language. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_AdditionalMaterialGroup2Text | I_AdditionalMaterialGroup2Text | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | C_AdditionalProductGroup2VH | _SecondSalesSpecProductGroup | $projection.SecondSalesSpecProductGroup = _SecondSalesSpecProductGroup.SecondSalesSpecProductGroup |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CADLPRDGRP2TXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Text View of C_AdditionalProductGroup2VH | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.representativeKey | SecondSalesSpecProductGroup | 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 | SecondSalesSpecProductGroup | |||
| KEY | Language | Language | ||
| AdditionalMaterialGroup2Name | AdditionalMaterialGroup2Name | |||
| _Language | _Language | |||
| _SecondSalesSpecProductGroup | _SecondSalesSpecProductGroup |
@AbapCatalog: {
sqlViewName: 'CADLPRDGRP2TXT',
compiler.compareFilter: true,
preserveKey: true
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Text View of C_AdditionalProductGroup2VH'
@ObjectModel: {
usageType:{
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
},
representativeKey: 'SecondSalesSpecProductGroup',
dataCategory: #TEXT
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
define view C_AdditionalProductGroup2Text
as select from I_AdditionalMaterialGroup2Text
association [1..1] to C_AdditionalProductGroup2VH as _SecondSalesSpecProductGroup on $projection.SecondSalesSpecProductGroup = _SecondSalesSpecProductGroup.SecondSalesSpecProductGroup
{
@Search: {
defaultSearchElement: true,
fuzzinessThreshold: 0.8,
ranking: #LOW
}
@ObjectModel.foreignKey.association: '_SecondSalesSpecProductGroup'
key cast(AdditionalMaterialGroup2 as secondsalesspecproductgroup preserving type ) as SecondSalesSpecProductGroup,
@Semantics.language: true
key Language,
@Search: {
defaultSearchElement: true,
fuzzinessThreshold: 0.8,
ranking: #LOW
}
@Semantics.text: true
AdditionalMaterialGroup2Name,
//associations
_Language,
_SecondSalesSpecProductGroup
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ADDITIONALMATERIALGROUP2TEXT"
],
"ASSOCIATED":
[
"C_ADDITIONALPRODUCTGROUP2VH",
"I_LANGUAGE"
],
"BASE":
[
"I_ADDITIONALMATERIALGROUP2TEXT"
],
"ANNO_REF":
[],
"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