‎2008 Jan 24 9:31 AM
‎2008 Jan 24 9:43 AM
Hi sudhakar ,
What you are asking is a generic question on how to analyze an ABAP dump.
I hope you are reading some good books on SAP Basis Administration (preferably from SAP - PRESS), I can recommend System Administration - By Liane Will for the same.
You can also use help.sap.com for searching some nice documentation which is quite helpful.
I found one link that may help you :
http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a8083505211d189550000e829fbbd/frameset.htm
Hope that helps,
thanks
raju
‎2008 Jan 24 9:43 AM
Hi sudhakar ,
What you are asking is a generic question on how to analyze an ABAP dump.
I hope you are reading some good books on SAP Basis Administration (preferably from SAP - PRESS), I can recommend System Administration - By Liane Will for the same.
You can also use help.sap.com for searching some nice documentation which is quite helpful.
I found one link that may help you :
http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a8083505211d189550000e829fbbd/frameset.htm
Hope that helps,
thanks
raju
‎2008 Jan 24 9:44 AM
[Dump analysis|http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a8083505211d189550000e829fbbd/frameset.htm]
Regards,
John.
‎2008 Jan 24 9:44 AM
Hi,
Go to Tcode ST22, it is ABAP Runtime Error Analysis.
It shows you all the information regarding your dump in any report.
regards,
vikas.
‎2008 Jan 24 9:50 AM
Hello Sudhakar Babu,
Run dumping analysis means:
If your program is having some logical errors which system couldn't understand... the program will dump. In that screen you will get the information like what happend?, why it happend like that...
But in source code extract you will find the statement which is causing the dump with arrorw mark on the right side.
Or when you get that dump screen press F6. you will get one screen. in that screen double click on 8th point. you will get the source code extract.
If you want to see the these dump errors: run transaction st22.
here you can see all the dumps.
Hope u understoood.
Reward If Helpful.
Regards
--
Sasidhar Reddy Matli.