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

Logo in script.

Former Member
0 Likes
737

Hi All,

I am written the code in my logo window to print the logo as "INCLUDE ZABC OBJECT TEXT ID ST".

Now my question is how I can upload the logo in my system & used as the above mentioned code.

Please tell me step by step.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
711

Hi,

Use the SE78 tcode to upload the Logo with the name provided in the include.

7 REPLIES 7
Read only

Former Member
0 Likes
712

Hi,

Use the SE78 tcode to upload the Logo with the name provided in the include.

Read only

Former Member
0 Likes
711

Hi,

Try the below link

[|]

These are the steps to be followed for uploading graphics in R/3 system

1. First save the file as BMP

2. Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and

make it Zoom as 100% and save as *.TIFF

3. Open SE38 and execute program RSTXLDMC

4. Give your TIFF file path name

5. Select Bcol (for Color)

6. TEXT ID will be ZHEX-MACRO-*.

7. Inplace of * write your own logo name (ZCOMPANYLOGO)

8. Execute the program

9. Now Goto SE71 create your ZFORM

10. Create logo window

11. Goto text element of logo window

Regards,

Nandha

Read only

Former Member
0 Likes
711

Hi,

u need to go to tx SE78, opne the tree file until u see the BMAP (name of the image) then go to the menu graphic --> import and upload the imagen.

that's all, now u can use ur logo in sapcript or smartforms

Regards

Read only

Former Member
0 Likes
711

Hi

Command in your Sapscript

/: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E

These are the steps to be followed for uploading graphics in R/3 system

1. First save the file as BMP
2. Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and
make it Zoom as 100% and save as *.TIFF
3. Open SE38 and execute program RSTXLDMC
4. Give your TIFF file path name
5. Select Bcol (for Color)
6. TEXT ID will be ZHEX-MACRO-*.
7. Inplace of * write your own logo name (ZCOMPANYLOGO)
8. Execute the program
9. Now Goto SE71 create your ZFORM
10. Create logo window
11. Goto text element of logo window

Read only

Former Member
0 Likes
711

Hi,

To Upload a logo follow the following steps,

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:\...\ LOGO.TIF

UOM CM

Line width for text 132

Text name ZHEX-MACRO-LOGO

Text ID ST

Text language = E

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

Finally in the text element , mention

/: INCLUDE 'ZHEX-MACRO-LOGO' 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,

Umasankar.

Read only

Former Member
0 Likes
711

hi,

SMW0 is the transaction to upload your own logo.

Read only

Former Member
0 Likes
711

thanks