cancel
Showing results for 
Search instead for 
Did you mean: 

Icons inside a table - Webdynpro ABAP

Former Member
0 Kudos

Hi All,

I have designed a table in Webdynpro using ALV.

Could anybody tell me as how to bring the "tick mark" symbol inside the table control in one of the columns?

Appreciate the answers!

Thanks

Sushmitha

Accepted Solutions (1)

Accepted Solutions (1)

raja_thangamani
Active Contributor
0 Kudos

Look at sample SAP component SALV_WD_TEST_IMAGE1. In database table ICON, you can find related info on tick mark icon.

Raja

Former Member
0 Kudos

Hi Raja,

When I select the id from icon table, I can see the correct symbol thorugh debugging.

But when the output page is displayed, it is changed to some value like '@'..

The data type of that field is also ICONS-ID. pls can you suggest.

Thanks

Sushmitha

uday_gubbala2
Active Contributor
0 Kudos

Hi Sushmita,

Go to the cell editor of the table and change it to type IMAGE. You would then automatically get the corresponding image getting displayed within the cell instead of the icons id.

Regards,

Uday

Former Member
0 Kudos

Thank a lot for helping me... The issue is solved

Answers (1)

Answers (1)

Pramanan
Active Participant
0 Kudos

Dear susmitha,

Assign WEBICON_CHECKED or WEBICON_STATUS_BOOKED to a context attribute of the table column or you can directly type this in the text property of the table column.