cancel
Showing results for 
Search instead for 
Did you mean: 

rfc to file:what should be the sender interface fields.

Former Member
0 Kudos

HI all ,

i have to create a scenario using sender rfc comm channel, in which i have to read R/3 table and send the details to a file through XI. i am using RFC_READ_TABLE fun module,

i have configured sender RFC comm channel and business system.

and i have the tcp/ip connection.

what should be the sender interface fields?

how do we do message mapping and interface mapping?

and how can i trigger this RFC function module?

any help?

thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You have to find out which BAPI is suitable for your requirement first in SE37 by searching.

then Import that RFC into IR how we import the Idocs, then do the Mapping.

No need of any DT, MT and MI for RFC side

How to trigger the RFC From R/3 to XI

RFC As Sender

Regards

Seshagiri

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi shashagiri,

i did the rfc to file scenario as swroopa blog mentioned.

but the message in PI moni is scheduled, and i went into the queue, there it was sysfailure. and in the information it was mentioned as "COMMIT/ROLLBACK error on "DEFAULT" database connection".

what would be the problem?

thanks

kumar

Former Member
0 Kudos

Hi,

If I understand your query correctly, you want to execute a function module locally on R/3 system and send the output to a file via XI. In this case you don't need an RFC adapter. You can use proxies.

Using RFC adapter you can execute an RFC function module on a remote system i.e. using RFC sender adapter, sender SAP system can request XI Integration Engine to process RFC calls.

Regards,

Riyaz