cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring RFC from PI to update a field in KNA1

Former Member
0 Kudos

Hi All,

We have a requirement to update a field in SAP ECC system using an RFC call from SAP PI.

The data flow is to be Legacy System -> SAP PI -> RFC Call -> Field in KNA1.

Kindly help me understand -

1.Configurations to be done in SAP PI 7.4

2.Configurations to be done in ECC.

Please share any documents/links which can be helpful in setting up the above flow.

Thanks,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

former_member186851
Active Contributor
0 Kudos

Hello Ravi,

For Legacy system based on communicaiton Type(File,SOAP ,JDBC) Configure the sender communication channel.

And for the receiver RFC channel configure SM59 RFC connection in ECC and give the system details including the program id in the receiver RFC Channel.

Below links should be helpful

XI/PI: Understanding the RFC Adapter

Configuring the Receiver RFC Adapter - Advanced Adapter Engine - SAP Library

SAPTechnical.COM - Scenario on RFC to SOAP

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ravi,

First you need to create Objects and Mappings in you PI ESR .You need to import the RFC into the ESR and do the needful mapping.

And in ID , you need to create 1 sender communication channel and 1 receiver RFC Communication Channel.In Receiver RFC communication channel you need to give the Server , port ans RFC details for ECC System.

And also in ECC do the necessary things like RFC code completely , before importing in PI ESR system.

http://www.cla5h.com/soap-to-rfc-synchronous-scenario-with-file.html

http://www.riyaz.net/sap/understanding-the-rfc-adapter/42/

XI/PI: Understanding the RFC Adapter

Thanks ,

Anik