SHSM_M_MEKKM

DDL: SHSM_M_MEKKM SQL: SHSMMMEKKM Type: view

SHSM_M_MEKKM is a CDS View in SAP S/4HANA. It reads from 1 data source (m_mekkm) and exposes 11 fields.

Data Sources (1)

SourceAliasJoin Type
m_mekkm m_mekkm from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName SHSMMMEKKM view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.dataCategory #VALUE_HELP view
Metadata.ignorePropagatedAnnotations true view

Fields (11)

KeyFieldSource TableSource FieldDescription
matnr matnr Vehicle Model
werks werks Receiving Plant
bstyp bstyp Source doc.cat.
bsart bsart Stnd purch.ord.
ebeln ebeln Source PurchDoc
ebelp ebelp Item pur. doc.
exlin exlin Hierarchy Number
iseopblocked iseopblocked Business Usage Comp.
ekorg ekorg Purchasing Org.
ekgrp ekgrp Sub. purchasing grp
statu statu Vehicle Status

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 SHSM_M_MEKKM.
-- 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: SHSMMMEKKM

CREATE VIEW SHSM_M_MEKKM AS
SELECT
  matnr,
  werks,
  bstyp,
  bsart,
  ebeln,
  ebelp,
  exlin,
  iseopblocked,
  ekorg,
  ekgrp,
  statu
FROM m_mekkm
;