Hi All,
Is there a way in web dynpro to color code some values retrieved from a RFC call?
For example, say I have a BAPI that returns a status code in a table structure in the form of a character.
'R' - Red, 'Y' - yellow and 'G' -Green. In the web dynpro I loop thru the table to find out how many red, green and yellows have been returned, eg. R = 3, Y = 5 and G = 9.
Can I then show like a color coded progress bar with the actual colors in web dynpro?
Like so, RRRYYYYYGGGGGGGGG, with the letters being the actual colors? Can this be done?
Any suggestions will be greatly welcomed. It doesn't have to be exactly like above.
Thanks
TM