cancel
Showing results for 
Search instead for 
Did you mean: 

Constants for Web icons

Former Member
0 Kudos

Hi,

Anyone has idea where i can find constant for Web icons?

I want to avoid hardcoded values like 'Icon/AddFavorite' or 'Icon/Locked'.

Is there any WebDynpro constant for these WebIcons?

thanks,

Rahul

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rahul,

ICON is the table name.

here you find NAME field of this table that gives the constant value of icon.

Former Member
0 Kudos

Hi,

Please check out these tables for the Web Icons-

WDG_UR_WEB_ICON (Definition of icons) You can Use the ICON_NAME to get the Icon Alias.

AddRow (Icon_name) for the ~Icon/AddRow (Icon_Alias).

Also check the table WDG_UR_WEB_ICONT Texts (Imported from Java Translation - Not Translated)

Try to use the above tables to get the ICON_ALIAS using the ICON_NAME field for your requirement.

Regards

Lekha