‎2007 Nov 12 11:46 AM
Hi All,
Can anyone pls help me in solving this problem. I have a jpeg image, i have changes the file type as BMP and saved it. Later i imported the BMP image in SE78. Now when i call this logo in script in my Logo Window it dosent fit in the whole A4 size paper. I have tried all the resolutions given by SAP. If i insert the Logo as Resolution 300 the size of the logo exceeds A4 size paper, if i insert the logo as 600 resolution, logo becoms bit smaller than A4 size paper. The logo is nothing but, letter pad of the company. Since its a letter pad it must fit properly in the A4 size paper at header. Pls give me any suggestion regarding this.
Thanks
Sathish
‎2007 Nov 12 11:49 AM
When you save it as BMP, save it as small and upload. keep resolution as 300 only.
Reward points if it helps,
Satish
‎2007 Nov 12 12:01 PM
Hi Satish,
I tried all ways like adjusting the size and saving it as small etc. But stil when i save it as BMP it takes one standard size. and when i am inserting the logo with resolution 300 it dosent fit in the A4 size window.
‎2007 Nov 12 11:55 AM
ZLOGO is the image name, and DPI's available are
75,100,150,200,300,600
is it BITMAP and color one , if so
/: BITMAP 'ZLOGO' OBJECT GRAPHICS ID BMAP TYPE <b>BCOL</b> DPI 300
and if it Black and white
/: BITMAP 'ZLOGO' OBJECT GRAPHICS ID BMAP TYPE <b>BMON</b> DPI 300
‎2007 Nov 12 12:04 PM
Hi Naresh,
I dont have problem with the syntax, everythg is fine. The only problem i face is the logo dosent fit the A4 size window. When i print it with resolution 300, only half logo comes in the header. when i see in the print preview i am able to see the other half of the logo outside the A4 size paper. Yes its a colour logo only.
‎2007 Nov 12 12:00 PM
HI
ZLOGO is the image name, and DPI's available are
75,100,150,200,300,600
is it BITMAP and color one , if so
/: BITMAP 'ZLOGO' OBJECT GRAPHICS ID BMAP TYPE <b>BCOL</b> DPI 300
and if it Black and white
/: BITMAP 'ZLOGO' OBJECT GRAPHICS ID BMAP TYPE <b>BMON</b> DPI 300