on ‎2006 Oct 31 2:59 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Durairaj,
How do you find the value for different icons which are part of the field value range?
Thank you
Arun Prasad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.