‎2007 Dec 20 9:19 AM
hi guru's ,
can anybody tell me how we upload logo in SE78 with step by step .? as i m going to upload logo i m getting error that is
'TIFF file: Erroneous TIF format' . what is this and how should i do ??
its urgent .
thanks in advance .
‎2007 Dec 20 9:21 AM
For uploading from SE78 you just need to click on import and select the file. But file should be in BMP or TIFF 6.0 format only.
Regards,
Amit
‎2007 Dec 20 9:22 AM
hey try this !
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
Or use this method also,
To Upload Tiff images,
you have to run the program RSTXLDMC.
Then you have to treat the uploaded image as a standard text and use it in your smartform or script.
Reward points if useful