cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy execution shows differently when executing from SPROXY

former_member376453
Contributor
0 Kudos

Hello,

We have configured an inbound proxy in AIF. We have below methods to pass the proxy data to AIF.

  • /AIF/cl_enabler_proxy=>process_message - Here is have passed the exception class for our proxy.
  • We have created instance of /aif/cl_enabler_proxy
  • Then we have used /aif/if_enabler_base~update to pass the message to AIF

When we are executing this proxy through SPROXY transaction it is giving application error

which is correct.

But when we are executing through PI this is giving as success

which is not correct.

Please help on this different behavior. We are expecting

Thanks,

Kuntal

Accepted Solutions (0)

Answers (1)

Answers (1)

mohit_johri1
Explorer
0 Kudos

Hi Kuntal,

We are facing similar issue. Did you find a solution?

bruno_filipa
Discoverer
0 Kudos

You're probably handling the exception in the proxy class, informing PI that everything was "OK".

I may be wrong, but I think you need to let the exception propagate to PI to have the message in error and be able to reprocess it from AIF.