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 class log

Former Member
0 Likes
720

Hi all,

i build exception class with massages ,and i want to know if there is log that

manage this exception ? i,e. where i can see the exception's of the program if they occur .

Best regards

Nina

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
579

Nina,

you don't see this logging anywhere, unless you have programmed this. You can catch these exceptions in your program and then issue this message directly (foreground) or create an application log and store it there for example.

3 REPLIES 3
Read only

Sm1tje
Active Contributor
0 Likes
580

Nina,

you don't see this logging anywhere, unless you have programmed this. You can catch these exceptions in your program and then issue this message directly (foreground) or create an application log and store it there for example.

Read only

Former Member
0 Likes
579

HI Micky

The exception is exist only on runtime ,so if i want to manage it i.e. if program run and i want to see what is happening ,how can i do so?

Best Regards

Nina

Read only

Former Member
0 Likes
579

Hi Nina,

take a look at the function modules in function group SBAL. They let you add messages to message logs which can be displayed using transaction SLG1.

You can find more information here:

[Online help for application logs|http://help.sap.com/saphelp_erp60_sp/helpdata/EN/2a/fa0216493111d182b70000e829fbfe/content.htm]

Regards,

David