cancel
Showing results for 
Search instead for 
Did you mean: 

How to insert SAP Icons in Text Element of a Smartform

Former Member
0 Kudos

Hi Friends,

Thanks in Advance.

I need to insert SAP ICONS in the Text Element of a Smartform. Is it possible ?

What i am doing is ..... going to the Text Editor -> Insert -> Characters -> SAP Icons

But here no Icons were displaying.

I had checked the ICON Table and the T.Code "ICON". Here it is displaying the list of Icons.

So please help me how to insert SAP Icon in the Text Element of a Smart form.

Thanks & Regards:

Sridhar.J

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi sridhar,

check whether ICON_PHONE exist in the icon table.

ICON_PHONE_CALL_IN is there.

You can't see the icon in the print preview just take the printout

Regards,

Sravanthi

Former Member
0 Kudos

Hi Sravanthi,

ICON_PHONE and ICON_PHONE_CALL_IN both present in ICON Table.

I had also taken the Print out..

but what i am seeing on the Priview it is printing on the Paper.

Regards:

Sridhar.J

Former Member
0 Kudos

Hi sridhar,

Include this in the program lines.

INCLUDE <ICON>.

Regards,

sravanthi

Former Member
0 Kudos

Hi Sravanthi,

I already wrote the command INCLUDE <ICON>.

but no use mam.

Thanks & Regards:

Sridhar.J

Edited by: Sridhar Jampani on Oct 16, 2008 3:38 PM

Former Member
0 Kudos

Hi,

This Icons are not visible for Print Preview , please take a printout and see.

Former Member
0 Kudos

Hi

Using program Lines retreive the icon from ICON table,pass it to a variable and display that variable in the text element..wherever you want.

Regards,

Vishwa.

Former Member
0 Kudos

Dear Vishwa,

Thanks for your reply...

But you know, with the select query what i have written is only getting the Icon Id i.e like @1Q@ and the same is print on the paper. This is not what i want... I want the ICON to be displayed on the Paper.

This is my code which i had written.

+select single id+

from icon

into v_iconid

*where name = 'ICON_PHONE'.*

Thanks Regards:

Sridhar.J