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

Exception handling...

Former Member
0 Likes
832

Hi All,

What is exception handling in SAP ? How the exceptions in normal program are handled.

Very much thanks in advance

Thanks & Regards

Naveen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
804

Hi Naveen,

Check this link..

[SAP HELP|http://help.sap.com/saphelp_nw04/helpdata/EN/fb/35c62bc12711d4b2e80050dadfb92b/content.htm]

[Exception handling PDF|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f86c9290-0201-0010-7a93-dda3716dc0d2]

[Exception handling....SDN Thread|]

Hope this would help you.

Regards

Narin Nandivada

7 REPLIES 7
Read only

Former Member
0 Likes
805

Hi Naveen,

Check this link..

[SAP HELP|http://help.sap.com/saphelp_nw04/helpdata/EN/fb/35c62bc12711d4b2e80050dadfb92b/content.htm]

[Exception handling PDF|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f86c9290-0201-0010-7a93-dda3716dc0d2]

[Exception handling....SDN Thread|]

Hope this would help you.

Regards

Narin Nandivada

Read only

0 Likes
804

Hi ,

Can we use exception handling in normal report programs other than in class programs..

Regards

Narin Nandivada

Read only

0 Likes
804

Hi,

Hay why had you used my name as your signature.. im going to abuse it... you dont have any right to copy my name and use it in your thread...

Never ever try do this...If so i would shoot a mail to moderator about this issue..

Anyways answer to you question is yes...

Yes, we can handle exceptions in normal abap program by using TRY ..... ENDTRY.

Regards

Narin Nandivada.

Read only

0 Likes
804

Hi,

Sorry to do like this... i never repeat it.. Thanks for the reply

Thanks & Regards

Naveen.K

Read only

0 Likes
804

Of course you can...as long as your system release supports Class-based exceptions, they can be thrown (or "raised" in SAP terminology) by function modules, FORMs, or in the same processing block just by using the RAISE EXCEPTION TYPE command. You're not limited to class methods.

Regards

Read only

0 Likes
804

>

> Hi,

>

> Hay why had you used my name as your signature.. im going to abuse it... you dont have any right to copy my name and use it in your thread...

>

> Never ever try do this...If so i would shoot a mail to moderator about this issue..

>

> Regards

> Narin Nandivada.

Thank you for reporting yourself. It will be dealt with...

I can imagine your frustration at not being able to edit the post after another post has followed (this feature is intentional).

PS: There is also a big difference between BO and BOR :

Edited by: Julius Bussche on Jul 26, 2008 8:55 PM

Read only

Former Member
0 Likes
804

first part of the question was solved but waiting for the reply of second part of the question