cancel
Showing results for 
Search instead for 
Did you mean: 

PAPI - Error Response in SAP MII

former_member203984
Participant
0 Kudos

Hi All,

I am using SAP MII 15.0 SP4 and I am trying to release the Order using SAP ME PAPI "ShopOrderRelease".

I am able to trace the success response.But Sometimes the service throws the error as "Material is not valid" like that,I cant able to trace the exact error.Catch action block also not able to give the error. Can anyone please help so that I can get the error response also?.

Regards

G.Partheeban

Accepted Solutions (0)

Answers (2)

Answers (2)

sergiy_katerinich
Active Contributor
0 Kudos

Hi!

The error is thrown by the partner's extension:

com.atos.serviceext.OrderReleaseServiceExt.execute(OrderReleaseServiceExt.java:51)

So, you need to ask them what's going on.

Regards,

Sergiy

former_member182330
Active Contributor
0 Kudos

Hello,

Is the error captured in MII tracer or in NW log? If latter - I'd recommend to check your custom code:

com.atos.serviceext.OrderReleaseServiceExt.execute(OrderReleaseServiceExt.java:51)

com.atos.serviceext.OrderReleaseServiceExt.execute(OrderReleaseServiceExt.java:34)

com.sap.me.activity.impl.ActivityExecutionService.execute(ActivityExecutionService.java:92)

Though it's weird it doesn't show actual exception.

Regards,
Konstantin

former_member203984
Participant
0 Kudos

Hi Konstantin,

I am using the Standard PAPI. I am not getting much details in NW logs.

I need to capture the exact error and show it to user? Let me know your Ideas?

Regards

G.Partheeban