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 the functional modules

Former Member
0 Likes
436

hi,

there are three types of function modules are there.

1)normal functional modules

2)remote functional modules

3)update functional modules

what is the update functional modules?

please provide me the information regarding this functiional modules

3 REPLIES 3
Read only

Former Member
0 Likes
415

The Update Function module is used in LUW (Logical unit of works).

For Ex. Call function '...' in update task.

If there are some business process which need to carried in sequence and at end of the buiness process the data need to update then the update function module will be called. After data commit the update function module will be called.

If there are any error between any business process then the update in this function module will be roll back.

Read only

Former Member
0 Likes
415

Hi,

go through following ,material:

http://sapmaterial.com/RFCmaterial.html

http://sapmaterial.com/bapi.html

Reward points if helpful

Srikanta Gope