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

alv tree control

Former Member
0 Likes
793

I have a report with a TREE CONTROL.

A Tree is referenced to: CL_GUI_ALV_TREE_SIMPLE and is located on the left side of the screen.

The Tree has MULTI-LEVEL nodes and the user can click on any of the nodes which will

trigger a report (rellevant for that node) to appear in the REPORT container.Please help me out any sample program for this.

Thank you

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
748

Hello Kalam

There is nothing like a "report" container.

What you are describing is nothing else but the SAP Easy Access Menu (or any other area menu). Double-clicking a node (= transaction) leaves the tree "report" (e.g. area menu S000) and the transaction / report is executed.

Regards

Uwe

4 REPLIES 4
Read only

mvoros
Active Contributor
0 Likes
748

Hi

go to SE80 and in menu Envinronment -> Examples -> Control Examples. That is Enjoy Demo Center. You have there examples for tree control (for example program SAPTLIST_TREE_CONTROL_DEMO).

Cheers

Read only

uwe_schieferstein
Active Contributor
0 Likes
749

Hello Kalam

There is nothing like a "report" container.

What you are describing is nothing else but the SAP Easy Access Menu (or any other area menu). Double-clicking a node (= transaction) leaves the tree "report" (e.g. area menu S000) and the transaction / report is executed.

Regards

Uwe

Read only

Former Member
0 Likes
748

Hi

Check tx DWDM. You can find some examples about ALV TREE.

Look this class : cl_gui_alv_tree

Regards

Gregory

Read only

Former Member
0 Likes
748

Hi,

Go to this link I hope you will get your requirement

http://www.saptechnical.com/Tutorials/ALV/ALVTreeDemo/demo.htm

Please reward some points

Bye,

Anomitro