Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Update Task without commit work

Former Member
873

Hi all,

if we use CALL FUNCTION 'ZXXXXX' IN UPDATE TASK and later not use Commit Work in the program.What happens?

Thanks,

1 REPLY 1
Read only

Former Member
528

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