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

Similar Messages

  • 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

  • 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;

  • 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

  • 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,

  • 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

  • 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.

  • 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.

  • 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

    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

  • 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

  • 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;

  • Error in Service Personal Settings

    Good Night.
    I am configuring ESS/MSS. 
    When press the Link Career and Job =>Personal Settings the system display the following message that
    attach.
    [Error in Service Personal Settings |http://www.freeimagehosting.net/uploads/613b9194f7.jpg]
    I have tow question:
    1)I want know What is function of this service?
    2) What is the cause of this error?
    Thanks in advance for your help
    Best regards

    I check the log in the portal and this is the error:
    Log1
    Log2
    Can anyone help me?¿
    Regards

  • Person settings for user, F4 help

    Hi experts!
    In the GUI the users can make 'person settings', regarding Max. number of hits to be displayed . This is done by using: Help->settings-> F4 help, in the GUI.
    Can this be done from the WEB-side. Many of our users does not have access to the SRM through SAP LOGON. They have only access to the WEB. This is why they can't make the settings on there own in the GUI. Is the settings possible to make for the users through the WEB?
    Can anyone help me?
    Best regards Kim

    Hi
    I havenot tried but this is Not possible using WEB. The user need to login in sAP GUI for that user and then make the personalization himself.
    Regards
    - Atul

Maybe you are looking for

  • REg: Issue Automatic PO creation

    Hello Gurus while converting the PR to PO using me59 i'm getting an error "PO not created due to item error Enter a quantity" In PR i have maintained the quantity as 0.5. but even then it is not fetching the quanity How to rectify this error Kindly g

  • Adobe Bridge CC previews soft.

    Hi, I've recently upgraded from a PC to a 27" imac. When I open Bridge CC and go to "Full size preview" to edit the days shoot all images look extremely soft / blurred, however once I click the image to zoom in it appears sharp again. I used bridge o

  • How to cancel email notifications ?

    I wish to stop receiving email notifications from mozilla

  • OLT - Why can't it find my databank file after I've uploaded it?

    I got this last minute high priority load test dropped in my lap the last second so any help asap would be greatly appriciated! We've started using OpenScript, but not OLT yet so I'm trying to figure this out. All I'm trying to do is run a simple log

  • Transaction for data particular plant  number from BW to APO is not loaded

    Hi gurus, Transaction for data for particular plant  number from BW to APO is not loaded . I checked the transfer rules and update rules there is no restrictions for this plant number. pls help guys. Regards shekar reddy