Fields in User settings not filled

Hi
Under user settings in tab "Position" the field Dept. and Position is not filled. The user is correctly maintained in PPOMA_BBP. The user was maintained in SRM with the use of transaction USERS_GEN.
What could be wrong?
This causes some dumps for the user when he wants to look at created SC.
Sincerely
Anders

Hi Anders
do you see two tabs
POSITION + USER ACCOUNT
i think in fist time you may not see Position details and go to User account tab click.
First you go to user acount tab and click and again you go back and click position and again you go to user account and come back to POSITION.
later you can see Dept and position at right hand side.
regads
muthu

Similar Messages

  • Error Message-- For Balancing field "Profit Center" is not filled

    Hi All,
    When I do Shipment Start get Error-Message for Balancing field "Profit Center" is not filled!
    A PGI for the DNXXXXXXXX is not possible!
    Can u please help me how to resolve this issue ?
    WM Baby

    Hi,
    AS per configuration , there is prifit centre assignment  .Enter the profit centre in the field of profit centre by the help opf F4.
    Regards,
    Andra

  • Share Point 2013 - User Settings not initialised

    Hi there, 
    We are using the SharePoint 2013 server on top of Windows 2012.
    We've recently created  user profile application service and activated the Site Feed feature. 
    After that one of our users experiences an annoying thing, she is being redirected from the Home Page to another page that says "Edit user settings" and "User settings not initialized ". No other user is experiencing these issues. Please
    help.

    Hi,
    According to your post, my understanding is that a spectial user got "Edit User Settings" when visiting a site collection.
    I recommend to
    remove the user from that site collection completly and then re-add him. You can select Site Settings, under "Users and Permissions", click People and groups. Select the group and user to remove it.
    In addition, you need to check the user permission. You can select Site Settings, under "Site permissions", click People and groups. Click Check Permissions, enter the user.
    Here is a similar thread for you to take a look at:
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/62179303-d2d4-4f04-818b-9645a18f3425/user-gets-edit-user-settings-when-visiting-a-site-collection-and-redirected-to?forum=sharepointadminprevious
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • SRM user settings not populated

    Hello,
    We are using SAP SRM 7.02 with NWBC and  we are testing this in sandbox.user id has been assigned to sap_all and new and SAPSRM/employee_ehp1 role.
    NWBC Launched --> Click on SRM user settings---> not populating the details/page navigation to details page is not opening.Pls see the screen shots.
    When click on the SRM user settings same page is opening.
    Please provide you inputs to resolve this.
    Ranjit.

    You observation is correct and it is the standard design of such portal roles as SRM Administrator, SRM Strategic Purchaser, or SRM Operational Purchaser to not have "personalization", but only Employee Self Service role.

  • User Settings Not Saved

    Hello,
    I am using the VB .Net Autoupdater for my app, its working perfect however.
    Lets say I am using version 1.0.0.10, Initially when the app ran after I installed it I had to fill in a bunch of user settings via a form a created.
    I can close the app, re-open it and the user settings are saved, all is good. Now
    I need to make a change and now have version 1.0.0.11 I use the autoupdater and it pulls down the .exe file overwrites the existing .exe.
    Now when I launch the app again, the correct version is used however I have to re-enter my user settings again.
    How can I preserve my user settings without using a Click Once install?
    Thanks
    MW

    Sure,
    I'm always open to learn new ways of doing something.
    Thanks
    MW
    Ok, have a look at the code that I posted on a page of my website here.
    It's very specific to what you want saved and how it's to work, so that's what you'll see: It's very much customized to what he wanted.
    One important part is what you'll see early on:
    Private Shared _instance As Settings
    and this:
    Private Sub New()
    End Sub
    Those are private, so only that class can access it. The backing field (variable) is shared so that it's relevant to the class as a whole, not to any instance of it; that is -- there can only ever be one instance of it.
    The constructor is parameterless and PRIVATE, so that the consumer of that class can't create an instance; that's only done through the shared method meant to do it:
    Public Shared Sub GetInstance(ByRef instance As Settings)
    See what I mean?
    Still lost in code, just at a little higher level.

  • User Settings not working.  Please help!

    <TD noWraplign=right>I am trying to build some interactive portlets using User prefs and have had no luck. Any help would be greatly appreciated.
    Here is my code for the first portlet (view_course_defaultView is set as a user preference in the web service):
    privatevoidPage_Load(objectsender, System.EventArgs e)
    IPortletContext context = PortletContextFactory.CreatePortletContext(Request, Response);
    IPortletRequest pRequest = context.GetRequest();
    IPortletResponse pResponse = context.GetResponse();
    IPortletUser user = context.GetUser();
    try
    if(user.HasSettingsRight(SettingType.User))
    pResponse.SetSettingValue(SettingType.User, "view_course_defaultView", "All");
    else
    Response.Write("You can't do that");
    catch(Exception ex)
    Response.Write(ex.Message + ex.StackTrace);
    Here is my code for the second portlet (again view_course_defaultView is set as a User preference in the Web Service):
    privatevoidPage_Load(objectsender, System.EventArgs e)
    try
    IPortletContext pContext = PortletContextFactory.CreatePortletContext(Request, Response);
    IPortletResponse pResponse = pContext.GetResponse();
    IPortletRequest pRequest = pContext.GetRequest();
    IPortletUser pUser = pContext.GetUser();
    if(pUser.HasSettingsRight(SettingType.User))
    Response.Write(pRequest.GetSettingValue(SettingType.User, "view_course_defaultView"));
    Response.Write(pRequest.GetSettingCollection(SettingType.User).Count);
    catch(Exception ex)
    Response.Write(ex.Message + ex.StackTrace);
    The only thing written to the screen in the second portlet is 0 for the User settings count. Does anyone see what I am doing wrong?
    Thanks,
    Jackie Kajdzik

    I am having the same issue.  The Admin, Portal and CommunityPortal prefs set fine.  However, the user pref will not set.  Could this be because this pref is not to be set in this manner?

  • User Settings Not Retained

    Second Admin account with different user name. Set up desktop/user settings etc. Log out and log back in. Hard drive and other icons not on desktop. Dock apps revert to default. Safari history and bookmarks disappeared. Other anomalies.
    ???

    My apologizes on the below post - do you get the same response when you reboot the WLC and hit 'ESC' for additional boot options - and then clear the config this way?

  • WDJ - Right click- User settings , not working at all times

    We are working on SAP Netweaver 7.4.
    We have developed WDJ applications in PO server and are displaying the application in SAP EP using the remote iview method.
    Our requirement: We need to show the users , right click ->User settings so that they can modify the view.
    Steps taken: The allowuserpersonalisation has been set to True.
    Issue:
    Not all of the remote WDJ application are showing the User settings.
    For e.g: If it is working for WDJ application A, it is not working for WDJ application B.
    Here is where it gets more confusing !!!:
    If role A contains WDJ application A and role B contains WDJ application B.
    then:
    1) if WDJ application B is assigned to the role A, then the User settings start working for it
    2) if WDJ application A is assigned to the role B, then the User settings still work for it
    3) if WDJ application B is assigned to the role C, then the User settings do not work.
    Can anyone please help?

    Hi,
    normal right mouseclick is disabled as of 710 I guess, I assume you mean the ctrl+alt+right mouse click, right?
    Also , I am not sure I fully understand your A-B-C example. Can you please elaborate it in a less abstract way? Can you show concrete examples what is not working regarding the end-user personalization? Are all wd java applications running in a non-standalone way when you test end-user personalization?
    Cheers,
    Ervin

  • Office 2010 User Settings NOT Migrated After Uninstall-Upgrade to 2013

    Greetings,
    We are in the final stages of preparing for an enterprise rollout of Office 2013, upgrading our user base from Office 2010. When we deployed Office 2010, we used the Office scrubber tool to remove Office 2003 and install Office 2010. Employing this same
    technique, which is
    fully documented by Microsoft as the recommended approach, the user settings from Office 2010 do not migrate to Office 2013. For example, the default save paths. If you set this to say, "C:\Temp", in Office 2010, that path will be changed
    after upgrading to 2013. There are other settings impacted as well and hoping that someone has seen this or knows what might be going on. The method we've used during pilot is an in-place upgrade from 2010 to 2013 and that will retain settings but we also
    see cases where the upgrade isn't clean and components of Office 2010 can be left behind. It is critical to a successful deployment that the uninstall-upgrade approach works flawlessly.
    Thanks,
    Doug
    Douglas Cote

    Hi Jori,
    There are three types of permissions in the Manage User Permissions in User Profile Service Application(UPS): Create Personal Site, Follow People and Edit Profile and Use Tags and Notes.
    If all the three permissions have been revoked from the user, then the user will not existed in the Manage User Permissions in UPS.
    So you don’t need to anything else to remove the users from Mange User Permission in UPS after revoking all the permissions from the user.
    As for the error when accessing Mange User Permissions in UPS, I recommend to restart the User Profile Service and add the user account to the Administrators of the User Profile Service Application.
    In Central Administration, highlight the User Profile Service Application and then click Administrators in the ribbon.
    If above cannot work, please provide more error message for the correlation ID in ULS log for further research.
    For SharePoint 2013, by default, ULS log is at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Timezone from portal user settings not used in DateNavigator

    Hi experts
    I'm facing a problem with DateNavigator component.
    There is a WDJ application that used with different timezones in NW Portal.
    In the app there is a DateNavigator which bound to the date context attribute.
    When user select some date in DateNavigator, system converts selected date to the context using system default timezone, rather than timezone in portal user settings. This leads to the fact that the time in context is wrong - the system considers that user works in "Default" timezone but really user works in its own timezone, which different with default.
    If I force TimeZone.setDefault(WDClientUser.getCurrentUser().getTimeZone()) everything works fine, but this is an empty and wrong way.
    I'm using NW 7.2 CE.
    Thanks in advice, how to solve this issue!

    mwohlf wrote:
    After Installing Patch 121657-19 the Calendar Express view seems to mix up
    the default preferences with the user selected preferences.I hit the same issue with a 6.2->6.3 upgraded system and a fresh 6.3 installation. A quick search didn't reveal any pre-existing bugs nor could I find any obvious problems delving into the xsl code -- please log a Sun support case to have this issue looked into further. Please note that in 6.3 calendar express is a deprecated interface so you should be making every effort to move to UWC/CE anyway.
    Regards,
    Shane.

  • Header portlet issue: User settings not passed to Header portlet on "My Pages"

    I am trying to write a header portlet which reads User Settings (User preference). The settings are retrieved correctly and the header portlet works fine on a Community portlet but when browsing "My Pages" or "Knowledge Directory" the settings are not being passed to the header portlet. I have tried this on multiple portals and I get the same behavior. Can you kindly let me know the cause of the problem and help me fix this issue Thanks,Rakesh

    I was able to figure out setting the global display on the default pages, but I'm still stymied at how to set the display for the page portlets for user customizations. In instances where users have added a page portlet, only the portlet header is displayed. I've done the following to try to fix the situation:
    - Deleted and regenerated the page portlets
    - Refreshed the repository
    - Refreshed the display for individual user pages
    Nothing seems to work. This is a major showstopper for us: we are scheduled to go "live" with the 9.0.2.6 version on Friday, and we do not want to ask users to recustomize their pages.
    Windows; 9.0.2.6
    Thanks for all the help!
    Mary

  • [solved] firefox user settings not saving

    I am a linux noob. So the answer to this is probably very obvious, but I haven't found it through googling, searching these forums or the arch wiki. I am having the same problem with most of my applications actually. The problem is that my firefox personal settings are not saving. When I reboot all of the addons are gone, the tabs are back on top, and everything is reset as if this were the first time I've run the program. I'm having a similar problem with lxpanel. I suspect it has something to do with post-installation home directory config files and not knowing what to do for each program. The only setup I've done for firefox is # yaourt -S firefox-esr. A whereis firefox-esr yields only /usr/bin/firefox-esr. Just the executable file itself I guess.
    Although the arch wiki firefox page doesn't seem to specifically mention losing all settings there is something about setting a download location that caught my eye: XDG directories:
    It says to create ~/.config/user-dirs.dirs and add:
    XDG_DESKTOP_DIR="/home/<user>/"
    XDG_DOWNLOAD_DIR="/home/<user>/<dir>"
    XDG_TEMPLATES_DIR="/home/<user>/<dir>"
    XDG_PUBLICSHARE_DIR="/home/<user>/<dir>"
    XDG_DOCUMENTS_DIR="/home/<user>/<dir>"
    XDG_MUSIC_DIR="/home/<user>/<dir>"
    XDG_PICTURES_DIR="/home/<user>/<dir>"
    XDG_VIDEOS_DIR="/home/<user>/<dir>"
    I'm not sure if this has something to do with the temporary nature of my personal firefox settings, but it seems like a move in the right direction. I get that tip of the iceberg feeling though. I've been meaning to look up all of that freedesktop.org stuff including .desktop and .directory files and standard locations. I assume that this is part of that and not only for firefox specifically.
    If anyone could point me in the right direction in terms of how to set up the user directories and files necessary for saving firefox settings I would be very grateful. Or maybe I installed the program wrong?
    I am not using a desktop environmnt. Just (for the moment) pekwm, lxpanel, and idesk. Presumably that's part of the problem. That going modular is much more difficult for a Linux noob. If I were using kde or gnome I'm guessing a lot of this post-installation application setup would be done for me automatically.
    edit: I just found this information on the location of the firefox profile in linux.  It says that profile folders are located in "~/.mozilla/firefox/<profile folder>". At first I thought I didn't have this folder, but I do. So I'm not sure why the settings and addons are not saving.
    Last edited by pariahdog (2012-12-26 16:13:54)

    For next time: https://wiki.archlinux.org/index.php/Permissions
    It might be a better idea to change permissions with "chown" : https://wiki.archlinux.org/index.php/Permissions#chown
    Last edited by 2ManyDogs (2012-12-26 17:01:45)

  • VSOM 7.5 login fields for user/pass not showing up anymore for some users under internet explorer

    Team,
    some of my users are experiencing the issue that our russian friend had:
    https://supportforums.cisco.com/discussion/12304681/vsom-751-does-not-started-ie11
    However we are running the english interface and had no issues for a while (not sure for how long as the users infrequently use the system)
    When navigating to the login screen there are no fields for the user to enter their credentials in internet explorer. Tried IE 8 - IE 11. Played with compatibility mode and safe sites etc... without success.
    Firefox works without issues and so does chrome for the login.
    Anyone run into this issue in the past couple of weeks?

    Yeah it is working now, it may have been a reboot Thanks!

  • User Settings not working in Calendar Express after Upgrade from 6.2 to 6.3

    After Installing Patch 121657-19 the Calendar Express view seems to mix up
    the default preferences with the user selected preferences.
    For example let's say the user selects the green color scheme in the options panel,
    at the next login to Calendar Express the user gets for the default blue color scheme
    for the top frame, and the green colors for the middle frame.
    This seems to randomly change for each page and even between just reloading the
    page with the browser's reload button. It seems like each frame just randomly has
    either the default or the selected color scheme.
    This also seems to happens with the other User Preferences like "Default Initial View"
    or "Default Calendar Group".
    Any idea where to look to figure this out is greatly appreciated.

    mwohlf wrote:
    After Installing Patch 121657-19 the Calendar Express view seems to mix up
    the default preferences with the user selected preferences.I hit the same issue with a 6.2->6.3 upgraded system and a fresh 6.3 installation. A quick search didn't reveal any pre-existing bugs nor could I find any obvious problems delving into the xsl code -- please log a Sun support case to have this issue looked into further. Please note that in 6.3 calendar express is a deprecated interface so you should be making every effort to move to UWC/CE anyway.
    Regards,
    Shane.

  • GPO User settings not changing IE 8 settings windows 7

    Good Afternoon,
    We have several IE 8 settings that need to be adjusted for a particular application. We have them configured in a IE GPO. I have enabled and linked this IE GPO to the top child domain level, xxx.xxxroot.com. I ran a gpupdate on the enduser's pc. I have verified
    that the GPO does get applied by gpresult in the User Configuration. When I check the IE settings, none of them have been adjusted.
    How do I get IE settings applied via a GPO?
    Thank You
    Debra Hodgkins

    Hi,
    In addition to the point mentioned by Gbillig, please also pay attention to the GPO Priority, Local GPO, site, domain and OU, local GPO is processed first, see this link
    Group Policy processing and precedence
    http://technet.microsoft.com/en-us/library/cc785665(v=ws.10).aspx
    If you're using GPP, please take a look of this blog
    http://blogs.technet.com/b/grouppolicy/archive/2008/10/13/red-green-gp-preferences-doesn-t-work-even-though-the-policy-applied-and-after-gpupdate-force.aspx
    Yolanda Zhu
    TechNet Community Support

Maybe you are looking for

  • Multiple Data Sources In One Logical Table

    I am new to OBIEE and I have came accross an issue. I appologize if this information is in the forum somewhere but I have searched and cannot find it. My situation is that I would like to have one logical table that contains multiple data sources whi

  • How can I remove all photos and directories from iPhoto?

    How can I remove all photos and directories from iPhoto as if it was a brand new install? I am new to iPhoto and was unaware of how it works, honestly I still am a little confused as to when pics I am using 1/2 the time, some from iPhoto and some fro

  • How do I save a single page from a PDF file?

    I am trying to save as a pdf file, a single page from an existing PDF file that has 4 pages. How do I do that?

  • Home Page Question

    Hi Guys, Appreciate your help on what I assume is an easy solution and probably is a stupid question. There are items on the home page that I would like to delete or move from the 2nd page to the 1st (or vice versa). Can't figure out how to do that.

  • Determine number of active jsp /self service sessions in EBS 11i/R12

    Hi, Can someone let me know , how can I find the number of active jsp/self service sessions in EBS 11i/R12. Thanks Dev