Personal Settings in ME21n

Hello everybody...
i spend almost the whole day today, trying to find where the "Personal Settings" data of the ME21N Transaction are stored (I mean this "Personal Settings" button on the right, where you can set default values for for example 'purchasing org.').
So if anybody knows how to read them in the ABAP code, please tell me.
Thank you very much in advance
Andrey

Hi,
ESDUS is the db table and also take a look at class CL_PERSONALIZATION_MM..
Also, take a look at fm ES_READ_USER_SETTINGS
Infact take a look at all the fms with ES*
Hope this helps..
Sri
Message was edited by: Srikanth Pinnamaneni

Similar Messages

  • Extracting personal settings in ME21N

    I would like to extract the default values from personal settings in ME21N. Is there a function module to do this?

    Hi,
    Are you looking this FM ES_READ_USER_SETTINGS?
    Also you can check table ESDUS as well.
    Regards,
    Ferry Lianto

  • Personal Settings in ME21n Purchase Order

    Hi frnds,
      In Me21n -- create purchase order screen i have a tab called as Personal settings where i can go and assign some default fields like Plant , StrLoc ............. .
    Now i want to deactivate it for some particular users .
    How to to it ? At configuration level should i do it .Or can the Basis person go and remove the object or field from that particular list.If yes what is that object or field which the Basis person should deactviate ??
    Regards
    Rakesh

    Hi
    This can be done through user specific settings.
    For the particular user click on the user settings and remove the default values and save.
    It will not display.
    REgards,
    Raman

  • Updating Personal settings in ME21n and ME51n

    Hi Guru,
    i am trying to update the personal settings tab of plant , company code and puchase organization in me21n by using user exit. it is not refelecting the plant at item level.
    can any one sugggest me proper answer
    regards,
    sandeep

    you have to set the field 'Element' in table ESDUS to
    'NNNN----
    X'  for action POItemProposer      WERKS
    where
    NNNN is the number of the plant
    the '-' stands for blanks
    X indicates that this value should always be proposed ...
    anyway: why don't you communicate with your users in order to enable them to understand the significance of the personal settings in enjoy transactions. this would be of much more benefit unless you intend to change that table on a daily/hourly ... basis.

  • Dafult Values in Me21n ( Personal Settings)

    Dear All,
    In the personal settings of ME21N at PO item level I want to add the Reminder level 1, 2 & 3 as default value ( i.e 1 level as 3 , 2nd level as 4 & 3rd level as 6 )
    I know it comes from INFO records & inabsence of info records it comes from material master purchasing value keys but when ever i open the screen of ME21N, buyer should get the reminder level fixed as a default.
    Is it possible? If yes could u pl. help me out by telling me how to do it.
    Thanks in adavnce.
    Shailesh

    > In the personal settings of ME21N at PO item level I want to add the Reminder level 1, 2 & 3 as default value ( i.e 1 level as 3 , 2nd level as 4 & 3rd level as 6 )
    The Reminder Levels Cannot be set as Default in Purchase Order Since either they can be Pulled from Purchase Info Record or Material Master.
    The Best Possible Solution is Update the Material Master Purchase Value key to all Material Master Records / Purchase Info Records.
    I dont think it is Possible thru SHD0 Transaction Variant Also.

  • Personal settings in Purchase order - ME21n

    Hi,
    IN transaction ME21N -> we have personal settings to maintain the default data required.
    Can someone tell where this data is being stored by SAP ? which table ?
    Thanks & Regards,
    Devendra

    Hi ,
    PO related data is stored in EKKO and EKPO .
    Hope this helps .
    Regards ,
    Dewang T

  • Personal settings of Batch user

    Hi All,
    Scenario: Payment term in vendor master(Purchasing &accounting view)  is P124  while POs which are getting created for this vendor via batch jobs are having a  payment term P125. Requirement is that Paymnt term in PO should come from Vendor master.
    I guess P125 is getting defaulted from ME21N --> Personal settings.
    How do we change the Personal settings of a batch User. Do I need to check the variant of that batch job?
    Regards
    sapmm

    Pls reply to my query

  • Purchase Order Personal settings push button disable for particular user

    Hi
    I want to disable the acess to personal settings push button in purshase order creation (ME21N )..for selected user is it possible
    could any one help me in this issue
    Regards
    GS

    Hi
    I think transaction variant will help you check with abaper
    f you want to hide unwanted screens and fields in any standard SAP program without changing it, the use of the Transaction Variant is the best solution.
    check following link you may get some idea
    [http://wiki.sdn.sap.com/wiki/display/Snippets/TransactionVariant-AStepbyStepGuidefor+Creation]
    [http://www.****************/Tutorials/ABAP/TransactionVariant/Create.htm]
    Regards
    Kailas Ugale

  • Field Selection Is Overlayed By Personal Setting In ME21N

    Hello All,
    The scenario is this we have a purchase order type - that has unique settings which we don't want certain fields updated/entered.
    However, we are finding that users have personal settings that are still getting entered into the system despite the field being set to display.
    Does anyone have any suggestions to remediate this....
    Kind Regards,
    Steve

    You can restrict certain fields using authorization.Explore authorization objects for ME21N in SU24.
    or else
    Create transaction variant for ME21N using SHD0.Check this link for steps of creation
    [Transaction Variant - A Step by Step Guide for Creation |http://wiki.sdn.sap.com/wiki/display/Snippets/Transaction%20Variant%20-%20A%20Step%20by%20Step%20Guide%20for%20Creation]

  • Personal Settings in PO creation

    Hi,
    User uses two company codes and makes PO's for company codes.
    Based on the Company code selection,doc type settings to be done in Basis.
    How to create Personal settings for two company codes in ME21n for a user.
    Any variant can be used?
    Regards

    How to create Personal settings for two company codes in ME21n for a user.
    The Personal Settings are done Based on the Users and NOT based on the company code in Purchase Order ME21N.
    For User Specific Default Personal settings go to Personal Settings Tab in Purchase Order ME21N and Set the Default Values like Company code, Doc type, Pur orgn, Plant, Stor locn
    But, Remember Personal settings are User Specific.
    Reagrds,
    Ashok

  • How do I find the dir with personal settings ?

    Hi all,
    I can find the user's home directory and the FM install directory but not (yet) the dir where personal settings are stored. On my system this is C:\Documents and Settings\Administrator\Application Data\Adobe\FrameMaker\10 but I this depends on the login name, Frame version and possibly Windows version as well.
    Is there an easy method or property to get to this directory ?
    Thanks
    Jang

    Jang,
    What a coincidence, I had to deal with this just recently.
    With FrameScript it would be  Session.UserSettingsDir
    But the ExtendScript interface does not allow easy access to as many properties as there are, so you have to question the list of all session properties and then find the one you want. I created a function to handle this, bhut currently used it only with this call:
    getAppProperty(Constants.FP_UserSettingsDir);
    I would gladly accept any hints to improve this function.
    - Michael
    PS: At the computer of one of my colleagures the call to app.GetProps() crashes FrameMaker.
    function getAppProperty(pvNum) {
              var lvProps = app.GetProps(), lvValue;
              for (var i=0; i < lvProps.length; i++) {
        if (lvProps[i].propIdent.num == pvNum) {
          switch (lvProps[i].propVal.valType) {
            case Constants.FT_Integer:  // 1
              lvValue = lvProps[i].propVal.ival; // does it work?
              break;
            case Constants.FT_String:  // 3
              lvValue = lvProps[i].propVal.sval;
              break;
            default:
              lvValue = lvProps[i].propVal.sval;
              break;
          return lvValue;
              return false;

  • Enjoy Purchase order - Personal settings v Vendor Master fields

    We want to use Personal settings to default certain fields but want fields from the vendor master to take prioirty.... can we change the field selection available to users or can we switch off personal settings, or change the priority so if payment terms maintains at vendor level, these take prioity over personal setting ones!

    Dear Keith,
    You can try it in your system, i told you as per standard SAP, so we talk about SAP design, and for me, it make sense if the personal setting is overriding the vendor master setting, because the vendor master (purchasing data) also just for default data,and SAP give personal setting in order to make default data under user level, so the personal setting is only effected for the user, not all user that using the transaction
    Regards,

  • Lost al .pages and .numbers docs , iphoto and office programs won't open after changing: auto startup in: startup with password. all personal settings are also gone

    After i changed this setting: autologin. into login with password i restarted the computer.
    it started up with a blank personal surrounding. also my .pages and .numbers documents were gone, personal settings gone, iphoto won't open and office programs wo'nt open.
    in finder i can find several .doc documents and i can see that all my pictures are still on the system, But i can't open them.
    i was so stupid not to use time machine. But is there way to recover the system with my documents or something??
    please help.
    System Imac i5 intel 21.5 inch
    Software  Mac OS X Lion 10.7.3 (11D50b)

    Nope, without any backup they're probably gone for good. If you want you can purchase some data recovery software such as Data Rescue. I hope this may be a lesson why it's critical to backup your system, Time Machine is a good place to start.
    BTW when posting please use proper grammar, it's difficult to read a post when no caps are used.
    Good luck!

  • New to the Apple and I want to set up a user account that will not delete the guest users files and allow and preserve their personal settings after log out. Is this possible?

    New to the Apple and I want to set up a user account that will not delete the guest users files and allow and preserve their personal settings after log out. Is this possible?

    The built-in guest user account will not do this. Simply create a new standard account and call it "Guest" or "Guest Users" or whatever you like.
    Go to System Preferences > Users& Groups, click "+" to make a new account.

  • Manage my alerts and reminders not showing in personal settings in project server 2013

    I as an administrator can see the Manage my alerts and reminders in personal setting in the server setting page. Other than administrators, no body else can view this option. For example, a user who is assigned to the team members group with the My task
    category cannot see this in his personal settings on the server settings page. I have done the following security settings - 
    In the team members group, added this user 
    Added the My Task as the selected category in the team member group
    In global permissions, have checked manage my notification and reminders, manage personal notification (basically set the permission with the team member template and selected the additional manage my notification option).
    In the category settings for my tasks, I have added this user as the selected resource, added the group "team members" in the permissions sections.
    With all these settings, the user is unable to see the manage my alerts and reminders in the personal settings!! What am I missing!!!!?!??!

    Nikhil - I provided an answer in the Linked In forums, I am posting it here for those who do not use LinkedIn.
    Have you looked at creating a link to the "My Alerts" avaialble from the "My Settings" page accesible from the drop down list displayed in the top right hand corner
    in PWA when a person clicks on their displayed name? I Created a new Quick Launch item linking to this URL - http://servername/PWA/_layouts/15/mysubs.aspx and it works for me.
    You will also probably find that the delegation error you encountered was due to the fact that the person you were acting on behalf of belongs to a group where the
    Admin permission "Manage Notifications and Reminders" is not allowed - as this is an Administrator permission within Global Permissions it is likely most users will not be allowed to do this. This blog provides some useful comments against the sometimes opaque
    explanations provided in Microsoft documentation.
    http://pietremen.blogspot.co.uk/2012/02/project-server-2010-global-permissions.html
    Dominic Moss MAPM, MCTS, MCITP, MCT &lt;br/&gt; &lt;a href=&quot;http://www.wellingtone.co.uk/category/news/&quot;&gt;Wellingtone PM News&lt;/a&gt;&lt;br/&gt; &lt;a href=&quot;http://www.wellingtone.co.uk/project-management/project-server/&quot;&gt;Wellingtone
    Project Server Site&lt;/a&gt;&lt;br/&gt; &lt;a href=&quot;http://www.wellingtone.co.uk/project_management_recruitment.htm&quot;&gt;Wellingtone PM Recruitment&lt;/a&gt;&lt;br/&gt;

Maybe you are looking for

  • Opening InDesign files in CS5 created in CS4 I get this message.

    I have a few files that I'm unable to open, CS4 or CS5, I created them in CS4 when trying to open I get this message "Can not open such and such file Adobe InDesign may not support the file format, a plug-in that supports the file may be missing, or

  • Multi Language support for universes created on SAP BW/BI

    Dear Gurus, When I am going through the document "using SAP BW in Designing OLAP universes" http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_sap_olap_universes_en.pdf in 13 th page under the heading "SAP BW Multilingual universes"

  • Mini mac and powerbook G$

    Hi All, I want to buy a mac mini and use it as a back up hard drive system. Will I be able to back up files from my power book to the mini mac, using wifi or bluetooth? also will I be able to connect a mini mac to a TV to use as a monitor?

  • 1 Login: FAIL (hr = 0x1) Error When Logging In Lync 2013 Client

    We have just upgraded our Lync server from 2010 to 2013. We were able to migrate our users successfully, but there I cannot login to the new server through the client. My account is the only account with this problem. Here is the error I received dur

  • Approval Templates: Inventory Transfer - based on Query (help)

    This is a newbie question but I don't have time to read or dig thru forum sorry. We have an Approval Template setup to alert/approve Inventory Transfers but it is set to Always on the Terms tab. We would like to modify it for only transfers into a ce