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

Call Transaction

Former Member
0 Likes
323

Hi Experts,

I am updating two transactions one after the other

using call transaction method

if my second call transaction fails then first call transaction data should rollback

Pls guide me how to accomplish this.

Thanks & Regards,

Vinay rao

1 REPLY 1
Read only

former_member842213
Participant
0 Likes
304

hi,

U can check the messtab of second t.code ,if it it failure then do the reversal for the first transaction,

for eg :if the first tcode is for delivery , we can reverse it.

there will be option to reverse and delete the entrty also find that t.code and proceed further ..