cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Dumps

Former Member
0 Kudos
453

Hi,

Can anybody tell me what are the most frequently occurring dumps and the immediate solutions for them..?

Thanks.

Bijeesh.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Bijesh,

The ABAP Dumps will occur with respective of the problem.

If you got the error. check the error name and serach in.

http://service.sap.com/notes.

Regards

Gangadhar

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bijeesh,

Few of the most frequently occuring dumps are :

1) TIME_OUT : this happens due to longer dialog execution time for a user compared to the parameter settings. We can ask the user to run the report in batch jobs instead of dialog. we can ask the user to reduce the search criteria if he is using one.

2) RAISE_EXCEPTION : This is due to error in exception handling of the abap program. If its a customer report we can ask the developer to modify code or if its a sap report we can raise issue with sap

3) DBIF_SQL_ERROR: this happens due to various problems with database.

suppose user is trying to write duplicate entries to the tables then it occurs, if there is problem with the datafile then also it occurs. you have to read the details of the error.

4) TSV_NEW_PAGE_ALLOCATION_FAILED: Error due to not enough extended memory to run the report. This happens during high memory usage time, We can ask the user to run the report during less load and also to reduce the input criteria which will in turn reduce the processing memory required for the internal table.

or we need to increase the extended memory parameters.

5) MEMORY_NO_MORE_PAGING: happens due to not enough space in paging area. Can be solved by increasing the paging file parameter value.

6) LOAD_PROGRAM_ERROR: this error happens if during runtime any of the repository objects are changed by means of transport. We can ask the user to rerun the program.

Please note you have to go through the following sections of the error in ST22:

user and transaction

what happened

error analysis

how to correct the error

information on where termination occured. This would be helpful.

Also there would be keywords using which you can check relevant notes in OSS.

"Points for solution"

Regards,

Sandy.

Former Member
0 Kudos

Dear Sandeep ,

Really very good and descriptive reply , keep it up & good work !

Regards ,

Santosh

Former Member
0 Kudos

Hi Santhosh,

Thanks a lot for your appreciation. Its really motivating.

Thanks again !!

Best Regards,

Sandeep.

Former Member
0 Kudos

Hi Sandy,

Your answer was very helpful to me. Thanks a lot.

Thanks & Regards .

Bijeesh.

Former Member
0 Kudos

Hi,

The most common Dumps are

SYNTAX_ERROR ,

MESSAGE_TYPE_X

RAISE_EXCEPTION

and many more....

U can get the solution for this Dumps on SERVICE.SAP.COM (Market Place).

In Dump itself it gives the details as * what happen * What can v do * Where exactly the dump, if it is ABAP Dump it also mention the line in which the Error came.

Regards

Syed.

Former Member
0 Kudos

Hi,

There are many types of run times errors we will have daily !!

Via Tx- ST22 we can analyze the dump.

we will have like

SYNTAX_ERROR ,

MESSAGE_TYPE_X

RAISE_EXCEPTION ....etc.

To resolve these dumps, in st22 it self , we can view the required information

It tells you.

1)What happend

2) What you can do

3) Error Analysis

It will tell you key words to search in sap web link, some times provides relavent Notes also.

Just we need to follow the instructions in st22.

Check this...

http://img353.imageshack.us/img353/5450/runtimeerrordv6.jpg

I hope this information will help you.

Note:Points always encourage me to reply !!