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

SAP ECC6 - auto complete in ABAP editor

Former Member
0 Likes
3,334

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
Read only

Former Member
0 Likes
1,012

You need to press tab button for this.

Sid.

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

3 REPLIES 3
Read only

Former Member
0 Likes
1,013

You need to press tab button for this.

Sid.

Read only

naveen_inuganti2
Active Contributor
1,012

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

Read only

Former Member
0 Likes
1,012

Hi Arnab,

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

write is automatically written.

Regards,

Sujit