I_BATCHCONFIGURATION

CDS View

Customizing Batch Configuration

I_BATCHCONFIGURATION is a CDS View in S/4HANA. Customizing Batch Configuration. It contains 1 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
I_Batch view inner COMPOSITE Batch information
I_BatchDistinct view inner COMPOSITE Batch information by batch key
I_BatchVH view inner COMPOSITE Batch
I_MfgProcgExecBatch view inner COMPOSITE Batch in Manufacturing Processing Execution

Fields (1)

KeyField CDS FieldsUsed in Views
DefinitionOfBatchLevel DefinitionOfBatchLevel 1
@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!
    kzdch_old as DefinitionOfBatchLevel
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TCUCH"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/