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

Drilldown level

Former Member
0 Likes
436

Hi,

my analyst wants to have an icon for 'Define Totals Drilldown' which can be found under Settings when executing a program with an ALV Grid. Is that possible?

Thanx!

2 REPLIES 2
Read only

Former Member
0 Likes
389

Hi ,

This is very easy. IN your status field in your internal table, you simply write the icon to it. Make sure that the status field is defined as a character field with a length of 4. Then write the icon to it.

Type-pools: icon.

.....

write icon_green_light as icon to itab-status.

...

Then when filling the field catalog, set the ICON flag. This puts the icon in the center of the cell in ALV.

....

xfc-icon = 'X'.

append xfc to ifc.

.....

<b>reward pts if found usefull :)</b>

Regards

Sathish

Read only

0 Likes
389

I want the icon to be next to the other icons already existing above the ALV grid