I_FldLogsMaterialBatch

DDL: I_FLDLOGSMATERIALBATCH SQL: IFLDMATBAT Type: view BASIC Package: FLOG_RETURN_PROCG_BASE

Interface for material batch

I_FldLogsMaterialBatch is a Basic CDS View that provides data about "Interface for material batch" in SAP S/4HANA. It reads from 1 data source (P_ProductPlantBasic) and exposes 3 fields with key fields Material, Plant. Part of development package FLOG_RETURN_PROCG_BASE.

Data Sources (1)

SourceAliasJoin Type
P_ProductPlantBasic P_ProductPlantBasic from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IFLDMATBAT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Interface for material batch view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Material Product
KEY Plant Plant
IsInternalBatchManaged IsInternalBatchManaged
@AbapCatalog.sqlViewName: 'IFLDMATBAT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Interface for material batch'
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_FldLogsMaterialBatch
  as select from P_ProductPlantBasic
{

  key  Product as Material,
  key  Plant,
       IsInternalBatchManaged
}