Hi All,
I'm currently implementing a cockpit. For this I want to display the long text of a sales order position. I created an dynpro with an cl_gui_textedit field. It works all fine in my first case.
The problem is, that I'm trying to reuse this...
Hey, thanks for your reply. Here is some of my coding.Initialization:METHODS init_longtext_textedit . "Definition
METHOD init_longtext_textedit.
IF gs_alv_data-o_dep_long_text IS BOUND.
RETURN.
* gs_alv_data-o_cc_dep_long_text->free...