Thursday, June 4, 2009

How to Upload a TIFF file for SAPScript

Personal experience. Uploaded file using standard program RSTXLDMC. an error returned: 'TIFF format error: No baseline TIFF 6.0 file'.

This is due to the .tiff file itself. Problem resolved by Using GIMP software, resave the file with another filename with the same .tiff extension. An option for compression will appear with choices of: NONE, LZW, Pack bits, Deflate, JPEG.




I believe the error returned was because of it is in LZW compression. I resaved the new .tiff file with the choice of 'NONE' compression, uploaded it again using standard program RSTXLDMC, and hey presto...it can be uploaded.

I found my solution at this link: http://sapfans.com/forums/viewtopic.php?f=13&t=131058.

Then can upload with standard program RSTXTRAN. First need to create new transport using SE09/SE10. Assign attribute : 'DEV/Correction' to request. Then run program RSTXTRAN. Can refer standard text at t-code SE10.

2 comments: