cancel
Showing results for 
Search instead for 
Did you mean: 

RFC->XI->FILE Scenario

Former Member
0 Kudos

Hi ,

I am Doing RFC -> XI -> File.

For RFC Sender I am Using " BAPI_EQUI_GETDETAIL"

I have witten Abap Program to get the details from SAPR/3 and Send it to XI.

When I am Importing RFC in IR and Problem with mapping.

This RFC has Request as well as response.

So , Whe I select the Request it is showing the "Equipment No" (Import Parameters)

But I need the Export Parameters to post that data.

These Export Parameters are there in the Response.

How should I map the Scenario.

Regards,

Jayasimha

Accepted Solutions (0)

Answers (3)

Answers (3)

prateek
Active Contributor
0 Kudos

Map the response part of RFC (export parameters) with the file structure.

No need to use request RFC

Regards,

Prateek

Shabarish_Nair
Active Contributor
0 Kudos

try to embed the RFC call in a ABAP proxy (client) and then you can send the response of the RFC call to XI via the proxy.

So your scenario will be a ABAP proxy -> XI -> File scenario.

Ref: /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Former Member
0 Kudos

Hi,

In you Message interface choose the BAPI_EQUI_GETDETAIL.Response.

Then you will get the export parameters....

Regards,

Kumar.

Former Member
0 Kudos

choose the same BAPI_EQUI_GETDETAIL.Response in your mapping too...