‎2008 Apr 28 8:34 AM
Hi all,
if we use CALL FUNCTION 'ZXXXXX' IN UPDATE TASK and later not use Commit Work in the program.What happens?
Thanks,
‎2008 Apr 28 8:47 AM
Hi,
The actual execution is triggered by the statement COMMIT WORK. The formal parameters of the function module receive the values of the actual parameters from table VBLOG.
If a COMMIT WORK statement is not executed after registration of a function module during execution of the current program, the function module is not executed and is deleted from table VBLOG at the end of the program.
Reward if found helpful
Edited by: adarsh r on Apr 28, 2008 9:48 AM