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: 

Tree view calling multiple transaction in overview screen

0 Kudos

Hello Experts,

I want to create treeview / link / Button at the left side which will be veriaous Z TCODES and want to open the corresponding transaction in right side-overview screen.

Is it possible in some way?

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

For a simple menu create a class that will display the menu with an OO class in a docking container attached to left of screen. But by default the left panel wont be displayed as the called transaction/class/FM/report must also handle the display of the panel. Call intially this class in a simple program that only display a white screen or a picture for example.

Now, if you want something like SE80, every dynpro of the called transaction/class/program should also contain a call to this class to handle the left panel

For sample (SE80) perform a where-used search on interface IF_WB_MANAGER, or look for call of modules named wb_manager in logic of workbench tools such as abap program, class or FM editor.