C_CSPRStore
Count Products with RFID: Store
C_CSPRStore is a Consumption CDS View that provides data about "Count Products with RFID: Store" in SAP S/4HANA. It reads from 1 data source (I_Site) and exposes 10 fields with key field Store. It has 7 associations to related views. Part of development package ODATA_RETAIL_ST_CNT_PROD_RFID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Site | I_Site | from |
Associations (7)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_RetailStoreUserAssignment | _RetailStoreUserAssignment | $projection.Store = _RetailStoreUserAssignment.Store and _RetailStoreUserAssignment.AssignedUser = $session.user |
| [0..*] | I_RetailStoreApplicationStore | _RetailStoreApplicationStore | $projection.Store = _RetailStoreApplicationStore.Store and _RetailStoreApplicationStore.RetailStoreApplicationCategory = '2' |
| [0..1] | C_CSPRSettings | _Settings | $projection.Store = _Settings.Store |
| [0..*] | C_CSPRStorageLocation | _StorageLocation | $projection.Store = _StorageLocation.Store |
| [0..1] | C_CSPRCountSubmitAuthorization | _RFIDCountSubmitAuthorization | $projection.Store = _RFIDCountSubmitAuthorization.Store |
| [0..1] | C_CSPRCountForceSubmitAuthzn | _RFIDCountForceSubmitAuthzn | $projection.Store = _RFIDCountForceSubmitAuthzn.Store |
| [0..1] | C_CSPRCountDeleteAuthorization | _RFIDCountDeleteAuthorization | $projection.Store = _RFIDCountDeleteAuthorization.Store |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CCSPRSTORE | view | |
| EndUserText.label | Count Products with RFID: Store | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.representativeKey | Store | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Store | Site | Plant | |
| StoreName | SiteName | |||
| AddressID | AddressID | Ship-to address | ||
| FormattedAddress | ||||
| _Settings | _Settings | |||
| _StorageLocation | _StorageLocation | |||
| _RetailStoreApplicationStore | _RetailStoreApplicationStore | |||
| _RFIDCountSubmitAuthorization | _RFIDCountSubmitAuthorization | |||
| _RFIDCountForceSubmitAuthzn | _RFIDCountForceSubmitAuthzn | |||
| _RFIDCountDeleteAuthorization | _RFIDCountDeleteAuthorization |
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_CSPRStore.
-- 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: CCSPRSTORE
CREATE VIEW C_CSPRStore AS
SELECT
Site AS Store,
SiteName AS StoreName,
AddressID,
cast('' as char200) AS FormattedAddress
FROM I_Site
LEFT OUTER JOIN I_RetailStoreUserAssignment AS _RetailStoreUserAssignment ON Store = _RetailStoreUserAssignment.Store AND _RetailStoreUserAssignment.AssignedUser = $session.user -- association [0..1]
LEFT OUTER JOIN I_RetailStoreApplicationStore AS _RetailStoreApplicationStore ON Store = _RetailStoreApplicationStore.Store AND _RetailStoreApplicationStore.RetailStoreApplicationCategory = '2' -- association [0..*]
LEFT OUTER JOIN C_CSPRSettings AS _Settings ON Store = _Settings.Store -- association [0..1]
LEFT OUTER JOIN C_CSPRStorageLocation AS _StorageLocation ON Store = _StorageLocation.Store -- association [0..*]
LEFT OUTER JOIN C_CSPRCountSubmitAuthorization AS _RFIDCountSubmitAuthorization ON Store = _RFIDCountSubmitAuthorization.Store -- association [0..1]
LEFT OUTER JOIN C_CSPRCountForceSubmitAuthzn AS _RFIDCountForceSubmitAuthzn ON Store = _RFIDCountForceSubmitAuthzn.Store -- association [0..1]
LEFT OUTER JOIN C_CSPRCountDeleteAuthorization AS _RFIDCountDeleteAuthorization ON Store = _RFIDCountDeleteAuthorization.Store -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- 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