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: 

company logo

prince_isaac
Active Participant
0 Kudos

how can i put my companies logo on the sap screen?

4 REPLIES 4

Former Member
0 Kudos

Hi,

Refer to the link below

http://www.sap-basis-abap.com/sapbs039.htm

Regards,

Atish

Former Member
0 Kudos

Can use standard program RSTXLDMC , and SE78.

regards,

Prabhu

reward if it is helpful.

Former Member
0 Kudos

Hi

Change the logo in the right-hand side of the initial screen

- To put your company logo in the right-hand side of the initial

screen:

Put your picture in the database with the transaction SMW0

"Binary data" options, e.g. in ".GIF" format.

Put a record with the picture name in the key "START_IMAGE" of

the table SSM_CUST in the View maintenance transaction SM30.

- You can adjust the picture to the window size automatically or

center it in the right-hand side of the initial screen

("RESIZE_IMAGE" "YES" or "NO" in the table SSM_CUST).

- You can deactivate the picture globally so that noone sees it

with "HIDE_START_IMAGE" "YES" in the table SSM_CUST.

Refer the links -

http://wiki.ittoolbox.com/index.php/Change_the_logo_on_the_right_hand_side_in_SAP

If you are talking about the SAP logo in the upper right hand corner of the gui, here are some directions.

http://www.sapdevelopment.co.uk/tips/tips_sapalogo.htm

<b>Reward points for useful Answers</b>

Regards

Anji

prince_isaac
Active Participant
0 Kudos

Solved. A long time ago, just forgot to close the thread.