cancel
Showing results for 
Search instead for 
Did you mean: 

How to get an error icon with tool tip in a displaying table in a particu

Former Member
0 Kudos

How to get an error icon with tool tip in a displaying table in a particular field..

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Can you me more clear.

Priya

Former Member
0 Kudos

i have to display all employees in a table where i have to show the error type of icon on last field to the employee how is already active part of the organization to avoid the rehire process..

thanks..

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

In the context create an attribute of type string .

Create the attribute in the node which you bind for table.

In the layout .

1.create a Table UI element.

2 create binding for UI element.

3Right click on the Table UI and select insert table column.

4.once the table column is inserted right click on table column and select insert cell editor.

5.create the cell editor of the type image.

6.Bind the source property of the image to the attribute in the node which you have created.

so depending on what image(type of icon) needs to be displayed set the attibute accordingly.

refer to the link for image :

[http://help.sap.com/saphelp_nw70ehp1/helpdata/en/d1/af8841349e1909e10000000a155106/frameset.htm]

Priya

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

if you want to set error icon you can set as below.

lo_el_resume_info->set_attribute(

EXPORTING

name = `APPROVE_CV`

value = '~Icon/ErrorMessage' ).

so the table column will have error icon as the image source.