I_RetailStoreApplicationStore
Retail Store Application and Store
I_RetailStoreApplicationStore is a Composite CDS View that provides data about "Retail Store Application and Store" in SAP S/4HANA. It reads from 2 data sources (I_RetailStoreApplication, I_Site) and exposes 3 fields with key fields Store, RetailStoreApplication.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_RetailStoreApplication | I_RetailStoreApplication | cross |
| I_Site | I_Site | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IRTSTAPPLSTORE | view | |
| EndUserText.label | Retail Store Application and Store | 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 | #COMPOSITE | view | |
| ObjectModel.compositionRoot | true | view | |
| ObjectModel.representativeKey | RetailStoreApplication | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Store | Site | ||
| KEY | RetailStoreApplication | RetailStoreApplication | ||
| RetailStoreApplicationCategory | RetailStoreApplicationCategory |
@AbapCatalog.sqlViewName: 'IRTSTAPPLSTORE'
@EndUserText.label: 'Retail Store Application and Store'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #COMPOSITE
@ObjectModel: {
compositionRoot: true,
representativeKey: 'RetailStoreApplication',
usageType.serviceQuality: #C,
usageType.sizeCategory: #M,
usageType.dataClass: #MIXED
}
define view I_RetailStoreApplicationStore
as select from I_Site
cross join I_RetailStoreApplication
{
key Site as Store,
key RetailStoreApplication,
RetailStoreApplicationCategory
}
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