I_MaterialGroupPackMaterials

DDL: I_MATERIALGROUPPACKMATERIALS Type: view BASIC

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)

SourceAliasJoin Type
tvegr tvegr from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MaterialGroupPackMatText _Text $projection.MaterialGroup = _Text.MaterialGroup

Annotations (13)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/