Call function xyz in background task - commit work needed?
229 Views
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?