SHSM_EBAN

DDL: SHSM_EBAN SQL: SHSMEBAN Type: view Package: ME

CDS View for EBAN search help

SHSM_EBAN is a CDS View that provides data about "CDS View for EBAN search help" in SAP S/4HANA. It reads from 1 data source (eban) and exposes 6 fields with key fields banfn, bnfpo. Part of development package ME.

Data Sources (1)

SourceAliasJoin Type
eban eban from

Annotations (10)

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

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY banfn eban banfn Requisition
KEY bnfpo eban bnfpo Requisn. item
bsart eban bsart Stnd purch.ord.
ekgrp eban ekgrp Sub. purchasing grp
ekorg eban ekorg Purchasing Org.
werks eban 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_EBAN.
-- 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: SHSMEBAN

CREATE VIEW SHSM_EBAN AS
SELECT
  eban.banfn AS banfn,
  eban.bnfpo AS bnfpo,
  eban.bsart AS bsart,
  eban.ekgrp AS ekgrp,
  eban.ekorg AS ekorg,
  eban.werks AS werks
FROM eban
;