How to lock out a user

is there a way to block a user from changing the "Set GL Account By" in the Item master but still allow them to change other things?
If you go into the item data tab and hit a key "A" for example when the Set GL account by field is highlighted...it will change the field to Item Group when it is sitting on Warehouse.
We want to not allow for this to happen, it can be a huge problem if this is done by accident.
Thanks

Check within the forum by key word: SBO Transaction Notification, you will find many threads discussing this store procedure.
This thread could show you an example:
Mandatory fields in Item master

Similar Messages

  • How to find out what user locked account

    We had production type schema account locked this morning. I checked profile which this user belongs and it has 3 times for Failed Login Attempts. My question is how to find out what user had 3 unsuccessful login attempts and lock this account.
    Oracle version 8.1.7

    Assuming that [auditing was enabled|http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/security.htm#sthref2916], the command
    AUDIT CONNECT WHENEVER NOT SUCCESSFULThat will write audit records when there is an unsuccessful login. Depending on how you've configured auditing, those records will either be written to the SYS.AUD$ table, in which case you can query them through a few different views, or to a file on the operating system that you can grep.
    Justin

  • How to find out the user-exits?

    hi.
    how to find out the user-exits?
    regards
    eswar.

    Hi,
    *& Report  ZEXITFINDER
    *report  zexitfinder.
    *& Enter the transaction code that you want to search through in order
    *& to find which Standard SAP User Exits exists.
    *& Tables
    tables : tstc, "SAP Transaction Codes
    tadir, "Directory of Repository Objects
    modsapt, "SAP Enhancements - Short Texts
    modact, "Modifications
    trdir, "System table TRDIR
    tfdir, "Function Module
    enlfdir, "Additional Attributes for Function Modules
    tstct. "Transaction Code Texts
    *& Variables
    data : jtab like tadir occurs 0 with header line.
    data : field1(30).
    data : v_devclass like tadir-devclass.
    *& Selection Screen Parameters
    selection-screen begin of block a01 with frame title text-001.
    selection-screen skip.
    parameters : p_tcode like tstc-tcode obligatory.
    selection-screen skip.
    selection-screen end of block a01.
    *& Start of main program
    start-of-selection.
    Validate Transaction Code
    select single * from tstc
    where tcode eq p_tcode.
    Find Repository Objects for transaction code
    if sy-subrc eq 0.
    select single * from tadir
    where pgmid = 'R3TR'
    and object = 'PROG'
    and obj_name = tstc-pgmna.
    move : tadir-devclass to v_devclass.
    if sy-subrc ne 0.
    select single * from trdir
    where name = tstc-pgmna.
    if trdir-subc eq 'F'.
    select single * from tfdir
    where pname = tstc-pgmna.
    select single * from enlfdir
    where funcname = tfdir-funcname.
    select single * from tadir
    where pgmid = 'R3TR'
    and object = 'FUGR'
    and obj_name = enlfdir-area.
    move : tadir-devclass to v_devclass.
    endif.
    endif.
    Find SAP Modifactions
    select * from tadir
    into table jtab
    where pgmid = 'R3TR'
    and object = 'SMOD'
    and devclass = v_devclass.
    select single * from tstct
    where sprsl eq sy-langu
    and tcode eq p_tcode.
    format color col_positive intensified off.
    write:/(19) 'Transaction Code - ',
    20(20) p_tcode,
    45(50) tstct-ttext.
    skip.
    if not jtab[] is initial.
    write:/(95) sy-uline.
    format color col_heading intensified on.
    write:/1 sy-vline,
    2 'Exit Name',
    21 sy-vline ,
    22 'Description',
    95 sy-vline.
    write:/(95) sy-uline.
    loop at jtab.
    select single * from modsapt
    where sprsl = sy-langu and
    name = jtab-obj_name.
    format color col_normal intensified off.
    write:/1 sy-vline,
    2 jtab-obj_name hotspot on,
    21 sy-vline ,
    22 modsapt-modtext,
    95 sy-vline.
    endloop.
    write:/(95) sy-uline.
    describe table jtab.
    skip.
    format color col_total intensified on.
    write:/ 'No of Exits:' , sy-tfill.
    else.
    format color col_negative intensified on.
    write:/(95) 'No User Exit exists'.
    endif.
    else.
    format color col_negative intensified on.
    write:/(95) 'Transaction Code Does Not Exist'.
    endif.
    Take the user to SMOD for the Exit that was selected.
    at line-selection.
    get cursor field field1.
    check field1(4) eq 'JTAB'.
    set parameter id 'MON' field sy-lisel+1(10).
    call transaction 'SMOD' and skip first screen.
    Regards

  • How to find out the user who has created  a new field in the custom table.

    How to find out the user details who has created  a new field in the custom table.
    Thanks,
    Joan

    Hi Jesudasan ,
    You can know the user details with version management.Please find the
    below procedure to know.
    Go to table->Utilities tab->version->Version management->Compare the previous one .
    Hope this solves the issue,Let me know if you have any issues.
    Thanks,
    Rajani

  • How to find out appropriate user exit

    Hi,
    I want to know how to find out the user exit that matches to the requirement. Suppose for a material master program, there are so many include programs hence im unable to find call custer-function and even unable to debug an appropriate include. Please help me out how to learn user exits in a rightious way.
    Thanks
    Basu

    Look for program SAPICSS_ in your system and run it. This program can also be found under CMOD menu:  Utilities -> SAP enhancements.
    This will only give you the CMOD user exits.
    There is a program someone made that searches for all sorts of user-exits (including BADI's etc.). I remember that it was posted on sapfans.com
    Edited by: Maen Anachronos on Apr 6, 2009 3:22 PM

  • How to find out which user create folder

    how to find out which user create folder in shared drive?

    Hello,
    you have to enable Auditing in on the DCs OU and also on the top folder level where this should be monitored.
    http://technet.microsoft.com/en-us/library/cc784387(v=ws.10).aspx
    http://support.microsoft.com/kb/310399
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://msmvps.com/blogs/mweber/
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.

  • How to find out the users currently logged into ODI

    Hi all,
    How to find out the users currently logged into ODI Work Repository?
    Thanks.

    Hi,
    It stores all the final queries in work rep table i.e "SNP_SESS_TXT_LOG" and the column is "TXT".
    Here u can find all the ODI bkp process queries.Pls specify the SESS_NO for purtivular task u want to check which u can get this in ODI operator.
    I dont think so that it will keep the substituted value(because its implicit and temporary process) but it will keep all the default values in the table SNP_VAR_SESS and the column is "DEF_V".
    Thanks,
    katukota

  • How to find out all user exits edited

    Hi All,
    Would you know how to find out all user exits have been ever edited?
    Can we find out those user exit by some tcode or table?
    Thank you very much
    Best Regards,
    Calvin
    Edited by: Sam Sum on Mar 2, 2009 5:09 AM

    Hi,
    Just try this in your system.
    Go to SE38 and give ZX* and press F4.
    Have a look at table MODATTR to find the active projects in your system.
    Regards
    Edited by: Rajvansh Ravi on Mar 2, 2009 5:17 AM

  • How to find out which users are using SharePoint Designer to make changes in SharePoint 2010 site?

    Hi there,
    How to find out which users are using SharePoint Designer to make changes in SharePoint 2010 site?
    Thanks.

    You need to enable auditing on SharePoint server and it will let you know, if someone makes any critical changes for the same.
    Please walk through this informative KB to enable auditing on SharePoint :https://support.office.com/en-za/article/Configure-audit-settings-for-a-site-collection-f5a346d0-ee0f-4412-a5e6-d9b5abaa1012
    Here is one more resource :
    https://support.office.com/en-in/article/View-audit-log-reports-4293e8d5-4e7d-4201-b8ac-c8e63a100131
    Moreover, if you wish to audit such critical changes automatically, you may consider on this comprehensive application (http://www.sharepointauditing.com/) that helps to track every changes on SharePoint into
    real time and provides the captured data at granular level.

  • Windows 7 PC locking out domain user in Windows Server 2008r2 domain

    I have reviewed dozens of related questions, but none have given me an answer that works on this situation. 
    We replaced an XP desktop with a Windows 7 desktop.  It keeps locking out just user(of over 25 migrated).  I have disabled the Windows 7 credentials, made sure the patches were in place, there are no other devices-wireless or otherwise. 
    The users pc has a kvm attached for another system, we have a Windows 2008r2 server.  The user does not save any passwords, I have make changes recommended in the registry.  They do have a couple mapped drives.  Logs show that it is the users
    pc that is causing the lockout, but much of the users time they are on the other system.  We have 4 other users that have the exact same setup but are not having any issues.  It happens several times a day and I must unlock their password on the
    ad.  Sometimes if we wait 45 min or so it will unlock itself.  Strange considering settings lockout user after 5 bad passwords and lock them out for 120 minutes.
    I have tried virtually everything I have read relating to this issue in Win7, 2008r2.
    User is getting frustrated and so am I!.
    Thank you.
    Rebecca Palmer

    Try using this tool (free for limited period) and check if you can trace from where the account is getting locked : 
    http://www.netwrix.com/account_lockout_examiner.html
    http://www.sophos.com/en-us/products/free-tools/conficker-removal-tool.aspx
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • How an Admin user log into a lock out standard user account?

    I remember that I was able to override the access to the standard account user when the standard user has the screen lock out. This appear to be missing in Lion. Has anyone knows how to do this in Lion? Thanks.

    From my personal experience I can say that at times, four folders (i guess Assets is one of them) somehow get left in C:\Program Files (x86)\Adobe\Elements 11 Organizer folder.
    I delete them and restart my system.. and reinstallation works fine. If that's the case with you, you can try it.
    CS Cleaner tool might also help.
    Thanks
    Andaleeb

  • User settings reset and locked out of user folders ! How do I retreive?

    Hi everyone,
    I'm sure a number of people here on the forums have come across the problem with the blue tint that appears every now and then. It usually appears when connecting an external monitor after the you come back from the screen saver.
    Yesterday it happened for the first time without an external monitor connected. I have found a number of sites that have suggested using the command 'sudo chmod 664 *' within the Terminal. I have used it a couple of times to fix this problem but it did not work hence the reason it happened yesterday without a monitor connected. When I did use this command previously I first entered
    cd /library/colorsync/profiles/display
    When i did it for this occassion i forgot to enter the display folder first.
    After this I did a restart and all my user settings were reset and I was locked out of all my user folders. I lost all my desktop settings and everything was back to when I first started my computer.
    I did some hunting and found the command 'sudo chmod 777'. I tried this then did a reset and my desktop background returned and the folders were unlocked.
    What I want to know is if this is the correct command to bring everything back to normal?
    My user permissions in terminal are listed below
    Using the command sudo chmod 664 *
    drw-rw-r--+ 15 JoeBros staff 510 11 Jun 23:33 Desktop
    drw-rw-r--+ 19 JoeBros staff 646 22 May 20:44 Documents
    drw-rw-r--+ 46 JoeBros staff 1564 25 Jun 15:08 Downloads
    drw-rw-r--+ 45 JoeBros staff 1530 10 Jun 23:56 Library
    drw-rw-r--+ 4 JoeBros staff 136 1 Apr 19:19 Movies
    drw-rw-r--+ 38 JoeBros staff 1292 4 Apr 18:08 Music
    -rw-rw-r-- 1 JoeBros staff 92352512 29 May 18:20 Parallels-Desktop-5600-Mac-en.dmg
    drw-rw-r--+ 57 JoeBros staff 1938 25 Jun 16:02 Pictures
    drw-rw-r--+ 6 JoeBros staff 204 14 Jun 15:56 Public
    drw-rw-r--+ 5 JoeBros staff 170 26 Mar 00:59 Sites
    This is what is displayed after sudo chmod 777
    total 180376
    drwxrwxrwx+ 15 JoeBros staff 510 11 Jun 23:33 Desktop
    drwxrwxrwx+ 19 JoeBros staff 646 22 May 20:44 Documents
    drwxrwxrwx+ 46 JoeBros staff 1564 25 Jun 15:08 Downloads
    drwxrwxrwx+ 45 JoeBros staff 1530 10 Jun 23:56 Library
    drwxrwxrwx+ 4 JoeBros staff 136 1 Apr 19:19 Movies
    drwxrwxrwx+ 38 JoeBros staff 1292 4 Apr 18:08 Music
    -rwxrwxrwx 1 JoeBros staff 92352512 29 May 18:20 Parallels-Desktop-5600-Mac-en.dmg
    drwxrwxrwx+ 57 JoeBros staff 1938 25 Jun 16:02 Pictures
    drwxrwxrwx+ 6 JoeBros staff 204 14 Jun 15:56 Public
    drwxrwxrwx+ 5 JoeBros staff 170 26 Mar 00:59 Sites
    Does this look correct ??
    Any help would be great thanks

    I assume this access is open to everyone when I connecto any wireless network
    No necessarily, it depends whether you just changed your home folders and nothing else.
    But just your home folders present a problems as they should have extended attributes which are now removed. More on that later.
    Using one chmod to a directory affects all equally, though the files may have individually different permissions.
    I don't know how extensively you have altered the modes permissions, but from what you have shown in your first post your Home folders are incorrect.
    For your home folder, which is the default location when you start Terminal, and I dont think you have strayed from there, all the listings, except Parallels are folders, prefaced with the letter d. for folder.
    On my machine, for example, the pattern for the home folders all show
    drwx------@ 5 xxxxxx staff 170 25 Jun 06:07 Desktop
    normally that would be chmod 700 Desktop which will get you
    drwx------
    but note the @ which shows an extended attribute or ACL in Leopard.
    to write the ACL shown as @
    You will need to read
    man chmod about ACL MANIPULATION OPTIONS
    Personally, I think that playing around with chmod without a backup was not a good idea, and I wonder if your ambition has exceeded your knowledge. Sorry if that sounds tough, but a possible Archive and Install may be your safest path I think because what you have messed with was no small oops with a simple fix.
    You could just change those home folders to chmod 700 and see how it goes without the attribute, or bite the bullet and do an Archive and Install.
    I do not run parallels and so have no idea what is permissions should be.
    That Time capsule is starting to look pretty good now
    Message was edited by: roam2
    Message was edited by: roam2

  • How to find out the user iD that previously deleted?

    Hi,
    My client has deleted some user ID in SBO v2004b. HOwever, when the client did that, he forgot to "deselect" the license that granted to the users going to be deleted. What's worse, he forgot the user ID that he deleted.
    It makes the license available decrease. So, how can i find out the user ID that i previously deleted? Or any method to retrieve the correct number of license originally. ?
    Thanks for your advice

    Hi,
    Have a look at the FAQ weblog, Missing licence topic:
    /people/ibai.pea/blog/2006/07/26/sbo-faq
    Regards,
    Ibai Peñ

  • How to find out the User Details for the particular transaction

    Hi,
    Actually AJAB -Asset Year closing was done by One User.How and Where to find out the User details who executed the Transaction.Kindly tell me the T-code for this.
    Thanks
    Sap Guru

    Hi:
    Please contact you basis administrator.Give him the T.code and date when Year closing was done. He may resolve your problem.
    Please let me know if you need more information,
    Assign points if useful.
    Regards
    MSReddy

  • How to find out the user from the Jobs queue in Report server

    Hello All!
    I have a doubt about finding out the user from the scheduled jobs queue. Say I go ahead and schedule a report on Reports Server how can I find out the user name. When I view the jobs using showjobs I could see that the DBMS_JOBS table has a column under "Job Owner". But it invariantly shows it is "rwuser". So is there a way to find out which user has scheduled which job?
    Regards
    Shobha

    hi,
    The below tables will give only the name .
    USER_ADDRS
    USER_ADDR
    USER_ADDRP
    USR02
    i think you need email address .
    you can use this Tcode : su01d
    and give the user name and excute it
    i hope it will help you.
    Ram
    Edited by: Ram velanati on Jun 30, 2008 6:57 PM

Maybe you are looking for

  • Is there any downside mixing Objective-C with C++ for iOS apps?

    I'd like to use C++ since it's fast and more dynamically in memory reference. Is there any downside mixing Objective-C with C++ for iOS apps? When googled for info, I only found tutorials about how to let xcode compile Objective-C with C++. Thanks fo

  • Yoga Tablet 2 With Windows 8.1 as a Point of Sale Device and Clerking an Auction

    First of all, the touch response within Windows 8.1 is excellent.  I do physical labor and my hands have a lot of calluses and scars on them and I've always had problems using touchscreens.  It's thus a joy to use this tablet with Windows, as I must

  • Get inbound delivery number by using material serial number

    is anyfuction module to get inbound delivery number by using material serial number? input---material serial number. output--inbound delivery number.

  • Regarding reports migration

    hi all,      am having big confusion..i want to migrate some reports in FI from 4.7 to ECC 6.0 system..please guided me in this...how it is possible.they given me program names...both are diffrent servers..they will run differently...but we want to t

  • Qosmios X300-156: Should I buy a cooler for the portable

    Hi. Well I'm freshman here in your site :) I have a doubt about my portable. I have asked many people reviews, but none was able to convince. I have a X300, and unfortnely he had a breakdown on the motherboard. I'm from Portugal, anda they sad to me