Application Development 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: 

Finding hidden arrors...

Former Member
0 Kudos
440

What should be approach to finding hidden errors in ABAP programs ?

Points will be awarded.

Tushar.

4 REPLIES 4

Former Member
0 Kudos
129

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

Former Member
0 Kudos
129

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.

Former Member
0 Kudos
129

hi,

Use transaction SLIN you can find all the error /performence related issues

cheers,

sasi

Former Member
0 Kudos
129

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