cancel
Showing results for 
Search instead for 
Did you mean: 

Deactivate Browser Button in SRM5.0

Former Member
0 Kudos

Hi experts!

Could anyone please tell me how I should deactivate the browser buttons in the internet explorer when using srm5.0? I fould SAP-Note 725124 relating to this topic but nothing regarding srm5.0.

Thanks for your help.

Regards,

Corinne

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Any updates.

Regards

-Atul

Answers (3)

Answers (3)

Former Member
0 Kudos

We will try to do the changes according to SAP-note 725124. Anyway, thanks for your help.

Former Member
0 Kudos

Unisntall all the pop-up blockers [like yahoo or google tool bars] on the user's system and corrections from SAP-note 725124 works perfect.

Regards,

Piyush

yann_bouillut
Active Contributor
0 Kudos

Hi,

Please refer to the following thread :

https://forums.sdn.sap.com/click.jspa?searchID=1113864&messageID=2964447

Kind regards,

Yann

Former Member
0 Kudos

Hi

You can use JavaScript code like that on Live Auction Applet


function startApplet(url,auction_guid) {
 
      window.open(url,auction_guid, "menubar=yes,resizable=yes,scrollbars=yes");
 
  }// end: startApplet()



This code came from se80 -> internet service -> BBP_BID_INV -> SAPLBBP_BID_INV screen 300.

Hope this will help.

Please reward suitable points.

Regards

- Atul