Application Development 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: 

ABAP Autocomplete does not work

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi Vanessa

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

Regards

Arden

0 Kudos

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

0 Kudos

Hi Vanessa,

Did you check the thread:

Regards

Nisha

0 Kudos

Hi Nisha,

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

Regards

Vanessa

0 Kudos

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.