cancel
Showing results for 
Search instead for 
Did you mean: 

System icon required in ITS

Former Member
0 Kudos

Hi,

I'm trying to utilize an icon which is present in the R/3 system but not in BBGLOBAL. Could you tell me how to utilize this icon directly in the ITS Template?

Thanks & Regards

Neha.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member228142
Active Contributor
0 Kudos

Hi Neha,

you can use the mimeURL() function to get a URL to the icon. Insert

mimeURL(service="webgui",theme="SL",language="",name="images/icons/s_s_okay.gif");

in your code. I.e. s_s_okay.gif is the green icon from the ENTER button. To get the name of the icon you can start webgui and run transaction ICON. It will show you all available icons. Then press ctrl-key on the keyboard and click with the right mouse button on the icon. From the menu select properties which will tell you the name of the icon.

Best regards,

Klaus

Best regards,

Klaus