cancel
Showing results for 
Search instead for 
Did you mean: 

Need to add Search, sort, next, previous button icons

Former Member
0 Kudos

Hi All,

I need to add Search, sort, next, previous button icons

to the table UI Element in the view.

If anybody came across such type of requirement, kindly suggest what need to do.

Thanks in advance.

Manglesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

To have "Next" and "Previous" icons on your button, select the Design as "next" and "previous" from the button properties.

You can add your customized image to button with the property "imageSource"

Former Member
0 Kudos

Hi Vijayalakshmi,

You can add the standard SAP icon by passing the image source value.I have done this earlier.

Here is the note given in SAP Netweaver Developer studio:

"If you want to use the SAP icons as geographic objects, assign string "@@", such as "@AV@" for an airplane icon, to the setImage method of the geographic point for type IWDGeoPoint. For a description and a listing of all possible SAP icons, see the SAP Design Guild under http://www.sapdesignguild.org/. Select the following path:

Sitemap ® Resources ® Visual Design & Icons ® SAP R/3 Icons ® R/3 Icon Lists.

The ID of the image appears in the table of ID names for the SAP icon."

Ramesh