cancel
Showing results for 
Search instead for 
Did you mean: 

Sender RFC Adapter

Former Member
0 Kudos

Hello Friends,

I have to use RFC in sender side and a program is there which populte the RFC input and sends to XI.

How to proceed this kind of Scenario.How the progam which populate RFc is triggered.Should it triggered manual.Or can we automate the process

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check this

How to Trigger BAPI From R3 ToXI

/people/swaroopa.vishwanath/blog/2006/12/28/send-rfc-to-sap-xi-150-asynchronous

Regards

Seshagiri

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

if u want to use the RFC adapter at the sender side

u have to trigger the RFC from the R/3 system manually.

before that u have to do the following settings.

Go to the transaction SM59 create a TCP/IP connection

click create, give any RFC destination name, connection type as T and give the following parametrs.

Program id (any name u want to give)

click on the radio button Register server program

provide gateway host( R/3 system application server name)

gateway service name (will be ur sapgw<systemno>)

and save.

now the RFC adapter that u have created in XI u have to give the same program id name that u have define while creating the RFC destination.

now to trigger the RFC from the R/3 system go to the transaction SE37 give ur RFC name and display/

execute the RFC provide the input parametrs of the RFC and enter the RFC destination name that u have created in the above steps.

if u still face the problem please reply me back.

Thanks

Rinku

Former Member
0 Kudos

Hello,

Please browse through the following link for the technical configuration of sender Adapter

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1438] [original link is broken] [original link is broken] [original link is broken];

Thanks,

Kiran.

Former Member
0 Kudos

hi sapient,

u can automate the process by writing a report in se38.

u can schedule the report in sm37.

first u need to create a program id in sender system this u can do by creating a rfc sender channel in XI box and give the required details for the channel.

what ever the program id name u used here will be using the same in creating TCP/IP connection in sm59 of sender system.

in sender system go to sm59->create TCP/IP connection in that give the program id for registereed server programand gatewaty service as the local.

test the connection.

dummy FM is replica of acual FM but without any code.

this FM is actually imported in XI BOX.

once it is dene create a dummy RFC with which exports and imports parameters.

get the required values from actual RFC and pass it to the export parameters of dummy RFC( dummy RFC do not have any code)

all these to be done in a report.

syntax

call dummy FM with background destination TCP/IP connection.

Thanks & Regards,

Rama Krishna

Former Member
0 Kudos

hI,

In you case programe will take care about RFC call,so it will send automatically,if you execute the programe.

Regards