I_RetailStoreUserAssignment

DDL: I_RETAILSTOREUSERASSIGNMENT SQL: IRTSTASSGNDSTORE Type: view BASIC

User-Assigned Store in Retail Store Apps

I_RetailStoreUserAssignment is a Basic CDS View that provides data about "User-Assigned Store in Retail Store Apps" in SAP S/4HANA. It reads from 1 data source (P_RetailStoreUserAssignment) and exposes 3 fields with key fields Store, AssignedUser.

Data Sources (1)

SourceAliasJoin Type
P_RetailStoreUserAssignment P_RetailStoreUserAssignment from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IRTSTASSGNDSTORE view
EndUserText.label User-Assigned Store in Retail Store Apps view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.representativeKey Store view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Store Store
KEY AssignedUser AssignedUser
_Store _Store
@AbapCatalog.sqlViewName: 'IRTSTASSGNDSTORE'
@EndUserText.label: 'User-Assigned Store in Retail Store Apps'

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

@VDM.viewType: #BASIC
@ObjectModel: {
    representativeKey: 'Store',
    usageType.serviceQuality: #C,
    usageType.sizeCategory: #S,
    usageType.dataClass: #MASTER
}
define view I_RetailStoreUserAssignment
  as select from P_RetailStoreUserAssignment

{
  key Store,
  key AssignedUser,

      _Store

}
where
  _Store.SiteCategory = 'A'