C_StoreHandoverOrderPrsnlzn

DDL: C_STOREHANDOVERORDERPRSNLZN SQL: CSTRHNDPERSFRMWR Type: view CONSUMPTION Package: RFM_STORE_HANDOVER_PRODUCTS

Store Handover Order Personalization

C_StoreHandoverOrderPrsnlzn is a Consumption CDS View that provides data about "Store Handover Order Personalization" in SAP S/4HANA. It reads from 1 data source (I_StoreHandoverOrderPrsnlzn) and exposes 3 fields with key field Store. It is exposed through 2 OData services (ASQL_F4639, UI_RFM_STORE_HANDOVERORDER). It is used in 1 Fiori application: Hand Over Orders. Part of development package RFM_STORE_HANDOVER_PRODUCTS.

Data Sources (1)

SourceAliasJoin Type
I_StoreHandoverOrderPrsnlzn Personalization from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CSTRHNDPERSFRMWR view
VDM.viewType #CONSUMPTION view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Store Handover Order Personalization view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #CUSTOMIZING view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F4639 ASQL_F4639 C2 NOT_RELEASED
UI_RFM_STORE_HANDOVERORDER UI_RFM_STORE_HANDOVERORDER V2 C1 NOT_RELEASED

Fiori Apps (1)

App IDApp NameTypeDescription
F4639 Hand Over Orders Transactional

Hand Over Orders

Business Role: Retail Store Associate

This feature allows you to hand over click-and-reserve orders without cancellation of sales order. Instead, a billing document is created in the system for further processing.

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Store I_StoreHandoverOrderPrsnlzn Store Plant
ScanHandoverIsEnabled I_StoreHandoverOrderPrsnlzn ScanHandoverIsEnabled Scan Picking Request
ProdHandOvrCanclnIsAllwd I_StoreHandoverOrderPrsnlzn ProdHandOvrCanclnIsAllwd Allow Product Cancel

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_StoreHandoverOrderPrsnlzn.
-- 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: CSTRHNDPERSFRMWR

CREATE VIEW C_StoreHandoverOrderPrsnlzn AS
SELECT
  Personalization.Store AS Store,
  Personalization.ScanHandoverIsEnabled AS ScanHandoverIsEnabled,
  Personalization.ProdHandOvrCanclnIsAllwd AS ProdHandOvrCanclnIsAllwd
FROM I_StoreHandoverOrderPrsnlzn AS Personalization
;