cancel
Showing results for 
Search instead for 
Did you mean: 

how to commit and wait

Former Member
0 Kudos

hai i want to use the wait concept i mean i dont want to go to next peice of code after calling bapi until it updates and save the records for this which statment i should use

regards

afzal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

use FM : BAPI_TRANSACTION_COMMIT

use export parametr WAIT = 'X'

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

U can use

COMMIT WORK AND WAIT.

Regards

Kannaiah