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

commit statement

Former Member
0 Likes
476

hi all

commit statements in user exits. can it be used

3 REPLIES 3
Read only

Former Member
0 Likes
461

Hi,

ya, y not, obiously u can use that.

reward points if useful,

seshu.

Read only

Former Member
0 Likes
461

Hi,

U can use . But it is not a good practise.

At user exit level means u are in the middle of the work.

If it is helpful rewards points.

Regards

Pratap.M

Read only

Former Member
0 Likes
461

Hi,

You should not do that.

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

Regards