Stop secondary user from placing bids in auction

Hi Experts.
I'm trying to stop the secondary user of a company from placing bids in the auction and only the primary contact to place bids. There is a setting i have looked at in the auction type settings, but I do not want to use this settting as the event should be company-wide.
Is there an alternative way?
Kind Regards
Gino

Hi Gino,
There is no alternative and you have to know what you want.
If you want only the primary user of the supplier to be able to place bids then you have to choose contact-specific event and then only the invited contacts will be able to place bids so in this case the primary users.
If you want everyone of the supplier to be able to place bids then you choose company-wide event.

Similar Messages

  • How to stop  the users from changing the Decimal in SAP

    How  to stop  the users from changing User Profile

    Hai,
    It is not possible to restrict SU3 to display, because it has only S_TCODE has the authorization object.
    If you really want to restrict users from changing their profile you have to remove the SU3 access and give SU1 or SU2 which gives access only to Personnel details and Parameters.
    Hope this helps.
    Regards,
    Yoganand.V

  • Stopping the Users from Postings Transactions in a Currency

    Hi Now that Slovakia currency has switched over to EURO, we want to stop our users from posting the transactions in SKK currency accidentally. Is there some config settings that can be done for this purpose..

    Hi Pete,
    You can create a validation in the transaction OB28.
    example:
    Prerequisite BKPF-USNAM <> " "
    Check BKPF-BKPF-HWAER
    check bkpf-BKPF-WAERS
    You should create a message error in the transaction SE91 to be displayed:
    Example:
    Z1 001 You are not allowed to use this currency anymore, obsolete !!
    After that run the program RGUGBR00 with just the last 2 flags not selected.
    I hope it helps.
    Best Regards,
    Bruno Wiener

  • Count down clock stops on ebay when placing bid in box,safari,ok opera,& firefox

    Safari,
    Count down clock stops when placing bid on Ebay, by clicking place bid box,have to use stop watch when getting to the last few seconds,ok on Opera,and Firefox,i have cleared cache,cookies and reset Safari.HELP please

    UPDATE: I had 36 Safari windows open and minimized on the dock from my last session; 20 of those windows failed to open b/c Safari "couldn't find the server"; I just went to the URL bar of all 20 pages and clicked return, and all 20 pages loaded perfectly, without dropping any images or losing formatting. This is a puzzle!!!

  • How to stop the users from saving the PO when there is error message

    Hi Guru,
    The error message had appeared but the user still can choose to hold the PO even though there is an error.
    They do not want to let the user to have a choice to save the PO once there is an error.
    Please advice where i can out this checking in.

    Dear Sally,
    As per OSS: Note 606728 - Hold Functionality of the PR & PO - Gaps.
    The only way you can stop the hold functionality is by implementing the BADI: ME_PROCESS_PO_CUST.
    I am copying the OSS text for your reference.
    Summary
    Symptom
    It is possible in the system to create/hold a purchase order (PO) referencing a held purchase requisition (PR), but your business process requires that this not be possible in your installation.
    Other terms
    Hold, ME21N, ME52N, Parking, Save without Check, Held PR, PO referencing a held PR, Commitments, reduction of PR by a held PO
    Reason and Prerequisites
    Cause: The functionality is not provided in EA-PS 110.
    Prerequisites : You must be on EA-PS 110 to implement this note
    Solution
    You can implement some customer BAdI's provided by SAP to get this functionality. Note that customer implementations of the BAdI's provided by SAP are upwardly compatible. The text that follows gives details of how to implement the customer BAdI's to accomplish this functionality.
    This functionality might be provided in future releases. However, we cannot make any binding statements at this time in regard to the scope of this development and when it will become available.
    The following are the steps required to implement the customer BAdI to give an error message when a user tries to create a PO referencing a held PR.
    1. Go to transaction SE18. Enter the definition name as ME_PROCESS_PO_CUST. Select the push button display.
    a) Choose Implementation -> Create.
    b) Enter an implementation name. Choose Enter.
    c) Enter a short text to describe the purpose of the implementation, then save the implementation.
    d) Select the tab interface, then double-click the method "process_item".
    e) Create a message to issue a message that the PR is on hold.
    f) Enter the following code in the method:
                        DATA: LS_MEPOITEM TYPE MEPOITEM.
                        DATA : MEMORY     TYPE EBAN-MEMORY.
    get current data from business object
                        LS_MEPOITEM = IM_ITEM->GET_DATA( ).
    Check if the PO references a PR and check if the PR is not on hold
    If the PR is on hold give an error message
                          IF NOT LS_MEPOITEM-BANFN IS INITIAL.
                            SELECT SINGLE MEMORY INTO MEMORY
                            FROM EBAN WHERE BANFN = LS_MEPOITEM-BANFN
                                        AND BNFPO = LS_MEPOITEM-BNFPO.
                            IF MEMORY = 'X'.
                               MESSAGE E900(ZM). "The message that you have created in step 6
                            ENDIF.
                        ENDIF.
    g) Activate the implementation.
    2. If you do not want to let the user put the PO referencing a held PR on hold, you have to also implement the BAdI ME_HOLD_PO. The following are the steps to implement the BAdI.
    a) Go to transaction SE18.Enter the definition name as ME_HOLD_PO and click on the 'DISPLAY' button.
    b) Go to Implementation -> Create.
    c) Enter an implementation name, then choose Enter.
    d) Give some short text to describe the purpose of the implementation, then save the implementation.
    e) Select the tab interface. Double-click the method IS_ALLOWED.
    f) Enter the following code in the method:
                        DATA : IM_BEKPO_WA TYPE BEKPO.
                        DATA : MEMORY TYPE EBAN-MEMORY.
                        *-Look if the PO refers to a Held PR
                        LOOP AT IM_BEKPO INTO IM_BEKPO_WA
                               WHERE NOT BANFN IS INITIAL.
                                 SELECT SINGLE MEMORY INTO MEMORY
                                 FROM EBAN WHERE BANFN = IM_BEKPO_WA-BANFN
                                            AND BNFPO = IM_BEKPO_WA-BNFPO.
                                 IF MEMORY = 'X'.
                        *-Do not allow the PO to be kept on hold
                        *-if the PO is refering a held PR
                                   CH_ALLOWED = ' '.
                                  ENDIF.
                        ENDLOOP.
    g) Activate the implementation.
    I hope it helps.
    Kind Regards,
    Prakash

  • How do I stop the user from saving information onto my original?

    Hello everyone,
    I created a form that I plan to put on a website but, I have one problem. The user is allowed to fill-in the form and save the new data onto the original. How can I set up the form so that the user cannot save over the original but, still be able to save a copy and use the "Submit by Email" button? Any help would be appreciated.
    Thank you,

    Use these steps to remove saved (form) data from a drop down list:
    #Click the (empty) input field on the web page to open the drop down list
    #Highlight an entry in the drop down list
    #Press the Delete key (on Mac: Shift+Delete) to remove it.
    *http://kb.mozillazine.org/Deleting_autocomplete_entries
    You can remove saved Password(s) here:
    * Tools > Options > Security: Passwords: "Saved Passwords" > "Show Passwords"
    *http://kb.mozillazine.org/Password_Manager
    Websites remembering you and automatically log you on is stored in a cookie.<br />
    So you need to remove the cookies from that site to reset this choice.
    *Tools > Options > Privacy > Cookies: "Show Cookies"

  • How can I stop a user from saving over "standard" workbooks in a role?

    Hello -
    We are using BEx Analyzer 7.0. 
    I need help restricting our regular users so they can only save workbooks to their favorites and cannot override workbooks published to roles by our super users / authors. 
    My understanding is the regular users need the following in order to save workbooks to favorites.
    S_GUI   Activity = 60
    S_BDS_DS  Activities = 03 and 30  Class Type = OT
    These users are able to save to their favorites.
    However, if they open a workbook from a role and then just choose Save -> Workbook, it allows them to save their changed version of the workbook over the "standard" workbook that was published to the role for all users. 
    What can I do to only allow them to save to their favorites and not be able to override the standard workbooks in regular roles?
    Our super user / authors have the following security to allow them to publish to roles. 
    S_USER_AGR with Activities = 01, 02 and 06 (Create, Change and Delete)
    Our regular users have
    S_USER_AGR but only with activities 03 and 08 (Display and Display Changes)
    Any help that can be provided would be greatly appeciated.  This is very frustrating.
    Thank you -
    Ann

    Hello Anne,
    Inspite of restricting the authorisation object S_BDS_DS you are not able to restrict the users in overwriting the workbooks, please implement the note 1167094 in your system.
    Implementing this note with the help of yout BASIS team would surely fix your issue.
    Let me know if this helps. Thanks.
    Best Regds,
    Suyog Chakot...

  • How can I stop authenticated users from getting other user's information?

    We recently discovered that it is possible for authenticated users, via KMu2019s details view, to view details about the other users that have access to the same resource as you.  Our portal (7.0 sp15) is used for an external facing web site.  We have secured it against anonymous users but the problem still remains for authenticated users.  Here is an example:
    The KM folder documents\Public Documents has been assigned read permissions for the group Everyone.  An authenticated user can open the URL https://<host>/irj/go/km/navigation/documents/Public%20Documents and a list of folders are shown.  The user can then select the Details from the menu for one of the folders and the Details iview is displayed.  They then select the menu item Settings > Permissions and the users/groups/roles assigned to this folder are shown.  The user can then select a user and view that users name and email address or the user could select a group and view for each member of the group the user id, name, and email address which could then be used to help attack the site.
    So I thought it would be easy enough to disable the details view for all users but content managers or administrators but I seem to running into difficulty. 
    I tried disabling the Details KM command with limited success.  Even with it disabled, if you know the URL for the details component you can still access it.  So it seems the better option is to take away access to the details component.  It seems that the users are getting access to the Details iView from the standard eu_role.  If I remove the iView from this role then all user have no access to the Details in KM.  I tried to add the iView to another role that content managers would have but when logged in with a user that had that other role I still was not able to access the Details iView. 
    This SAP Help document [http://help.sap.com/saphelp_nw70/helpdata/en/47/f0f7415e639c39e10000000a155106/frameset.htm |http://help.sap.com/saphelp_nw70/helpdata/en/47/f0f7415e639c39e10000000a155106/frameset.htm ]discusses the eu_role(Standard User role) and it states that
    By default, the Everyone group is assigned to the Standard User role. If you choose to use the other every user roles instead, you need to remove these assignments from the Standard User role and apply them to the Every User Core and Control Center User roles.
      But, when I look at what groups the role is assigned to or what roles are assigned to the Everyone group they donu2019t appear to be linked contrary to what the documentation says.  So, what Iu2019m thinking here is that I can create a copy of this role and remove the Details iView from the original and then assign the copy to the content managers and administrators.  Doing this causes all users to lose access, even the content managers.
    I thought Iu2019d give the Security Zones a try to see if this could help me but when I take away rights from here it still allows access.
    Iu2019m stumped.  Iu2019m sure there is some key piece that eludes me.  What can I do to allow users read only access to some KM folders and files while preventing them from viewing the permission/user details?

    The only 3d party apps are Hazel...
    And that's your problem!
    From the Hazel site's description:
    Hazel watches whatever folders you tell it to, automatically organizing your files according to the rules you create.
    Hazel, is a prefPane so you must have some rule (or it supplied the rule as a default) to put pictures (jpg's) from your Desktop (folder) into your Pictures folder.
    Open your System Preferences and Hazel in there and either turn off Hazel or change or delete the appropriate rule covering this situation.

  • How to stop grouped users from seeing all users?

    I have several users organized into groups, and would like to make is so that users can't see people outside of their group (or groups). No matter how I tweak permissions, all users get to see every other user no matter what group they're in.
    That is unacceptable and makes Server pretty useless when we need to protect the ID of our users. How can I make it so that users see only the other users in their group?
    Thanks in advance!

    Replying to my own query as it may help other noobsters.
    I've been able to control which users and groups can see a project by using the following schema:
    Create Project Wikis by creating a group with the project name, giving the group a shared folder and creating a group Wiki. Edit Access to Services and check only those services needed by the project. For example, check File Sharing and FTP for Wiki and FTP service.
    Create People categories by creating a group with the name of that group of people. For example, you could organize people by firm or department or staff category. Do not create a shared folder or group Wiki. Edit Access to Services and uncheck all services. The people groups will acquire the services and permissions they need from the Projects they join as members.
    Create users and require them to log in. Make sure "administer this computer" is unchecked and the Home Folder: drop down reads "None - Services Only." Edit Access to Services and uncheck all services. Users will acquire the services and permissions they need from the Groups they join as members.
    Now, add users to the people groups as appropriate. For example, add all engineers to the Engineers Group. Next add people groups to project groups as appropriate. For example, the Engineers Group may be added to the Bridge Project Group as well as the Building Project Group.
    Once you have users in your groups of people and groups of people in your project groups you can start the Wiki then point to it with your favorite browser. Sign in with the same username you used to create the Wikis. Select a Project Wiki then click on the gear in the upper right corner. Choose "Wiki Settings..." from the drop down menu.
    In the Wiki Settings dialog that appears, click on "Permissions" in the left pane. Enter the name of the Project (Group) then set its permissions to "Read &Write." Change the permissions for "All logged in users" and "All unauthorized users" to "None." Save changes.
    Now sign in as a user with limited permissions and verify that they can see only those wikis they're supposed to see.
    On the FTP side, they'll be able to see all group folders but they can only open those they have access to. Not great, but better than a kick in the head.

  • How do i stop workstation users from saving their network password or credentials for logging into a 2008 R2 Server workgroup?

    I have a small workgroup of about 30 users that are a mix of XP Pro, 7 Pro and 8.1 desktop / laptop users that connect to a Windows 2008 R2 Server to use Quickbooks Enterprise, share files and printers. I dont want the users to be able to save their password
    on their workstations, I want them to have to log in every time they connect to the server. How do I turn that off?Is the something on the server in Group Policy or a secruity setting that will not allow a saved credential for logging onto the server?

    Hi,
    I have a small workgroup of about 30 users that are a mix of XP Pro, 7 Pro and 8.1 desktop / laptop users that connect to a Windows 2008 R2 Server to use Quickbooks Enterprise
    By connecting to the server, do you mean users log on locally or through remote desktop services, or just through network to access network resources instead of log on to the server directly?
    If it’s log on locally, please disable auto logon feature by configure the registry entry
    AutoLogonCount to 0, it is under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon.
    If it’s remote desktop connection, please clear Logon Credentials for corresponding remote desktop sessions.
    If it’s network access, then it is by design because network logon has a single-sign-on feature.
    More information for you:
    How to disable Auto Login?
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/705b0cf8-53f1-45f9-b6bf-2ba61c8d10bf/how-to-disable-auto-login?forum=winservergen
    How Interactive Logon Works
    http://technet.microsoft.com/en-us/library/cc780332(v=WS.10).aspx
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Will binding to AD stop local users from logging in?

    Hi,
    If I bind to an Active Directory domain with the Directory Utility, what will this do to the local existing users? Will they still be able to login afterwards?
    Thanks for any help,
    Richard

    Methinks you should be posting to the server forum.

  • How to Stop Certain Users from Logging in to The Wiki?

    While the Wiki Server in Mountain Lion Server allows me to restrict who can create new wikis, it does not seem to allow me to restrict who can login. If I setup a 'Test User', and give this user access only to the FTP service on the server, this user can still use his credentials to login to the Wiki. In fact, every user that is listed on server - for any service - can login.
    Once logged in, even if the user has been prohibited to create new wikis, they seem to still be given a 'my documents' space on the wiki server, in which they can create pages, and where they can still upload files.
    There are, therefore, several users that I don't want to be able to login to the wiki, at all. Can wiki login access be restricted?

    Try:
    1) create users and uncheck access to all services for each user,
    2) create a group with access to File Sharing and FTP,
    3) edit the group to add users, then
    4) Create Group Wiki
    Does that get you closer to the behavior you seek? Users will still see the main Wiki page, but won't have access to any of the individual wikis unless they're a member of that group's Wiki.

  • How can i stop iPhone users from seeing my picture and home address and email on their phones? it just pops up. please help this stop.

    My boyfriend has the iPhone 6 (regular not plus) and my information such as email home address and a picture i took in photo booth on my laptop a few years ago is what what pops up on his phone? he has me stored under a different picture and name but when he got the iPhone 6 this other pic and all my info popped up when i called him? how is this so? can others see my information too? how can i make this stop? i do not want other to have access to that info. 

    See, that's just the thing...it isn't checked. It never was.
    It just keeps restoring the home page bookmarks for Safari, nothing more. I just downloaded an update for the NYTimes app, and it made my bookmarks reappear on the home screen again, so the only thing I can assume is that these are somehow linked to my Apple account...only question is, why?

  • How to stop user from referencing a PR Item multiple times in an RFQ

    the same PR item is being referenced in the RFQ Muliple times. How can i control/stop the user from doing it.
    IS there a message which i need to set as error?

    Hi,
    You need to set the Message settings in
    MM--Purchasing -- environment data -- Define system messages or Tcode--OMCQ
    set the message number 06 076 as error message , then system will not allow the same line item to cross the PR qty
    rgds
    gsc

  • Stop user from cliking back button after logging out

    How can I stop the user from clicking the back when they had clicked the log out link...?
    <%@ page language="java" %>
    <html>
    <head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    </head>
    <body>
    </body>
    <script language="JavaScript" type="text/JavaScript">
    function refreshIt() {
    setTimeout('window.parent.location.reload()', 7 * 1000);
    <%
    session.removeAttribute("username");
    session.invalidate();
    response.sendRedirect( response.encodeRedirectUrl("index.jsp?message=You had logged out from the system"));
    %>
    document.onload = refreshIt();
    </script>
    </html>

    You can NOT stop the user from clicking the "back" button.
    However, all is not lost.
    Since you're invalidating the session, simply have every page that requires the user to be logged in check for a valid session before proceeding. Put that code into an "include" file. If the session is invalidated, redirect the user back to the "Please Login" page. Do this IMMEDIATELY before doing ANYTHING.
    Another technique, but is essentially the same thing, is to "logout" to a page with javascript that redirects the user to the "You are Now Logged Out" page, with either a "redirect" or a "window.forward()" call. When the user clicks "back", they'll return to the page with the javascript that redirects the user to the "You are Now Logged Out" page. The only problem with that is that savvy users using IE can click the "history" portion of the "back" button, and go back 2, 3, 4, etc. pages if they want to.
    Therefore, you'll still have to write the code at the beginning of every page that kicks the user back to "Please Login" if the session was invalidated.

Maybe you are looking for