‎2008 Sep 19 7:04 PM
I use this function module in my interface to create batches, sometimes, almost always we have to run the interface twice because the first time when we write the batchnums to the table they are blank. The second time they appear.
I have a commit and wait after each exec of the FM. Its like the system does not catch up to the processing in time, when its time to write the new batches out, maybe they are still creating them?
Thank-You
‎2008 Oct 20 8:51 PM
‎2008 Nov 24 7:43 PM
Hi ,
I am working with the same BAPI and uploading mass data and having a similar issue with blank Batch Number getting created in ECC6.0.
I could see you have mentioned resolved, can you please let me know how the issue was resolved.
Regards
Rajesh
‎2008 Nov 24 7:54 PM
My issue ended up being a program bug that was not passing a batch number because of logic. Double check your code. Hope this helps.