‎2006 Mar 23 7:25 PM
Hi
I need some guidance from you ppl. I am trying to make Long text grayed out. Just like in transaction QM02 . The existing long text will be grayed out but the user can enter new text. Please let me know how to do this if you have any idea.
Thanks
‎2006 Mar 23 11:31 PM
assuming you're using:
data: editor_obj type ref to cl_gui_textedit,
editor_cont type ref to cl_gui_custom_container.
you can use this method:
call method editor_obj->set_readonly_mode
exporting readonly_mode = cl_gui_textedit=>true.