2008 Aug 04 10:50 AM
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
2008 Aug 04 12:06 PM
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 ..