cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver RFC Channel performance issue

monikandan_p
Active Participant
0 Kudos

Hi Experts,

       I have a requirement (FTP->PI->RFC) from sender channel the data are picked very fast as required time but when to the receiver RFC  channel it take too time to processed success.

Note: Previously its working fine as per the required time, from last week onwards its getting slow to get success.

Kindly help on this issue.

Best Regards,

Monikandan

Accepted Solutions (0)

Answers (2)

Answers (2)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

In your RFC Receiver CC, increase the number of Maximum Connections from 1 to 5 e.g

Hope this helps,

Mark

monikandan_p
Active Participant
0 Kudos

Hi Mark,

     I have set max connection as 5 already.

Best Regards,

Monikandan.

former_member440061
Participant
0 Kudos

Hi,

This might be happening due to large amount of data incoming from the source file. Try processing file with relatively less data and see if it works fine.

Former Member
0 Kudos

Hi Moni

Please check whether the function module code has been changed in ECC or not.

Try to run the function module with payload data in stand alone mode, see if it is running fine or not.

Check the RFC channel also and make sure that no changes has been made.

monikandan_p
Active Participant
0 Kudos

Hi Indrajit,

       Actually in my requirement i need to handle two files to process from FTP for same interface, So i have configured the sender communication channel like this,go to the below screenshot.

For this reason the performance issue will happen.

See first one is processed successfully,Second one is in processing mode.

Best Regards,

Monikandan.

former_member184720
Active Contributor
0 Kudos

As i can find in the screenshot, the message is waiting in ABAP stack which means that RFC adapter/execution of RFC has got nothing to do.

Now open the message, go to performance header.

Here it'll list of all SAP RunTimeItem's and the processing times for each item.

You can easily determine which step is taking longer time.. such as DB_ENTRY_QUEUING/PLSRV_RECEIVER_DETERMINATION/PLSRV_RECEIVER_MESSAGE_SPLIT

Based on the step you can take the necessary action.

Refer to section 4. Analyzing the Integration Engine in the below document for more details..

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0b96675-87cf-2c10-b489-dee0ac03f...