‎2009 Apr 28 11:12 PM
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
‎2009 Apr 28 11:14 PM
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.-
‎2009 Apr 29 6:01 AM
Hi
It is not required to commit work after every table update.
using it though wont effect the performance too .
Regards
Renu