cancel
Showing results for 
Search instead for 
Did you mean: 

abap proxy

Former Member
0 Kudos

Dear experts,

Is there a way to identify if an abap proxy is created for an interface in an r3 system without logging into r3 system.

from the pi system can we see if abap proxy is created for the interface ?

Thanks,

Aju

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Aju,

the approach is OUTSIDE-IN. Only the application system is doing something. You can NOT identify from PI if there was a proxy generated at ERP side.

Regards,

Udo

Answers (3)

Answers (3)

Former Member
0 Kudos

Yes you can figure it out from the ID objects but I am surprised why would anybody go for such an adventure

Dont you have access to ECC system/ SPROXY ?

Also, somtimes it is hard to identify as attimes we use SOAP adapter to post/recieve data from proxies (esp when we go for AAE in PI 7.1)

Former Member
0 Kudos

Hi ,

The context is we are renaming the pi objects.

we don't have connection to the r3 sytems or the other customer pi systems connecting to our PI systems.

we need to check for the existence of any abap proxies sending data to our pi system.

sxmb_moni will give only 30 days data in our case. so without seeing to sxmb_moni or r3 system is there a way to check if there is an abap client proxy created . it may not be sending data now . but can we know if it is existing ?

Thanks,

Aju

Former Member
0 Kudos

Unfortunately, you have been given a very constricted enviornment to work on and I cant help

Harish
Active Contributor
0 Kudos

Hi,

If the ABAP Proxy is for inbound scenario then the receiver communication channel must be XI communication channel (using XI Adapter).

rajasekhar_reddy14
Active Contributor
0 Kudos

1)Check ID configurations for specific interface, based on this we can identify

or

2)Check SXMB_MONI message for specific interface(History),based on this als we can .

Regards,

Raj