SHSM_M_MEBZF

DDL: SHSM_M_MEBZF SQL: SHSMMMEBZF Type: view

SHSM_M_MEBZF is a CDS View in SAP S/4HANA. It reads from 1 data source (m_mebzf) and exposes 17 fields.

Data Sources (1)

SourceAliasJoin Type
m_mebzf m_mebzf from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName SHSMMMEBZF 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 (17)

KeyFieldSource TableSource FieldDescription
frbnr frbnr Bill of Lading
lifnr lifnr Vendor no.
ebeln ebeln Source PurchDoc
ebelp ebelp Item pur. doc.
stunr stunr Step Number
zaehk zaehk Counter
vgabe vgabe Transact. Type
gjahr gjahr Settlement Year
belnr belnr SD Document
buzei buzei Posting View Item
iseopblocked iseopblocked Business Usage Comp.
bsart bsart Stnd purch.ord.
ekgrp ekgrp Sub. purchasing grp
statu statu Vehicle Status
bstyp bstyp Source doc.cat.
ekorg ekorg Purchasing Org.
werks werks Receiving Plant

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_MEBZF.
-- 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: SHSMMMEBZF

CREATE VIEW SHSM_M_MEBZF AS
SELECT
  frbnr,
  lifnr,
  ebeln,
  ebelp,
  stunr,
  zaehk,
  vgabe,
  gjahr,
  belnr,
  buzei,
  iseopblocked,
  bsart,
  ekgrp,
  statu,
  bstyp,
  ekorg,
  werks
FROM m_mebzf
;