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 traffic light columns in ALV grid

Former Member
0 Kudos
1,811

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
864

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

6 REPLIES 6
Read only

rosenberg_eitan
Active Contributor
0 Kudos
864

Hi,

Add a new column and put there the icons you want :

Regards.

Read only

0 Kudos
864

Hi Eitan

Thanks for the prompt response.

Could you please elaborate some more.

Thanks

Best Regards

Shreya

Read only

0 Kudos
864

Hi,

I am at home at the moment .

I will try to put a sample ASAP .

Regards.

Read only

Former Member
0 Kudos
865

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

Read only

0 Kudos
864

Hey Eitan/ Diptilata

Thanks so much for your fleeting responses.

Problem solved!

Best Regards,

Shreya

Read only

0 Kudos
864

Hi,

Great .

Just define the extra columns as TYPE icon-id .

Regards.