C_CSPRAssignedStore

DDL: C_CSPRASSIGNEDSTORE SQL: CCSPRASSGDSTORE Type: view CONSUMPTION

Count Products with RFID: Assigned Store

C_CSPRAssignedStore is a Consumption CDS View that provides data about "Count 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 has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_RetailStoreUserAssignment I_RetailStoreUserAssignment from

Associations (1)

CardinalityTargetAliasCondition
[1..1] C_CSPRStore _Store $projection.Store = _Store.Store

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CCSPRASSGDSTORE view
EndUserText.label Count Products with RFID: Assigned 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 #S view
ObjectModel.usageType.dataClass #MASTER view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Store Store
_Store _Store
@AbapCatalog.sqlViewName: 'CCSPRASSGDSTORE'
@EndUserText.label: 'Count Products with RFID: Assigned Store'
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@AccessControl.privilegedAssociations: ['_Store']
@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.viewType: #CONSUMPTION
@ObjectModel: {
    representativeKey: 'Store',
    usageType.serviceQuality: #C,
    usageType.sizeCategory: #S,
    usageType.dataClass: #MASTER
}
define view C_CSPRAssignedStore
  as select from I_RetailStoreUserAssignment
  association [1..1] to C_CSPRStore as _Store on $projection.Store = _Store.Store
{
  key Store,

      @ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
      _Store
}
where
  AssignedUser = $session.user