cancel
Showing results for 
Search instead for 
Did you mean: 

Abap Class mapping exception

Former Member
0 Kudos

Hello,

I created a class abap throwing exceptions in some cases (not correct mapping).
Now, when it happens, the interface fails, it stays in the queue however I can not see what happened, the error is the same for all exceptions


How can be exceptions captured in a abap class?

Thanks

Silvia

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Do the debugging with a faulty data and try to handle the raised exception in abap class only.

refer this conversation it could be of some help. Do post more details of your scenario pls.

http://scn.sap.com/thread/902616

Regards,

Rahul

Former Member
0 Kudos

Thanks Rahul,

Details:

Class

In class code, raise exception:

When the interface is executed, the error in SXMB_MONI is:

And the queue:

I want to see the error_code 007 and text of error: content of variable lv_error

any idea?