P_Prccntldtr
P_Prccntldtr is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field PriceDeterminationControl. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | P_Prccntldtrtext | _Text | $projection.PriceDeterminationControl = _Text.PriceDeterminationControl |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PRCCNTLDTRVH | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | PriceDeterminationControl | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PriceDeterminationControl | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'PRCCNTLDTRVH'
//@EndUserText.label: 'VH for prc cntr det'
//@ClientDependent: true
//@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }
@VDM.viewType: #BASIC
@VDM.private: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@EndUserText.label: 'Value help for Explicitness of SrNo LVL'
@ObjectModel.representativeKey: 'PriceDeterminationControl'
define view P_Prccntldtr as select from dd07l
association [0..*] to P_Prccntldtrtext as _Text
on $projection.PriceDeterminationControl = _Text.PriceDeterminationControl
{
@ObjectModel.text.association: '_Text'
key cast(dd07l.domvalue_l as pricedeterminationcontrol) as PriceDeterminationControl,
// @Search.defaultSearchElement: true
// @Search.fuzzinessThreshold: 0.8
// @Search.ranking: #HIGH
_Text
}
where domname = 'VPRSV'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"P_PRCCNTLDTRTEXT"
],
"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