Application Development and Automation 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: 
Read only

can i deactivate ctrl+f2

narendar_naidu
Active Participant
0 Likes
500

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

3 REPLIES 3
Read only

Former Member
0 Likes
482

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) .

Read only

former_member188827
Active Contributor
0 Likes
482

In my opinion u cant

Read only

Former Member
0 Likes
482

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.