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: 

for wait process which abap code or function module need to call .

Former Member
0 Kudos

Hi,

I am creating automatic invoice on click of pgi. Now runnig a funtional module in diffrent session.

I want to wait till delivery is unlock and then proceed my invoice creation . For this wait process which abap code or function module I have to call. Can anyone guide me.

Regards.

2 REPLIES 2

Former Member
0 Kudos

Check the

COMMIT WORK AND WAIT command is executed.

OR

wait up to 10 seconds.

Former Member
0 Kudos

Hi,

Chk this bapi ' BAPI_TRANSACTION_COMMIT" . in this bapi pass import parameters "wait" as "X".

Regards,

Lokeswari.