ScmPrd_Marmt006
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)
| Source | Alias | Join Type |
|---|---|---|
| marm | marm | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA