cancel
Showing results for 
Search instead for 
Did you mean: 

UPoad lgoo using RSTXLMDC ERROR showing TIFF format error: No baseline TIFF

former_member182008
Participant
0 Kudos

Hi

I am geeting the below problem while uploading a tif format file using RSTXLDMC

Load File

h:\prim.tif

The file contains 13.930 bytes

This is a TIFF file with INTEL byte order

First IFD offset: 13.744

Reading IFD from offset 13.744 Number of Tags 15

ImageWidth: 559

ImageLength: 279

BitsPerSample levels: 1

BitsPerSample - level 1: 8

BitsPerSample - level 2: 0

BitsPerSample - level 3: 0

Compression: 5

Photometric Interpretation: 3

Number of StripOffsets: 14

SamplesPerPixel: 1

RowsPerStrip: 21

Number of StripByteCounts: 14

XResolution: 96 /

YResolution: 96 /

ResolutionUnit: 2

ColorMap size: 256

TIFF format error: No baseline TIFF 6.0 file

and I am not expecting the below code

How to Upload graphics (IMAGE) to your Sapscript?

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

Accepted Solutions (1)

Accepted Solutions (1)

Sandra_Rossi
Active Contributor
0 Kudos

SAP accepts only a few types of compression in the TIFF. Save it again with your image software using the correct options. [Search forum for more info|http://www.sdn.sap.com/irj/scn/advancedsearch?query=tiffbaseline6.0+compression]

former_member182008
Participant
0 Kudos

Thanks

Answers (2)

Answers (2)

david_liu1
Advisor
Advisor
0 Kudos

Hello,

The error message usually means that you try to upload a graphic with a

TIFF format, which is not supported. Please check the compression type

of the TIFF file with your graphic program. The SAP supports

uncompressed TIFF files and Packbits compressed TIFF files.

Read SAP note: 39031 tells about baseline.

Not every TIFF dataset can be uploaded, there are some preconditions.

Regards,

David

former_member182008
Participant
0 Kudos

Thanks David

Former Member
0 Kudos

TIFF format error: No baseline TIFF 6.0 file

The program told you exactly what was wrong. SAPScript requires TIFF 6.0. See Sandra's posting...