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

multiple hierarchial alv

Former Member
0 Likes
631

is it possible to have a mult-level hierarchial alv

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
608

hi,

it is possible to have a only one hierseq list using the FM reuse_alv_hierseq_list_display.

multiple hierseq is not poosible.

correction: yes it can be done used tree lists using oops

santhosh

Message was edited by:

Kaluvala Santhosh

is it possible to have a mult-level hierarchial alv

4 REPLIES 4
Read only

Former Member
0 Likes
609

hi,

it is possible to have a only one hierseq list using the FM reuse_alv_hierseq_list_display.

multiple hierseq is not poosible.

correction: yes it can be done used tree lists using oops

santhosh

Message was edited by:

Kaluvala Santhosh

Read only

0 Likes
608

hey tell me how to have an ALV in the following structure....

ADMIN AREA 'A'

-


CHANGE CODE '1'

-


LIST----


-


CHANGE CODE '2'

-


LIST----


ADMIN AREA 'B'

-


CHANGE CODE '1'

-


LIST----


-


CHANGE CODE '2'

-


LIST----


Read only

Former Member
0 Likes
608

Yes, look at the examples of TREE CONTROLS in the DWDM transaction.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
608

Hi,

Check the examples related to CL_GUI_ALV_TREE

BCALV_TREE_01

BCALV_TREE_02

BCALV_TREE_03

BCALV_TREE_04

BCALV_TREE_05

BCALV_TREE_06

hope this helps.

Regards,

Kinshuk