cancel
Showing results for 
Search instead for 
Did you mean: 

Exception during Abap proxy processing

banersu
Participant
0 Kudos


Hello All!

I am a new one in SAP PI,developed few Synchronous  interfaces in SAP PI 7.3

sender system:Third Party

Reciever System:ISU(connected through Proxy)

the request message is passed successfully but the response is not coming in PI.

Log is like:

Error received in payload ErrorCode = DYNAMIC_CALL_FAILURE ErrorCategory = XIProxy Parameter1 = UNCAUGHT_EXCEPTION Parameter2 = ZCL_XYZ_RESP Parameter3 = XYZ_RESP Parameter4 =  Additional text =  ErrorStack = Error during proxy processing

An exception with the type CX_AI_APPLICATION_FAULT occurred, but was neither handled locally, nor declared in a RAISING clause

Application Error

The object could not be created: The class ZCL_XYZ_RESP does not exist

Talked to abap guy.

the sproxy is working fine and the response is generating in Abap Side

but in Pi the error occurs.

they had initially named the parameter Z_XYZ_Resp but later they had changed the name of the parameter ZCL_XYZ_RESP.

your input is required.

thanx in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

azharshaikh
Active Contributor
0 Kudos

Hi Suparna,

Seems exception handling is not working in proxy..pls check/debug  the Proxy code

.

In order to debug it execute the proxy standalone by passing the data which you are actually sending at runtime. Pick the payload from sxmb_moni and execute the proxy in your SAP system from transaction sproxy

Regards,

Azhar

banersu
Participant
0 Kudos

Hello Azhar,

Thanx for ur input but

In this synchronous interface the response is coming from Proxy.they had checked it .sproxy is working fine.The respone is generating  In SAP system

but still got this kind of error .

By mistake I mentioned :they had initially named the parameter Z_XYZ_Resp but later they had changed the name of the parameter ZCL_XYZ_RESP but actually thay initially named the parameter ZCL_XYZ_RESP  later they changed it

but acc to log :the ZCL_XYZ_RESP does not exist why PI is not looking the current object instead of the deleted one

Former Member
0 Kudos

in SPROXY on ABAP side, check the correct proxy class name. Regenerate the proxy.

Check for any short dumps(ST22) on ABAP side. Most probably error is on ABAP side only.

Kind Regards

Ravi