Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Upload Icon

Former Member
0 Likes
2,874

Can can one help me uploading my own system icon into SAP System? i want to use this icon on button in module pool.

1 ACCEPTED SOLUTION
Read only

vinod_gunaware2
Active Contributor
0 Likes
1,649

Adding icons

Check the icon code using transaction ICON. A technical view can be found at the include named «ICON». Sequences of characters begin and finish with the symbol @. Even plain files under operating system can contain those strings.

If you are refering to logos they are stored in SAP and can be loaded with a specifal report (escapes me at the moment) but the icons are stored in the GUI not SAP. Search you hard drive ( if the gui is loaded on it) and look for GIF files, you should find the icons. The report to show the icons in SAP is SHOWICON executable in SE38

regards

vinod

5 REPLIES 5
Read only

Former Member
0 Likes
1,649

Hi ravi,

1. I don't think say provides any such facility.

2. Icons are PRE-DEFINED in the system.

3. Anyway, we can wait for other answers !

regards,

amit m.

Read only

vinod_gunaware2
Active Contributor
0 Likes
1,650

Adding icons

Check the icon code using transaction ICON. A technical view can be found at the include named «ICON». Sequences of characters begin and finish with the symbol @. Even plain files under operating system can contain those strings.

If you are refering to logos they are stored in SAP and can be loaded with a specifal report (escapes me at the moment) but the icons are stored in the GUI not SAP. Search you hard drive ( if the gui is loaded on it) and look for GIF files, you should find the icons. The report to show the icons in SAP is SHOWICON executable in SE38

regards

vinod

Read only

Former Member
0 Likes
1,649

Hi Vinod thanks for the reply.

yes GUI is installed on my system but i could not find icons in any of the folder. From tcode Icon there is option i.e. New Entries. but dont know wht to specify in Icon ID. Can anyone put some light upon this?

Read only

hymavathi_oruganti
Active Contributor
0 Likes
1,649

try using tcode OAER,

with class: PICTURES

TYPE: OT

IN THAT U CAN SELECT DOCUMENT TYE U NEEDED, LIKE BUTTON OFF BACK, BUTTON UP BACK, ALV BACKGROUND etc many are there. in the bottom window, u can right click on the document and upload

just check it out it may be help full to u

Message was edited by: Hymavathi Oruganti

Read only

0 Likes
1,649

I think that the icons must be included inside an DLL file...You can use a icon capture program to find out with one is the correct.

The bad new is that is the icons are stored in a DLL...You're not going to be able to modified it...

Greetings,

Blag.