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

Loading cl_gui_column_tree object on Tabstrip Control - Dialog Program

Former Member
0 Likes
1,186

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,112

Hi Natalia,

I think you cannot do that with docking container .

Please check the following thread .

Hope this helps,

Caglar

10 REPLIES 10
Read only

Former Member
0 Likes
1,113

Hi Natalia,

I think you cannot do that with docking container .

Please check the following thread .

Hope this helps,

Caglar

Read only

0 Likes
1,112

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.

Read only

0 Likes
1,112

Hi Natalia,

You are right ,excuse me.

Here is the correct link .

Regards

Caglar

Read only

0 Likes
1,112

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

Read only

0 Likes
1,112

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

Read only

0 Likes
1,112

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.

Read only

0 Likes
1,112

Hi Natalia,

I am glad to hear that your problem is solved.

Regards

Caglar

Read only

0 Likes
1,112

Caglar,

It nice see info on AW01N.

Thanks

a®

Read only

former_member194669
Active Contributor
0 Likes
1,112

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

Read only

0 Likes
1,112

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.