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 Structure Display

Former Member
0 Kudos
104

I want to display a Tree Structure (may be using an internal table or any other method). Please help me with the required code.Its of high priority.Please help me as soon as possible.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
59

Hi Hema,

You can use the class CL_GUI_ALV_TREE and method SET_TABLE_FOR_FIRST_DISPLAY.

By performing a where used list on this - it would return sample and demo programs.

SAP also provides demo programs as follows:

BCALV_TEST_SIMPLE_TREE

BCALV_TREE_01

BCALV_TREE_02

BCALV_TREE_03

BCALV_TREE_04

BCALV_TREE_05

BCALV_TREE_06

BCALV_TREE_DEMO

BCALV_TREE_DND

They are easy to follow and if you dont have any complications can even reuse exact code from those programs.

Hope this helps.

Regards,

Aditya

3 REPLIES 3

Former Member
0 Kudos
60

Hi Hema,

You can use the class CL_GUI_ALV_TREE and method SET_TABLE_FOR_FIRST_DISPLAY.

By performing a where used list on this - it would return sample and demo programs.

SAP also provides demo programs as follows:

BCALV_TEST_SIMPLE_TREE

BCALV_TREE_01

BCALV_TREE_02

BCALV_TREE_03

BCALV_TREE_04

BCALV_TREE_05

BCALV_TREE_06

BCALV_TREE_DEMO

BCALV_TREE_DND

They are easy to follow and if you dont have any complications can even reuse exact code from those programs.

Hope this helps.

Regards,

Aditya

Former Member
0 Kudos
59

Former Member
0 Kudos
59

solved.