Application Development and Automation 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: 
Read only

COMMIT UNDER MY CONTROL FOR MORE ONE TRANSACTION

Former Member
0 Likes
474

Hi Colleague,

I have to do one unique Commit at the end of two transactions. For example : I have to call the transactions J1B1 and FB01 and only after FB01 to make a commit command. I'd like to know if is possible ? How ?

To call the transactions I am using the CALL TRANSACTION command.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
440

use update called 'S' ,it works like committ.

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
440

Hi,

I think in call transaction this is not possible. If you are calling a transaction using call transaction internally system calls for BDC for the transaction J1B1 that have already saved the data, while control comes out of that transaction,

Please find some function modules or BAPI and use the commit work after the FB01 BAPI call.

aRs

Read only

Former Member
0 Likes
441

use update called 'S' ,it works like committ.