Hi, I'm trying to access a specific gif icon, but for some reason it just shows up as an 'X' icon in my application. I have other icons in other directories that seem to work fine.
Can anyone tell me why I can't get this to work:
<img src="../PUBLIC/BC/HTMLB/Icons/s_abcana.gif">
and I can get this to work.
<img src="../PUBLIC/BC/BSP/Icons/s_s_tl_g.gif">
Thanks for any light you can shed on the topic....
Kenneth,
Let me answer your question differently. You seems interested to use an icon somewhere. Please look into BSP application IT00, page mime_sap_icons.htm. This will show you how to use icons with symbolic names such as ICON_ARROW_LEFT, instead of trying to calculate paths to who knows where. This page contains a complete list of all icons, plus some ABAP to show you the helper class in action.
brian
Add a comment