Application Development 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: 

Transaction like SE84

Former Member
0 Kudos

Hi All,

I am working on a module pool. I have to make a transaction similar to SE84. I have to get tree on left hand side. Based on the selection, i should display the appropriate screen on right hand side. How can i achieve this?

Thanks,

Ibrahim

2 REPLIES 2

phillip_manning2
Explorer
0 Kudos

Use an instance of CL_GUI_DOCKING_CONTAINER as your container for an instance of CL_SALV_TREE.

Create a screen with a subscreen, and your tree docked in at the left hand side. Use an event receiver to handle clicks on the tree and load up corresponding screens into the subscreen area.

Check out: transaction DWDM. see Container Controls -> Docking Control;

and program SALV_DEMO_TREE_EVENTS

Cheers,

Phil

Former Member
0 Kudos

Hi,

For this you need to try ALV tree program + multiple ALV on single page

For ALV tree example check this program -

BCALV_TREE_DND_MULTIPLE

For Displaying 2 ALVs in single page check program - BALVBT01.

Based on the selection from tree, make the another ALV contents.

Cheers,

Kothand