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 function module

Former Member
0 Likes
429

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
Read only

Former Member
0 Likes
389

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

Read only

Former Member
0 Likes
389

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