I_StorePickingRequest

DDL: I_STOREPICKINGREQUEST SQL: ISTRPICKREQ Type: view BASIC Package: RFM_STORE_PICK_REQ

Store Picking Request

I_StorePickingRequest (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.

Store Picking Request · Cross Applications

I_StorePickingRequest is a Basic CDS View (Dimension) that provides data about "Store Picking Request" in SAP S/4HANA. It reads from 1 data source (rfm_st_pick_req) and exposes 16 fields with key fields Store, StorePickingRequest. It has 2 associations to related views. Part of development package RFM_STORE_PICK_REQ.

SAP Help Documentation

CategoryOmnichannel Order Fulfillment for Retail
Data CategoryDimension
StatusPicking status of the picking request
Purpose
This CDS view provides the list of store picking requests. A store picking request is a follow-on document containing the list of the products which are ordered online. Based on store picking request document, store associate picks up the products in a Retail Store. Store picking request is mapped to a picking container (bag or box). At the end of picking process, these boxes are kept in the handover area for customers. This CDS view provides the data to answer the following business questions: How many orders are ready for pick up today or this week? How many orders are overdue (have not been picked up by consumers)? What is the picking status for order 'x'? To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views .

Structure
Further Important Fields Important fields in this view include the following: Field Name Description Store Store StorePickingRequest Store picking request StoreReferenceOrder Reference order for the picking request StoreReferenceDocumentType Reference order type StorePlannedPickingDateTime Planned picking data time StorePickingRequestStatus Picking status of the picking request HandoverShelfSpaceID Handover shelf space ID GrossWeight Gross weight WeightUnit Unit for weight GrossVolume Gross volume VolumeUnit Unit for volume

SAP Business Warehouse (SAP BW) Extraction
Data Extraction Type Full (physical deletions are possible in source tables)

View on SAP Help Portal →

SAP API Hub

CategoryBasic
StateC1
Line of BusinessCross Applications
Application ComponentLO-RFM-STO-FIO-2CL
CapabilitiesData Source for Data Extraction,Data Source in SQL Select,Data Source for Defining CDS Entities,Association Target for Defining CDS Entities,Analytical Dimension
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Not Released
PackageCross Applications for SAP S/4HANA Cloud Public Edition
Description <p>This CDS view provides the list of store picking requests. A store picking request is a follow-on document containing the list of the products which are ordered online. Based on store picking request document, store associate picks up the products in a Retail Store. Store picking request is mapped to a picking container (bag or box). At the end of picking process, these boxes are kept in the handover area for customers.</p> This CDS view provides the data to answer the following business questions:<ul> <li><p>How many orders are ready for pick up today or this week?</p></li> <li><p>How many orders are overdue (have not been picked up by consumers)?</p></li> <li><p>What is the picking status for order 'x'?</p></li> </ul> <p>To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
rfm_st_pick_req rfm_st_pick_req from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_Site _Site $projection.Store = _Site.Site
[0..1] I_RetailStoreOrderBusinessData _RetailStoreOrderBusinessData $projection.StoreReferenceOrder = _RetailStoreOrderBusinessData.ReferenceStorePickUpOrder and _RetailStoreOrderBusinessData.ReferenceStorePickupOrderItem = '000000'

Annotations (19)

NameValueLevelField
AbapCatalog.sqlViewName ISTRPICKREQ view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Analytics.dataExtraction.enabled true view
Analytics.dataExtraction.delta.changeDataCapture.automatic true view
ObjectModel.representativeKey StorePickingRequest view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #L view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view
EndUserText.label Store Picking Request view
ObjectModel.sapObjectNodeType.name StorePickingRequest view

Fields (16)

KeyFieldSource TableSource FieldDescription
KEY Store store Retail plant
KEY StorePickingRequest storepickingrequest Store Picking Request ID
StoreReferenceOrder referencestorepickuporder Order Number of the Reference Document
StoreReferenceDocumentType storepickupordertype Document Type of the Reference Document
StorePlannedPickingDateTime storeplannedpickingdatetime Time Stamp of Store Picking Request
StorePickingRequestStatus storepickingrequeststatus Store Picking Request Status
HandoverShelfSpaceID handovershelfspaceid Handover Shelf Space ID
UserAssignedToPickingRequest userassignedtopickingrequest User Name
GrossWeight grossweight Store Picking Request Gross Weight
WeightUnit weightunit Store Picking Request Gross Weight Unit of Measure
GrossVolume grossvolume Store Picking Request Gross Volume
VolumeUnit volumeunit Store Picking Request Gross Volume Unit of Measure
RetailStoreCustomerReference _RetailStoreOrderBusinessData RetailStoreCustomerReference Customer Reference
RetailStoreExternalReference _RetailStoreOrderBusinessData RetailStoreExternalReference Your Reference
_RetailStoreOrderBusinessData _RetailStoreOrderBusinessData
_Site _Site

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 I_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: ISTRPICKREQ

CREATE VIEW I_StorePickingRequest AS
SELECT
  Store,
  StorePickingRequest,
  referencestorepickuporder AS StoreReferenceOrder,
  storepickupordertype AS StoreReferenceDocumentType,
  StorePlannedPickingDateTime,
  StorePickingRequestStatus,
  HandoverShelfSpaceID,
  UserAssignedToPickingRequest,
  GrossWeight,
  WeightUnit,
  GrossVolume,
  VolumeUnit,
  _RetailStoreOrderBusinessData.RetailStoreCustomerReference AS RetailStoreCustomerReference,
  _RetailStoreOrderBusinessData.RetailStoreExternalReference AS RetailStoreExternalReference
FROM rfm_st_pick_req
LEFT OUTER JOIN I_Site AS _Site ON Store = _Site.Site  -- association [1..1]
LEFT OUTER JOIN I_RetailStoreOrderBusinessData AS _RetailStoreOrderBusinessData ON StoreReferenceOrder = _RetailStoreOrderBusinessData.ReferenceStorePickUpOrder AND _RetailStoreOrderBusinessData.ReferenceStorePickupOrderItem = '000000'  -- association [0..1]
;