cancel
Showing results for 
Search instead for 
Did you mean: 

Disable "Login as" button in bidder/competitor section in Live Auction Cockpit

bhmanugnzlz
Discoverer
0 Kudos

Hi, how are you?

I am working on a requirement in which it is requested to keep the "Entr.sist.como" button greyed out. I found in a post that permissions should be removed from the buyer through the authorization object BBP_PD_AUC, but I don't understand what permissions should be removed. Could any expert give me clarity on how to approach this issue?

In the image below you can see the button that should always appear greyed out.

Thanks in advance!
Best regards.

Accepted Solutions (1)

Accepted Solutions (1)

Tamas_Koban
Employee
Employee
0 Kudos

Dear Manuel,

The Logon As functionality is built up from an HTML file.

Navigate to SE80 transaction.

Enter BSP application: /SAPSRM/BSP_DHTML_AUC

Navigate to: /SAPSRM/BSP_DHTML_AUC -> Page Fragments -> bidderTreeContainer.htm

Around line 47 starts the code with the logon as function.

You could try editing this HTML file.

Best regards,

Tamas

Answers (2)

Answers (2)

Tamas_Koban
Employee
Employee
0 Kudos

Thank you Manuel for sharing the solution with us and others!

bhmanugnzlz
Discoverer
0 Kudos

No problem! I hope it is helpful since I did not find information on the net.

bhmanugnzlz
Discoverer
0 Kudos

Hi Tamas,

Thanks you for the answer.

I will tell you that I chose to modify the dhtmlapplet.htm file from line 201, adding the statement below, which derives in the modification of the behavior of the button.

purchaserAdminAuthBean.setSurrogateBidding(false);

On the other hand, I found that the MenuTree.js fragment contains the behavior logic of the button, obtaining the object through

 document.getElementById("logonBidder")

Best regards,