cancel
Showing results for 
Search instead for 
Did you mean: 

Destination system from Function module to PI

Former Member
0 Kudos

Hi all,

In a stand alone system I have the necessity to call a function module where the destination system is PI. I have already defined an rfc channel in sm59. I need to know as I can define my destination system that I need to pass as parameter for calling my FM and destination my PI system.

Thanks in advance for your help.

Regards,

Giovanni

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You need to create RFC destination with type T created in SM59 which point to PI system.

Pass the required PI systems parameters in RFC destination accordingly.

1. To create the RFC go to TCODE: SM59

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" - business

system (XI server)

Sameer

Edited by: sameer Khanna on Apr 22, 2009 2:52 PM

Answers (1)

Answers (1)

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

Do u need to call an RFC in the PI system from the stand alone system using ABAP...?

If so in the stand alone system you can make a call like CALL FUNCTION '<FM Name>' DESTINATION '<rfc destini>'.

rfc destination should be of type 3 created in SM59 pointing to PI.

Thanks,

Santhosh.