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: 

Special character symbols in SAP

asif_rahmetulla
Participant
0 Kudos

Hello All,

Does anyone knows the list of special character symbols in SAP which we can use. For example, the system displays special characters (@0A@ for red traffic light, @09@ for yellow traffic light, and @08@ for green traffic light). Where can I find a list of all symbols and there corresponding representation.

Regards,

Asif Rahmetulla

Texas Instruments Inc

6 REPLIES 6

Former Member
0 Kudos

hi Asif,

you can find list of all symbol and their corresponding representation in ICONT (Icon Texts) and ICONP (Icons: Assignment to SAPicon character set) SAP R/3 Tables,

Regards,

Gaurav Singh

IBM India.

0 Kudos

Hello Gaurav,

Thanks for the tip! It really helped me see all the icons and their representation.

Regards,

Asif Rahmetulla

Texas Instruments Inc.,

0 Kudos

In older releases the module pool was not available, so use; 'Include <icon>.' (with the angle brackets).

MattG.

Message was edited by: Matthew Gifford

Former Member
0 Kudos

Hello Asif,

there are several reports, e.g. "SHOWICON" or "SHOWSYMB". Search for "SHOW*".

Regards

Martin

0 Kudos

Include the type pool icon into your code, then double click on it

i.e.

TYPE-POOLS: icon.

0 Kudos

sorry posted same message twice

Message was edited by: Mart