Hi,
I have a scenario where I have to call 2 BAPIs in an enhancement. These 2 BAPIs are dependent, first BAPI need to be committed first before the second can be called.
Now, in enhancements we cannot call COMMIT, if I use IN UPDATE TASK I also cannot call COMMIT. In this situation, how could I achieve it?
Thank you.