cancel
Showing results for 
Search instead for 
Did you mean: 

Handel exception

Former Member
0 Kudos

Hi.

Have the following scenario.

SS = Source System

TS = Target System

XI yeah you know what XI is...

SS<--->XI<--->TS

Communication done with webservices.

The problem is when we ask for a value in the target system and the value is not present we would like the target system to send that in the response. But we do not administrat the target system so we can't get the response we want from it. What we get is an exception that will showup as a read flag in SXMB_MONI.

Is there a way to dissable the exception for a specific exception? The thing is that we get 2 different exceptions from the system and we want 1 to show a s read flag in SXMB_MONI and the other to not show in SXMB_MONI.

Is this possible?

BR

Kalle

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Is it a proper application error that you want to avoid? If it is an application error, what you can do is capture the error message and send it back to the SS (Source System )

Take a look at this blog by Jin Shin

/people/jin.shin/blog/2007/05/21/handling-web-service-soap-fault-responses-in-sap-netweaver-xi

Regards

Jai

Former Member
0 Kudos

That looks realy intresting.

I will have a look at that on monday. Now it's almost time to go home for the friday beer.

BR

Kalle

Former Member
0 Kudos

Will that solution actualy take away the little red ligthning in sxmb_moni?

BR

Kalle