cancel
Showing results for 
Search instead for 
Did you mean: 

Sap pi

Former Member
0 Kudos

Hello All,

I am doing proxy to file scenario. pi is not getting the message from proxy. How to find out the errors in outbound proxy(server proxy)?

Regards,

kranti

Accepted Solutions (1)

Accepted Solutions (1)

former_member182412
Active Contributor
0 Kudos

Hi Kranti,

Check in SXI_MONITOR  transaction in ECC system whether the message successful or not

Regards,

Praveen.

Former Member
0 Kudos

can we debug outbound proxy?

former_member182412
Active Contributor
0 Kudos

Hi Kranti,

  • Yes you can debug the outbound proxy.
  • Put the break point in proxy program

  • Run the program then it will stop in that statement.

Regards,

Praveen.

Former Member
0 Kudos

Hello praveen,

we have to write code for inbound proxy (server proxy), why wont we write code for outbound proxy(client proxy)?

Regards,

kranti.

former_member182412
Active Contributor
0 Kudos

Hi Kranti,

  • When you generate the inbound proxy the system will create the interface and the method to implement so we write the code inside the method.
  • When you generate the outbound proxy system will create the class and method, so we need to use this class and method in separate program to send the data to PI.

Regards,

Praveen.

nitindeshpande
Active Contributor
0 Kudos

Hello Kranti,

There will be ABAP code for both Server and client proxy. What you mean by, why wont you write code for client proxy?

Regards,

Nitin

former_member186851
Active Contributor
0 Kudos

Just to add more on expert comments,Check the below link for proxy implementation

http://saptechnical.com/Tutorials/Others/Proxy/Index.htm

Answers (0)