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

bdc

Former Member
0 Likes
325

hi

please answer this query of mine.

if i have 2 transactions using call transaction. 1st transaction updated successfully,

while updating 2nd transaction call transaction fails?

thn how can i rollback the 1st transaction?

thnks

2 REPLIES 2
Read only

Former Member
0 Likes
287

Madhavi,

you can not update multiple transactions using call transaction method. This is one of the disadvantage in Call transaction method.

Pls. reward if it helps,

Satish

Read only

Former Member
0 Likes
287

I have faced a similar problem.

If the second transaction fails, you have to resubmit the first one in such a way that it does the reverse of what it did the first time.

Rob