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: 

Why do we call an ABAP Runtime error a "Short Dump"

Former Member
0 Kudos

Hi All,

I was just working on one of the ABAP runtime errors with my technical counterpart and a question came to my mind "Why do we call an ABAP Runtime error a "Short Dump"?".

I tried asking a few friends of mine working in the technical space in SAP and they were not able to answer.

So, some one of you experts help me getting answer to this question.

Thanks in Advance.

Nitin.

3 REPLIES 3

Former Member
0 Kudos

We dont call ABAP Runtime Short Dump.

ABAP runtime short dump occurs for several reason.

For Example:

-> while we are moving fields to another field and field length is not matching.

-> then some call functions are getting conflicts.

0 Kudos

Thanks for the explaination Kinjal.... but my question is Why de we call it a short dump? i mean I dont denai what you are telling. I am interested in finding the reason why we add term "Short Dump". What is the significance.

Thanks,

Nitin.

ABAP Runtime error is a generalized term .......... meaning the error occured while runtime.

wheare as short dump.

Short - means brief.

dump - error information from the memory

Short dumps (also called ABAP memory dumps). Short dumps occur when an ABAP program fails.

Short dumps provide basic information about which program failed and what the error was.

hope this helps.