‎2007 Aug 15 3:41 PM
Hi,
I'm writing a dialog program with Tabstrip Control on the screen.
I have to display on one tabstrip in the left cl_gui_column_tree and in the right - table control.
I build:
- a new subscreen,
- a module ini_screen where I created:
- cl_gui_docking_container (docking object)
- cl_gui_column_tree (tree object) with parent to docking object
- add columns to tree object
- register tree object events
- CALL METHOD cl_gui_cfw=>flush
nothing happens.
Tell me please how to build cl_gui_column_tree on tabstrip.
Thanks, Natalia.
‎2007 Aug 15 4:06 PM
‎2007 Aug 15 4:06 PM
‎2007 Aug 16 6:27 AM
Hi,
The thread page cannot be displayed.
I have to split the tabstrip and display tree on the left and table on the right.
Thank you, Natalia.
‎2007 Aug 16 10:08 AM
‎2007 Aug 16 10:47 AM
Hi,
This is not a right example.
I have to create the screen with two areas, one with tree control and another with tab control in a subscreen which is a tabbed screen.
Thanks, Natalia
‎2007 Aug 16 12:28 PM
Hi ,
I know that it is not the right example for your case. But the concept is same i think. Could you just check Richs' answers for the need . Especially the last one.
In subscreen you have to embed your container as I know.
You need something like in the t-code AW01N am i right?
Except Alv grid will be ALV tree?
Regards
Caglar.
Message was edited by:
Caglar Ozkor
‎2007 Aug 16 12:58 PM
Hi,
Thank you for example AW01N.
At first I used <b>cl_gui_column_tree</b> object and now I use <b>cl_gui_alv_tree</b> and I see the tree in my tabstrip screen.
Thank you, Natalia.
‎2007 Aug 16 2:25 PM
Hi Natalia,
I am glad to hear that your problem is solved.
Regards
Caglar
‎2007 Aug 16 2:29 PM
‎2007 Aug 15 4:27 PM
Hi,
You don't need a docking container for the requirement as you mentioned in you query. Try to use program BCALV_DND_01.
aRs
‎2007 Aug 16 6:24 AM
Hi,
the program BCALV_DND_01 uses CL_GUI_DOCKING_CONTAINER.
I have to split the <b>tabstrip</b> and to display <b>tree</b> on the left and <b>table</b> on the right
-
[ T : T ]
[ R : A ]
[ E : B ]
[ E : LE ]
-
Thanks, Natalia.