2005 Oct 14 6:44 AM
What should be approach to finding hidden errors in ABAP programs ?
Points will be awarded.
Tushar.
2005 Oct 14 6:56 AM
Hi Tuskar ,
Wht does this "Hidden" errors Mean ?
To my Knowledge no error is been hidden by SAP.
If u r a newbie to ABAP Pgm , Learn ..How to Debug ABAP Prgrams.
http://help.sap.com/saphelp_erp2004/helpdata/en/84/1f624f4505144199e3d570cf7a9225/frameset.htm
Moreover you can see the Run time errors in the Dump,
'ST22' Transaction.
Hope it Helps .
Regards,
J
( Don't open different Threads with the same Question .
Pl Close the thread if your problem has been solved )
Message was edited by: Jothi venkatachalam
2005 Oct 14 7:10 AM
Tushar,
Go to transaction SLIN. Enter program name and tick checkbox "Also include suppressed Errors". Then perform Standard Check. In the next screen have a look at the bottom row "Hidden errors and warnings". Double click on appropriate column to view the error, if any.
Cheers,
Syd.
2005 Oct 14 7:16 AM
hi,
Use transaction SLIN you can find all the error /performence related issues
cheers,
sasi
2005 Oct 14 7:20 AM
Hi Tushar ,
Check if you have code inspector in your system. It is available in standard system from WAS 610 onwards.
Transaction is SCI. You can run it from SE38 also .
Program -> Check -> Code Inspector. This is the tool which includes checks what all has been mentioned in this thread and a lot more checks . You can configure a check variant in transaction SCI .
Cheers