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

Regarding Function module

Former Member
0 Likes
414

Hi Experts,

what is the purpose of update module in SE37 attributes. Thanks in advance.

Regards,

Nagaraju Tankala

1 ACCEPTED SOLUTION
Read only

b_deterd2
Active Contributor
0 Likes
393

If you want to use your Fm in an update task. You can also use CALL FUNCTION ... IN UPDATE TASK

2 REPLIES 2
Read only

b_deterd2
Active Contributor
0 Likes
394

If you want to use your Fm in an update task. You can also use CALL FUNCTION ... IN UPDATE TASK

Read only

0 Likes
393

Function modules that run in the update task have a limited interface:

1.Result parameters or exceptions are not allowed since update-task function modules cannot report on their results.

2.You must specify input parameters and tables with reference fields or reference structures defined in the ABAP Dictionary.

regards

Saravanan