E_StorePickingRequest

DDL: E_STOREPICKINGREQUEST SQL: ESTRPICKREQ Type: view EXTENSION Package: RFM_STORE_PICK_REQ

Extension view for RFM_ST_PICK_REQ

E_StorePickingRequest is a Extension CDS View that provides data about "Extension view for RFM_ST_PICK_REQ" in SAP S/4HANA. It reads from 1 data source (rfm_st_pick_req) and exposes 2 fields with key fields Store, StorePickingRequest. Part of development package RFM_STORE_PICK_REQ.

Data Sources (1)

SourceAliasJoin Type
rfm_st_pick_req Persistence from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName ESTRPICKREQ view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.serviceQuality #P view
VDM.viewType #EXTENSION view
EndUserText.label Extension view for RFM_ST_PICK_REQ view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Store store Plant
KEY StorePickingRequest storepickingrequest Store Pick Req ID

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 E_StorePickingRequest.
-- 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: ESTRPICKREQ

CREATE VIEW E_StorePickingRequest AS
SELECT
  Store,
  StorePickingRequest
FROM rfm_st_pick_req AS Persistence
;