cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to make RFC call Asynchronous

anand_nidamanuru
Active Participant
0 Kudos

Hi All,

We have to setup an RFC adapter in XI system that is asynchronous. The RFC in R/3 system has only import parameters and it doesn't expect anything from XI.

Can some one tell me how to make this asynchronous. Is there some setting done in the RFC method or RFC Destination settings or in the XI?

Thanks,

Anand

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

there is no extra settings required , configure it as normal.

- Satish

prateek
Active Contributor
0 Kudos

Just configure it as u do for a nomal async scenario. No additional config required.

Regards,

Prateek

Former Member
0 Kudos

Hi

Because of asynchronous no export parameters.

Just import it to IB Repository, where you use it as inbound interface (for example in a interface mapping). Use it as well a inbound if (receiver) in IB directory. It is the task of sender, to mark a message as asynchronous.

Thanks

Swarup

iprieto
Contributor
0 Kudos

Hi Anand,

It's OK. The XML must to be empty. Go to Message mapping and create one message bettwen two messages of this type, next you must to create an interface mapping, go to Test option and copy the XML source. This XML is the XML that you can send to the asynchronous call.

Best Regards

Iván

Edited by: Carlos Ivan Prieto Rubio on Jan 18, 2008 9:46 AM