cancel
Showing results for 
Search instead for 
Did you mean: 

Problems configuring RFC sender adapter

inigo_sacramento
Participant
0 Kudos

Hi everyone.

I've read Michal Krawczyk's weblog about configuring RFC sender adapter.

I don't understand the parameters that i have to set in SM59.

Could anyone explain me them?

Program ID

Gateway host

Gateway service

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi inigo,

Program Id is just a string which needs to be mentioned in the communication channel and make sure tht its the same as given in SM59.

Gatewayhost is the host name of ur Xi server.

Gateway service is the gateway of ur server (eg SAPGW00).

Make sure tht you make the connectioon type as T(tcp/ip).

Regards

Priyanka

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Inigo,

for the program ID you can write whatever you want, but it has to be the same in your RFC Adapter.

The gateway host is usualy your host name.

The gateway service is usualy sapgw<SystemNumber>. You can check this in the default profile in transaction RZ10 for example.

Best Regards,

Julien

inigo_sacramento
Participant
0 Kudos

One more question Julien.

I've made everything in Sm59 in XI box.

Final step is configuring the RFC call from R3. Do i have to define something else in R3 box in order to send RFC via function modules to XI ?

Thanks.

Former Member
0 Kudos

In R/3 you need to call a remote-enabled Function Module with the destination you defined in SM59. This should look like :

CALL FUNCTION 'ZTEST_RFC_SENDER'

DESTINATION '<name_of_RFC_destination>'

EXPORTING

PARAMIMPORT = sy-uname

IMPORTING

PARAMEXPORT = xi_return.