I_FldLogsValuationType
Field Logistics Valuation type
I_FldLogsValuationType is a Composite CDS View that provides data about "Field Logistics Valuation type" in SAP S/4HANA. It reads from 1 data source (I_ProductValuationBasic) and exposes 4 fields with key fields Material, Plant, ValuationType. Part of development package ODATA_FLOG_PROCESS_RECEIPTS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProductValuationBasic | I_ProductValuationBasic | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFLVT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Field Logistics Valuation type | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Material | Product | ||
| KEY | Plant | ValuationArea | ||
| KEY | ValuationType | ValuationType | ||
| ValuationCategory | ValuationCategory |
@AbapCatalog.sqlViewName: 'IFLVT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Field Logistics Valuation type'
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType: {serviceQuality: #C,
dataClass: #TRANSACTIONAL,
sizeCategory: #L}
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_FldLogsValuationType
as select from I_ProductValuationBasic
{
key Product as Material,
key ValuationArea as Plant,
key ValuationType,
ValuationCategory
}where ValuationType is initial or ValuationType is null
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