cancel
Showing results for 
Search instead for 
Did you mean: 

How to do RFC to RFC in Single Stack PI 7.31?

0 Kudos

Hi,

Can any buddy explain me how to do RFC to RFC in Single Stack PI 7.31.

Thanks,

Siva

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor

Hi Siva,

For the receiver side, no problem, you only need to import the RFC in the ESR.

From the sender side, you can do an empty module function (as RFC) in your ABAP system, with the module function name and the tabs with the parameters filled. Why this?, it is a tricky way to have the RFC structure (XSD) for the PI in an easy way. Later you should follow Michal's blog:

https://blogs.sap.com/2005/03/29/configuring-the-sender-rfc-adapter-step-by-step/

Regards.