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

System Exceptiom

Former Member
0 Likes
503

Hi,

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

Regards,

Sunil

3 REPLIES 3
Read only

Former Member
0 Likes
474

Check the catch statement

Regards

MD

Read only

Former Member
0 Likes
474

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]

Read only

Former Member
0 Likes
474

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