2008 May 08 10:48 AM
hello gurus,
can any one tell me is there any possibility of deactivating syntax check (ctrl+f2) in abap or thru anyother way.plz help me . thanks in advance
hello gurus,
can any one tell me is there any possibility of deactivating syntax check (ctrl+f2) in abap or thru anyother way.plz help me . thanks in advance
2008 May 08 10:51 AM
HI,
There is no such way to deactivate syntax check any program.
when u check the program for any syntax error automatically
the program becomes inactivate(revised) .
2008 May 08 10:57 AM
2008 May 08 11:01 AM
hiii...
abap is a programming langauge with a top down approach...without syntax check you cannot get your code executed.
so you cant remove the syntax check from abap.
reward if helpful.