Application Development 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: 

New Icons

Former Member
0 Kudos

Hi.

Could anyone help me telling how to add new icons in sap. I need to put into table "icon" 5 new icons all of them at the same shape but different color.

Please explain this step-by-step, or send me any e-instruction how to do it at l.wozniak@etos.pl.

Best RGD.

LukaszW

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You can insert the new entries to the ICON table

From SE11 Utilities --> Table Contents --> Create Entries

Look at the below for ICONS

http://www1.sapdesignguild.org/resources/ma_guidelines_2/interaction/status_icons.html

Regards

Sudheer

Message was edited by:

Sudheer Junnuthula

11 REPLIES 11

Former Member
0 Kudos

Hi,

in 'Icon' T-code you can place new entries.

sudheer.A

Message was edited by:

sudheer Addepalli

Former Member
0 Kudos

Hi,

You can insert the new entries to the ICON table

From SE11 Utilities --> Table Contents --> Create Entries

Look at the below for ICONS

http://www1.sapdesignguild.org/resources/ma_guidelines_2/interaction/status_icons.html

Regards

Sudheer

Message was edited by:

Sudheer Junnuthula

Former Member
0 Kudos

goto <b>ICON</b> transaction code and here u can add ur required entries.

Former Member
0 Kudos

ok i see transaction "icon" but how can i find free "ID" number ?? and how to apply different color for the icon. could you make this on your own and send me some print screens ??

Please, Thank You

0 Kudos

Hello,

I am also trying to create a new one now, but realized that it might not be possible.

Debugging the t-code ICON will give some idea. This transaction will lead you to a generic FM VIEW_MAINTENANCE_CALL where it just maintain the view of V_ICON, which is the join table between ICON and its text table ICONT.

Inside, it will call FM VIEW_MAINTENANCE which in turn calling VIEWFRAME_V_ICON where it calls VIEWPROC_V_ICON.

Inside this FM, there is one subroutine GET_DATA_V_ICON being called, where it fills the global var TOTAL from ICON table. If you set your breakpoint at the below code, then you will realize that the image ICON-ID is already predefined.


V_ICON-ID =
ICON-ID .

If you try to edit the value of ICON-ID for example, it will give you 4 digit text code something like @??@, but if you switch back, then it will give a nice icon. Thus, my conclusion, it is pre-programmed in SAP GUI.

Please refer to this thread also:

rgs,

hiroshi

0 Kudos

Hi,

is there no way to create and import custom icons for the PPOME?

Whats up with the MIME-Repository? Is there any link to the DB ICON?

thx

Former Member

former_member181962
Active Contributor
0 Kudos

Former Member
0 Kudos

hai friend,

go to se11

give typegroup as icon.

thanks,

anji.

0 Kudos

Hi,

thx for your reply.

When i look at typegroup as icon there are IDs like @01@ defined.

But where is the connection to the new *.gif?

thx.

0 Kudos

Hi,

thx for your reply.

When i look at typegroup as icon there are IDs like @01@ defined.

But where is the connection to the new *.gif?

thx.