cancel
Showing results for 
Search instead for 
Did you mean: 

How to show the status in colours on web dynpro.

Former Member
0 Kudos

Hi frnds,

It is possible to display the status using like a signal lights.

Ex: process in green , completed in yellow ,pending in red ..

based on the status(process,completed,pending) i want to display the color in the browser.

or

Display wards in color based on condition..

Edited by: Rakhi@abap on May 15, 2010 5:47 PM

Accepted Solutions (1)

Accepted Solutions (1)

Madhu2004
Active Contributor
0 Kudos

HI,

Use a image filed and bind the value "ICON_LED_YELLOW' for warning symbol

Regards,

Madhu

Former Member
0 Kudos

Give the clear code to do the further process...

Former Member
0 Kudos

Hi Rakhi,

There is nothing to do with the coding part in this case.

You just need to create an Image UI element and in the Properties you need to write the 'ICON_LED_YELLOW' in source. If you want to choose any other icon you can do a F4 on the Source field.

Hope it works for you...

Answers (1)

Answers (1)

ChrisPaine
Active Contributor
0 Kudos

Hi Rahki,

The status of what?

There are traffic light icons that you can use, or you can set the cell design (which changes the background colour of a cell (if you are in a table).

I often use this to indicate on a review step whether a cell/row has been inserted, modified or deleted from a table.

Chris

Former Member
0 Kudos

Status is on of the field in my Z table . Status field shows the current project status ( running, completed , pending )

Based on the status i want to display the light color...

Former Member
0 Kudos

Hi Rakhi,

Use Image UI element to do this and attached the standard SAP icons on this image.