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: 

Question

former_member329386
Participant
0 Kudos

Hi all

I have a questions regarding function Modules. Three fm are (1) Normal (2) Remote (3) Updat. Am i write ? if yes the let me know about Update FM and what is the purpose & under what conditions these are used ?

Thanks

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor
0 Kudos

Hi,

FM of type UPDATE MODULE can 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,

Ferry Lianto

3 REPLIES 3

ferry_lianto
Active Contributor
0 Kudos

Hi,

FM of type UPDATE MODULE can 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,

Ferry Lianto

Former Member
0 Kudos

Update function module, Which can be called IN UPDATE TASK to group the updates in LUW

Check this link for creating Update FM

http://help.sap.com/saphelp_nw70/helpdata/en/41/7af4daa79e11d1950f0000e82de14a/content.htm

Reward Points if this helps,

Satish

Message was edited by:

Satish Panakala

Former Member
0 Kudos

Hi,

Check the below link.

http://help.sap.com/saphelp_nw04/helpdata/en/41/7af4daa79e11d1950f0000e82de14a/frameset.htm

Also check the below weblog.

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

Regards,

Maha