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

'Stop the transaction' button ....LUW?

Former Member
0 Likes
474

Hi all,

If a transaction is working on processing a list of items (say IDocs), say we gave a 'to' and 'from' values in the selection screen, then if we stop the transaction in the middle, then the changes done till that time are undone? Please refer to documents/files or threads if needed...

Thanks,

Charles.

Hi all,

If a transaction is working on processing a list of items (say IDocs), say we gave a 'to' and 'from' values in the selection screen, then if we stop the transaction in the middle, then the changes done till that time are undone? Please refer to documents/files or threads if needed...

Thanks,

Charles.

2 REPLIES 2
Read only

Former Member
0 Likes
428

Yes. they are all rolled back, unless there are explicit commit statements in that transaction for each of those processing records.

Regards,

Ravi

Read only

Former Member
0 Likes
428

It depends on individual transaction. If you are referring to processing of several IDocs using a transaction and if you stop in the middle, the IDocs that got processed so far will not be reversed.