Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_BATCH_CREATE & system efficiency

Former Member
0 Likes
608

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

3 REPLIES 3
Read only

Former Member
0 Likes
472

Resolved issue.

Read only

Former Member
0 Likes
472

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

Read only

0 Likes
472

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.