Application Development 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: 

Update function module

Former Member
0 Kudos

Hello All,

What is the main purpose of the update funciton module?

What make it difference for the rest of the 2 types?

What is the significance of update function module?

Please answer these.

Thanks

SDN FAN

2 REPLIES 2

former_member181962
Active Contributor
0 Kudos

Check what sap documentation says:

Flags the function module func for execution in the update task. It is not executed at once, but the data passed with EXPORTING or TABLES is placed in a database table and a subsequent COMMIT WORK then causes the function module to be executed by the update task. Update function modules must be flagged as such in the Function Builder

The return value is not set.

Regards,

ravi

Former Member
0 Kudos

Hi,

The update function module is for execution in update task.

It is not executed immediatley..It will be triggered when a subsequent commit work is executed..

If it fails..You can use SM13 to view the update terminations..

difference..You cannot call normal function module IN UPDATE TASK...The update modules is not remotely callable..

Thanks

Naren

Message was edited by: Narendran Muthukumaran