cancel
Showing results for 
Search instead for 
Did you mean: 

RFC_WITHIN_SAME_SYSTEM issue

Former Member
0 Kudos

Hi All

We are having a problem where the messages just keep on running in the inbound queues they get put in. I have tried to deregister/register/activate the queues in transaction SXMB_ADM->Manage Queues. Also to restart the messages from SMQ2. But all without getting the messages to run at a faster rate. We have not setup the Archive/Delete jobs to run, but feel that this should have no negative impact on the running of the messages.

The messages in the queues run for a couple of hours where they should run for a second or 2 as they are small messages.

I have debuged from SXMB_MONI, and found that the message get stuck when it hit the following function module - RFC_WITHIN_SAME_SYSTEM in the sap standard code before hitting my piece of code(in the method).

Anyone that encountered this problem that could give me some idea of how to fix it please.

Thanks

Clinton

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Clinton !

What kind of scenario is this?

Regards,

Matias

Former Member
0 Kudos

Hi Matias

Thanks for your response

I solved the puzzle - it seemed like it was crashing on this but it was actually timing out on a program selecting from a table that has some problem.

Thanks

Clinton