C_MatlConsumptionIndValHelp
Consumption Indicator Value Help
C_MatlConsumptionIndValHelp is a Consumption CDS View that provides data about "Consumption Indicator Value Help" in SAP S/4HANA. Part of development package ODATA_PP_DD_STLM.
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| EndUserText.label | Consumption Indicator Value Help | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ConsumptionCode | _MatlConsumptionIndValHelp | ConsumptionCode | |
| ConsumptionDescription | _MatlConsumptionIndValHelp | ConsumptionDescription |
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MIXED
@EndUserText.label: 'Consumption Indicator Value Help'
@ObjectModel.resultSet: {
sizeCategory: #XS
}
define view entity C_MatlConsumptionIndValHelp as select distinct from I_ConsumptionText as _MatlConsumptionIndValHelp{
@ObjectModel.text.element: [ 'ConsumptionDescription' ]
key _MatlConsumptionIndValHelp.ConsumptionCode,
@Semantics.text: true
_MatlConsumptionIndValHelp.ConsumptionDescription
}
where _MatlConsumptionIndValHelp.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