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

ABAP Autocomplete does not work

Former Member
0 Likes
2,541

Hi Experts,

can anyone explain why the abap autocomplete does not work in SAP Logon 730?

The Problem:

Code completion in ABAP does not work, as a list of proposed Code is shown but it cannot be selected via pressing ENTER.

(The problem occurs accordingly to previous SCN question http://scn.sap.com/thread/3589332 which is still not solved.

We already changed the value )

Any hint would be appreciated.

Thanks and best regards

Vanessa

Hi Experts,

can anyone explain why the abap autocomplete does not work in SAP Logon 730?

The Problem:

Code completion in ABAP does not work, as a list of proposed Code is shown but it cannot be selected via pressing ENTER.

(The problem occurs accordingly to previous SCN question http://scn.sap.com/thread/3589332 which is still not solved.

We already changed the value )

Any hint would be appreciated.

Thanks and best regards

Vanessa

5 REPLIES 5
Read only

Former Member
0 Likes
1,662

Hi Vanessa

Rather than using the "Enter" button, I think the "Tab" button should work

Regards

Arden

Read only

0 Likes
1,662

Hi Arden,

Yes that is right but it is not the solution I am seraching for. Maybe there is a setting to enable ENTER for autocomplete functionality.

Do you think that the ENTER button is not supported for autocomplete anymore?

Best regards

Vanessa

Read only

nisha_vinod
Product and Topic Expert
Product and Topic Expert
0 Likes
1,662

Hi Vanessa,

Did you check the thread:

Regards

Nisha

Read only

0 Likes
1,662

Hi Nisha,

unfortunately this advice does not enable the Enter key. It still does not work for autocomplete.

Regards

Vanessa

Read only

0 Likes
1,662

hi vanessa,

If we change  in C:\Users\Administrator\AppData\Roaming\SAP\SAP GUI\ABAP Editor\settings.xml

from

<CodeHintAgreeByReturn>0</CodeHintAgreeByReturn>

to

<CodeHintAgreeByReturn>1</CodeHintAgreeByReturn>

Then enter is also working for autocomplete.