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

Parallel processing of function modules

Former Member
0 Likes
454

Hi,

I am trying to convert a RFC to be processed parallely.

Previous call:

                                                                                   RFC

                                  ERP    -----------------------------------------------------------------> SRM   (Function 'ABC')

Call function 'ABC' destination 'XYZ'.

Now the FM has to be called using parallel processing.

                                                                                         RFC

                                    ERP   -----------------------------------------------------------------> SRM   (Function 'ABC')

Call function 'ABC' starting new task LV_TASK destination  in group 'RFC_GRP'.

Do you know how do we maintain a RFC group for SRM system in ERP in transaction RZ12?

If we maintain a RFC group for calling ERP in RZ12 the status for group is green. But when we maintain the RFC group for called SRM system in ERP the status is not green and the RFC call can not be made using parallel processing.

Thanks & Regards,

Kamini

1 REPLY 1
Read only

Former Member
0 Likes
352

Hi,

Refer this link you will get an idea,

http://scn.sap.com/thread/99544

Thanks and Regards,

Dhaya.G