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

Call function xyz in background task - commit work needed?

Former Member
0 Likes
618

Hello,

i want to call a function module 'xyz' in background task. This function inserts/updates some records in a database table. Do i need in the function module 'xyz' an explicit commit work to persist the data in database?

Thank you for your help

2 REPLIES 2
Read only

Former Member
0 Likes
389

hi

the answer is no. The function will be trigered itself after the commit operation. Dont commit anything, it will give you trouble.

bye

Gabriel p.-

Read only

Former Member
0 Likes
389

Hi

It is not required to commit work after every table update.

using it though wont effect the performance too .

Regards

Renu