I_ProdValnPriceControl
Prod Valn Price Control
I_ProdValnPriceControl is a Basic CDS View (Dimension) that provides data about "Prod Valn Price Control" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field InventoryValuationProcedure. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ProdValnPriceControlText | _Text | $projection.InventoryValuationProcedure = _Text.InventoryValuationProcedure |
Annotations (20)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPRDVALNPRCCTRL | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Prod Valn Price Control | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.representativeKey | InventoryValuationProcedure | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.sapObjectNodeType.name | ProductPriceControl | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| Search.searchable | true | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| Consumption.ranked | true | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InventoryValuationProcedure | |||
| DomainValue | domvalue_l | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IPRDVALNPRCCTRL'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Prod Valn Price Control'
@ObjectModel: {
usageType : {
serviceQuality: #A,
sizeCategory : #S,
dataClass: #MASTER
},
resultSet.sizeCategory: #XS,
representativeKey: 'InventoryValuationProcedure',
dataCategory: #VALUE_HELP
}
@ObjectModel.sapObjectNodeType.name:'ProductPriceControl'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@Search.searchable: true
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@Consumption.ranked: true
@ObjectModel.modelingPattern:#ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#SQL_DATA_SOURCE,
#SEARCHABLE_ENTITY ]
@Metadata.ignorePropagatedAnnotations: true
define view I_ProdValnPriceControl
as select from dd07l
association [0..*] to I_ProdValnPriceControlText as _Text on $projection.InventoryValuationProcedure = _Text.InventoryValuationProcedure
{
@ObjectModel.text.association: '_Text'
key cast ( domvalue_l as vprsv ) as InventoryValuationProcedure,
@Search: {
defaultSearchElement: true,
fuzzinessThreshold: 0.8,
ranking: #HIGH
}
@Consumption.hidden: true
domvalue_l as DomainValue,
_Text
}
where
dd07l.domname = 'VPRSV'
and dd07l.as4local = 'A'
and dd07l.as4vers = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PRODVALNPRICECONTROLTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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