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: 

A Question about popup keyword in ABAP programming

Former Member
0 Kudos

Hello Expert,

When I write ABAP code like following statement,

START-OF

The system will popup a help window to suggest the relevant ABAP keyword. in this case, the popup keyword is START-OF-SELECTION.

My question is, if the popup keyword is what i want, how can i select the popup keyword. I tried ''ENTER' key when the keyword popup, but it doesn't work.

Can any expert tell me how to to set the hot key to select the popup keyword? Your help will greatly speed up my development.

Thanks in advance,

Best Regards, Yongbo.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Yongbo,

Use Tab key instead of Enter. If you want to use Enter for code completion, check out [OSS note 1042863|https://service.sap.com/sap/support/notes/1042863|Note 1042863 - Inserting code hints using the ENTER key].

Cheers, harald

2 REPLIES 2

Former Member
0 Kudos

Hi Yongbo,

Use Tab key instead of Enter. If you want to use Enter for code completion, check out [OSS note 1042863|https://service.sap.com/sap/support/notes/1042863|Note 1042863 - Inserting code hints using the ENTER key].

Cheers, harald

Former Member
0 Kudos

TAB is the defualt key set for code compeltion