I_BatchConfiguration

DDL: I_BATCHCONFIGURATION SQL: IBATCHCONFIG Type: view BASIC Package: LO_BM_BATCH_DB

Customizing Batch Configuration

I_BatchConfiguration is a Basic CDS View that provides data about "Customizing Batch Configuration" in SAP S/4HANA. It reads from 1 data source (tcuch) and exposes 1 field with key field SAPClient. Part of development package LO_BM_BATCH_DB.

Data Sources (1)

SourceAliasJoin Type
tcuch tcuch from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IBATCHCONFIG view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Customizing Batch Configuration view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.private false view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY SAPClient mandt
@AbapCatalog.sqlViewName: 'IBATCHCONFIG'
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Customizing Batch Configuration'

@AccessControl.authorizationCheck: #NOT_REQUIRED

@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass:#CUSTOMIZING
@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.private: false
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API

define view I_BatchConfiguration as select from tcuch {
    @AbapCatalog.internal.isMandt
    key mandt      as SAPClient,
    -- KZDCH holds the target definition in case the customers wants to switch between two configurations!
    @Environment.sql.passValue: true
    kzdch_old as DefinitionOfBatchLevel
}