Errors in Program

ABAP, Java, BSP, etc.

Errors in Program

Postby Alva1590 » Tue Aug 09, 2005 5:03 am

Hi
How to approach if there is any error in program.Please reply me.

Thx,
Srdevi.B
Alva1590
.....
.....
 
Posts: 4387
Joined: Mon Dec 02, 2002 3:01 pm

Postby Alva1590 » Tue Aug 09, 2005 8:33 am

Mhhhh... search the error -> remove the error?

Maybe you should tell us more about the error so we can help you fix it.
Alva1590
.....
.....
 
Posts: 4387
Joined: Mon Dec 02, 2002 3:01 pm

Postby Alva1590 » Tue Aug 09, 2005 9:51 am

Hi,

depends, what error you are talking about: Is it a syntax error, then it should be not a problem at all, to fix the error, as you basically get an error description from the ABAP workbench (either syntax check, during compile time or if you use alternatively the code inspector or extended syntax check). All this tools should support you very well in order to find and fix syntax error.

If it is an logical error, then you need to analyze your coding in depth. That means first step would be to think about the program flow in order to narrow down the possible bug and then set some breakpoints in the located codes snippets.
When the debugger stops at the breakpoints, you could then easily check values of variables, structrues, etc. which enables you to find and fix the bug.

Rgds,
Sunith
Alva1590
.....
.....
 
Posts: 4387
Joined: Mon Dec 02, 2002 3:01 pm

Postby Tuana4498 » Tue Aug 09, 2005 6:45 pm

Thanks sunith.
Tuana4498
.
.
 
Posts: 8
Joined: Tue Aug 09, 2005 8:19 am


Return to Development Related

Who is online

Users browsing this forum: No registered users and 2 guests