Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Display column_tree in Popup

Hannes_Kerber
Product and Topic Expert
Product and Topic Expert
0 Likes
470

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

1 REPLY 1
Read only

Hannes_Kerber
Product and Topic Expert
Product and Topic Expert
436

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