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 logo to smartforms

Former Member
0 Likes
2,347

Hi All

How to upload logo ( Type of file : Adobe Acrobat Document) from desktop to smartforms.

7 REPLIES 7
Read only

Former Member
0 Likes
1,920

Convert it to Bitmat and upload using tcode SE78

Read only

arjun_thakur
Active Contributor
0 Likes
1,920

hi ravi,

Use se78 tcode upload the logo.

if your logo is of jpeg or bmp type file use tcode se78 and double click bitmap images. If it is not bitmap, then convert it.

select color radion button.

click on import button.

select the file from your pc which will upload the logo

give name(Mandatory) of your logo.

press continue.it will upload into server.

then go to smartforms

create a window.right click on window and select create->graphics.

then press F4 on text box Name .

it will give the list of images. You can pick the images which u have upload .

i hope it helps

arjun

Edited by: arjun on Oct 23, 2008 1:38 PM

Edited by: arjun on Oct 23, 2008 1:40 PM

Read only

Former Member
0 Likes
1,920

Hi,

Through T78 you may hav 2 do recording

You can also do this by FM SAPSCRIPT_IMPORT_GRAPHIC_BDS...

Regards

MUDIT

Read only

Former Member
0 Likes
1,920

Hi,

SE78 is to upload smartforms graphics

Read only

Former Member
0 Likes
1,920

hi,

To Create a logo in SAP printouts , just do the following

1. Save a Logo using Paintshop Pro or Corel Draw as Tiff file.

2. Run this program RSTXLDMC and enter the following parameters

Enter file name C:\MAIL\COMPLOGO.TIF

UOM CM

Line width for text 132

Text name ZHEX-MACRO-COMPLOGO

Text ID ST

Text language = E

Number of Tiff gray levels (2,4,9) 2

3. Then Create a new window 'COMP' with attributes;

Window COMP description Company Logo

Left margin 7.00 CH window width 10.00 CH

Upper margin LN window height 8.00 LN

Finally in the text element , mention

/: INCLUDE 'ZHEX-MACRO-COMPLOGO' OBJECT TEXT ID ST LANGUAGE 'E'.

Please note that if object name is not indicated as 'ZHEX...', the logo may not be printed!

You will not be able to see the logo in a test print. The same will be printed in actual printout.

hope it will help you.

regards,

Lokesh

Read only

Former Member
0 Likes
1,920

Hi,

Go through the link of SDN. You can find the previous threads related to that.

http://www.sap-basis-abap.com/smartforms/inserting-logo-in-smartform.htm

Hope it will solve your problem.

Thanks,

Nitesh Jain

Read only

Former Member
0 Likes
1,920

hi ravi,

The steps to insert the logo into smartforms are :

1. Go to transaction SE78

2. Select the desired graphic

3. Choose GRAPHIC --> IMPORT

4. Enter the name of the graph

5. Select the type of the image

Now the logo is uploaded onto the application server. To print this logo using the SMARTFORM, create a graphic node in the window and enter the name of the image you had just uploaded.

for more check it

thanks

Sachin