2014 Nov 11 4:12 PM
Hi Experts,
I have created an ALV grid output report not using OOPs but the simple REUSE_ALV_GRID_DISPLAY.
I need to show two different columns as traffic lights such that in a row there would be 2 columns with LEDs.
However, I do not see provision of adding more than one fieldname as LED.
Is there any way by which we can display more than one columns in output internal table as traffic lights.
Your help is highly appreciated!
Best Regards
Shreya
2014 Nov 11 6:19 PM
Hi Shreya,
Please check out this link.
http://abap-explorer.blogspot.in/2009/07/traffic-lights-in-alv-reports.html
Hope this may be useful.
Regards,
Dipti
2014 Nov 11 4:24 PM
Hi,
Add a new column and put there the icons you want :
Regards.
2014 Nov 11 6:06 PM
Hi Eitan
Thanks for the prompt response.
Could you please elaborate some more.
Thanks
Best Regards
Shreya
2014 Nov 11 6:17 PM
Hi,
I am at home at the moment .
I will try to put a sample ASAP .
Regards.
2014 Nov 11 6:19 PM
Hi Shreya,
Please check out this link.
http://abap-explorer.blogspot.in/2009/07/traffic-lights-in-alv-reports.html
Hope this may be useful.
Regards,
Dipti
2014 Nov 11 6:25 PM
Hey Eitan/ Diptilata
Thanks so much for your fleeting responses.
Problem solved!
Best Regards,
Shreya
2014 Nov 11 6:32 PM
Hi,
Great .
Just define the extra columns as TYPE icon-id .
Regards.