Application Development 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: 

Uploading TIFF files to SAP script Texts

Former Member
0 Kudos
1,587

Hi All,

I'm getting the following error while uploading TIFF files to SAPscript texts:

Error: BitsPerSample tag has length <> 1 or 3

Compression: 5

Photometric Interpretation:2

Number of StripOffsets:11 SamplesPerPixel: 4 RowsPerStrip: 7

Number of StripByteCounts: 11

XResolution: 96 / 1

YResolution: 96 / 1 ResolutionUnit: 2

TIFF format error: No baseline TIFF 6.0 file

I tried uploading through se78 using BMP file and getting the error Bitmap file: No color table available (True Color, Bitcount 32.

Good suggestions are appreciated.

Thanks,

Bhaskar

6 REPLIES 6

Former Member
0 Kudos
519

Hai Bhaskar Pani

You can achieve as per below:

1) I want to upload a coloured logo from my desktop to SAP

- Upload your logo via SE78.

- Select 'Import' button from application toolbar of SE78, and perform upload.

2) Then i want to upload that coloured Logo into my SAP Script output

- At SE71, goto Text Element from your window logo (window where you locate your company logo), and place the following statement:

/: BITMAP 'COMPANY_LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 150

3) Then i want to make that Coloured logo to be Printed on Layout screen visible as with same color as i uploaded.

Thanks & regards

Sreeni

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
519

Open your image with MS Photo Editor, now save as a .tif. Now try to upload this .tif file via SE78. It should work.

Regards,

Rich Heilman

0 Kudos
519

To upload .tiff file from pc to sap script do the foll' steps:

1.Run the program RSTXLDMC on se38

2.It will ask for some attributes thats related to your tiff image.

3.Fill it with your own requirement .

Former Member
0 Kudos
519

choose B/W for tif and colour for bmp in se78.

save tif image only in B/W format - monochrome !!

Former Member
0 Kudos
519

Hi Bhaskar,

I am also facing the same error. Can you please let me know the solution for this error.

Thanks and Regards

Syed Shoeb Hussaini

0 Kudos
519

If you receive the error message "Bitmap file: No color table available...", ensure that the file is either a 256-color bitmap or a black and white bitmap. This is done in the graphic software you use. SAP doesn't like 24 bit or true color images via SE87.