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

CL_GUI_TEXTEDIT insert / overwrite mode

Former Member
0 Likes
416

Hello,

I'm really searching for hours but I havn't found a solution for my problem.

I want to edit text in an editor control. The existing text is protected, only the first line is editable for new text.

So far so good. Problem is, that you have to switch to insert mode on your keyboard to edit new text.

How can I determine, if the user is in insert or overwrite mode or am I able to switch to insert mode from ABAP?

Can anybody help me?

Thanks a lot

Frank

1 REPLY 1
Read only

former_member756887
Participant
0 Likes
353

SEE THE STD. PRG

demo_custom_control

HOPE ITS HELPFUL FOR U

ANIRUDDH