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 type

Former Member
0 Likes
691

As there is a message type associated with an error i.e. 'E','S','I' etc. , Is there such exception type??

for eg. if i call function UPLOAD and catch the exception 'INAVALID_TABLE_TYPE'. Is there any exception type associated with the exception??

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
660

Hi,

There is no such clarification in sap.

But based on the way of handling and the class it belogs to there is categorisation. Find detail in

http://help.sap.com/saphelp_nw04/helpdata/EN/fb/35c62bc12711d4b2e80050dadfb92b/content.htm

Regards,

anirban

4 REPLIES 4
Read only

Former Member
0 Likes
661

Hi,

There is no such clarification in sap.

But based on the way of handling and the class it belogs to there is categorisation. Find detail in

http://help.sap.com/saphelp_nw04/helpdata/EN/fb/35c62bc12711d4b2e80050dadfb92b/content.htm

Regards,

anirban

Read only

Former Member
Read only

Former Member
0 Likes
660

Hi rohit,

Three different types of exception classes :-

1.Exceptions requiring a declaration that either have to be handled or propagated. This is the standard case described previously.

2.Exceptions that can be declared in the interface if desired.

3.Exceptions that must not be declared in the interface.

Also check this link for more info;-

http://help.sap.com/saphelp_nw04/helpdata/EN/83/636d1712fc11d5991e00508b5d5211/content.htm

Best of luck,

Bhumika

Read only

Former Member
0 Likes
660

hi check this...