‎2017 Oct 16 6:01 AM
Hello guys, so i was looking on the internet about CALL FUNCTION...IN UPDATE TASK, and i have a question about it, when i write the command "IN UPDATE TASK", the function will only run if a commit work command is executed after the process, so what happens when a rollback work is executed instead of a commit work? the function will not run and for example will not update a standard table?
My problem is that i have to secure an update in a standard table and a Z table equally. If i'm right, a commit work will only be called if the Z table is succefully updated and then it will trigger the standard update function.
‎2017 Oct 16 6:29 AM
"i was looking on the internet"
Maybe it's a good idea to look in the documentation.
‎2017 Oct 16 6:29 AM
"i was looking on the internet"
Maybe it's a good idea to look in the documentation.
‎2017 Oct 16 6:33 AM
‎2017 Oct 16 12:29 PM