‎2009 Mar 05 12:02 PM
What is Abap Dump and it's transaction code.?
Thanks In Advance.
‎2009 Mar 05 12:05 PM
To check abap dump goto ST22
rest there is millions of answers 2 ths question in sap .
type ABAP dump in google
‎2009 Mar 05 12:05 PM
To check abap dump goto ST22
rest there is millions of answers 2 ths question in sap .
type ABAP dump in google
‎2009 Mar 05 12:10 PM
Hi,
When ever there is data type conversion errors,then prog will terminate to dump.
U can check the Tcode SET22
Regards,
jaya
‎2009 Mar 05 12:17 PM
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
‎2009 Mar 05 12:12 PM
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
‎2009 Mar 05 1:29 PM
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