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

some important short dump example??

Former Member
0 Likes
358

hi.this is arijit...plese give me some short dum example regarding Reoprting,

B.D.C,SCRIPT,SMARTFORMS,MODULE POOL....

bye

thanking you

arijit

2 REPLIES 2
Read only

vimal_kumar4
Explorer
0 Likes
327

Hi,

If the custom ABAP program (Z program) has a statement 'delete from itab', just before this statement if the internal table is empty, then it will give a dump.

In the program if you have a statement X/Y and if Y happens to be zero, then it will give a dump.

In the program if you keep adding amounts to a field and if the sum is greater than the size of the amount field then it will give a dump.

These are some of the report dump that we can expect.

Regards

Vimal

Read only

vimal_kumar4
Explorer
0 Likes
327

Hi,

Go to SM37 (especially in QA/PRD) and in the job name give *, user name also give *, tick the option cancel, keep the from date as blank and execute. Here you will get the list of short dumps, if basis team has not removed the old logs. You can choose each cancelled job and click on job log. Here if you double click on the job log, it will give in detail what is the name of dump, what is the reason for the dump, how to overcome the dump etc. This is a good way of understanding short dumps.

One more easiest way is use ST22 transaction code. You can double click on each of the dump which will give a detailed analysis as I mentioned above.

Reward points if found useful.

Regards

Vimal