2007 Jul 17 10:19 AM
Hi there,
I just came across a strange problem. I was displaying a column tree on a dynpro. I used the classes cl_column_tree_model for the tree and cl_gui_custom_container as the container class.
I prepare everything I need to display. I call the screen with CALL SCREEN 100. Everything works fine up to now.
I wanted to display the tree on a smaller window so I decided to call the screen with starting and ending coordinates. I started testing with CALL SCREEN 100 STARTING AT 5 5. The dynpro is displayed but the tree control is missing. There is absolutely nothing which is displayed. I don't know wether it's the tree or the container which is missing.
Anybody got a suggestion what might be the problem ?
Thanks in advance,
Hannes
Hi there,
I just came across a strange problem. I was displaying a column tree on a dynpro. I used the classes cl_column_tree_model for the tree and cl_gui_custom_container as the container class.
I prepare everything I need to display. I call the screen with CALL SCREEN 100. Everything works fine up to now.
I wanted to display the tree on a smaller window so I decided to call the screen with starting and ending coordinates. I started testing with CALL SCREEN 100 STARTING AT 5 5. The dynpro is displayed but the tree control is missing. There is absolutely nothing which is displayed. I don't know wether it's the tree or the container which is missing.
Anybody got a suggestion what might be the problem ?
Thanks in advance,
Hannes
2007 Jul 17 10:36 AM
I just found a solution by myself. No more help needed.
The mistake I made, was NOT to CREATE the OBJECT of the container in the PBO of the dynpro. I think that resulted in seizing problems. Now everything works fine.
Regards,
Hannes