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

user exits

Former Member
0 Likes
367

Can I write COMMIT and ROLLBACK in user-exit?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
346

hi check this..

we can use the commit..

regards,

venkat.

2 REPLIES 2
Read only

Former Member
0 Likes
347

hi check this..

we can use the commit..

regards,

venkat.

Read only

Former Member
0 Likes
346

Hi,

commit statement in userexit:

You should not do that.

After the user exits code is triggered, the transaction's own commits statements will commit the database anyway

Regards

Kiran Sure