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

Dump Analysis

0 Likes
838

Hi All,

Can someone tell me the key actions to analyse the dumps in production system without replicating in quality. As sometime we need to analyse dumps in production system directly.

Kindly let us know the documentation of the dumps before going debugging. Any documents attached can be appreciated.

Thanks in advance.

2 REPLIES 2
Read only

VXLozano
Active Contributor
718

What about "read the DUMP"? I mean, ST22 provides you -almost- enough information to allow you to determine what is needed to prevent it.

There are few cases when you need to replicate the error and/or to debug it.

Read only

tom_wan
Product and Topic Expert
Product and Topic Expert
718

Following blogs are very good, they are in my favorite 🙂

https://blogs.sap.com/2009/11/11/analyzing-problems-using-abap-short-dumps-part-i/

https://blogs.sap.com/2009/11/18/analyzing-problems-using-abap-short-dumps-part-ii/

And I am afraid there is no general guidance for this. It mainly depends on your experience. Most time I just read the dump and check which statement caused the dump and the "Active Calls/Events" section, guess what happened, what was the root cause. If the dump can be reproduced online, there will be debug button, use debugger to see more. Sorry about I couldn't provide better answer