2004 Mar 24 11:22 PM
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
2004 Mar 25 6:32 AM
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.
2004 Mar 26 10:54 PM
Hello Gaurav,
Thanks for the tip! It really helped me see all the icons and their representation.
Regards,
Asif Rahmetulla
Texas Instruments Inc.,
2004 Mar 27 12:48 PM
In older releases the module pool was not available, so use; 'Include <icon>.' (with the angle brackets).
MattG.
Message was edited by: Matthew Gifford
2004 Mar 25 7:03 AM
Hello Asif,
there are several reports, e.g. "SHOWICON" or "SHOWSYMB". Search for "SHOW*".
Regards
Martin
2004 Mar 25 12:48 PM
Include the type pool icon into your code, then double click on it
i.e.
TYPE-POOLS: icon.
2004 Mar 25 2:36 PM