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: 

ALV Tree - with big Icon at the top

Private_Member_19084
Active Contributor
0 Kudos

Hi experts,

I would like to create an ALV-Tree with an big icon at the top, is that possible?
So in the tree I want the details with light-Icons. And at the top I want the worst rating as a big ligh-icon.

Does anybody know if this is possible?

Kind regadrs

1 ACCEPTED SOLUTION

ArcherZhang
Employee
Employee
0 Kudos

Hi Christian,

Please take a glance at program 'BCALV_TREE_06', go into debugging at line 312,

change this value l_layout_node-n_image = p_node_image to you wanted icon, check the result.

Is that you wanted?

Regards,

Archer

3 REPLIES 3

ArcherZhang
Employee
Employee
0 Kudos

Hi Christian,

Please take a glance at program 'BCALV_TREE_06', go into debugging at line 312,

change this value l_layout_node-n_image = p_node_image to you wanted icon, check the result.

Is that you wanted?

Regards,

Archer

0 Kudos

Hello Archer,

not exactly, I want a very big icon at the top.

Which shows the total status, so an icon which is much much taller tahn the one which is used in the tree.

0 Kudos

Does nobody have an idrea regarding this?