2010 Jun 11 1:33 PM
Hi friends,
Can any please tell that how to rollback the transaction after it is committed?
Thanks in advance.
Regards,
Mihir Sharma
2010 Jun 11 1:40 PM
>
> 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
2010 Jun 11 1:40 PM
>
> 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
2010 Jun 11 1:51 PM
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.