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
703

Hi Experts,

If i call the FM which of type UPDATE MODULE, in usual way other than Update task what will happen?

Thaks,

shaik

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
582

hi Shaik,

Refer this weblog

/people/achim.bangert/blog/2006/02/19/an-abap-idiom-for-generic-programming

Reward if it helps

Regards,

Santosh

3 REPLIES 3
Read only

Former Member
0 Likes
583

hi Shaik,

Refer this weblog

/people/achim.bangert/blog/2006/02/19/an-abap-idiom-for-generic-programming

Reward if it helps

Regards,

Santosh

Read only

0 Likes
582
/people/achim.bangert/blog/2006/02/19/an-abap- idiom -for-generic-programming

Hi Shaik, Thank you for sharing the blog post. I was helpful to me.

Read only

Clemenss
Active Contributor
0 Likes
582

Hi Shaik,

FM of type UPDATE MODULE <b>can</b> be executed in (separate background) UPDATE TASK. If you do not specify IN UPDATE TASK, it's processed just like everything else in the current process.

Regards,

Clemens