C_MSPRAssignedStore

DDL: C_MSPRASSIGNEDSTORE SQL: CMSPRASSGDSTORE Type: view CONSUMPTION Package: RFM_STORE_MOVE_PRODUCT_RFID

Move Products with RFID: Assigned Store

C_MSPRAssignedStore is a Consumption CDS View that provides data about "Move Products with RFID: Assigned Store" in SAP S/4HANA. It reads from 1 data source (I_RetailStoreUserAssignment) and exposes 2 fields with key field Store. It is exposed through 1 OData service (UI_RFM_STORE_MOVEPRODRFID). Part of development package RFM_STORE_MOVE_PRODUCT_RFID.

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

OData Services (1)

ServiceBindingVersionContractRelease
UI_RFM_STORE_MOVEPRODRFID UI_RFM_STORE_MOVEPRODRFID V2 C1 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Store Store
_Store _Store
@AbapCatalog.sqlViewName: 'CMSPRASSGDSTORE'
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.privilegedAssociations: ['_Store']
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.viewType: #CONSUMPTION
@ObjectModel: {
    representativeKey: 'Store',
    usageType.serviceQuality: #C,
    usageType.sizeCategory: #S,
    usageType.dataClass: #CUSTOMIZING
}
define view C_MSPRAssignedStore
  as select from I_RetailStoreUserAssignment
  association to parent C_MSPRStore as _Store on $projection.Store = _Store.Store
{
  key Store,

      _Store
}
where
  AssignedUser = $session.user