C_AURSAssignedStore

DDL: C_AURSASSIGNEDSTORE SQL: CAURSASSGDSTORE Type: view CONSUMPTION

C_AURSAssignedStore 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. It has 1 association to related views. It is exposed through 1 OData service (UI_RFM_STORE_ASSIGNUSER). It is used in 2 Fiori applications: My Store Assignment, Assign Associates to Store.

Data Sources (1)

SourceAliasJoin Type
I_RetailStoreUserAssignment I_RetailStoreUserAssignment from

Associations (1)

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

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CAURSASSGDSTORE 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

OData Services (1)

ServiceBindingVersionContractRelease
UI_RFM_STORE_ASSIGNUSER UI_RFM_STORE_ASSIGNUSER V2 C1 NOT_RELEASED

Fiori Apps (2)

App IDApp NameTypeDescription
F4334 My Store Assignment Transactional With this app, you can work in different stores and with various SAP Fiori apps for in-store merchandise and inventory management frequently as a store associate. For example, store associate can view all store assignments and can assign oneself to work with the apps in a specific store.
F8523 Assign Associates to Store Transactional With this app, you can work in different stores and with various SAP Fiori apps for in-store merchandise and inventory management frequently as store manager or associate. For example, store manager can view all store assignments and can assign store associates to work with the apps in a specific store.

My Store Assignment

Business Role: Retail Store Associate

With this app you can assign your own user and other users to stores. You can also display the store assignments of all users.

Assign Associates to Store

Business Role: Retail Store Manager

With this app, as a store manager, you can view available users, their store assignments, and reassign them to different stores. For example, store managers can review all store assignments and grant store associates access to apps for specific stores.

Key Features: Assign users to stores to access all the retail in-store merchandise and inventory management apps. Assign multiple store associates to a store simultaneously. View the store assignments for all store associates.

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Store Store
_Store _Store
@AbapCatalog.sqlViewName: 'CAURSASSGDSTORE'

@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE

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

      _Store
}
where
  AssignedUser = $session.user