I_FldLogsValuationType

DDL: I_FLDLOGSVALUATIONTYPE SQL: IFLVT Type: view BASIC

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)

SourceAliasJoin Type
mbew mbew 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 #BASIC 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 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