on 2023 Mar 21 7:57 PM
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.
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Manuel for sharing the solution with us and others!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.