P_RetailStorePrsnlznFramework
P_RetailStorePrsnlznFramework is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (fpb_persparm) and exposes 8 fields with key fields perskeytp, perskey, applid, fieldname, origin.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| fpb_persparm | fpb_persparm | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PRTSTPERSFRMWRK | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | 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 (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | perskeytp | perskeytp | ||
| KEY | perskey | perskey | ||
| KEY | applid | applid | ||
| KEY | fieldname | fieldname | ||
| KEY | origin | origin | ||
| KEY | dateto | dateto | ||
| KEY | fieldindex | fieldindex | ||
| low | low |
@AbapCatalog.sqlViewName: 'PRTSTPERSFRMWRK'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: 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 fpb_persparm
{
key perskeytp,
key perskey,
key applid,
key fieldname,
key origin,
key dateto,
key fieldindex,
key pers_subcontext,
low
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FPB_PERSPARM"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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