SHSM_RLEKKO_EKPO

DDL: SHSM_RLEKKO_EKPO SQL: V_RLEKKO_EKPO1 Type: view

CDS view for search help

SHSM_RLEKKO_EKPO is a CDS View that provides data about "CDS view for search help" in SAP S/4HANA. It reads from 1 data source (v_rlekko_ekpo) and exposes 8 fields with key fields ebeln, lifnr, bstyp, bsart, bukrs.

Data Sources (1)

SourceAliasJoin Type
v_rlekko_ekpo v_rlekko_ekpo from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName V_RLEKKO_EKPO1 view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label CDS view for search help view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.personalData.blocking #REQUIRED view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY ebeln ebeln Source PurchDoc
KEY lifnr lifnr Vendor no.
KEY bstyp bstyp Source doc.cat.
KEY bsart bsart Stnd purch.ord.
KEY bukrs bukrs Value
KEY matnr matnr Vehicle Model
KEY werks werks Receiving Plant
KEY ebelp ebelp Item pur. doc.

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_RLEKKO_EKPO.
-- 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: V_RLEKKO_EKPO1

CREATE VIEW SHSM_RLEKKO_EKPO AS
SELECT
  ebeln,
  lifnr,
  bstyp,
  bsart,
  bukrs,
  matnr,
  werks,
  ebelp
FROM v_rlekko_ekpo
;