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

Function module

Former Member
0 Likes
353

Hai,

While creating a function module there are 3 options with radio buttons,

One is normal, second is remote third is update function module? from these can u please explain about Update functionmodule and usage?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
328

Hi,

This is how a update function module is defined :

<b>The function module runs asynchronously in the update task.

In this case, it must not have any export parameters and no exceptions should be defined. All import and table parameters must have reference fields or structures.

</b>

Regards,

varun .

1 REPLY 1
Read only

Former Member
0 Likes
329

Hi,

This is how a update function module is defined :

<b>The function module runs asynchronously in the update task.

In this case, it must not have any export parameters and no exceptions should be defined. All import and table parameters must have reference fields or structures.

</b>

Regards,

varun .