A_MaterialStock

DDL: A_MATERIALSTOCK Type: view COMPOSITE Package: ODATA_MM_IM_API_MATERIAL_STOCK

Material Master

A_MaterialStock is a Composite CDS View that provides data about "Material Master" in SAP S/4HANA. Part of development package ODATA_MM_IM_API_MATERIAL_STOCK.

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName AMATERIALSTOCK view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
EndUserText.label Material Master view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Material Material Vehicle Model
MaterialBaseUnit _Material MaterialBaseUnit Valuation Unit
_MatlStkInAcctMod _MatlStkInAcctMod

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 A_MaterialStock.
-- 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 A_MaterialStock AS
SELECT
  Material,
  _Material.MaterialBaseUnit AS MaterialBaseUnit
;