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 fields in node level of a ALV tree

Former Member
0 Likes
631

Hi gems,

Hope U all doing well.

In a requirement, I have few fields (say 10) to display in hierarchy. There will be 3 fields in 1st level, 3 fields in 2nd level and 4 fields in last level.

I tried using ALV tree...but couldn't able to get any idea to display more than 1 fields in 1st or 2nd level node.

Is it possible through ALV TREE? If yes, then how? I am new to oops. So please give me a bit detailed info.

Thanks,

Surajit

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
389

you must have the same number of columns on all lines (but you may display them empty)

Have a look at BCALV_TREE_DEMO program

Hi gems,

Hope U all doing well.

In a requirement, I have few fields (say 10) to display in hierarchy. There will be 3 fields in 1st level, 3 fields in 2nd level and 4 fields in last level.

I tried using ALV tree...but couldn't able to get any idea to display more than 1 fields in 1st or 2nd level node.

Is it possible through ALV TREE? If yes, then how? I am new to oops. So please give me a bit detailed info.

Thanks,

Surajit

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
390

you must have the same number of columns on all lines (but you may display them empty)

Have a look at BCALV_TREE_DEMO program