cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to call RFC in R/3 system on destination PI system.

Former Member
0 Kudos

Hi,

Proxy is used to trigger PI message from R/3 system. Is it possible to use RFC destination?

If possible, in Repository design of PI system, how must be the mapping. (For example RFC <> .wsdl)

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos

Is your Q how to communicate with PI using RFC?

If yes....you need to maintain a RFC destination of Type TCP/IP in SM59.....then inport the relevant RFC from the SAP system into PI...use it directly in the Message Mapping....create a Message (service) Interface in PI and develop your Interface (Operation) mapping....

Regards,

Abhishek.

Former Member
0 Kudos

Hi Abhishek,

what must be the connection type of below?

Thanks.

I Connection to application server with same database

3 Connection to R/3 System

2 Connection to R/2 System

T Start an external program via TCP/IP

L Reference entry (refers to another destination)

S Start an external program via SNA or APPC

X RFC via special ABAP/4 driver routines

M CMC connection

H HTTP Connection to R/3 System

G HTTP Connection to External Server

Former Member
0 Kudos

Hi,

>> what must be the connection type of below?

Ans: Connection Type "T" as TCP/IP.

Steps:

1. To create the RFC destination using TCODE: SM59 in R/3 sender system not in PI.

2. Create new destination of type T (TCP/IP)

3. Make sure you select Registered Server Program option before writing your program ID

4. Write you program ID (remember it's case-sensitive)

5. In the gateway host and gateway service write the values of your "Application system"

In this case R/3 system.. (not the XI server)

Regards,

Abid Mazhar

Former Member
0 Kudos

Hi Abid,

Must be the same definition in PI system with in R/3 system.

Thanks.

Former Member
0 Kudos

Hi,

RFC destination is not required in PI system. You only need to create it in R/3 sender system.

Provide the same required parameters like Programe ID, Application gateway host and gateway service which you need to pass in RFC sender communication channel.

Abid!

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Elobrate u r requirement , it's not clear.

Srini