Application Development 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: 

Is It possible to manually Create a Batch in entry in MCHA Table?

Former Member
0 Kudos

I have custom logic around creating multiple batches in SAP. The parameters are setup in a User Exit. However, I have to DEQUEUE ALL in order to crate my multi batches in a called and submitted program. It looks like when I execute:

CALL FUNCTION 'BAPI_BATCH_CREATE'

after the DEQUEUE its not updfating MCHA. Anyway (function module, or other) that I can maually add code to update MCHA with the new batches?

Thank-You

1 ACCEPTED SOLUTION

former_member156446
Active Contributor
0 Kudos

make sure you are calling bapi_transaction_commit at the end.

1 REPLY 1

former_member156446
Active Contributor
0 Kudos

make sure you are calling bapi_transaction_commit at the end.