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

Multi-level Hierarchy In alv List using OO Programming

Former Member
0 Likes
2,137

Hi all,

I want to display data in <b>ALV format</b> Which has <b>4</b> levels of hierarchy. Could any one help me out to achieve this using <b>OO programming</b>. if any one can send me a peace of code that will be very helpful to me.

Thanks & Regards,

<b>Swamy Mantha.</b>

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,252

Hello,

You can use the tree alv. Demo programs provided by sap are as follows

BCALV_TREE_01 ALV tree control: build up the hierarchy tree

BCALV_TREE_02 ALV tree control: event handling

BCALV_TREE_03 ALV tree control: use an own context menu

BCALV_TREE_04 ALV tree control: add a button to the toolbar

BCALV_TREE_05 ALV tree control: add a menu to the toolbar

BCALV_TREE_06 ALV tree control: Icon column and icon for nodes/items

BCALV_TREE_DEMO Demo for ALV tree control

BCALV_TREE_DND ALV tree control: Drag & Drop within a hierarchy tree

BCALV_TREE_ENABLE_AUTH_CHECK Program for Enabling and Disabling the Authority Check in the ALV

BCALV_TREE_EVENT_RECEIVER Include BCALV_TREE_EVENT_RECEIVER

BCALV_TREE_EVENT_RECEIVER01

BCALV_TREE_SIMPLE_DEMO Program BCALV_TREE_SIMPLE_DEMO

Regards,

Shekhar Kulkarni

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,252

Sure, check out some of the sample programs for ALV Tree.

Look for programs that start with BCALV_TREE*

Regards,

Rich Heilman

Read only

Former Member
0 Likes
1,253

Hello,

You can use the tree alv. Demo programs provided by sap are as follows

BCALV_TREE_01 ALV tree control: build up the hierarchy tree

BCALV_TREE_02 ALV tree control: event handling

BCALV_TREE_03 ALV tree control: use an own context menu

BCALV_TREE_04 ALV tree control: add a button to the toolbar

BCALV_TREE_05 ALV tree control: add a menu to the toolbar

BCALV_TREE_06 ALV tree control: Icon column and icon for nodes/items

BCALV_TREE_DEMO Demo for ALV tree control

BCALV_TREE_DND ALV tree control: Drag & Drop within a hierarchy tree

BCALV_TREE_ENABLE_AUTH_CHECK Program for Enabling and Disabling the Authority Check in the ALV

BCALV_TREE_EVENT_RECEIVER Include BCALV_TREE_EVENT_RECEIVER

BCALV_TREE_EVENT_RECEIVER01

BCALV_TREE_SIMPLE_DEMO Program BCALV_TREE_SIMPLE_DEMO

Regards,

Shekhar Kulkarni

Read only

0 Likes
1,252

If these answers where helpful, please award points accordingly. Thanks.

Regards,

Rich Heilman