Application Development 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: 

Querying ST22 content.

former_member199653
Participant
0 Kudos

Dear all,

I have a requirement to gather certain abap short dump e.g. like only Error Id is TIME_OUT into an xls sheet. System throws out nearly 100+ TIME_OUT error each day and we want to put that into an xls sheet. So I’m thinking to write an abap but I need help with getting started with it. Can someone out there show me the way? thanks

1 ACCEPTED SOLUTION

former_member589029
Active Contributor
0 Kudos

The header information of the short dumps are stored in table 'SNAP' You can select the data from that table by restricting the selection using pattern e.g. TIME_OUT for field 'FLIST'.

Hope that helps,

Michael

1 REPLY 1

former_member589029
Active Contributor
0 Kudos

The header information of the short dumps are stored in table 'SNAP' You can select the data from that table by restricting the selection using pattern e.g. TIME_OUT for field 'FLIST'.

Hope that helps,

Michael