Listing Employee Education and Language Information.

I'm writing a web application that uses PS to modify employee information, specifically their education and language information.
Basically, I'm using a JpmPersonProfile object to get a JpmPersonProfileJpmJpCatTypeJpmJpCritmVwCollection object. Unless I'm mistaken, this is a collection of items in the JpmJpCatType table that the employee has. From here, I get a handle on either the Education or Language items in that list. This is where my problems come in.
Education List:
The education object that I get is a collection of items where each item corresponds to a degree. So this collection is a list of degrees the employee has achieved. The only problem is when the employee has 2 degree accomplishments with the same degree. (For example BS in Math and BS in Econ). To get these, I need to make the following call: educationCollection.item(i).getJpmJpItems(). Where 'i' is the index in the educationCollection where JpmCatItemId = 'BS'. Then I get the list of education accomplishments where the degree is BS. If I try to delete an item in this list, lets say the Econ degree, I would do something like this: educationCollection.item(i).getJpmJpItems.deleteItem(j). (Again, where i is the index for degree's with CatItemId = 'BS' and j is the index in the JpmJpItems list where major = 'Econ')
I'm getting an error saying "Cannot change current or history records unless in Correction mode. (15,1)" I don't understand why I can't delete individual items in the JpmJpItems table but I can delete entire degree lists. (I CAN do something like educationCollection.deleteItem(i), but this will delete every degree in that list. If 'i' corresponded to the BS degree list, then both Math and Econ accomplishments would be deleted) Does anyone know why this is?
Language:
My language issue is much more simple. I need to locate the database that holds information such as the employee's fluency in speaking, reading and writing the language. Also their ability to translate that language. I thought this information would be in the JpmJpItems table (since all of the education info is in there), but I can't seem to find a column representing that information.
Thanks,
-Tim

Hi
Check T code SMLT and if u have that package u can change the required language.
Kindly check and revert.
Regards
Raahul.

Similar Messages

  • Keep client and language information for login after timeout

    Hello experts,
    i'm using the url parameters sap-client and sap-language that the user can login without them. The parameters are filled on a mobile device and on different plants these parameters are different. When the user logout with the logout button the method server->logoff( ) will be called in the main controller. Then a logout view will be called that redirect the user to the login page and fill the parameters into the url again.
    My problem is when a session timeout occurs or the session will be closed manually the login screen appears again after the next request, but with the default client and language.
    I'm looking for a way to fill these parameters when a timeout occurs.
    Thanks and best regards,
    Tobias

    I found a working solution for my problem. With the following code in the do_init method of my main controller, the url will be renewed right after the login:
    DATA: lv_url   TYPE string,
          lv_tmp   TYPE string,
          lv_laiso TYPE t002-laiso.
    lv_url = me->co_controller_name.
    lv_tmp = sy-mandt.
    CALL METHOD cl_http_server=>append_field_url
      EXPORTING
        name  = 'sap-client' ##NO_TEXT
        value = lv_tmp
      CHANGING
        url   = lv_url.
    CALL FUNCTION 'CONVERT_SAP_LANG_TO_ISO_LANG'
      EXPORTING
        input  = sy-langu
      IMPORTING
        output = lv_laiso.
    TRANSLATE lv_laiso TO LOWER CASE.
    lv_tmp = lv_laiso.
    CALL METHOD cl_http_server=>append_field_url
      EXPORTING
        name  = 'sap-language' ##NO_TEXT
        value = lv_tmp
      CHANGING
        url   = lv_url.
    CALL METHOD me->response->redirect
      EXPORTING
        url = lv_url.
    CALL METHOD me->navigation->response_complete.

  • List all users and other information into application

    Hi,
    In the LDAP that we use, it contains - user id and xyz_code (this code is particular to application). Note that for each user_id there exists one xyz_code.
    I can get the user id from IUser and xyz_code from an attribute app_xyz_code.
    String xyzCode = sapume.getValue("app_xyz_code",iuser, true);
    I have a requirement where I need to get user ids for a set of xyz_codes.
    1) Suppose I have 100 xyz_codes I need to get 100 users from LDAP. So 100 times I need to hit LDAP. How do i make a search in LDAP using xyz_code. Is it preferrable to make a search like this?
    2) Another thing I want to know is if it is possible to get all the users and their corresponding xyz_codes from LDAP and store them in a List/Vector/Enumeration. So that I can search in the list for user id corresponding to xyz_code.
    Any code snippets is appreciated.
    Thank you
    Karthika

    Thanks for your reply!
    I tried the following:
    $Users = get-aduser -SearchBase 'OU=Mes Utilisateurs,DC=itced,DC=lan' -filter '*'
    $OU = $User.distinguishedname -split ',',2 | select -last 1
    $output = @()
    Foreach($User in $Users){
    $budgetanalytics = Get-ADOrganizationalUnit -SearchBase $OU -Properties objectGUID
    $Object = New-Object PSObject                                       
    $Object | add-member Noteproperty user $user.name         
    $Object | add-member Noteproperty OU $OU                       
    $Object | add-member Noteproperty objectGUID $objectGUID       
    $output += $Object
    $output
    but I get the following
    user                                             
    OU                                              
    objectGUID                                      
    User1                                            
    OU=Mon OU,OU=Mes Utilisateurs,DC=itced,DC=lan    {Microsoft.PowerShell.Commands.Internal.Forma...
    User2                                            
    OU=Mon OU,OU=Mes Utilisateurs,DC=itced,DC=lan    {Microsoft.PowerShell.Commands.Internal.Forma...
    Why do I get "Microsoft.PowerShell.Commands.Internal.Forma..." instead of the actual objectGUID of the Organizational Unit
    Thanking you in advance

  • When logging in into yahoo mail after typing in password Firefox is adding something, login fails all the time. At yahoo mail Notepad does not work because it is impossible to close the list of items and they cover information, so I have to go to IE.

    When logging in into yahoo mail after typing in password Firefox is adding something, probably remembered password and login fails all the time. At yahoo mail Notepad does not work because it is impossible to close the list of items and they cover information, so I have to go to IE.

    Only when i go to a different browser (like IE) after i clear it , then all that shows up is the pages i visited in IE , that is what bugs me , why is IE browsing history sowing up in Firefox ??
    Basically , i can clear the history in Firefox , and then for a example , go to Craigslist , using IE7 (launching it from a complete different Icon , in other words at that time i never open Firefox) , then after closing out , or even leaving open as it does not seem to matter , i go into Firefox , and hit History , and there is every place i visited in IE7 , on my History in Firefox

  • How can I enter my podcast in more than one category?  Mine covers arts, education and society and culture, but is listed as "Performing Arts".  Thank you for your time!

    How can I enter my podcast in more than one category, to reflect the fact that it covers arts, education and society and culture?  Thank you for your time!

    You can have more than one category - this page shows you how the tags are formed:
    http://www.apple.com/itunes/podcasts/specs.html#category
    The Store will list only the first category and its sub-category at the top of the page. Like the first category, the others will in theory make your podcast available for searching by category. However searching just on the category in the iTunes Store is most unlikely to throw up your podcast. There are thousands of podcasts out there, and it would be quite impossible to display on one page the entire list for any category. What you see are 'featured' podcasts, chosen by Apple as being special; please see this Tech Note:
    http://www.apple.com/itunes/podcasts/specs.html#getfeatured
    Note that there is no way you can influence the selection other than making your podcast really special.
    If you have further questions about making your podcast it's better to ask them in the Producing Podcasts forum.

  • How do I have the list of groups as well as individuals and their information show up in address book?

    How do I have the list of groups as well as individuals and their information show up in address book?

    Let me rephrase... 
    How do I get all of the panes (groups, individuals and individual information) to show at the same time now in Lion Address Book?

  • While attempting to download Adobe Pro and got this message: Adobe Acrobat is not currently available for your language or platform. For a list of supported platforms and languages, click here.

    After purchasing Adoce Pro and while attempting to download Adobe Pro I got this message: Adobe Acrobat is not currently available for your language or platform. For a list of supported platforms and languages, click here.

    Vista is not supported for Acrobat XI or Acrobat DC, even if you can ignore the requirements and force the trial to install. Adobe don't test it on Vista, so they can't and won't support it.

  • Adobe Acrobat is not currently available for your language or platform. For a list of supported platforms and languages,

    Adobe Acrobat is not currently available for your language or platform. For a list of supported platforms and languages,

    Hi there,
    Did you have a question for us?
    Best,
    Sara

  • Camera and Codec Information List

    It is not an Adobe database as was requested in another message (I don't work for Adobe OR do Internet database programming) but I have started a list of Cameras and Codecs... with links to discussions of problems and solutions
    http://www.pacifier.com/~jtsmith/PProCamera.txt
    Let's add to that list, with links about other cameras and codecs that work, or don't work... and solutions to make them work

    Updated 6-29-2011 with some Cellphone video information
    http://www.pacifier.com/~jtsmith/PProCamera.txt 
    Also posted a quick, step-by-step Encore tutorial
    http://www.pacifier.com/~jtsmith/Encore.txt

  • How to create Global password and user information list in Linux

    Hi ,
    OS is : OEL, We have some requirement, we need to create global password and Users information, that location sould be accessable to all users, can any one guide me how to do it in Linux.

    Could you give us a little more details? Are u looking for something like a centralized authentication system? or....what exactly?
    kido

  • Long List of Problems and no one will help!!!

    I have had NOTHING but problems with this phone since the sales clerk talked me into buying it.  I've had it for a little over a year and a half.  It's had "Software" issues out the rear and it's been replaced and still has the very same issues.  YET I can't swap it out with another phone without paying through the nose for a new one.  Verizon sold me a phone that does not work completely.  Verizon keeps replacing it with the same phone and numerous Verizon employees keep telling me that this phone has MANY known issues, LOTS of complaints.  Yet I am still stuck with a phone that is barely useable.  I am so disgusted right now.
    Here is just a SMALL sampling of issues with my phone and I am still being denied a new phone unless I want to pay $600. I have 4 weeks until I can "Upgrade"  and I still can't even get an early upgrade.  I have been VERY patient waiting for my "TWO YEARS" to be "UP" so I can upgrade without being robbed.  This in addition to suffering through the Black Berry Storm that SUCKED and was replaced 7 times in a year and a half period due to "Software issues"  I will admit, two of those replacements were my fault - one got wet and the other was stolen, but still, 5 replacements is not acceptable.  Then I went to buy my new phone (Glory day for me) then I get talked into this Fascinate and it's just as bad as the Storm was, if not worse.  I can't seem to win.  I have decided to go for an iPhone.
    Here is my list of problems and NO one can fix them, no one can help, I get told that this is a known problem yet Verizon won't take care of their customers that got screwed by this phone.  I've been a loyal customer for 7 years. I love the actual cellular service, I rarely get dropped calls, which is why I stick with verizon, but I am seriously considering jumping ship, because even though I'm loyal, I buy my phones through them, I can't get support.
    The SHORT LIST of problems that makes this phone 100% unacceptable:
    1)  Can't text 3/4 of the time because a little grey box pops up in the text box and it won't accept anything I type into it.
    2)  Have not been able to send picture emails for several months now - Verizon can't figure out why.  My husband misses out on a lot of pics of our kids, I like to text him fun pics of them doing things or when we are on vacation without him.
    3) phone freezes up on a regular basis.  Several times a day.  I have to pull the battery out and reboot.
    4)  Sometimes I can't answer the phone when it rings - the phone rings and when I slide the puzzle piece to answer the phone, it freezes and continues to ring long after the person has hung up and the only way to get it to stop ringing is to pull the battery out and reboot the whole thing.
    5)  a LOT of times, people will call my phone and it won't ring - it goes straight to voicemail.  I have had people call me when they are sitting right next to me and it doesn't ring (and yes, I've checked the volume, it's on, the phone is on) sometimes though, it rings and I actually can answer it, but lately, it's becoming more and more of a problem being able to receive and actually be able to answer them
    6)  I can't use Facebook.  It takes forever to actually get into FB and when I do, it only shows about 5 posts before it freezes.  A few weeks ago, I could post to FB but only here and there, now I can't post from FB from my phone at all.  I know that's likely due to the APP - but FB on this phone has always sucked. 
    7)  At home, even when I standing next to my wireless router, it says I have "Lost Signal", yet all of my other wireless devices work from 5400 square feet away, on the other side of the house, upstairs.  Even when I'm standing in the Verizon store, it says "Internet Connection Lost"  It is so frustrating.  I am a busy mom and I have 5 minuts to myself and I can't even check FB or browse on the internet and yes, I have checked, all of my connections are set up correctly.  My wireless is enabled on my phone.  But it still doesn't work.
    8)  Email - it's constantly refreshing, even though I have it set to only refresh once and hour.  I think I even changed it to once a day.  Instead, that little "refresh wheel" spins constantly on my phone and while this little refresh wheel spins, I can't read email, I can't write email and I can't send email.  When it finally stops and I open an email and the try to respond and write back, that little refresh wheel starts spinning again and then I have to wait until i can get home to a real computer to actually read & Respond to email. 
    9)  Calendar inputs the wrong time.  I had a dentist appt at 9:30am.  I set it as 9:30am.  When I saved it, it changed it to 10:40am.  I went back into the calendar function to change it thinking I had input the wrong time, but no, when I went to edit it, my 9:30 time was set, I hit save again and saving it changed it to 10:40.  WTH?  I can't even rely on the calendar function.
    10)  Two weeks ago, I woke up, looked at my clock, which I also rely on as an alarm clock.  The room was dark.  The clock said 5:30am.  But for some reason, it felt later.  Sure enough, I get up, check my husbands alarm clock, it's 7:30am.  I am so thankful I had a gut feeling and looked at another clock.  I did not change my time zone on my phone (in fact, I went looking for Time change stuff and I couldn't even find it.  Then two hours later, the phone went back to normal time all on it's own.
    11)  Text messages occasionally pop up and it tells me it's from Jay Smith (Not real name) and when I open the actual text, it's from Sarah Jenkins (not real name)  WTH?  How am I supposed to rely on text if its confused itself?
    12)  Phone shuts itself off all the time, several times a day.  All of a sudden I will hear the musical tone of my phone shutting down and then at some point, it will turn itself back on.  When I turn it back on, it resends out old text messages (See below)
    13)  Text message randomly sends out old text messages to people that I sent text messages out to months ago.  So the people will text me back saying "WTHeck is this about?" and I look and it's an old text message I sent them a month or two ago.  It usually does this when the phone freezes, shuts itself down and restarts.  I have found out that IF I delete my text messages timely, then it won't resend out any old text messages, but I am not very good about deleting stuff and often times, text message contains some important information that I haven't yet had the time to copy down and save.  I shouldn't HAVE to delete my text messages so it doesn't randomly send out text messages to people.
    14)  Often times, I will send out a text message and it will fail to send the message and I get a text message saying my text message has failed. 
    I could go on, but I think that will give sufficient evidence that this phone stinks and that Verizon should give people owning this phone a chance to get a new phone without raping their wallets.
    Maybe someone here will listen?  Because no one at the store does...  I pay for Verizon service that I barely even get to use because my phone doesn't perform like the guy who sold it to me told me it would.
    CAN YOU HEAR ME NOW????

      About the only thing I can say is to keep going to Verizon, or calling customer service to get them to look at the issues. I talked to 1 rep that told me to dial either 4# symbols, or 4* symbols (Can't remember which it was) after I got the VM message but did not have the phone ring, so it would mark my account record and they could search and troubleshoot the issue.
      As far as your upgrade, I think you have done the right thing so far, and that is signing up on this forum, that way you can look at the different phone forums and see what issues that people are having. Talking to people that have the phone is a great way to find out what the issues are. Verizon Sales reps will only sell you the latest and greatest, or if there is something that they are being told to push to get out of stock.
      Going with an iPhone is ok, just make sure it is correct for you, because like you said earlier, once it is done, it is done and you are stuck with it for 2 years. I had a friend who made a knee-jerk reaction to a bad phone, and did the same thing. They regretted it after 6 months. I am not saying the iPhone will be bad for you, just make sure you do your homework.

  • Webcenter Capture OCR Engine and Languages

    Hello, does anyone know which OCR engines are used in full document OCR recognition? Is there support for recognition of Greek text?
    Thanks in advance!

    WebCenter Capture is new name for the same "old" Oracle Document Capture. Even the official WebCenter links are pointing to the 10gR3 documentation. Latest version is 10.1.3.5.1 and I gave information related to this one. Once, I stumbled upon the list of supported OCR languages but I can't find it any more. Anyway it was useless as there was over 100 languages with only handful marked as "tested", meaning that Oracle doesn't guarantee they all are actually working as expected.
    For the greek language I have looked inside my Document Capture, so support is there for sure.
    Regards,
    Boris

  • OTL - Generate Flexfield and Mapping Information

    Hi All,
    I am implementing OTL with payroll, i have done the required setup.
    1. created element
    2. created alternative name mapping the element
    3. created application set ..and etc...
    4. created preference attached all newly created preferences
    5. assigned to all employees
    But i am not able to see the elements in the list box in the timecard screen. I know there is some setup missing and need to run the "Generate Flexfield and Mapping Information" program
    Can you any tell me the steps enable the elements in timecard.
    Stalin G

    Hi Stalin
    Have you attached the Alternate name to preference "Self Service Timecard Alternate Name Set Defined for a User" ? Also please check if the employee has the correct Preference attached.
    Please let me know if you find some other thing.
    Thanks,
    Gaurav

  • Education and Training Report produce a blank row

    Hi Experts,
    I run Education and Training Report to get a list of employees education. It shows a list of education report but there's a blank row for some employees and others are not. For employees who didn't have education data, it gives a blank row for that employee. I've checked the table and there's not a blank record for each employee. Anyone knows about this probelem?
    Thank you for your responds.
    Regards,
    Erli

    Hi,
    I am talking about SAP Personnel Administration Report - Education and Training (T-code S_PH9_46000224).
    Thank you for your respond.

  • Notification generation to the employee, supervisor and HR

    Hi,
    The requirement is like whenever an employee completes his Probation, or one year of service, the employee, supervisor and HR should get an email notification. How can I achieve this in SAP HCM?
    Regards,
    Sasi.

    1. You have to first maintain Date specification Infotype 0041 and Monitoring of task with a reminder date linked to mail server or pop up.Take help of technical (ABAPer ) help.
    2. You can use dynamic action to trigger mail. In table T558Z.
    For any changes irrespective of any field the system will shoot a mail hence in the column S (Indicator for Step) we have given M-Send a Mail. The mail will be controlled by a feature M0001.
    Here the Feature M0001 enables us to control to whom we will send a mail, the text of the mail we will send and the processing type used. The feature can be used for all Master Data Info types for both Transactions class A (employees) and B (Applicant).
    A mail has to be sent to the employee, to the administrators and the distribution list. So we need to create a text now. To create a text we need to go to SAP IMG.
    Path : SPROPersonnel management Personnel administration  Setting Up Mail Connection for info type changesCreate standard text  for mail connection.
    In the next page we need to mention a Text Name, Text Id  and the Language.
    The transaction for SAP Business Workplace is SO04. In the SAP Business Workplace we need to create a Distribution list. To create it we need to click on the distribution list.

Maybe you are looking for

  • Mac Pro 2,1 Spontaneous Restart with No Boot - Power Supply PSU Problem?

    One day I was working away on my Mac Pro 2,1 Quad Core 3.0 (2007) with 8 gb ram running Lion and it just shut itself off like someone pulled the power cord (but no one did of course). Then it attempted to restart, but wouldn't boot. Basically I haven

  • Keyboard will not pair to iPad

    My aluminum keyboard will no longer pair with my iPad 3. The light on the keyboard flashes as it is supposed to but the iPad cannot find it. The keyboard has only been paired with my iPad and has new batteries. I tried to remove the saved pairing and

  • Today's iTunes update has broken iTunes on Windows Server 2008 (64 Bit)

    After today's update, iTunes crashes 100% of the time upon launching. "iTunes has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available." is all the info the

  • MacPro showing 3GB of 12GB installed on Snow Leopard

    I have a MacPro3,1 that has 12GB memory installed (4x1GB and 2x4GB) and sometime after upgrading to Snow Leopard the system started only accessing 3GB. The System Profiler shows that all the DIMMS are present, with the correct size under the memory t

  • 2 DV tps in 1 imovie!

    Hello again! I have to ask ? is it possible to import 2 different dv´s into 1 project if I stop recording and add nr2 tape? My project is apx 1 hr 25 min long, I won´t do this until I know it is safe! After editin my prject will probably fit 60 minut