Hi all
I have created text editor through custom control using the method get_text_as_r3table. But when i execute it, i am not getting the text value for the
internal table int_table without no reason, i have used the flush also, but still not able to get the text value.
call method text_editor->get_text_as_r3table
importing
table = int_table
exceptions
others = 1.
Can anyone suggest me why text value is not coming ?
Thanks in advance.
Regards
Raja