cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Uploading Tiff file in SAP Script Texts

Former Member
0 Kudos

Hi all,

I am trying to upload tiff file to text in Script but one error is coming like,

TIFF format error : No baseline TIFF 6.0 file

can anybody plese tell me what is this and what is the solution for this?

Thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

use only monochrome for tif images ie B/W images only. r go for bmp

Former Member
0 Kudos

Try using SE78 t-code. You can import Bitmap images and preview them here. You can save your file as BMP using either imaging or some image editing S/w.

Former Member
0 Kudos

Hi,

you can upload TIFF file by pgm RSTXLDMC.

your tiff image should be tiff 6.0.

Regards,

Sumit

Save a Logo using Paintshop Pro or Corel Draw as Tiff file. Use RSTXLDMC to convert the logo to standard text in SapScript. When the program is executed, the path and file name have to be correctly specified.

Process could be like the following:

Run RSTXLDMC

Enter file name C:\MAIL\COMPLOGO.TIF

Resolution for Tiff file

Absolute X-position

Absolute Y-position

Absolute positioning

Reserved height

Shift to right

UOM = CM

Text title

Line width for text = 132

Text name ZHEX-MACRO-COMPLOGO

Text ID ST

Text language = E

Postscript scaling

Width & Height according to PS scaling

Number of Tiff gray levels (2,4,9) 2

Then Create a new window 'COMP' with attributes;

Window COMP description Company Logo

Window type CONST

Left margin 7.00 CH window width 10.00 CH

Upper margin LN window height 8.00 LN

Finally in the text element , mention

/: INCLUDE 'ZHEX-MACRO-COMPLOGO' 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.

If you are using two logos in the same layout, the names of the logos should be unique. Say 'ZHEX-MACRO-LOGO1' and 'ZHEX-MACRO-LOGO2'. Else all the information will be overwritten.

If the logo is not EXACTLY TIFF 6.0 , the same will not be printed.

See OSS notes 5995, 18045, 39031 for some inputs.

Message was edited by:

sumit kumar

Former Member
0 Kudos

Hi,

Thanks for ur help its working.

thank u.

Former Member
0 Kudos

Hi Kumar,

I have saved a logo as a TIFF file (not sure if it is baseline 6.0). When executing program RSTXLDMC, I still got the error message as below. Do you know why? Please help.

Load file

C:\brt.tiff

The file contains 7,878 bytes

This is a TIFF file with INTEL byte order

First IFD offset: 7,656

Reading IFD from offset 7,656 Number of tags 18

ImageWidth: 177

ImageLength: 91

BitsPerSample levels: 3

BitsPerSample - level 1: 8

BitsPerSample - level 2: 8

BitsPerSample - level 3: 8

Compression: 5

Photometric interpretation: 2

Number of StripOffsets: 4

SamplesPerPixel: 3

RowsPerStrip: 23

Number of StripByteCounts: 4

XResolution: 96 / 1

YResolution: 96 / 1

ResolutionUnit: 2

TIFF format error: No baseline TIFF 6.0 file