cancel
Showing results for 
Search instead for 
Did you mean: 

Need to make RFC Sync to RFC Async

Former Member
0 Kudos

Hello All,

I have RFC Sender and RFC Receiver Sync

I want to make RFC Sender and RFC Receiver Async

I have removed the export parameters of both the RFCs

In interface mapping I used the request message mapping. and kept the response mapping part blank.

Now when I run this scenario it works fine but also

in sxmb_moni I see two messages.

One for my request mapping. -- ok .

Second empty message for response mapping.

I do not want this second message in my sxmb_moni.

Can this be handled.?

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

When sending the RFC, send asynchronously, meaning call 'in background task' and 'commit work'. Since the QOS for this type of call is EO, the asynchronous nature will be propagated to the receiver end and you should see no response being generated.

Former Member
0 Kudos

Hello,

It did not get you.

Can you pls describe the steps.

Regards

prateek
Active Contributor
0 Kudos

I have removed the export parameters of both the RFCs

Have u reimported the RFC after that? If not, then do it

After reimporting, u ll not see the response tab at all.

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek,

I ahve done the same thing but still it is coming.

Can I pls send you snapshot and you can suggest me.

Pls let me know ur mail id.

Regards

Former Member
0 Kudos

Hi Rick,

RFC is by default synchornous communication, so even if you tried to supress it and trat as asynchornous call, the second message will not be supressed.

When you create the Interface Mapping, by default it will ask for response mapping also, even if export parameters are not avaialble.

Thus you can't avoid it. if there is requirment of Response in interface mapping then it will add the second message in SXMB_MONI.

refer below link may be this will help you

Send RFC to SAP XI – Asynchronous

/people/swaroopa.vishwanath/blog/2006/12/28/send-rfc-to-sap-xi-150-asynchronous

Thanks

Swarup

Former Member
0 Kudos

Hi Swarup,

Thanks!!!

For this blog

/people/swaroopa.vishwanath/blog/2006/12/28/send-rfc-to-sap-xi-150-asynchronous

Now I need to make one more RFC and need to send

these 2 parameters to new dummy RFC

Suppose my original RFC name is Z_RFC1

Dummy RFC name is Z_RFC_DUMMY

There will be 2 import parameters in Z_RFC1

and 2 export parameters in Z_RFC_DUMMY

Can u write/give me the report code as I do not know abap.

Thanks Again