Application Development and Automation 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: 
Read only

Regarding SAP SCRIPT LOGO

Former Member
0 Likes
1,419

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

5 REPLIES 5
Read only

Former Member
0 Likes
986

When you save it as BMP, save it as small and upload. keep resolution as 300 only.

Reward points if it helps,

Satish

Read only

0 Likes
986

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.

Read only

Former Member
0 Likes
986

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

Read only

0 Likes
986

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.

Read only

Former Member
0 Likes
986

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