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

How to create a Tree menu?

Former Member
0 Likes
1,415

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
Read only

Former Member
0 Likes
945

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

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

3 REPLIES 3
Read only

Former Member
0 Likes
946

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

Read only

0 Likes
945

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

Read only

0 Likes
945

hai ,

see the standard program RSDEMO_DRAG_DROP_TREE_MULTI

it is helpful to u