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

Short Dump

Former Member
0 Likes
1,012

Hi Friends,

when i am Executing a program.. it is giving Short Dump.

how can i Solve this Dump.how to i ANALYZE the program

any steps are there to solve this dump problem???

any precautions to take???

regards,

hi,

just read the details provided by the dump analysis.

u can use ST22 tcode for going through ur dump in details.

look out for the error statement in ur program with the help of this TCODE.

u will be in a position to find out the cause of runtime error.

reward points plz

8 REPLIES 8
Read only

Former Member
0 Likes
977

Hi vijay

read the dump and debug the program.

regards

sandhya

Read only

Former Member
0 Likes
977

hi,

Goto ST05.SQL Trace.

Then Trace On->Execute->Analyze->Trace Off.

Read only

Former Member
0 Likes
977

use TCODE : ST22 to analyze the prob..

Reward if useful

Regards

Prax

Read only

former_member189059
Active Contributor
0 Likes
977

Look for the 'What happened?' and 'Error analysis' part of the short dump in particular, they are quite useful

All short dumps are stored and can be viewed using the transaction <b>ST22</b>

go there to see your previous short dumps

Read only

Former Member
0 Likes
977

Hi

You can analyse the dump from the Tcode<b> ST22</b>

select that particular dump and analyse its LOG

and do correction accordingly

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
977

hi,

just read the details provided by the dump analysis.

u can use ST22 tcode for going through ur dump in details.

look out for the error statement in ur program with the help of this TCODE.

u will be in a position to find out the cause of runtime error.

reward points plz

Read only

Former Member
0 Likes
977

if you can give the dump message then we can help you out

Read only

Former Member
0 Likes
977

HI ,

In the dump analysis..

check the Error Analysis and the INformation where Termination occured...

U will get good idea of the reason and try to correct that....

Praveen...