I_FldLogsValuationTypeVH
Material Valuation Type in Field Logistics
I_FldLogsValuationTypeVH is a Basic CDS View that provides data about "Material Valuation Type in Field Logistics" in SAP S/4HANA. It reads from 1 data source (mbew) and exposes 4 fields with key fields Material, ValuationArea, InventoryValuationType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| mbew | mbew | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFLDLOGSVTVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Material Valuation Type in Field Logistics | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| VDM.viewType | #BASIC | view | |
| Search.searchable | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Material | matnr | ||
| KEY | ValuationArea | bwkey | ||
| KEY | InventoryValuationType | bwtar | ||
| InventoryValuationCategory | bwtty |
@AbapCatalog.sqlViewName: 'IFLDLOGSVTVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Material Valuation Type in Field Logistics'
@ObjectModel: {
usageType: {
sizeCategory: #L,
serviceQuality: #C,
dataClass:#MASTER
},
dataCategory:#VALUE_HELP
}
@VDM.viewType: #BASIC
@Search.searchable: true
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_FldLogsValuationTypeVH
as select from mbew
{
key matnr as Material,
key bwkey as ValuationArea,
key bwtar as InventoryValuationType,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
bwtty as InventoryValuationCategory
}
where bwtar is not initial
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"MBEW"
],
"ASSOCIATED":
[],
"BASE":
[],
"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