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

What does try/catch do?

Former Member
0 Likes
366

Hi,

How does the try/catch block to catch runtime errors work?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
333

Hello,

you ca use ABAPDOCU / ABAPHELP transaction in SAP to read the documentation of all the key words...

by the way try..cach combination helps to catch the known / unknown exception which may be occurred during processing of execuatble statement....

Thanks

K.

1 REPLY 1
Read only

Former Member
0 Likes
334

Hello,

you ca use ABAPDOCU / ABAPHELP transaction in SAP to read the documentation of all the key words...

by the way try..cach combination helps to catch the known / unknown exception which may be occurred during processing of execuatble statement....

Thanks

K.