I_FldLogsValuationType

DDL: I_FLDLOGSVALUATIONTYPE SQL: IFLVT Type: view COMPOSITE Package: ODATA_FLOG_PROCESS_RECEIPTS

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)

SourceAliasJoin Type
I_ProductValuationBasic I_ProductValuationBasic from

Annotations (10)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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