Hi everybody,
I am new to abap and I need help!
I use cl_gui_textedit to create text-editor limited to 2000 characters, I need to save that the users write in the editor in a internal table with line of 250 characters. (total 8 lines)
I read in others post that there are the FM init_text/save_text but it can't work correctly