Application Development 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: 

Rollback transaction

Former Member
0 Kudos
96

Hi friends,

Can any please tell that how to rollback the transaction after it is committed?

Thanks in advance.

Regards,

Mihir Sharma

1 ACCEPTED SOLUTION

SuhaSaha
Advisor
Advisor
0 Kudos
59

>

> Can any please tell that how to rollback the transaction after it is committed?

Once you are COMMITTED you cannot ROLLBACK (pun intended) !!!

Instead of wasting your time waiting for answers you could have read the SAP documentation.

BR,

Suhas

2 REPLIES 2

SuhaSaha
Advisor
Advisor
0 Kudos
60

>

> Can any please tell that how to rollback the transaction after it is committed?

Once you are COMMITTED you cannot ROLLBACK (pun intended) !!!

Instead of wasting your time waiting for answers you could have read the SAP documentation.

BR,

Suhas

Former Member
0 Kudos
59

it is necessary for my senario to rollback because if for some condition if it does not rollback it to bring original changes it will take lots of days, so please help if after writing BDC on MM02 transaction can we rollback.

ABAP code(sample)

Call transaction 'MM02' using it_bdcdata. (BDC)

--> rollback

please help is any one can make it possible any how.