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: 

LED in field of ALV(OOPs oriented)- Traffic lights in ALV filter popup

Former Member
0 Kudos

Hi experts,

Am showing LED in field of ALV(OOPs oriented)and when i click on ALV filter for led field..it shows me Traffic lights in poup for filter.Please help me to get LED in filter popup also.

Thanks,

Sajay.

1 REPLY 1

Former Member
0 Kudos

Hi,

Use the fuction module 'ICON_CREATE' as follows.

CALL FUNCTION 'ICON_CREATE'

"To create Red/Yellow/Green traffic icons

EXPORTING

name = wrk_light

IMPORTING

RESULT = ip_status.

wrk_light can be;

'ICON_RED_LIGHT'

'ICON_YELLOW_LIGHT'

or 'ICON_GREEN_LIGHT' according to your scenario, that you can use the logic for your scondition.

Use it in PBO.

Regards,

Renjith Michael.