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 Sample Contr
_MatlSmplContainerTypeText _MatlSmplContainerTypeText

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_MatlSmplContainerType.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW I_MatlSmplContainerType AS
SELECT
  tq42.gebindetyp AS MatlSmplContainerType
FROM tq42
LEFT OUTER JOIN I_MatlSmplContainerTypeText AS _MatlSmplContainerTypeText ON MatlSmplContainerType = _MatlSmplContainerTypeText.MatlSmplContainerType  -- association [1..*]
;