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

Abap Dump

Former Member
0 Likes
834

What is Abap Dump and it's transaction code.?

Thanks In Advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
760

To check abap dump goto ST22

rest there is millions of answers 2 ths question in sap .

type ABAP dump in google

5 REPLIES 5
Read only

Former Member
0 Likes
761

To check abap dump goto ST22

rest there is millions of answers 2 ths question in sap .

type ABAP dump in google

Read only

Former Member
0 Likes
760

Hi,

When ever there is data type conversion errors,then prog will terminate to dump.

U can check the Tcode SET22

Regards,

jaya

Read only

0 Likes
760

Check this link for more details on ABAP DUMP.

http://knowthis.blog.co.in/2009/01/31/abap-dump-analysis/

http://searchsap.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid21_gci1231285,00.html

You can use transaction ST22 to analyze the dumps or by choosing the menu path Tools u2192 ABAP Workbench u2192 Test u2192 Dump Analysis.

Reg

Ashwani

Read only

Former Member
0 Likes
760

hi Harsha,

when ever there is an error other than the syntax error the program goes to dump i.e it shows no output, this is known as ABAP Dump.

Thanks and Regards

Suraj

Read only

Former Member
0 Likes
760

Hi,

An error in an ABAP program that is running in a background generally causes an immediate termination of the background job

If an ABAP program terminates, an ABAP dump is usually generated. This dump contains a description of the precise cause of the error.

The transaction code ST22 gives the ABAP dump analysis .

Reg,

vijay