2006 Jul 06 3:21 PM
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
2006 Jul 06 3:24 PM
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
2006 Jul 06 3:28 PM
2008 Jun 13 1:24 AM
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 .
2007 May 23 11:38 AM
choose B/W for tif and colour for bmp in se78.
save tif image only in B/W format - monochrome !!
2009 Jan 05 4:49 PM
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
2009 Dec 16 4:47 PM
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.