Application Development and Automation 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: 
Read only

error_message after exceptions in exception handling

Former Member
0 Likes
478

is sy-subrc check required to handle error_mesage exception?

3 REPLIES 3
Read only

Former Member
0 Likes
447

hi,

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

Regards,

Anirban

Read only

Former Member
0 Likes
447

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

Read only

Former Member
0 Likes
447

is there a sample code with ERROR_MESSAGE after the exception.