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: 

SAP ECC6 - auto complete in ABAP editor

Former Member
0 Kudos

Hi,

In ECC 6.0 the new ABAP editor has got some good features.

One of them is auto complete which is similar to the VB editor. In this auto complete once I type something the rest comes above.

My question is how do i have that in the text directly without typing the entire word. Is there any system specific or user specific setting to do this?

For eg: I type 'wr', then 'write' is shown above 'wr'. If I do not type the rest, how can I get 'write' completely in the code. In VB I need to press enter to get this done.

Thanks and Regards,

Arnab

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You need to press tab button for this.

Sid.

3 REPLIES 3

Former Member
0 Kudos

You need to press tab button for this.

Sid.

naveen_inuganti2
Active Contributor

Hi...

You can press ENTER to add the word to your line..

Or,

You can presss... CTRL+SPACE in your key board to get list of all possible syntaxes.

EX: very first staement of your report..

REPORT ZTEST <put cursor here and press above>.

Thanks,

Naveen.I

Former Member
0 Kudos

Hi Arnab,

As told by Previous person if you press tab button after writing 'Wr'

write is automatically written.

Regards,

Sujit