SAP Note 523589 - EXCEPTION BATCH_EXIST for VB_CREATE_BATCH

Component : Basic Functions -

Solution : https://service.sap.com/sap/support/notes/523589 (SAP Service marketplace login required)

Summary :
When using the function module VB_CREATE_BATCH in SAP, it triggers the BATCH_EXIST exception if an existing batch number is determined via exit EXIT_SAPLV01Z_002. This restricts some business processes because the module aggressively checks for existing batch numbers and does not allow reuse. Implementing SAP Note 1035372 and using the provided BAdI can rectify this by modifying the existing batch check methodology to support more flexible processing needs.

Key words :
function module vb_create_batch, batch number, exit exit_saplv01z_002, exception batch_exist, existence check, business processes, badi provided, implementing note 1035372, vb_create_batch, implementing

Related Notes :

1035372Exception BATCH_EXIST in VB_CREATE_BATCH II