cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

TableView Column using Table Field Value Range

Former Member
0 Likes
187

Hello Expert,

I have a table field that has 3 Values which are traffic signals Red, Yellow & Green icon instead of values.

When i use that field in an ABAP report it shows the icon automatically.

Is that possible with htmlb:tableViewColumn definition inheriting the icon from Value Range?

I can send screenshot if needed.

Thank you

Arun Prasad

View Entire Topic
athavanraja
Active Contributor
0 Likes

for htmlb:tableViewColumn to render icon it should be declared as below

<htmlb:tableViewColumn columnName="IMG"

type = "IMAGE" />

and the itab value for this column can be either

say 'ICON_INFORMATION' or the internal representation of this '@0S@'

Regards

Raja