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

Standard dump cannot be handle through customized program

farhan01
Newcomer
0 Likes
1,057

is there any way to handle standard dump message from customized program or atleast transform error into enduser language

3 REPLIES 3
Read only

gregorw
SAP Mentor
SAP Mentor
1,015

Please check the tags your your question. Don*t think that you mean SAP Event Mesh.

Read only

FredericGirod
Active Contributor
1,015

DUMP is a fatal error of the program you have not been able to manage. It s a picture of the memory when this event occurs, so obviously, you cannot manage something specified has "unmanageable".

==> IT IS NOT NORMAL TO HAVE STANDARD DUMP

The DUMP are not for enduser, it is for IT.

You could provide to support team a little dictionnary to explain common dump.

Read only

matt
Active Contributor
0 Likes
1,015

Since it is a custom program, it should be sent to the development team to prevent the dump happening and deliver a useful message up to the end user.