Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

error_message after exceptions in exception handling

Former Member
0 Kudos

is sy-subrc check required to handle error_mesage exception?

3 REPLIES 3

Former Member
0 Kudos

hi,

Yes. that is the most reliable source to detect that exception is raised.

Regards,

Anirban

Former Member
0 Kudos

No . Error exception can be handled with in try catch block.

Former Member
0 Kudos

is there a sample code with ERROR_MESSAGE after the exception.