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 logging

Former Member
0 Likes
610

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
537

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

3 REPLIES 3
Read only

Former Member
0 Likes
537

can u give more details?

where r u getting exceptions? in reports/fn mods???

kiran

Read only

Former Member
0 Likes
538

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

Read only

0 Likes
537

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