C_MSPRAssignedStore

DDL: C_MSPRASSIGNEDSTORE SQL: CMSPRASSGDSTORE Type: view CONSUMPTION

C_MSPRAssignedStore is a Consumption CDS View in SAP S/4HANA. It reads from 1 data source (I_RetailStoreUserAssignment) and exposes 2 fields with key field Store.

Data Sources (1)

SourceAliasJoin Type
I_RetailStoreUserAssignment I_RetailStoreUserAssignment from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CMSPRASSGDSTORE 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 #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Store Store Plant
_Store _Store

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_MSPRAssignedStore.
-- 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: CMSPRASSGDSTORE

CREATE VIEW C_MSPRAssignedStore AS
SELECT
  Store
FROM I_RetailStoreUserAssignment
;