Hi all!
I have created a Drag and Drop-Report between ALV list and a tree, using cl_gui_alv_grid and cl_gui_simple_tree.
The report works fine with SAP GUI for Java, but not for Windows. I installed the latest patch on my GUI for Windows to see if this helped, but it still dumps. I am now on GUI 710, patch level 14.
The SAP GUI for Java is version 7.10 rev 3.
It seems like the report works fine in Windows only when it builds a tree with few nodes. When the tree has many nodes ( >6000 entries in the table) the report dumps in GUI for Windows, but not in GUI for Java.
I get the following runtime error:
MESSAGE_TYPE_X
The termination occurred in the ABAP program "SAPLOLEA" in "AC_SYSTEM_FLUSH".
The termination occurred in line 29 of the source code of the (Include) program "LOLEAU02".
I also tried to turn on the automatic queue: Synchronous Processing. I then got the following runtime error:
RAISE_EXCEPTION
The termination occurred in the ABAP program "SAPLOLEA" in "AC_FLUSH_CALL_INTERNAL".
The termination occurred in line 259 of the source code of the (Include) program "LOLEAU10".
It looks like the dump occurs in the method cl_gui_simple_tree->add_nodes, where I send in the internal table with the nodes, and table structure name 'MTREESNODE', but it doesn't throw any exceptions here.
Thanks for all replies!
Best regards,
Ellen
Moved to the correct forum
Edited by: Rob Burbank on Sep 7, 2009 3:18 PM