cancel
Showing results for 
Search instead for 
Did you mean: 

Turn off an ABAP proxy in backend SAP from triggering

mayur_patel6
Participant
0 Kudos

Hello Experts,

We are getting this ABAP Proxy message, PruchaseOrderERPContractReleaseNotification_Out, from backend and it is failing in PI. Talking to the ABAP team they don't need this Proxy because, they have created an Outbound IDoc to handle Notifications. But, they are not sure how to turn this Proxy off (supress). If anyone has experience turning off proxies in backend SAP could you please tell us how.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

gagandeep_batra
Active Contributor
0 Kudos

Hi Mayur,

Check that abap report which execute the abap proxy, It should be linked with some job which execute the report so stop that job to execute .

Regards

gAgan

Former Member
0 Kudos

Hi Mayul,

Do the where used list to the proxy method, you can find out the class or report which is using the proxy method relevant client proxy.

Thanks,

Satish.