I_MatlSmplContainerType

DDL: I_MATLSMPLCONTAINERTYPE SQL: IMATLSMPLCONTRTY Type: view BASIC

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.

Data Sources (1)

SourceAliasJoin Type
tq42 tq42 from

Associations (1)

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

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IMATLSMPLCONTRTY view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey MatlSmplContainerType 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
@AbapCatalog.sqlViewName: 'IMATLSMPLCONTRTY'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'MatlSmplContainerType'
@EndUserText.label: 'Material Sample Container Type'
@VDM.viewType: #BASIC
@ObjectModel.usageType: { dataClass: #CUSTOMIZING, sizeCategory: #M, serviceQuality: #A }
define view 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
} 
  
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"TQ42"
],
"ASSOCIATED":
[
"I_MATLSMPLCONTAINERTYPETEXT"
],
"BASE":
[],
"VERSION":0
}
}*/