cancel
Showing results for 
Search instead for 
Did you mean: 

Sender RFC Adaptor doubt

Former Member
0 Kudos

Hi,

I have some doubt on Sender RFC Adaptor.

1. Whether RFC sener Adatpor can pull the data from R/3?

2. How to pass the input parameter value to RFC from XI?

3. Can you provide some sample RFC to File adaptor guide

Regards

Ravi K

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ravi,

<i>How to pass the input parameter value to RFC from XI?</i> - to give input parameter values to RFC from XI, you will need a reciver RFC adapter in XI......By RFC, you will be calling a BAPI in R/3......so you will import this BAPI in XI in IR.. so when you have made the BAPI, you must have specified input arguments for your BAPI.......so you will just fill your msg for BAPI with data in your scenario in XI...then via RFC, XI will invoke this BAPI from R/3.

Thanks,

Rajeev Gupta

Former Member
0 Kudos

Hi Rajeev,

Can u elaborate more. I have imported the RFC (ZCUSTOMER) in IR. When we create the MI, Whether i have to select ZCUSTOMER.REPOSE or ZCUSTOMER rfc.

and Where the specify the parameter?

Ravi

Former Member
0 Kudos

Hi Ravi,

in R/3 in SE37, when you give this ZCUSTOMER bapi, then try to execute it...see what parameters it take......

I think your ZCUSTOMER does not have an input parameter because ZCUSTOMER.REPOSE is for response of BAPI which R/3 will return to XI....but for sending input from XI to R/3 you should have something like ZCUSTOMER.REQUEST or ZCUSTOMER.Input

So just check ZCUSTOMER in R/3 whether it has some input parameter in it or not....then go to BAPI transaction and see this BAPI's input parameters there also.

Thanks,

Rajeev Gupta

Answers (2)

Answers (2)

Former Member
0 Kudos

1.Whether RFC sener Adatpor can pull the data from R/3?

No it push data into XI.

2. How to pass the input parameter value to RFC from XI?

use Tables or input out paramterers so send data to XI.

3. Can you provide some sample RFC to File adaptor guide

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

/people/prakash.singh4/blog/2005/03/14/easy-xmlxslt-transform-using-apis-provided-by-sap

Check this link~

http://help.sap.com/saphelp_nw04/helpdata/en/c8/e80440a832e369e10000000a155106/frameset.htm

Hope this helps,

REGARDS

Sreeram.G.Reddy

bhavesh_kantilal
Active Contributor
0 Kudos

> 1. Whether RFC sener Adatpor can pull the data

> from R/3?

No. This will be PUSH based. You Sender SAP system will need to trigger the data to XI. XI cannot pull the data from the the SAP system.

> 2. How to pass the input parameter value to RFC

> from XI?

If you requirement is that XI needs to give the input and then you need the response, then you will need to have a Receievr RFC adapter in XI and not the sender RFC adapter.

> 3. Can you provide some sample RFC to File adaptor

> guide

>

Sender RFC --

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

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

File - RFC- File

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

RFC response to File using ABAP proxies --

[original link is broken]

Regards

Bhavesh