cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Trigger ABAP Inbound Proxy

Former Member
0 Likes
13,548

Hi,

I am into ABAP. I have never worked on PI. If i have a service interface and a class method for ABAP inbound Proxy already created by a PI guy, Can I trigger the call to the NON-SAP system to retrieve and process the data in my report program using this method or Do i have to code the logic in Class/Method created in PI. I have been able to trigger an outbound call from a function module, but when it comes to Inbound, I am still trying to understand. I searched some forums, but my understanding of PI is limited and i am still trying to understand. Could anyone please let me know the approach for triggering Inbound Proxy? Any suggestions are highly appreciated

Thanks

Shrini

View Entire Topic
santosh_k3
Active Participant
0 Likes

Hi Shrini,

Shrini pls find the Diff between inbound proxy(Receives the data) and outbound(Triggers the Data).

Inbound Proxy:  SAP receives the Data

Outbound Proxy : SAP sends the Data

Check this link for creating and coding in Inbound proxy.

http://saptechnical.com/Tutorials/XI/ABAPProxy/page2.htm

To test inound Proxy follow this:

http://www.saptechnical.com/Tutorials/XI/Debug/Index.htm

i hope this will help you.

Thanks

Sai