‎2006 Feb 15 11:12 AM
After migrating from 4.6c to ERP 5, batch input doesn't start automatic. The ABAP programs contains the function calls 'JOB_OPEN' 'JOB_CLOSE' etc. It works in 4.6c.
Do I have to run a spesific transaction to make this work? thanks.
‎2006 Feb 15 11:20 AM
Hi jan
In 5.0 to run Batch input you have to use
perform open_group.
perform close_group.
then you have to use sm35 to process the batch input
regards
kishore
Message was edited by: Harikishore Sreenivasulu
‎2006 Feb 15 12:37 PM
Hi,
what's with program rsbdcsub?
Is it submitted ?
pls check.
Andreas