‎2008 Nov 20 12:26 PM
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.
‎2008 Nov 20 12:30 PM
Hi,
Use the SE78 tcode to upload the Logo with the name provided in the include.
‎2008 Nov 20 12:30 PM
Hi,
Use the SE78 tcode to upload the Logo with the name provided in the include.
‎2008 Nov 20 12:31 PM
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
‎2008 Nov 20 12:31 PM
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
‎2008 Nov 20 12:33 PM
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
‎2008 Nov 20 12:33 PM
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.
‎2008 Nov 20 12:33 PM
‎2008 Nov 20 12:59 PM