C_ProductValuationAreaVH
Product Valuation Area Value Help view
C_ProductValuationAreaVH is a Consumption CDS View that provides data about "Product Valuation Area Value Help view" in SAP S/4HANA. It reads from 1 data source (I_Purreqvaluationarea) and exposes 4 fields with key field ValuationArea.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Purreqvaluationarea | I_Purreqvaluationarea | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CPRDVALAREAVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | Product Valuation Area Value Help view | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| AccessControl.authorizationCheck | #CHECK | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ValuationArea | ValuationArea | ||
| CompanyCode | CompanyCode | |||
| CompanyCodeName | CompanyCodeName | |||
| _CompanyCode | _CompanyCode |
@AbapCatalog.sqlViewName: 'CPRDVALAREAVH'
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Product Valuation Area Value Help view'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@ObjectModel: {
representativeKey: ['ValuationArea'],
usageType.serviceQuality: #A,
usageType.sizeCategory : #S,
usageType.dataClass: #MASTER
}
@AccessControl.authorizationCheck: #CHECK
define view C_ProductValuationAreaVH
as select from I_Purreqvaluationarea
{
@Search.defaultSearchElement: true
key ValuationArea,
CompanyCode,
@Semantics.text
CompanyCodeName,
_CompanyCode
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PURREQVALUATIONAREA"
],
"ASSOCIATED":
[
"I_COMPANYCODE"
],
"BASE":
[
"I_PURREQVALUATIONAREA"
],
"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