cancel
Showing results for 
Search instead for 
Did you mean: 

RFC calls behaviour

Former Member
0 Kudos

Hi,

We want to understand a bit more on the RFC behaviour.

The RFC call is from a R/3 system to NW Java.

When the 1st ABAP function module calls the RFC on NW and then there is a 2nd ABAP

function module issue RFC call to NW before the 1st ABAP function module

calls complete. Would SAP puts the 2nd ABAP FM calls to RFC on queue

and wait for 1st FM calls to complete Or there isn't queuing, SAP just let both of the RFC call run simulteneously.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

kb,

Following links will help you. It depends on type of RFC you are using.

[http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5b6a85b11d6b28500508b5d5211/content.htm]

[http://help.sap.com/saphelp_nw04/helpdata/en/22/0424ba488911d189490000e829fbbd/content.htm]

Hope this helps.

Manoj

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Juan,

Further to the scenarios explain, 1st ABAP function module calls the RFC on NW by user 1 and 2nd ABAP function module calls the RFC on NW by user 2.

Thanks.

JPReyes
Active Contributor
0 Kudos

That pretty much depends on how the program is designed to run i guess.

Regards

Juan