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: 

How to create a Tree menu?

Former Member
0 Kudos

Hi,

I need to create a tree menu navigation in ABAP dialog screen. How do i do it?

Any guide / sample code for reference?

Regards,

Rayden

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

I need to create a dialog screen that is split into left and right. The left hand side is a Tree navigation and the right hand side is an abap program. How do i achieve that?

Regards,

Rayden

3 REPLIES 3

Former Member
0 Kudos

Hi,

I need to create a dialog screen that is split into left and right. The left hand side is a Tree navigation and the right hand side is an abap program. How do i achieve that?

Regards,

Rayden

0 Kudos

The "Enjoy Demo Center" (tcode DWDM) does just this - you can drag-and-drop programs to the right display section, execute programs with a double-click etc.

Jonathan

0 Kudos

hai ,

see the standard program RSDEMO_DRAG_DROP_TREE_MULTI

it is helpful to u