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: 

System Exceptiom

Former Member
0 Kudos

Hi,

We have a requirement to catch the system exceptions.How to do that.

Regards,

Sunil

3 REPLIES 3

Former Member
0 Kudos

Check the catch statement

Regards

MD

Former Member
0 Kudos

Refer:

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f86c9290-0201-0010-7a93-dda3716dc0d2]

[http://help.sap.com/saphelp_nw04/helpdata/en/68/46e13d82fcfb34e10000000a114084/content.htm]

Former Member
0 Kudos

Hello,

Could you please be more specific on what exactly your requirement is and which system_exception would you like to raise? One way I can think of is to keep your code between TRY and ENDTRY and catch the System_exception.

Thanks and Regards,

Venkat Phani Prasad Konduri