cancel
Showing results for 
Search instead for 
Did you mean: 

Store of error logs

Former Member
0 Kudos

Dear gurus,

Could you please let me know if the following logs are stored in the DB or at file system?

- ABAP runtime error logs (ST22)

- Background job logs (SM37)

- System logs (SM21)

Best regards

Rodolfo

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185031
Active Contributor
0 Kudos

As far as i know

- ABAP runtime error logs (ST22) -- Stored on DB table SNAP

- Background job logs (SM37) - Stored on DB as well as os level also

- System logs (SM21) - Stored on DB only

Regards,

Subhash

Former Member
0 Kudos

Thanks for your quick answer Subhash,

Could you please let me know what is the DB table used to store the background jobs?

Best regards

Rodolfo

former_member185031
Active Contributor
0 Kudos

Check the table TBTC* on SE16. There are certain tables which store these information.

Regards,

Subhash