C_ProcurementIndValueHelp
Procurement Indicator Value Help
C_ProcurementIndValueHelp is a Consumption CDS View that provides data about "Procurement Indicator Value Help" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field ProcurementType. Part of development package ODATA_MM_COMMONS_VH.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CPROCMTIND_VH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.semanticKey | ProcurementType | view | |
| ObjectModel.representativeKey | ProcurementType | view | |
| EndUserText.label | Procurement Indicator Value Help | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProcurementType |
@AbapCatalog.sqlViewName: 'CPROCMTIND_VH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
//@Search.searchable: true
@ObjectModel.semanticKey: 'ProcurementType'
@ObjectModel.representativeKey: 'ProcurementType'
@EndUserText.label: 'Procurement Indicator Value Help'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
define view C_ProcurementIndValueHelp
as select from dd07l
{
// @Search: { defaultSearchElement: true, ranking: #HIGH }
key cast(dd07l.domvalue_l as procurementtype) as ProcurementType
}
where
domname = 'BESKZ'
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