cancel
Showing results for 
Search instead for 
Did you mean: 

Badi for custom Logo in shopping cart initial screen..

Former Member
0 Kudos

Hi all,

Is there any Badi available to add custom logo in Shopping cart logon screen. if is please provide some input how to implement the BAdi and sample coding.

Thanks,

John.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

John

I dont think any BADI available to change the logo.

You can add your own logo to the login page as below.

1. In SE80 select Internet service and choose BBPGLOBAL.

2. Then navigate to Theme 99-->MIME Objects -->Images --> Start.

3. Add your custom logo file there.

4. Then navigate to Theme 99 --> HTML Templates --> Login.

5. Open the source code of Login page and search for the logo which you want to replace with your new logo. ex. ~name="images/start/logo.gif". Look for suitable code where you want to add your logo.

6. Comment that line and add new line with your new logo file in the image path.

With this custom logo get displayed in the login page.

PS : Reward points if helpful.

Regards

Jagadish

Former Member
0 Kudos

Hi,

I have added one more logo in login html page in BBPGLOBAL next to LOGO.GIF and i published that template, but it seems my custom logo does not published. i did published that my custom logo also. can you please give some inputs how can we add custom logo near by SAP logo in login screen.

this my coding which i written in login screen.

<td colspan="2"><img src="`mimeURL(~service="bbpglobal", ~language="", ~name="images/start/logo1.jpg")`" width="100" height="50"></td>.

thanks,

john.