I_RetailStoreUserAssignment
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)
| Source | Alias | Join Type |
|---|---|---|
| P_RetailStoreUserAssignment | P_RetailStoreUserAssignment | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA