cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Message Creation

Former Member
0 Kudos

Hello All,

I am new to XI and trying out and RFC scenario. I have an SAP R/3 system.

All I wanted to know is how I can create an RFC message with two import parameters and one export paramter. The two import parameters will serve as request parameters and one export parameter in RFC will server as response parameter.

Please guide me how I can create this kind of RFC messages in R/3 system, so that I will import it once I create in R/3 system.

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Vanaja,

After creating your RFC in SE37, a few steps to be remembered.

Make sure that you enable the option REMOTE MODULE in Se37.

In XI, in your Software COmponenet, make sure that you ENABLE IMPORT OF RFC and IDOCs.

Just import your RFC into XI and it should work fine.

Regards,

Bhavesh

moorthy
Active Contributor
0 Kudos

Hi,

First you need to create RFC in R/3. HEre it goes-

1) Go to Tcode SE37 and create a Function Module make it as RFC enabled by changing the attributes of the function. While creating FUnction Module it will ask you to create Import and Export Parameters. Go accordingly.

2) Write the logic inside the RFC function module.

3) Create RFC destinations to connect into XI systems.(in tcode SM59)

http://help.sap.com/saphelp_40b/helpdata/es/22/0438e7488911d189490000e829fbbd/applet.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/80/b711d7d6d03d4a956f16bb854a186e/frameset.htm

Go to how to guide from Service.sap.com.

Some of the links-

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

/people/sap.user72/blog/2005/07/01/my-new-best-friend-mr-rfcverifydestination

Hope this helps..

Regards,

Moorthy