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

TableView Column using Table Field Value Range

Former Member
0 Likes
185

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

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (1)

Answers (1)

Former Member
0 Likes

Hello Durairaj,

How do you find the value for different icons which are part of the field value range?

Thank you

Arun Prasad

athavanraja
Active Contributor
0 Likes

for the list of available icons and thier internal representation code run ABAP program

"SHOWICON"

Regards

Raja