‎2008 May 10 12:15 PM
‎2008 May 10 12:16 PM
You can, but you shouldn't.
Always let the 'system' do the necessary COMMITS, otherwise you can COMMIT data to database, before some additional checking of the data is done, for example.
Edited by: Micky Oestreich on May 10, 2008 1:16 PM
‎2008 May 10 12:16 PM
You can, but you shouldn't.
Always let the 'system' do the necessary COMMITS, otherwise you can COMMIT data to database, before some additional checking of the data is done, for example.
Edited by: Micky Oestreich on May 10, 2008 1:16 PM
‎2008 May 10 12:16 PM
No you cannot do that.
It will result in abnormal termination of the program
‎2008 May 11 7:19 AM
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