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: 

Reg: Text editor using Custom Control

Former Member
0 Kudos

Dear Experts,

I have an internal table which contains the data of standard text .Now i want to display this internal table data in Text editor only in display mode .but i am getting the text editor is in edit mode.

If anybody knows pls. help me on this.

Thanks in advance.

1 REPLY 1

Former Member
0 Kudos

Hope this helps.


CONSTANTS: c_read_only      TYPE i VALUE 1.


      CALL METHOD g_editor4->set_readonly_mode
        EXPORTING
          readonly_mode = c_read_only.