I_InvtryMgmtValuationTypeVH
Inventory Valuation Types
I_InvtryMgmtValuationTypeVH is a Composite CDS View that provides data about "Inventory Valuation Types" in SAP S/4HANA. Part of development package MM_IM_VDM_VALUE_HELP.
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Inventory Valuation Types | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | InventoryValuationType | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #NONE | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Material | |||
| KEY | Plant | |||
| KEY | InventoryValuationType | InventoryValuationType |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@EndUserText.label: 'Inventory Valuation Types'
@AccessControl: {
authorizationCheck: #MANDATORY,
personalData.blocking: #NOT_REQUIRED
}
@ObjectModel: {
usageType:{
sizeCategory: #M,
serviceQuality: #C,
dataClass: #MASTER
},
dataCategory: #VALUE_HELP,
representativeKey: 'InventoryValuationType'
}
@VDM: {
viewType: #COMPOSITE,
lifecycle.contract.type: #NONE
}
@Search.searchable: true
@Consumption.ranked: true
@Metadata: {
allowExtensions: true,
ignorePropagatedAnnotations: true
}
define view entity I_InvtryMgmtValuationTypeVH as select distinct from I_MaterialValuation
{
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #MEDIUM
@Search.defaultSearchElement: true
key cast(Material as matnr) as Material,
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #MEDIUM
@Search.defaultSearchElement: true
key cast(ValuationArea as werks_d) as Plant,
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@Search.defaultSearchElement: true
key InventoryValuationType
}
where InventoryValuationType <> ''
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