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: 

Error while uploading BITMAP image in SAP through SE78.

Former Member
0 Kudos

Hello all,

I am getting below error while uploading image into SAP through SE78.

'Bitmap file: No color table available (True Color, Bitcount 32)'.

I have tried searching for solution and got some help from below reply from a thread:

You may do these options:

1. Lower the resolution of the image

2. Lower the file size of the image

Regards,

Reymar

I have got a image size of 6.14 KB and resolution of 72*72 dots per inch.

Thanks in Advance.

- Jayant Sahu.

3 REPLIES 3

Former Member
0 Kudos

Answered by me.

0 Kudos

Hey Jayant, I am having a similar problem, what was the answer?

Cheers

Daniel

0 Kudos

Hi Daniel,

First of all, if you dont mind, start a new thread for your question please.

Anyways, answer to your question is --

You need to save your picture with lower-most bits BITMAP Type. When you were saving your picture as .bmp, take care you are passing lower-most BITMAP type and not 24-bit as it may be as default.

This way, your problem would be resolved.

Thanks.

Kumar Saurav.