‎2009 Jul 07 4:26 PM
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
‎2009 Jul 07 4:35 PM
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.
‎2009 Jul 07 4:35 PM
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.
‎2009 Jul 08 7:44 AM
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
‎2009 Jul 08 8:31 AM
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