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: 

INSERT mode in control "SAP Textedit"

carsten_srensen
Participant
0 Kudos

Hi Folks.

I am working on a ABAP application which uses the control

"SAP Textedit".

I red the documentation (help.sap.com) but I am not able to find some help on the following:

When the control is created on the screen, the cursor is placed correctly in the control.

BUT I want to have the mode as INSERT MODE. How do I do??

We are running SAP 4.6C!

Thanks in advance.

Carsten

1 ACCEPTED SOLUTION

Former Member
0 Kudos

please post what ever coding u have done.

have u used a CLASS

CALL METHOD STEXT_EDITOR_202->SET_TEXT_AS_R3TABLE

EXPORTING

TABLE = SELECTED_TEXT.

search SAP programs from where used list.

you will find really good example

regards.

2 REPLIES 2

Former Member
0 Kudos

please post what ever coding u have done.

have u used a CLASS

CALL METHOD STEXT_EDITOR_202->SET_TEXT_AS_R3TABLE

EXPORTING

TABLE = SELECTED_TEXT.

search SAP programs from where used list.

you will find really good example

regards.

athavanraja
Active Contributor
0 Kudos

what do you mean by INSERT MODE?

check out these sample programs

SAPTEXTEDIT_DEMO_1

SAPTEXTEDIT_DEMO_3

Regards

Raja