I_MatlSmplContainerType

DDL: I_MATLSMPLCONTAINERTYPE Type: view_entity BASIC Package: VDM_QM_INSPECTION

Material Sample Container Type

I_MatlSmplContainerType is a Basic CDS View that provides data about "Material Sample Container Type" in SAP S/4HANA. It reads from 1 data source (tq42) and exposes 2 fields with key field MatlSmplContainerType. It has 1 association to related views. Part of development package VDM_QM_INSPECTION.

Data Sources (1)

SourceAliasJoin Type
tq42 tq42 from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_MatlSmplContainerTypeText _MatlSmplContainerTypeText $projection.MatlSmplContainerType = _MatlSmplContainerTypeText.MatlSmplContainerType

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey MatlSmplContainerType view
Analytics.technicalName IMATLSMPLCONTRTY view
EndUserText.label Material Sample Container Type view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #A view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MatlSmplContainerType tq42 gebindetyp
_MatlSmplContainerTypeText _MatlSmplContainerTypeText
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'MatlSmplContainerType'
@Analytics.technicalName: 'IMATLSMPLCONTRTY'
@EndUserText.label: 'Material Sample Container Type'
@VDM.viewType: #BASIC
@ObjectModel.usageType: { dataClass: #CUSTOMIZING, sizeCategory: #M, serviceQuality: #A }
define view entity I_MatlSmplContainerType
  as select from tq42
  association [1..*] to I_MatlSmplContainerTypeText as _MatlSmplContainerTypeText on $projection.MatlSmplContainerType = _MatlSmplContainerTypeText.MatlSmplContainerType
{
  key tq42.gebindetyp as MatlSmplContainerType,

      /* Associations */
      _MatlSmplContainerTypeText
}