C_MaterialProcurementTypeVH
Procurement Type Value Help
C_MaterialProcurementTypeVH is a Consumption CDS View that provides data about "Procurement Type Value Help" in SAP S/4HANA. It reads from 1 data source (I_ProcurementTypeText) and exposes 2 fields with key field ProcurementType. Part of development package ODATA_PP_DD_STLM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProcurementTypeText | _MaterialProcurementTypeVH | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| EndUserText.label | Procurement Type Value Help | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProcurementType | I_ProcurementTypeText | ProcurementType | |
| ProcurementTypeDescription | I_ProcurementTypeText | ProcurementTypeDescription |
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@EndUserText.label: 'Procurement Type Value Help'
@VDM.viewType: #CONSUMPTION
@ObjectModel: {
resultSet: {
sizeCategory: #XS
}
}
define view entity C_MaterialProcurementTypeVH as select from I_ProcurementTypeText as _MaterialProcurementTypeVH {
@ObjectModel.text.element: [ 'ProcurementTypeDescription' ]
key _MaterialProcurementTypeVH.ProcurementType,
@Semantics.text: true
_MaterialProcurementTypeVH.ProcurementTypeDescription
}
where _MaterialProcurementTypeVH.Language = $session.system_language
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