Control PO field one user can change

Hello,
We are implementing SRM 7 with ECS.
We want to restrict fields a user can change in a Purchase order. How can we achieve that? For instance we do not want the user to be able to change cost assignment.
Thanks in advance.

The visibility and editability are controlled by IMG in SRM 7. In SPRO,
SRM server >> Cross application basic settings >> Extensions and field controls >> Configure field control >> Configure controls for fields of substructure
There you can hide or make accounting information display only.

Similar Messages

  • How one user can change other user objects- urgent

    My user id is changed from userxx to useryy,
    I have some objects which userxx developed and activated, so now I want to work/access the objects logging with useryy.
    I get the message saying userxx has the object locked, you can trafnsfer objects to ur change list but,
    when I ma trying I see the transfer  option on those change list is disabled.
    ples reply
    thanks
    KK

    KK,
    First unlock the object as krishna said and then reassign ie., transfer his changed list under your name. Then you activate it.
    When ever one user is working on the object and another tries to edit then you will have this message.
    Hope this helps......
    ---Satish

  • Avoid users can change Short Text of Material Id in Purchase Requisitions

    Hi
    We have a problem with purchase requisitions.
    Users create a purchase requisition. In the field material,   type the ID of the Material but then, change the description in Short Text, for example Material 1000 is a Bearing, and the user can change this description for  Nut for example, causing problems and confusion in the following steps.
    We want that if the user use Material ID can´t change the Short Text
    Thank You  very much
    Sergio

    Hi,
    You can control this via tcode OLME. go to Purchase Requisitions and then 'Define Screen Layout at Document Level'.  Select appropriate field selection key (NBB if using standard one), go to basic data, item and maintain required settings.

  • How we can lock No more than one user can use the table  at a single time

    Hi Abapers,
    0)  which  function modules to lock & unlock a table.
    1) When you execute the program, we can check if there is any lock on this table. If yes, the user should be able to only view the table contents and not modify.
    2) If there is no lock, then lock the table and go into change mode.
    3) On exiting from the program, unlock the table using the function module.
    4) more than one user can't modify the table just display.
    Note: If there is any lock, display message saying table is locked.
    Plz help me for this requirement.
    Thanks
    Nani

    Hello Nani
    Have a look at the lock object EMMARAE (<i>Lock MARA and MARM/MAKT exclusively</i>) in transaction SE11.
    Inspect the F1 help for field <b>Lock mode</b>:
    DE ENQMODE
    Short Text
         Lock mode
    Definition
         Defines how to synchronize table record access by several users.
    The following modes exist:
         Exclusive lock
             The locked data can be read or processed by one user only. A request
             for another exclusive lock or for a shared lock is rejected.
         Shared lock
             Several users can read the same data at the same time, but as soon
             as a user edits the data, a second user can no longer access this
             data. Requests for further shared locks are accepted, even if they
             are issued by different users, but exclusive locks are rejected.
         Exclusive but not cumulative lock
             Exclusive locks can be requested by the same transaction more than
             once and handled successively, but an exclusive but not cumulative
             lock can only be requested once by a given transaction. All other
             lock requests are rejected.
    If you want to lock a standard table search whether the table is used in lock objects (<i>Where-Used-List</i>). If it is a customer table you have to create your own lock object (including two function modules: one for enqueuing and the other for dequeuing).
    The lock modules can be found in menu <b>GoTo -> Lock Modules</b>.
    Given these lock modules the logic should be quite clear after starting the program:
    1. Request lock -> if successful, continue in Change mode; -> if failed, continue in Display mode
    2. Before leaving the report remove lock (note: no problem if no lock has been set in the beginning).
    Regards
      Uwe

  • Command #user can change there own password (inside script..without passwd)

    HI,
    I have prepared one script, from which user can change there own password across all the nodes he wants.But problem is script is not working because the following command is not working
    echo -e "$oldPassword\n$newPassword" | passwd
    i have tried to run it manually but it is showing the folowing error....
    [testuser@xxxxxx01 ~]$ echo -e test\ntest123|passwd
    Changing password for user testuser.
    Changing password for testuser
    (current) UNIX password: passwd: Authentication token manipulation error
    [testuser@xxxxxxx01 ~]$
    any idea how to resolve this , or is there any other command where user can change their own password (inside a script).
    Regards,
    Ani

    When you change the password and are not root user, the passwd utility will ask for the current (old) password. You have specified a wrong old password, plus the utility will ask for confirmation of the new password.
    <pre>
    $ passwd
    Changing password for user dude.
    Changing password for dude.
    (current) UNIX password: asdfasdf
    passwd: Authentication token manipulation error
    $ passwd
    Changing password for user dude.
    Changing password for dude.
    (current) UNIX password: correct_password
    New password: How_will_1_ever_remember
    Retype new password: How_will_1_ever_remember
    passwd: all authentication tokens updated successfully.
    $ old_pwd='How_will_1_ever_remember'
    $ new_pwd='My_secret_passord_1'
    $ echo -e "$old_pwd\n$new_pwd\n$new_pwd" | passwd
    Changing password for user dude.
    Changing password for dude.
    (current) UNIX password: New password: Retype new password: passwd: all authentication tokens updated successfully.
    </pre>
    Edited by: Dude on Sep 25, 2012 4:36 PM

  • İs the information true, that ipad 3 user can change their ipad 3 vs. an ipad 4, if they bought the ipad 3 within 30 days ago??

    İs the information true, that ipad 3 user can change their ipad 3 vs. an ipad 4, if they bought the ipad 3 within 30 days ago??

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico, Spanish is my native tongue. I do not speak English very well, however, I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    I know of no anouncement from Apple. It is reported by cnet that one Apple Store in San Francisco said that was their policy. You should call the Apple Store in question to confirm that it will also follow that as a policy.

  • How to limit the max dialog no that one user can use at the same time?

    Hi,
    I meet one performance problem that one user can open 6 sessions in the GUI and he/she can run 6 reports at the same time witch could occupy 6 dialogs in the sap R/3 instance. It makes poor performance for other users.
    Would you pls tell me how to limit the no. of sessions one user can create at the same time or how to limit the no. of dialogs one user can occupy at the same time?
    Thanks a lot!
    I used this parameters in the default profile as blew:
    rdisp/rfc_check 1
    rdisp/rfc_use_quotas 1
    rdisp/rfc_max_own_used_wp 20 (means: 20%)
    It still didn't work.
    Sean

    Hello,
    We can reserve DIA W.P by giving value to the parameter :- rdisp/rfc_min_wait_dia_wp=1(default)
    that have to necessarily remain free for other users.
    This parameter is used to reserve a number of dialog work processes for Dailog mode.
    For eg. If 10 dialog w.p. are configured for the instance(rdsip/wp_no_dia=10) and the parameter rdisp/rfc_min_wait_dia_wp=3 is set,parallel RFC's can occupy a maximum of 7 DIA W.P.3 DAI W.P. always remain free for dialog mode.
    But now the question is how we assign/restrict this free dialog w.p. to the specific user.
    Reply...
    Regards,
    JUNAID

  • Is there a way the user can change the equation in the formular node from the front panel on the fly, dynamically?

    Is there a way the user can change the equation in the formular node from the front panel on the fly, dynamically?

    Sorry, I don't think so. That would be pretty cool if you could create a property node for a formula node and then enter a formula on the front panel and use it to update the formula. But you can't create a property node for a formula node and the only way of modifying the formula is by typing it into the formula node on the diagram. And you can't modify a diagram of a running VI.
    You could create a VI which is only a formula node with the maximum number of inputs and outputs you expect. Have a button on the calling VI to Edit Formula. When the button is pressed, use a VI server to display the front panel on the formula VI, display a dialog box telling the user how to display the diagram of the formula VI, then stop the calling VI. (You can't edit a sub-VI while t
    he calling VI is running). The user will then need to rerun the calling VI to use the new formula.
    You might be able to do something by calling MatLab or something like that to get an interactive formula window.

  • Disable that user can change windows clock

    hello,
    does anyone know a method to disable that the user can
    change the time of the windows clock.
    I can change this setting with gpedit.msc
    We want to distribute this setting with zenworks.
    Snapshot do not work and in the C1 User Package -> User
    Extensible Policies or Windows Grouppolicy i can find
    a setting.
    Best Regards
    Timo Kratzsch

    Here is very simple solution
    zenworks Userpackage
    Add Action
    rename c:\winnt\system32\timedate.cpl timedate.cpl.old
    Timo
    > This might do it in a GroupPolicy
    > Administrative Templates\Start Menu and Taskbar
    > Remove access to the context menus for the taskbar
    >
    > Otherwise, I don't know.
    >
    > --
    > Jared
    > Novell Support Forums SysOp
    > Systems Analyst with Data Technique, INC.
    >
    > It's not who you are, but what you are.!
    > Using XanaNews 1.16.5.2
    >
    > Novell eDirectory Services 1.6 Billion users worldwide
    > 81% 0f Fortune 500 use Novell's eDirectory
    > Novell Desktop Management 40 Million users worldwide

  • One user can not retrieve email from phone

    I have one user can not hear the email from the IP phone, Text-To-Speech configured for this subscriber, listen voice message on the IP phone no problem, from outlook side, no problem, checked everything looks fine. any idea what happened for this?
    Unity 405 UM with Exchange 2003, Callmanager 413.
    Thanks

    Actually this is system wide problem, other users not reported.
    Solution: The unity primary server was out of synch with the exchange message store, restarted the Message Store svc, problem solved.
    Thanks Jeff and other posts, do give me lots of clues.

  • Sharing iTunes library/playlist, only one user can run iTunes

    Greetings everyone
    Just got a new aluminum iMac, setting it up for the wife and kids. From the descriptions here, I have set up several accounts to share a single iTunes library, by creating aliases in each user's iTunes folder that point to the shared library. It seems to work great: I only have to import music ONCE (instead of once for each user), and if one user creates or changes a new playlist, everyone sees it, which is exactly what I wanted.
    However, I have run into a small problem, and it is this. Under this setup, with everyone sharing the same library, *only one person can be running iTunes at a time.* If user A is running iTunes and doesn't quit the app when the computer is switched to User B or C, they get the message
    ----- +"The iTunes Library is locked, on a locked disk, or you do not have write permission for this file."+
    ----- Switch back to User A, quit iTunes, and then the others can launch iTunes fine (though again, just ONE of them). Same behavior regardless of whether the user is admin or not.
    So, is there any way to enable more than one user to run iTunes at once under this shared scenario? I'm thinking iTunes may not allow multiple users to access the library file at once, so it may be necessary to have users quit iTunes or log out before switching accounts. Let me know if there is a workaround or if anyone has gotten this to work....
    Thanks in advance!
    sno-man

    Hi, I just read your post here - I'd like to do exactly what you were able to do, that is, sharing one iTunes library with multiple user accounts on my iMac so that we can both use/add to the same library (I also want to do this with iPhoto, so I'm assuming it's the same process); would you mind quickly telling me how you were able to do this? I've been checking around and can't find a reliable answer. I'd appreciate it - thanks!

  • Event.value = Math.round (a.value * 5.00) / 100; Replace this with an input field for user to change

    I have a taxe calcul script in a field with a annulation check box like this:
    if (this.getField("CheckBoxHST").value=="Off") {
    // no tax
    event.value = 0;
    } else {
    // calculate the amount of tax to be paid
    var a = this.getField("pricehorstx");
    event.value = Math.round (a.value * 5.00) / 100;
    I like to able the user to change the percentage —>  (a.value * 5.00) with a simple text field — Say they enter 6% or any other percentage in there and the calcul become (a.value * 6.00) / 100;
    Not to sure how to acheive that....

    Work perfectly thanks...
    I feel so bad, everything work perfect, almost   — 
    — I just want when I check off (checkbox) the tax calculation to put whatever is in the tax percentage input box to zero and I can’t

  • One user can't see presence and send IM to one specific colleague

    Hi there
    One of our J4W users have a very strange issue, but it's only affected that user (at least what I know of).
    The user can't see presence status or send a IM to one specific user. If she tries to send a PM, she gets this message: "Message to <person> could not be delivered".
    However, she can see presence and send IM's to other users just fine.
    I have tried with version 9.1.2/3 . I have not seen this issue on other users.
    J4W 9.1.X
    Windows 7 Enterprise 32 bit
    CUP: 8.6.2.10000-44
    CUCM: 8.6.2.22900-9
    AD 2008 R2
    Is this also a J4W software defect or what could it be?
    Thanks
    Kristian

    Hi both of you.
    Yes you are right, our CUP domain is not the same as our email domain. I guess I have to change the CUP domain then. Do you know any guides to do this? I guess I have to restart the CUP server after changing domain?
    We are also seeing inconsistences that can arise from adding Outlook contacts, so this should solve alot of issues for us.
    I hope it will fix the issues
    Thanks

  • One user can print, another can't

    I have just updated to 10.6.8 on my iMac.  We have three users on the computer.  The one who loaded the new OS can print Word and Excel files on our shared printer with no problem, while when another tries to print Word or Excel, he just gets blank pages out of the printer (eg the printer recognizes it has a job, but doesn't lay down the ink.)  The second user can print from Pages and Numbers with no problem.  Printer sharing is on for all users, as far as I can tell.  The second user has the current drivers for the shared printer.  Any thoughts?

    From your post I have assumed you have one Mac with three different users. If this is the case then there is no need to share the printer. All users of the Mac will have access to the printer without sharing being enabled. There will also only be one set of drivers needed. Printers are universal and once installed it is available for all users of the Mac.
    Sometimes after a point update you need to remove the printer and add it again. So if the admin user could remove the existing printer queue and then add it again, you can see if that helps.
    If you have determined the issue for the second user only to be with the MS Office applications then you could try printing a PDF from Word or Excel. If the PDF has text but the printing directly from these two apps still doesn't work then there could be a preference file that is responsible. See how the above goes and if it is of no help then reply and we'll look at those files.

  • One user can't get Outlook to work

    Hi,
    We have one user who is having problems with Outlook. It started a few weeks ago, and no one else is having the same problem. It says "The connection to Microsoft Exchange is unavailable. Outlook must be online to complete this action"
    Environment:
    Outlook 2010
    Windows 7
    Exchange 2010
    What i've tried:
    1. Repairing the Outlook installation
    2. Running anti-virus full scan, which revealed that there were viruses on this computer!
    3. Making sure the workstation can ping the Exchange server. It can, but Outlook can't reach the Exchange server.
    4. Running scanpst or whatever it is. It found problems and I choose the repair option.
    5. Uninstalled Office 2010 then reinstalled it
    I've run out of ideas really, and have tried pretty much everything that googling found. Any ideas?
    Thanks,
    Makolyte
    Makolyte, Software Developer + System/Network Admin

    See if the user can use Outlook on a different PC, and whether OWA works for them (see if it
    is definitely a problem with their workstation, or with their mailbox
    They were using OWA as a workaround from their workstation, then started using Outlook on their laptop and that worked. So OWA works for them and Outlook works from
    a different computer.
    Run
    the Test
    Email Autoconfiguration wizard to see if it reports any errors
    Is it possible to run this while Outlook is going through the setup wizard? I haven't seen this while it was configuring, so i haven't tried that.
    Try
    destroying their profile and letting Outlook recreate it. You could rename the AppData folder to do this
    I went through Ctrl Panel > Mail, and removed their profile, and then ran the Outlook wizard several times. Although, i haven't tried that since uninstalling/reinstalling Outlook. I will try that next week when this user is available. Is this sufficient,
    or should I rename the AppData folder like you said?
    Check that Outlook has RPC
    Encryption configured correctly - Compare to a user who is working
    Running Get-RpcClientAccess on the Exchange server shows
    Name: RpcClientAccess
    EncryptionRequired: false
    Makolyte, Software Developer + System/Network Admin

Maybe you are looking for

  • Ability to use Adobe Photoshop Album tags in CS3 Bridge

    I currently have 15,250 photos and 155 tags entered in Adobe Photoshop album. I would like the ability to convert, import or somehow use these tags in CS3 Bridge without reentering everything. PLEASE!

  • Cisco Unity Express 8.6.6 Voice Mail not deleting when e-mail with attachment deleted

    I have a Cisco Unity Communications Manager rel 9.1.2 that supports a remote location with a Unity Express rel 8.6.6 voice mail service module in the voice gateway to insure if WAN goes down the location still has voice mail. We have Voice Mail to E-

  • My laptop no longer senses my network

    When I set up my network about a month ago everything worked fine.  Tonight I tried to connect my work laptop to my netwrok, but it doesn't even sense the network.  I see all of my neighbor's network's but not my own.  I am SO frustrated.  Any help w

  • HP dv6t fingerprint sensor suddenly doesn't work anymore

    Hi there, I own a dv6t with fingerprint sensor. When coming back this weekend, which I didn\t spent at home and forgot to turn off my laptop, the fingerprint sensor didn't work anymore. Usually, when you come close, there is a white light on the left

  • Display wont wake-up on Windows 8.1 iMac (ATI HD 5750)

    I've just installed windows 8.1 and now I'm having a strange problem: When the display goes into standby I cannot wake it back up, the machine is still awake as I can RDP in.. It appears windows is replacing my good display driver with one that it th