I_MaterialGroupPackMaterials
Material Group for Packaging Materials
I_MaterialGroupPackMaterials is a Basic CDS View that provides data about "Material Group for Packaging Materials" in SAP S/4HANA. It reads from 1 data source (tvegr) and exposes 2 fields with key field MaterialGroup. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tvegr | tvegr | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_MaterialGroupPackMatText | _Text | $projection.MaterialGroup = _Text.MaterialGroup |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMATGRPPACKMAT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | Material Group for Packaging Materials | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | MaterialGroup | view | |
| Search.searchable | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.compositionRoot | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaterialGroup | |||
| _Text | _Text |
@AbapCatalog:{
sqlViewName: 'IMATGRPPACKMAT',
compiler.compareFilter:true
}
@EndUserText.label: 'Material Group for Packaging Materials'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'MaterialGroup'
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
serviceQuality: #A,
dataClass: #CUSTOMIZING,
sizeCategory: #S
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.compositionRoot: true
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
/*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK"
] } */
//successor of this view is I_MaterialGroupPackgMaterial. This view is still used by several objects. Do not remove
define view I_MaterialGroupPackMaterials
as select from tvegr
association [0..*] to I_MaterialGroupPackMatText as _Text on $projection.MaterialGroup = _Text.MaterialGroup
{
@Search: {
defaultSearchElement: true,
fuzzinessThreshold: 0.8,
ranking: #HIGH
}
@ObjectModel.text.association: '_Text'
key cast( magrv as matkl ) as MaterialGroup,
//Association
@ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TVEGR"
],
"ASSOCIATED":
[
"I_MATERIALGROUPPACKMATTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"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