UI_RFM_STORE_ASSIGNUSER

OData Service Package: RFM_STORE_ASSIGN_USER

Service for Assign Associates to Stores

UI_RFM_STORE_ASSIGNUSER is an OData service definition in SAP S/4HANA. It exposes 4 CDS view(s). It has 1 service binding(s).

Exposed CDS Views (4)

CDS ViewAlias
C_AURSAssignableUser AssignableUser
C_AURSAssignedStore AssignedStore
C_AURSStore Store
C_AURSStoreUser StoreUser

Service Bindings (1)

BindingTypeVersionContractReleasePublished
UI_RFM_STORE_ASSIGNUSER ODATA V2 C1 NOT_RELEASED false

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.

Source

@EndUserText.label: 'Service for Assign Associates to Stores'
define service UI_RFM_STORE_ASSIGNUSER {
  expose C_AURSStore as Store;
  expose C_AURSStoreUser as StoreUser;
  expose C_AURSAssignableUser as AssignableUser;
  expose C_AURSAssignedStore as AssignedStore;
}