Application Development 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: 

displaying png image as logo on the screen

Former Member
0 Kudos

Hi all,

I have uploaded a png image in smw0 transaction and i am using that object to display as logo on the screen, its not displaying any thing.

I am able to display gif images

2 REPLIES 2

former_member387317
Active Contributor
0 Kudos

Hi Shilpa,

Try out in this way...

might you were not defining the file type in MIME types...

Steps to change the default SAP IMAGE on the right hand column of the screen :-

Transaction code - SMW0

X - Binary data for WebRFC application

Hit Enter

Click Execute

Click Settings -> Maintain MIME types

Click the Create button

Fill in :- TYPE : image/png EXTENSION : .PNG

Click Save

Click Back to the Binary data for WebRFC

Click Create

Fill in :- Obj. name : ZXXXX.PNG Description :

Company Logo

Click Import and specify the filename where your

GIF file is

located.File type is BIN. Finish press the

Transfer button.

If successful, your logo will be shown in the

Binary data for

WebRFC.

Transaction code SM30 - Table/View - SSM_CUST

Click Maintain

Click New Entries

Name Value to be set

START_IMAGE ZXXXX.PNG

RESIZE_IMAGE NO

Logoff and Login again

OR

If above method doesn't work in your case then ...

U can convert your PNG image into GIF or JPG image and then you can change the screen using this GIF or JPG image...

After all you need to display the logo... mostly Extension (File Type) doesn't matter to you... (Last Option :: Change the File type to JPG or GIF...)

Hope it will solve your problem

Reward points if useful...

Thanks & Regards

ilesh 24x7

0 Kudos

Hi Ilesh,

Thanks for ur reply.

I have maintained the mime type, even then its not getting displayed on the screen.

I don't want to change the extension because it will change the original picture.