cancel
Showing results for 
Search instead for 
Did you mean: 

Testing of RFCs Scenarios

Former Member
0 Kudos

Hi,

I want to know how to test RFC scenarios,

If rfc is at sender side then how to post it to XI for end to end testing

If rfc is at receiver side then how to check in sap system that it has reached succesfully,

as we have transactions for idocs in xi.

can u please tell me transactions used for that also?

Thanks in advance

Best Regards,

Harleen Kaur Chadha

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

u are sending RFC to other scenario . after completing all the design and configuration part then open the XI_http_client browser which is in your xi server in that give the server , port, and code of u RFC , and then there is button click the button then check it. is there any error check the runtime workbench.

thanks

Former Member
0 Kudos

Hello,

Sender : In R/3 Execute Tcode SE37 and mention the name of the RFC destiantion which is of type "T" (RFC destination points to XI from R/3 and has to be created in R/3).

Enter the Data for the parameters and click on the execute button.

Receiver: If the RFC is executed sucessfully , the data can verified fby looking into the Tables.

Thanks,

Kiran.

Former Member
0 Kudos

Hi

if u want to test the RFC at the sender side go to the transaction SE37 give the RFC name and display.

execute the RFC , it will aks for the input give the Input and execute

it will give u the output.

this is the case wwhen u r executing the RFC at the same system.

suppose u r using the RFC at receiver side

to test the RFC at the recieve rside u have to create a sceanrio in XI.

make all the Design Objects

Data Type

Messge Type

Message Interface

Message Mapping

Interface Mapping

ID Objects:

sender communication channel(SOAP adapter)

Receiver Communication Channel(RFC)

Business Service(Sender as well as receiver)

Sender agreement

Receiver determination

interface determination

Receiver agreement

Thanks

Rinku

Former Member
0 Kudos

Hi harleen

RFC at sender side:

go to tcode se37 and execute the rfc it will ask for rfc target system(you have to give the name of rfc destination that you had made for pinging the xi)

provide the input to rfc that will act as import parameter of bapi.

RFC at receiver side of xi:

xi will give the input through rfc receiver communication channel to rfc and through the same communication chjannel the response will be back to xi which is generated by rfcs

reward points if helpful

Kunaal

Former Member
0 Kudos

Hi harleen,

if you are done with configuring Rfc Channels at XI(sender or receiver)then for sender RFC we ll be going to se38 and execute the corresponding report of the Functional Module.

for receiver we ll check the correspoding tables of Functional Module

Regards,

rama Krishna

nisarkhan_n
Active Contributor
0 Kudos

At the sender side

if it is the RFC goto SE37 and execute it..if you are calling that RFC from program name goto se38 and execute...

on the receiver side...you can login to R/3 and check SXMB_MONI to c the data has entred....and to make sure data is updated you have to goto table and check.....there is no such tcode for check RFC as we do for IDOC on reciever side.

Former Member
0 Kudos

Hi,

Check with these

How to Trigger BAPI From R3 ToXI

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

RFC Sender Adapter

/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

Regards

Seshagiri