cancel
Showing results for 
Search instead for 
Did you mean: 

TIFF image upload

Former Member
0 Kudos

I am trying to upload a TIFF image into a Standard text using the program

RSTXLDMC. However i am faced with the following error.

TIFF format error: Number of StripOffsets < 1.

Can you help me with the correct procedure for uploading TIFF images into standard Text objects

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

There are different TIFF formats and SAP cannot upload all of them. The online help specifies "TIFF format, you must use a Baseline 6.0 (for example, without compression)." You may need to save your current file in this specific format.

Regards,

Nick

Former Member
0 Kudos

Normally TIFF errors are caused by the TIFF being saved with some form of compression - SAP only allows uncompressed TIFF files. You need a paint program that allows you to set this when you save. Paintshop pro is the one I normally use.

Other alternative is to upload it as a Bitmap and use the SAPScript BITMAP command to display it. Search other posts for instructions on uploading and using this.

Andrew

Former Member
0 Kudos

Hi gerson,

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

Reward if helpful.

Thanks

Former Member
0 Kudos

Hi,

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

hope it is useful.