I_FldLogsValuationType
Field Logistics Valuation type
I_FldLogsValuationType is a Basic CDS View that provides data about "Field Logistics Valuation type" in SAP S/4HANA. It reads from 1 data source (mbew) and exposes 4 fields with key fields Material, Plant, ValuationType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| mbew | mbew | 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 | #BASIC | 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 | matnr | ||
| KEY | Plant | bwkey | ||
| KEY | ValuationType | bwtar | ||
| ValuationCategory | bwtty |
@AbapCatalog.sqlViewName: 'IFLVT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Field Logistics Valuation type'
@VDM.viewType: #BASIC
@ObjectModel.usageType: {serviceQuality: #C,
dataClass: #TRANSACTIONAL,
sizeCategory: #L}
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_FldLogsValuationType
as select from mbew
{
key matnr as Material,
key bwkey as Plant,
key bwtar as ValuationType,
bwtty as ValuationCategory
}where bwtar is initial or bwtar 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