‎2008 Apr 10 5:12 PM
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.
‎2008 Apr 10 5:25 PM
Hope this helps.
CONSTANTS: c_read_only TYPE i VALUE 1.
CALL METHOD g_editor4->set_readonly_mode
EXPORTING
readonly_mode = c_read_only.