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

Logo in an smartform

Former Member
0 Likes
2,261

I have uploaded an image to use it as a logo in an smartform. At the SE78 transaction looks good but when I see it in the smartform looks distortioned. Originally was an JPG image, what can I do?

Greetings

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,345

Hi,

I think that, perhaps, there are some problem with the resolution. There is one option when you add a logo, for fixing the resolution (DPI) If you want expand the logo image, the resolution will decrease. So, you can use this param for ajust the image and achieve the image looks fine.

Regards

Jaime

I have uploaded an image to use it as a logo in an smartform. At the SE78 transaction looks good but when I see it in the smartform looks distortioned. Originally was an JPG image, what can I do?

Greetings

6 REPLIES 6
Read only

Former Member
0 Likes
1,345

hi ,

Graphics to be used in forms must first be stored on the Business Document Server (BDS) of the SAP System (as a bitmap image or TIFF). The transaction code SE78 is used for this purpose. Applications graphics include:

Logos

Preprinted forms that are scanned in as background pictures

rgds

Deepak.

Read only

Former Member
0 Likes
1,345

Convert the logo to TIFF file format first and then use it...it will work fine.

Ketan

Read only

Former Member
0 Likes
1,345

Hi,

There is no standard specification for logo in SAP. You can either upload BMP or TIFF logo. I would suggest you to upload logo in BMP format.

In terms of size and resolution this is how you can order .BMP types

                       Size                Resolution 
                       ---------           ------------
Monochrome bitmap      Lowest- 1           Lowest- 1
16 Color bitmap                2                   2
256 Color bitmap               3                   3
24- bit Bitmap         Highest-4           Highest-4

If you do not care about color of logo, use "Morochrome format". If you care about color go for "24- bit Bitmap".

Try to create a logo with different DPI and see which looks ok. I recommend 600 DPI.

Regards,

RS

Read only

Former Member
0 Likes
1,345

if u have jpeg image

goto Mspaint -> save as .bmp

or go to imaging tool save .tiff both tools are difault available in MS OS

and go to se 78 upload BDS give object name and call the object name in smart form

Read only

Former Member
0 Likes
1,346

Hi,

I think that, perhaps, there are some problem with the resolution. There is one option when you add a logo, for fixing the resolution (DPI) If you want expand the logo image, the resolution will decrease. So, you can use this param for ajust the image and achieve the image looks fine.

Regards

Jaime

Read only

Former Member
0 Likes
1,345

there is no problem u can overcome that by changing the values of resolution in the technical attributes. Make sure that u mentioned object as graphics and ID as BMAP.

Reward if helpful