cancel
Showing results for 
Search instead for 
Did you mean: 

How can i find out the height lenght width of that logo in so10 ?

Former Member
0 Kudos

I have TextName is there in so10.

How can i find out the height lenght width of that logo ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sam,

In SE80, you should have a Repository for MIMES, including images.You should find your image here .

you have to use the following method to get the image as a binary string and then use gui_download to download it to local system

call method cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp
exporting
p_object = fs_stxbitmaps-tdobject
p_name = fs_stxbitmaps-tdname
p_id = fs_stxbitmaps-tdid
p_btype = fs_stxbitmaps-tdbtype
receiving
p_bmp = loc_graphic_xstr
exceptions
not_found = 1
others = 2.

Thn you can find the size of the logo.

Regards

Naresh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Sam,

You can go to so10. On the top Menu bar print the logo using the path Standard text-->Print.You can measure the height ,width and length of the logo in the printout.

I hope this helps.

Thanks,

Kalyan