cancel
Showing results for 
Search instead for 
Did you mean: 

Printing logo,

Former Member
0 Kudos

Hello,

I have a strange problem when I'm printing my logo using sapscript.

I imported my logo has a BITMAP using transaction SE78, in the originale logo the background is white.

When I'm printing this logo using sapscript, the background is gray.

BITMAP COMPANY_LOGO OBJECT GRAPHICS ID BMAP TYPE BCOL

If someone knows why, you're welcome...

Thanks,

Joseph

Accepted Solutions (0)

Answers (9)

Answers (9)

Former Member
0 Kudos

finaly I solved this problem changing the numbers of colors in the logo.

when I use a 256 colors logo, it works.

thanks for all,

joseph schembri

Former Member
0 Kudos

I'm not sure the problem comes from the printer settings because on the same page there are some bitmaps which are printed correctly in color.

regards,

Joseph

Former Member
0 Kudos

Hi,

You need check for printer settings, check in SPAD transaction code...

Goto Transaction code SPAD and double click on your SAP Printer, you will get a screen there you have 4 buttons, there in the Output Attributes buttin, you have an option like Color printer .. check that

Regards

Sudheer

Former Member
0 Kudos

hi joseph,

After executing the program RSTXLDMC, Parameters to be passed are:

file name.

file type.

BMON - for black and white image.

BCOL - For a color image.

Text name - the standard text in layout set.

Regards...

Arun.

Former Member
0 Kudos

well, I don't use the BITMAP command anymore, but the INCLUDE command:

INCLUDE COMPANY-LOGO OBJECT TEXT ID ST LANGUAGE EN

Former Member
0 Kudos

Thanks for your answers. I have uploaded the .tif file as a standard text. It comes beter, now the background is well white, but I've lost the colors. It prints the logo in black ans white.

In program RSTXLDMC I set the parameter type = BCOL.

where am I wrong ?

thanks,

Joseph

Former Member
0 Kudos

Hi,

Check weather are you giving BCOL in following or not?

BITMAP COMPANY_LOGO ......................... TYPE BCOL

Ashvender

Former Member
0 Kudos

Hi joseph,

Y can't u try the standard program RSTXLDMC, to upload the required logo.

But u have to save in tiff format.

Try this one, it will rectify ur logo problem.

Regards...

Arun.

Former Member
0 Kudos

Hi Joseph,

BMP file always shows grey background. You can do one thing, edit the BMP image in Adobe Photoshop 6.0 & save it as '.TIf' file & upload it. That time it will work properly.

Or try to save the file as 256 BMP & upload it. But in 256 BMP te quality of logo will not be good.

Ashvender

Former Member
0 Kudos

check the below link...which shows all abt logo printing with color changing foreground/background...

http://www.sapdesignguild.org/community/design/colors.asp