ScmPrd_Marmt006

DDL: SCMPRD_MARMT006 SQL: SCMPRDMARMT006 Type: view

MARM inner Proxy View

ScmPrd_Marmt006 is a CDS View that provides data about "MARM inner Proxy View" in SAP S/4HANA. It reads from 1 data source (marm) and exposes 21 fields with key fields matid, meinh.

Data Sources (1)

SourceAliasJoin Type
marm marm from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName SCMPRDMARMT006 view
AbapCatalog.compiler.compareFilter true view
EndUserText.label MARM inner Proxy View view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #AUTOMATED view

Fields (21)

KeyFieldSource TableSource FieldDescription
KEY matid mara scm_matid_guid22 Product ID
KEY meinh marm meinh Unit of Measure
ty2tq marm ty2tq UoM Category
umrez marm umrez Numerator
umren marm umren Denominator
ean11 marm ean11 EAN/UPC
eancat marm numtp EAN Category
gtin_variant marm gtin_variant Variant
brgew marm brgew Weight
mara_gewei mara gewei Weight Unit
mara_ntgew mara ntgew Net Weight
gewei marm gewei Weight Unit
volum marm volum Volume
voleh marm voleh Volume Unit
laeng marm laeng Length
breit marm breit Width
hoehe marm hoehe Height
meabm marm meabm Unit
maxstack marm max_stack Max. Stack Fact
nest_ftr marm nest_ftr Rem.Vol.Nest
capause

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 ScmPrd_Marmt006.
-- 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.
-- SQL view name: SCMPRDMARMT006

CREATE VIEW ScmPrd_Marmt006 AS
SELECT
  mara.scm_matid_guid22 AS matid,
  marm.meinh AS meinh,
  marm.ty2tq AS ty2tq,
  marm.umrez AS umrez,
  marm.umren AS umren,
  marm.ean11 AS ean11,
  marm.numtp AS eancat,
  marm.gtin_variant AS gtin_variant,
  marm.brgew AS brgew,
  mara.gewei AS mara_gewei,
  mara.ntgew AS mara_ntgew,
  marm.gewei AS gewei,
  marm.volum AS volum,
  marm.voleh AS voleh,
  marm.laeng AS laeng,
  marm.breit AS breit,
  marm.hoehe AS hoehe,
  marm.meabm AS meabm,
  marm.max_stack AS maxstack,
  marm.nest_ftr AS nest_ftr,
  cast( marm.capause as /scwm/de_capause) AS capause
FROM marm
;