C_StorePickingRequest
Store Pick Request
C_StorePickingRequest is a Consumption CDS View that provides data about "Store Pick Request" in SAP S/4HANA. It reads from 1 data source (I_StorePickingRequestTP) and exposes 17 fields with key fields Store, StorePickingRequest. It has 1 association to related views. It is exposed through 1 OData service (UI_RFM_STORE_PICKPROD). It is used in 1 Fiori application: Process Picking Requests.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_StorePickingRequestTP | I_StorePickingRequestTP | projection |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_StorePickupOrderTP | _Customer | $projection.ReferenceStorePickUpOrder = _Customer.StorePickUpOrder |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Store Pick Request | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_RFM_STORE_PICKPROD | UI_RFM_STORE_PICKPROD | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F4643 | Process Picking Requests | Transactional |
Process Picking Requests
Business Role: Retail Store Associate
This feature enables you to enter serial number for articles that are serial number-managed during picking in Process Picking Requests application.
Fields (17)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Store | Store | Plant | |
| KEY | StorePickingRequest | StorePickingRequest | Store Pick Req ID | |
| ReferenceStorePickUpOrder | StoreReferenceOrder | |||
| StorePickUpOrderType | StoreReferenceDocumentType | |||
| StorePlannedPickingDateTime | StorePlannedPickingDateTime | Store Picking Request Time Stamp | ||
| StorePickingRequestStatus | StorePickingRequestStatus | Pick. Status | ||
| StorePickingRequestStatusText | StorePickingRequestStatusText | |||
| NumberOfProducts | NumberOfProducts | |||
| HandoverShelfSpaceID | HandoverShelfSpaceID | Shelf Space ID | ||
| UserAssignedToPickingRequest | UserAssignedToPickingRequest | User Name | ||
| GrossWeight | GrossWeight | Total Weight | ||
| WeightUnit | WeightUnit | Weight unit | ||
| GrossVolume | GrossVolume | Total Volume | ||
| VolumeUnit | VolumeUnit | Volume Unit | ||
| RetailStoreCustomerReference | RetailStoreCustomerReference | |||
| RetailStoreExternalReference | RetailStoreExternalReference | |||
| _Customer | _Customer |
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 C_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.
CREATE VIEW C_StorePickingRequest AS
SELECT
Store,
StorePickingRequest,
StoreReferenceOrder AS ReferenceStorePickUpOrder,
StoreReferenceDocumentType AS StorePickUpOrderType,
StorePlannedPickingDateTime,
StorePickingRequestStatus,
StorePickingRequestStatusText,
NumberOfProducts,
HandoverShelfSpaceID,
UserAssignedToPickingRequest,
GrossWeight,
WeightUnit,
GrossVolume,
VolumeUnit,
RetailStoreCustomerReference,
RetailStoreExternalReference
FROM I_StorePickingRequestTP
LEFT OUTER JOIN I_StorePickupOrderTP AS _Customer ON ReferenceStorePickUpOrder = _Customer.StorePickUpOrder -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- SAP Fiori Apps Architecture — How Fiori Apps Connect to Data
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA