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

ISSUE WHILE TYPING A CHARACTER IN EDITER

Former Member
0 Likes
8,362

Hi,

I am new to ABAP,Recently I am facing an issue while typing Characters in ABAP EDITOR.
The Problem is while re-editing an existing line when I type a character,the whole character wipes out one by one with each input from the line.

Say For example:

DATA: IT_EKKO TYPE STANDARD TABLE OF TY_EKKO.

Say,I have to replace IT_EKPO in place of IT_EKKO,Now when I start typing IT_EKPO one by one the characters start deleting while typing
and as a result I have to write the whole code again for the line.

Is there any shortcut key or any options from menu to bring back the normal editor while typing?

My SAP IDES is R/3 4.7.

Thank You for your help in advance.

1 ACCEPTED SOLUTION
Read only

former_member196280
Active Contributor
5,517

Dear Ashim,

Please try to press INSERT KEY(Once) on your keyboard and try to see whether there is any change in the results.

Regards,

SaiRam

Hi,

I am new to ABAP,Recently I am facing an issue while typing Characters in ABAP EDITOR.
The Problem is while re-editing an existing line when I type a character,the whole character wipes out one by one with each input from the line.

Say For example:

DATA: IT_EKKO TYPE STANDARD TABLE OF TY_EKKO.

Say,I have to replace IT_EKPO in place of IT_EKKO,Now when I start typing IT_EKPO one by one the characters start deleting while typing
and as a result I have to write the whole code again for the line.

Is there any shortcut key or any options from menu to bring back the normal editor while typing?

My SAP IDES is R/3 4.7.

Thank You for your help in advance.

2 REPLIES 2
Read only

former_member196280
Active Contributor
5,518

Dear Ashim,

Please try to press INSERT KEY(Once) on your keyboard and try to see whether there is any change in the results.

Regards,

SaiRam

Read only

0 Likes
5,517

Hi Sai Ram,

Thank You for your assistance.It Worked!