P_RetailStorePrsnlznFramework
Retail Store Personalization Framework helper
P_RetailStorePrsnlznFramework is a Basic CDS View that provides data about "Retail Store Personalization Framework helper" in SAP S/4HANA. It reads from 1 data source (spers_obj) and exposes 10 fields with key fields pers_type, object_id, pers_key, fieldname, add_key. Part of development package ODATA_RETAIL_ST_COMMON.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| spers_obj | spers_obj | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PRTSTPERSFRMWRK | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | pers_type | pers_type | ||
| KEY | object_id | object_id | ||
| KEY | pers_key | pers_key | ||
| KEY | fieldname | fieldname | ||
| KEY | add_key | add_key | ||
| fieldvalue | fieldvalue | |||
| ldate | ldate | |||
| ltime | ltime | |||
| intlen | intlen | |||
| fieldlen | fieldlen |
@AbapCatalog.sqlViewName: 'PRTSTPERSFRMWRK'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@VDM.private: true
@ObjectModel.usageType: {
serviceQuality: #A,
dataClass: #MIXED
}
define view P_RetailStorePrsnlznFramework
as select from spers_obj
{
key pers_type,
key object_id,
key pers_key,
key fieldname,
key add_key,
fieldvalue,
ldate,
ltime,
intlen,
fieldlen
}
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