cancel
Showing results for 
Search instead for 
Did you mean: 

Web ICON code?

former_member194142
Participant
0 Kudos

Hello,

I am looking for web code for the below icon, actually i tried table WDG_UR_WEB_ICON, webdynpro WDR_TEST_WEB_ICONS, CL_FDT_WD_ICONS..Pls. let me know the path for the below WEB icon?

Example: I am aware for LED Green traffic light is as '/sap/public/bc/icons/s_S_LEDG.gif'

Than you

Accepted Solutions (1)

Accepted Solutions (1)

former_member184578
Active Contributor
0 Kudos

Hi,

I guess you want to dynamically set the Icon in your WDA application! If so,

Create an attribute in the context ( say ICON_SOURCE of type string ) then bind the Image source to the attribute created.

Then in your code, set the attribute ICON_SOURCE to value ~Icon/CheckedOk, which displays the Checked Icon.

Regards,

Kiran

former_member194142
Participant
0 Kudos

Sorry, i didn't explained my issue correcrtly, its as below

I am aware for LED Green traffic light's WEB ICON ID is as


'/sap/public/bc/icons/s_S_LEDG.gif'

Pls. let me know what is the WEB ICON ID for check mark / right symbol, i mean fo rthe below symbol? i know its prefix part is as


'/sap/public/bc/icons/'????????'

former_member184578
Active Contributor
0 Kudos

Hi,

It's   s_s_okay.gif 

Path: '/sap/public/bc/icons/s_s_okay.gif

Regards,

Kiran

Answers (0)