cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the tables accessed by the proxy?

Former Member
0 Kudos

Hi,

I have a sync abap client proxy. It makes a call to xi and gets the responce. How do i know, what are all the tables it is updating after getting the response. I am not ABAP developer, i need help.

Regards

Monika

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Monika

Check the following wiki, might be helpful

Outbound Sync:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2boutbound%2bprogram%2b-%2bp...

Inbound Sync:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2binbound%2bprogram%2b-%2bsa...

If you have any questions let me know..I will try to clarify

Learn Share Get Better

Former Member
0 Kudos

Monika, you must check the ABAP code, which uses these proxies. Proxy themselves are not updating anything, so check the function, which uses these proxy objects. No other way.

Peter