‎2007 Jun 07 8:06 AM
Hi Experts,
Kindly explain me how to log exception using either ABAP/ ABAP OO, if occured !.
Also brief where could I find the exception logged !.
Do we have any global area where all exception list can be found ?..
Thanks
Prembabu R
‎2007 Jun 07 10:22 AM
Hi Kiran,
I am running an report in background scheduled for every 1 min.
If any exception occured during processing in background, I liked to log those exceptions.
So I liked to know how to log exceptions?.
Thanks
Prembabu
‎2007 Jun 07 8:37 AM
can u give more details?
where r u getting exceptions? in reports/fn mods???
kiran
‎2007 Jun 07 10:22 AM
Hi Kiran,
I am running an report in background scheduled for every 1 min.
If any exception occured during processing in background, I liked to log those exceptions.
So I liked to know how to log exceptions?.
Thanks
Prembabu
‎2007 Jun 07 11:05 AM
Hi,
You can capture exceptions and information messages in the Application Log (transaction SLG1). Example programs can be found using search SBAL_DEMO_*
Hope it helps