‎2008 Jul 06 6:20 PM
‎2008 Jul 06 6:23 PM
hi,
one way is to do good coding...;)
to a large extenet, U can always perform an extended syntax check for ur prog..this can be found in the menu, edit>check>extended syntax check.
I hope this helps.
rgds,
Raghu.
‎2008 Jul 06 6:23 PM
hi,
one way is to do good coding...;)
to a large extenet, U can always perform an extended syntax check for ur prog..this can be found in the menu, edit>check>extended syntax check.
I hope this helps.
rgds,
Raghu.
‎2008 Jul 06 11:43 PM
Hi AKS,
you can trap pretty much every exception in a
TRY.
.....
CATCH exception...
...
ENDTRY....construct.
Cheers
Graham Robbo
‎2008 Jul 06 11:49 PM
always check for sy-subrc value.. whenevr DDL statements are used.