I_Extmatlgrp
value help for matl ext grp
I_Extmatlgrp is a Basic CDS View (Dimension) that provides data about "value help for matl ext grp" in SAP S/4HANA. It reads from 1 data source (twew) and exposes 2 fields with key field ExternalProductGroup. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| twew | twew | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_Extmatlgrptext | _Text | $projection.ExternalProductGroup = _Text.ExternalProductGroup |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IEXTMATLGRP | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | value help for matl ext grp | view | |
| Search.searchable | true | view | |
| ObjectModel.representativeKey | ExternalProductGroup | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ExternalProductGroup | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IEXTMATLGRP'
@Analytics: { dataCategory: #DIMENSION }
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'value help for matl ext grp'
@Search.searchable: true
@ObjectModel.representativeKey: 'ExternalProductGroup'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_Extmatlgrp
as select from twew
association [0..*] to I_Extmatlgrptext as _Text on $projection.ExternalProductGroup = _Text.ExternalProductGroup
{
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@ObjectModel.text.association: '_Text'
key cast(extwg as externalproductgroup) as ExternalProductGroup,
// @Search.defaultSearchElement: true
// @Search.fuzzinessThreshold: 0.8
// @Search.ranking: #HIGH
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TWEW"
],
"ASSOCIATED":
[
"I_EXTMATLGRPTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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