cancel
Showing results for 
Search instead for 
Did you mean: 

Image too big in SAPScript window

Former Member
0 Kudos

Hi all,

We download from the server some .bmp-s locally and then we import them into table stxbitmaps with PERFORM import_bitmap_bds(saplstxbitmaps) . When these images are presented in the sapscript , they go beyond their window and overwrite the other windows.

How can the sizes of this image be modified , so that it wouldn't cross the window?

OR

Are there any FM's that permit the modification of a local BMP file to a lower/higher width or height?

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

naimesh_patel
Active Contributor
0 Kudos

You can increase the DPI in the SAPScript. No need to change the LOGO in SE78.

/: BITMAP 'MY_LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 300

In my LOGO's property, I have 100 DPI. I put 300 DPI in the command in SAPScript to reduce the size.

Regards

Naimesh Patel

Former Member
0 Kudos

Hi Naimesh,

Thanks for your reply. I forgot to mention that I tried that before I posted the question. I don't seem to be getting a smaller image, but a bigger one. no matter in which way I modify the DPI (increase it or decrease it) . What else do you suggest?

Former Member
0 Kudos

what is your bitmap properties like:-

width:

height:

horizotal resolution

vertical resolution

and your sapscript window size?

======================================

DPI setting should work in the sizing.

please write ur current setting/code and the outcome result in detail.

Message was edited by:

Casey Yong