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

Querying ST22 content.

Former Member
0 Likes
527

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
Read only

Former Member
0 Likes
489

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
Read only

Former Member
0 Likes
490

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