cancel
Showing results for 
Search instead for 
Did you mean: 

Need Info for Populating the ICON in the Table view

Former Member
0 Kudos

Hi,

I need info for creating table with one or two column data have ICON .

In my context I am getting value as Y or N. Based on this I will populate Green and Red Icons in the table for the records.

I am not using ALV.

Thanks in advance.

dav

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I assume that you have created a context node with the 2 attributes, and created a UI element of type Table.

Right click on the table UI element, in the layout (hierarchy of UI elements), select Create Binding. Here enter, the context node, enter the CELL EDITOR as IMAGE, STANDARD PROPERTY as source.

It will create a table with cell editors as Image.

Now in your code, set the appropriate values for the context attributes. See that the context node has cardinality 0..n.

Regards,

Wenonah