Skip to Content
0
Jan 30, 2020 at 01:30 PM

Calling 2 dependent BAPI in exit

127 Views

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.