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

Urgent / SAP Script

Former Member
0 Likes
414

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 .

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
392

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

Read only

Former Member
0 Likes
392

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