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 *.BMP file using SE78

Former Member
0 Kudos

Hi

I am trying to upload a BMAP file from presentation server onto the document server using SE78.

I am facing an error saying

"This is not a *.BMP file(they begin with <> "BM")"

Message no. TD874

I have the necessary company logo in this file and I want to put this in the sapscript.

Is there some formatting that needs to be done to the bitmap file before importing in SE78.

Please help!

Thanks

Bala

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate

Is your file type a bitmap. System says that it is not. Save as a bitmap using MS paint and try again.

Regards,

Rich Heilman

5 REPLIES 5

RichHeilman
Developer Advocate
Developer Advocate

Is your file type a bitmap. System says that it is not. Save as a bitmap using MS paint and try again.

Regards,

Rich Heilman

Former Member
0 Kudos

Hi,

Do like this.

1)First store it as a BMP file using MS paint.

2)GO TO SE78 and there choose uploading option ,

select that BMP file from stored files.

select BCOL if is coloured logo.

Then u can get the logo.

Regards,

vasantha.

vinod_gunaware2
Active Contributor
0 Kudos

hi

Convert BMP from <b>Command prompt using ren command</b>

then follow below process

Go to transaction SE78.

Follow the path given below (on the left windows box) :-

SAPSCRIPT GRAPHICS --> STORED ON DOCUMENT SERVER --> GRAPHICS --> BMAP

Enter the name of the graphics file on the right side and Go to the menu GRAPHIC --> IMPORT

The program is RSTXLDMC, the logo needs to be save in .TIF format.

Use transaction SE78 to inmport graphics to SAP.

In the form painter, you can either include directly to the form using menu Edit->Graphic->Create or using the INCLUDE statement in a window.

To use an INCLUDE stanment, goto into the woindow script editor and use menu Include->Graphic. The include can look like this for a bitmap:

/: BITMAP MYLOGO OBJECT GRAPHICS ID BMAP TYPE BMON

regards

vinod

Former Member
0 Kudos

HI All

Thanks a lot for your help .

Yes , initially I had just renamed the file in windows explorer from *.JPG to *.bmp. As the picture manager eas opening the file , I thought the file format was ok .

At the end of the day I explicitly converted the *.jpg to *.bmp using a free software that was available for download from the net.After doing this it worked.

Thanks

Bala

Former Member
0 Kudos

Hi

try to save that image in BM and then upload it. i think this will work.

Thanks

Vikranth