Using HR_INFOTYPE_OPERATION to update IT0021 and IT0106

We're trying to update dependent data information using FM hr_infotype_operation but it doesn't seem to be working properly for IT0106. It does work for changes i make for IT0021, though.
We have the requirement to modify an existing dep record, delimit the record, or add a new dependent record depending on some other logic.
I know in the FM, you can specify a secondary structure. In the case of IT0021, it's secondary structure would be IT0106.
I'm passing these fields to my p0106 structure:
pernr
subty
begda
endda
aedtm
uname
perid
but i'm not able to update the P0106 record. Any help would be appreciated.
thanks,
robert.

ok great, i believe that fixed it. i think i had a couple of problems that when fixed separately didn't work, but when I put them altogether, it worked.
my p0106 struc was not declared properly and the view identifier was not set (this pernr's was indeed 10).
I need to fill in the rest of the p0106 struc from the existing record and it should work fine.
thanks a ton.
data: p0021_struc TYPE p0021,
      p0106_struc TYPE p0106,
      p_p_pskey   TYPE pskey.
  CALL FUNCTION 'HR_INFOTYPE_OPERATION'
    EXPORTING
      infty            = p_pskey-infty
      number           = p_pskey-pernr
      subtype          = p_pskey-subty
      objectid         = p_pskey-objps
      lockindicator    = p_pskey-sprps
      validityend      = p0021-endda         " '99991231'
      validitybegin    = p0021-begda
      record           = p0021_struc
      operation        = mode
      tclas            = 'A'
*      dialog_mode      = '2'
      nocommit         = p_test
      VIEW_IDENTIFIER  = p0003-viekn
      secondary_record = p0106_struc
    IMPORTING
      return           = return
      key              = familykey
    EXCEPTIONS
      OTHERS           = 0.
Message was edited by: robert phelan

Similar Messages

  • Using hr_infotype_operation to update it0021 problem

    I am using hr_infotype_operation to update data for it0021 and it0528.
    In pa30, just in it0021 and different to update data for it0021 and it0528, IT0528 is not allowed maitain
    when i am using hr_infotype_operation to update data for it0021 and it0528 one by one, the problem occurs, it 0528 is not update.
    Any idea?

    Hi,
    The FM HR_INFOTYPE_OPERATION infact copy a BDC & performs all the screen validations that normally occur in PA30. It uses the CALL DIALOG option.
    Also,  set the MODE to '2' which is like the display ALL option in the CALL TRANSACTION.
    This will let you see the error in the foreground.
    Regards,
    Shamma

  • Using menu to update look and feel

    Hi all,
    I am trying to update the look and feel of my application.
    In the main method I set the look and feel to metal.However, I have created a menu with an option to change the look and feel at runtime. I want the user to be able to just select the required look, e.g. Windows,on the drop down menu and then have the application updated.
    I know that the following does not work:
    void jMenuItem10_actionPerformed(ActionEvent exc) {
    try {
    UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
    this.repaint();
    catch(Exception excs) {
    excs.printStackTrace();
    Am I miles away from the correct solution or am I nearly there? All help gratefully received.
    Regards.

    After UIManager.setLookAndFeel() add this row:
    SwingUtilities.updateComponentTreeUI(this);
    I don't think you need this.repaint();
    Hope this will help you!

  • Error - while using HR_INFOTYPE_OPERATION - 'URG'

    Hi Experts,
    While using HR_INFOTYPE_OPERATION for updating master data i got a Error Message -
    EPG        428A complex application error has occurred
    But it is not for every time . after 3 or 4 sucessfull run i get this message and after that it will take long time to overcome automatically . I tried with log off but it is not successful.
    Please Advice.

    If this is called from custom code, make sure you call function 'HR_PSBUFFER_INITIALIZE' for each new ee processed to clear the buffer. If not, when HR_INFOTYPE_OPERATION is executed, the buffer (internal table) may still have data from previous ee which can cause dump.
    Rgds.

  • Internal update server and flash player 12

    We've been using an internal update server and a deployed mms.cfg to point internal client machines to a local webserver hosting Flash Player updates extracted from the background update .cab file, as detailed in the Administration Guide.
    This has been working well for Windows & OS X clients.
    For Flash Player 12, I've created a "12" folder at the same level as the 11 folder:
    https://servername.domain/pub/flashplayer/update/current/sau/12/xml/version.xml
    However, clients (that are currently running 11) are looking for:
    https://servername.domain/pub/flashplayer/update/current/sau/11/xml/version.xml
    So I copied the "12" folder to the "11" folder and manually triggered the scheduled task on a couple of clients and they've grabbed the newer version (except for the plugin-based browser, which haven't updated and are still using 11.9.*).
    My flashinstall.log shows the following:
    <code>
    2014-1-15+16-40-27.23 [info] 1620
    2014-1-15+16-41-57.757 [info] 1628 server.domain
    2014-1-15+16-41-57.820 [info] 1629 server.domain
    2014-1-15+16-41-57.820 [info] 1614
    2014-1-15+16-41-57.820 [info] 1615
    2014-1-15+16-41-57.820 [info] 1618
    2014-1-15+16-41-57.820 [info] 1619 1063
    2014-1-15+16-41-57.835 [info] 1628 server.domain
    2014-1-15+16-41-57.835 [info] 1629 server.domain
    2014-1-15+16-41-57.835 [info] 1614
    2014-1-15+16-41-57.835 [info] 1615
    2014-1-15+16-41-57.835 [info] 1618
    2014-1-15+16-41-57.835 [info] 1608
    2014-1-15+16-41-57.835 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+16-41-57.835 [info] 1604
    2014-1-15+16-41-57.960 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/patch.xml
    2014-1-15+16-41-57.960 [warning] 1445
    2014-1-15+16-41-57.960 [warning] 1442
    2014-1-15+16-41-57.960 [info] 1601
    2014-1-15+16-41-58.507 [error] 1215 32
    2014-1-15+16-41-58.507 [warning] 1416 6
    2014-1-15+16-41-58.507 [error] 1300 183
    2014-1-15+16-41-58.507 [info] 1612
    2014-1-15+16-41-58.507 [info] 1620
    2014-1-15+16-41-59.367 [error] 1226 1062
    =O====== M/12.0.0.38 2014-01-15+16-40-26.961 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 9
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/12.0 2
    0002 [I] 00000011 1
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_12_0_0_38.ocx
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_38_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_38_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/12.0.0.38 2014-01-15+16-42-00.945 ========
    </code>
    My questions:
    1) Is this the expected method for getting version 11 to upgrade to 12 without much intervention?
    2) What's triggering the error codes - the hack-ish way I've forced the update, or something else?
    3) What knock-on effects will the Flash Player version renumbering have on the local webserver deployment method?  And is it documented anywhere?
    Thanks

    Hi Maria,
    The rest of the install log is below and it does install the plugin later and the log is clean of errors thereafter. 
    I created "12" because the previous install guide noted that the folder should be named for the major version and I assumed that guidance still held (though thinking about it you've abandoned that distinction with the recent re-numbering).
    Thanks
    <log>
    <snip idential entries for brevity>
    <At this point the client is looking in the "11" folder at the 11.9.* version>
    2014-1-15+15-45-8.728 [info] 1614
    2014-1-15+15-45-8.728 [info] 1615
    2014-1-15+15-45-8.728 [info] 1618
    2014-1-15+15-45-8.728 [info] 1608
    2014-1-15+15-45-8.728 [info] 1612
    2014-1-15+15-45-8.728 [info] 1620
    2014-1-15+15-45-8.728 [info] 1604
    <Around this time, the contents of the "12" directory get moved to the "11" directory after it becomes clear from webserver logs that the client is explicitly looking for the 11 directory.>
    2014-1-15+16-4-0.155 [info] 1628 server.domain
    2014-1-15+16-4-0.499 [info] 1629 server.domain
    2014-1-15+16-4-0.561 [info] 1614
    2014-1-15+16-4-0.561 [info] 1615
    2014-1-15+16-4-0.561 [info] 1618
    2014-1-15+16-4-0.561 [info] 1619 1063
    2014-1-15+16-4-0.577 [info] 1628 server.domain
    2014-1-15+16-4-0.577 [info] 1629 server.domain
    2014-1-15+16-4-0.577 [info] 1614
    2014-1-15+16-4-0.577 [info] 1615
    2014-1-15+16-4-0.577 [info] 1618
    2014-1-15+16-4-0.577 [info] 1608
    2014-1-15+16-4-0.577 [info] 1604
    2014-1-15+16-4-0.640 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+16-4-0.905 [warning] 1411
    2014-1-15+16-4-0.905 [warning] 1409
    2014-1-15+16-4-0.905 [info] 1612
    2014-1-15+16-4-0.905 [info] 1620
    2014-1-15+16-15-45.5 [info] 1628 server.domain
    2014-1-15+16-15-45.239 [info] 1629 server.domain
    2014-1-15+16-15-45.302 [info] 1614
    2014-1-15+16-15-45.302 [info] 1615
    2014-1-15+16-15-45.302 [info] 1618
    2014-1-15+16-15-45.302 [info] 1619 1063
    2014-1-15+16-15-45.317 [info] 1628 server.domain
    2014-1-15+16-15-45.317 [info] 1629 server.domain
    2014-1-15+16-15-45.317 [info] 1614
    2014-1-15+16-15-45.317 [info] 1615
    2014-1-15+16-15-45.317 [info] 1618
    2014-1-15+16-15-45.317 [info] 1608
    2014-1-15+16-15-45.317 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+16-15-45.333 [info] 1604
    2014-1-15+16-15-45.395 [warning] 1411
    2014-1-15+16-15-45.395 [warning] 1409
    2014-1-15+16-15-45.395 [info] 1612
    2014-1-15+16-15-45.395 [info] 1620
    2014-1-15+16-30-31.253 [info] 1628 server.domain
    2014-1-15+16-30-31.253 [info] 1629 server.domain
    2014-1-15+16-30-31.254 [info] 1614
    2014-1-15+16-30-31.254 [info] 1615
    2014-1-15+16-30-31.254 [info] 1618
    2014-1-15+16-30-31.262 [info] 1608
    2014-1-15+16-30-31.269 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+16-30-31.754 [warning] 1411
    2014-1-15+16-30-31.754 [warning] 1409
    2014-1-15+16-30-31.754 [info] 1612
    2014-1-15+16-30-31.754 [info] 1620
    2014-1-15+16-32-25.56 [info] 1628 server.domain
    2014-1-15+16-32-25.56 [info] 1629 server.domain
    2014-1-15+16-32-25.56 [info] 1614
    2014-1-15+16-32-25.71 [info] 1615
    2014-1-15+16-32-25.71 [info] 1618
    2014-1-15+16-32-25.71 [info] 1608
    2014-1-15+16-32-25.71 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+16-32-25.228 [warning] 1411
    2014-1-15+16-32-25.228 [warning] 1409
    2014-1-15+16-32-25.228 [info] 1612
    2014-1-15+16-32-25.228 [info] 1620
    2014-1-15+16-40-24.867 [info] 1628 server.domain
    2014-1-15+16-40-24.867 [info] 1629 server.domain
    2014-1-15+16-40-24.867 [info] 1614
    2014-1-15+16-40-24.867 [info] 1615
    2014-1-15+16-40-24.867 [info] 1618
    2014-1-15+16-40-24.867 [info] 1608
    2014-1-15+16-40-24.867 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+16-40-25.195 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/patch.xml
    2014-1-15+16-40-25.195 [warning] 1445
    2014-1-15+16-40-25.195 [warning] 1442
    2014-1-15+16-40-25.195 [info] 1600
    2014-1-15+16-40-26.930 [info] 1602
    2014-1-15+16-40-26.930 [info] 1609
    2014-1-15+16-40-26.930 [info] 1612
    2014-1-15+16-40-27.23 [info] 1620
    2014-1-15+16-41-57.757 [info] 1628 server.domain
    2014-1-15+16-41-57.820 [info] 1629 server.domain
    2014-1-15+16-41-57.820 [info] 1614
    2014-1-15+16-41-57.820 [info] 1615
    2014-1-15+16-41-57.820 [info] 1618
    2014-1-15+16-41-57.820 [info] 1619 1063
    2014-1-15+16-41-57.835 [info] 1628 server.domain
    2014-1-15+16-41-57.835 [info] 1629 server.domain
    2014-1-15+16-41-57.835 [info] 1614
    2014-1-15+16-41-57.835 [info] 1615
    2014-1-15+16-41-57.835 [info] 1618
    2014-1-15+16-41-57.835 [info] 1608
    2014-1-15+16-41-57.835 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+16-41-57.835 [info] 1604
    2014-1-15+16-41-57.960 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/patch.xml
    2014-1-15+16-41-57.960 [warning] 1445
    2014-1-15+16-41-57.960 [warning] 1442
    2014-1-15+16-41-57.960 [info] 1601
    2014-1-15+16-41-58.507 [error] 1215 32
    2014-1-15+16-41-58.507 [warning] 1416 6
    2014-1-15+16-41-58.507 [error] 1300 183
    2014-1-15+16-41-58.507 [info] 1612
    2014-1-15+16-41-58.507 [info] 1620
    2014-1-15+16-41-59.367 [error] 1226 1062
    ?=O====== M/12.0.0.38 2014-01-15+16-40-26.961 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 9
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/12.0 2
    0002 [I] 00000011 1
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_12_0_0_38.ocx
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_38_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_38_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/12.0.0.38 2014-01-15+16-42-00.945 ========
    2014-1-15+17-4-0.153 [info] 1628 server.domain
    2014-1-15+17-4-0.232 [info] 1629 server.domain
    2014-1-15+17-4-0.232 [info] 1614
    2014-1-15+17-4-0.247 [info] 1615
    2014-1-15+17-4-0.247 [info] 1618
    2014-1-15+17-4-0.247 [info] 1619 1063
    2014-1-15+17-4-0.263 [info] 1628 server.domain
    2014-1-15+17-4-0.263 [info] 1629 server.domain
    2014-1-15+17-4-0.263 [info] 1614
    2014-1-15+17-4-0.263 [info] 1615
    2014-1-15+17-4-0.263 [info] 1618
    2014-1-15+17-4-0.263 [info] 1608
    2014-1-15+17-4-0.263 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+17-4-0.263 [info] 1604
    2014-1-15+17-4-0.528 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/patch.xml
    2014-1-15+17-4-0.528 [warning] 1445
    2014-1-15+17-4-0.528 [warning] 1442
    2014-1-15+17-4-0.528 [info] 1601
    2014-1-15+17-4-2.857 [info] 1602
    2014-1-15+17-4-2.857 [info] 1610
    2014-1-15+17-4-2.857 [info] 1612
    2014-1-15+17-4-2.935 [info] 1620
    2014-1-15+17-5-31.732 [error] 1226 1062
    ?=O====== M/12.0.0.43 2014-01-15+17-04-02.872 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 9
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0004 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0005 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0006 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0007 [W] 00001036 Software\Opera Software/Plugin Path 2
    0008 [W] 00001036 Software\Opera Software/Plugin Path 2
    0009 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_12_0_0_43.dll
    0010 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_43_Plugin.exe
    0011 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0012 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0013 [I] 00000022 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_12_0_0_43.exe
    0014 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0015 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0016 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0017 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0018 [W] 00001106
    0019 [W] 00001106
    0020 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0021 [I] 00000012
    =X====== M/12.0.0.43 2014-01-15+17-05-34.091 ========
    2014-1-15+18-4-0.204 [info] 1628 server.domain
    2014-1-15+18-4-0.204 [info] 1629 server.domain
    2014-1-15+18-4-0.204 [info] 1614
    2014-1-15+18-4-0.204 [info] 1615
    2014-1-15+18-4-0.220 [info] 1618
    2014-1-15+18-4-0.220 [info] 1619 1063
    2014-1-15+18-4-0.220 [info] 1628 server.domain
    2014-1-15+18-4-0.220 [info] 1629 server.domain
    2014-1-15+18-4-0.220 [info] 1614
    2014-1-15+18-4-0.220 [info] 1615
    2014-1-15+18-4-0.220 [info] 1618
    2014-1-15+18-4-0.220 [info] 1608
    2014-1-15+18-4-0.235 [info] 1604
    2014-1-15+18-4-0.407 [info] 1630 /pub/flashplayer/update/current/sau/11/xml/version.xml
    2014-1-15+18-4-0.689 [info] 1612
    2014-1-15+18-4-0.689 [info] 1620
    2014-1-15+19-4-0.157 [info] 1628 server.domain
    2014-1-15+19-4-0.157 [info] 1629 server.domain
    2014-1-15+19-4-0.157 [info] 1614
    2014-1-15+19-4-0.157 [info] 1615
    2014-1-15+19-4-0.157 [info] 1618
    2014-1-15+19-4-0.157 [info] 1619 1063
    <snip identical entries for brevity>
    </log>

  • Using FM HR_INFOTYPE_OPERATION to update infotype 0001.

    We're using FM HR_INFOTYPE_OPERATION to update the infotype 0001 (Organisation). We basically have the Cost center field grayed out on the entry screen so can not update it via BDC, which the cirrent method that we use to create new employees, based on data passed in from a third party system. When then attempt to update the employee record (using Copy) and the FM mentioned.
    We first get the details of the infotype using FM HR_INFOTYPE_GETDETAIL, and this work perfectly, returning all the information required. We the update the structure returned by the RECORD parameter and then use the FM HR_INFOTYPE_OPERATION, like so:
        call function 'HR_INFOTYPE_OPERATION'      
          exporting                                
             infty         =  '0001'               
             number        =  gs_p0001-pernr  
             SUBTYPE       =                       
             OBJECTID      =                       
             lockindicator = 'X'                   
             validityend   = '99991231'            
             validitybegin = gs_p0001-einda   
             RECORDNUMBER  = '001'                 
             record        = gs_p0001             
             operation     = 'COP'   
             nocommit      = 'X'             
       importing                           
        return        = gt_bapireturn1   
        key           = gs_bapipakey     
    exceptions                          
        others        = 1.            
    However, we receiving an error in the gt_bapireturn1 itab basically giving the error PG 184. When I look up the error it basically says that to update this info type we need an exclusive lock, which I would have thought exists when using the LOCKINDICATOR parameter. The previous FM ( HR_INFOTYPE_GETDETAILS) returns blank against the SPRPS fileld (Lock indicator) when reading the infotype data, so it's not previously locked or anything.
    We're using version 4.0b, which I know is pretty old, but surely this update should work.
    Has anyone encountered this problem before, and, do you think I should be able to update this field even though it's grayed out on the screen ?.
    Jason
    Edited by: Jason Stratham on Mar 16, 2010 11:41 AM

    I read that I should be using the enqueue and dequeue FM's despite the LOCKINDICATOR parameter.
    This I have now done, but am now receiving an error PG 428 'A complex application error has occurred', but I'm none the wiser in knowing why this error has occurred. Has anyone encountered this error before?.
    I'm beginning to feel that despite being told that I can use the HT_INFOTYPE_OPERATION  function module it may well purely imitate the front screen processing, which does not allow us to change the cost center value. Is there any way that this might be done. We're on version 4.0b, and I'm sure that in later version there might be a BAPI that almost directly updates it. I guess there's no such method for 4.0b?.
    Jason
    Edited by: Jason Stratham on Mar 16, 2010 12:06 PM

  • Updating infotype 0041 using HR_INFOTYPE_OPERATION?

    Hi All:
    How do we update the dates in infotype 0041 using HR_INFOTYPE_OPERATION? lets say we have 6 dates populated in 41  and we another employee has 9 dates populated. We are reading these records and need to update the dates for all the employee records.
    Thanks
    Venkata

    Hi Venkata,
    What you can do is use the HR_INFOTYPE_OPERATION in Change or MOD(Modify) mode i.e.
    pass 'MOD' in operation parameter.
    Your recordnumber parameter should have the sequence number from infotype record you are updating (field SEQNR). All other parameters should be as it is had been for INS or insert operation.
    Regards.

  • I have an apple ID, I'm trying to use this to update and download apps etc. however, whenever I try this, it keeps asking me to use my old ID, which is attached to an email that no longer exists! I can't download or update anything! Help!

    I have an apple ID, I'm trying to use this to update and download apps etc. however, whenever I try this, it keeps asking me to use my old ID, which is attached to an email that no longer exists! I can't download or update anything! Help!

    You can log out of the currently logged in account by taping on the id in Settings > Store (Settings > iTunes & App Stores on iOS 6) and you can then log back in.
    If you updated your existing account with a new email address then that shoud 'refresh' it on it
    If you created a new account then any content that you purchased/downloaded via the old account will remain tied to that old account, and only that old account can redownload its content and download updates to its apps. You should be able to update an account's email address via this page : http://appleid.apple.com

  • HT4623 Please  help!  i have just update my iphone 4s with 7.4 update and my phone is now asking for a password which i dont have.  I have tried my keypad lock i used before the update and also my itunes password and neither work, how do i rectify this ??

    Please  help!  i have just update my iphone 4s with 7.4 update and my phone is now asking for a password which i dont have.  I have tried my keypad lock i used before the update and also my itunes password and neither work, how do i rectify this ???

    Did you buy this iPhone new from an authorized seller?

  • When i try to update itunes and quicktime, it stops me and says " The feature you are trying to use is on a network resource that is unavailable" please help.

    when i try to update itunes and quicktime, it stops me and says " The feature you are trying to use is on a network resource that is unavailable" please help.

    Before trying the update again, use Microsoft's Fix it solution at http://support.microsoft.com/mats/Program_Install_and_Uninstall. Use it to uninstall iTunes and Quicktime. It bypasses this not uncommon problem. When the solution finishes, the selected program will be uninstalled. It can take several minutes and I have seen as much as half an hour.
    After iTunes & Quicktime are uninstalled, try the update again.

  • Why does "Check for Updates..." show that there are no updates available while I'm using Firefox 3.6.18 and latest version is 5.0.1?

    First and foremost, I'd like to clarify that I hardly have any technical knowledge. So pardon me if this comes across as a silly question to the professionals. Here are the details pertaining to this problem as per the best of my limited knowledge:
    I'm currently using Mozilla Firefox 3.6.18; previously it was 3.6.13. It was updated to 3.6.13 from 3.6.9 after I clicked on Check for Updates... and it told me that it'd be done when I reboot my system. When I restarted my PC, I was surprised to find that it was downloading the version 3.6.18. I didn't know how much it'd progressed in the process, so I let it finish it. After that, I disabled the option that enables it to download and update on its own, and turned it off. Next time when I started it, it was 3.6.18, but wasn't updating on its own anymore.
    Now I wanna update it directly to the latest version 5.0.1. But when I leave it to "'''Automatically download and install the update'''" option under Tools>Options>Advanced>Update, it downloads and updates the versions as per their release order. So if I leave it to it, then when I start it next time, it'll start downloading the version next to 3.6.18 and update to it instead of updating directly to 5.0.1. It'll keep doing so until it reaches there. For reasons of my own, I don't like that. So I '''unchecked '''the "Automatically download and install the update" option and chose the "'''Ask me what I want to do'''" option (so that it doesn't keep repeating the "downloading and updating" process on its own every time I start my PC). Then I went to Firefox site and thought of downloading and updating to the latest version on my own. But then I was informed that if I do so, '''I'll get the latest version, but I'll lose all my saved bookmarks unless I follow some hectic procedure to save them and load them again after installing the latest version of Firefox'''. I don't want to let that happen either. So, can anyone suggest me a way out of this situation without losing my bookmarks?
    Almost forgot. I tried several times by going to '''Help>Check For Updates...''', but every time it returned the same result: "There are no updates available. Firefox will check periodically for updates." How come no update is available while the version I'm using is 3.6.18 and the latest version is 5.0.1? In short, '''Check for Updates...''' didn't help either. (Even when I updated it last time, shouldn't it have updated itself from version 3.6.13 to 5.0.1 directly?)
    So, can anyone suggest a way by which I won't lose my bookmarks and would be able to update to the latest version directly too? An answer that wouldn't involve removing the current version and installing the latest one, but directly update to it (it's okay if it needs downloading) would be more welcome. I know that the bookmarks can be saved in a file and all, but I'd like to know if it's possible as it happened for my current version from previous version. (It downloaded and updated itself on its own, disturbing nothing, not even logged me out of certain accounts where I stay logged in. The only problem there was that it wasn't updating directly to the latest version.)
    I hope the aforementioned details make sense and are helpful enough for others to help me. Thanks.

    Thanks a lot for your swift response. And sorry if it was a bit too hectic to go through my detailed query (which I did because it was misunderstood when I asked previously). As I've mentioned above, I was informed that updating to 5.0.1 would '''require''' me to '''delete''' the current version and then install the new one. And doing so will involve losing all my bookmarks. I guess I should have been more specific and detailed there. By losing, I didn't mean losing them forever. I'm aware that they're secured in some place and deleting and installing the software doesn't harm its existence. What I meant that if I install the new version, I'd have to delete the old one. And after installing the new version, I'd have to transfer them (bookmarks) back from wherever they are. Get it? When it updated from 3.6.9 to 3.6.13, and from 3.6.13 to 3.6.18, I didn't need to follow that process. They were already present on their own.
    BTW, I'm having no problems with 3.6.18 but after learning about the existence of version 5.0.1, I'm a bit too eager to lay my hands over it.
    Thanks for your help; hope this wasn't extremely long.

  • My itunes is on an old computer.  So old that I can't update it and so Haven't used it in two years.  How can I move it to my new laptop and make sure this doesn't happen again?  Very frustrated that I've spend $$ but can't get my music.

    My itunes is on an old computer.  So old that I can't update it and so Haven't used it in two years.  How can I move it to my new laptop and make sure this doesn't happen again?  Very frustrated that I've spend $$ but can't get my music.
    I want so set up itunes on my laptop and make sure that I get all of my old music and any music shared from my sons' itunes accounts.  Do I have to set up itunes on my new laptop first and then use the same logins?  Really concerned about losing any music, etc.

    These are two possible approaches that will normally work to move an existing library to a new computer.
    Method 1
    Backup the library with this User Tip.
    Deauthorize the old computer if you no longer want to access protected content on it.
    Restore the backup to your new computer using the same tool used to back it up.
    Keep your backup up-to-date in future.
    Method 2
    Connect the two computers to the same network. Share your <User's Music> folder from the old computer and copy the entire iTunes library folder into the <User's Music> folder on the new one. Again, deauthorize the old computer if no longer required.
    Both methods should give the new computer a working clone of the library that was on the old one. As far as iTunes is concerned this is still the "home" library for your devices so you shouldn't have any issues with iTunes wanting to erase and reload.
    I'd recommend method 1 since it establishes an ongoing backup for your library.
    Note if you have failed to move contacts and calendar items across you should create one dummy entry of each in your new profile and iTunes should  merge the existing data from the device.
    If your media folder has been split out from the main iTunes folder you may need to do some preparatory work to make it easier to move. See make a split library portable.
    Should you be in the unfortunate position where you are no longer able to access your original library or a backup then then see Recover your iTunes library from your iPod or iOS device for advice on how to set up your devices with a new library with the maximum preservation of data.
    tt2

  • TS1506 I just updated my IOS to 7.1 and now I can't open Microsoft attachments - I used to always do it. Help - I use my iPad for work and now can't see any attachments.

    I just updated my IOS to 7.1 and now I can't open Microsoft attachments - I used to always do it. Help - I use my iPad for work and now can't see any attachments. I've tried opening straight into other apps and just get error messages, and I the mail preview there is just a grey screen telling me the file name and size. It worked fine until I did the IOS upgrade

    Troubleshooting apps purchased from the App Store
    http://support.apple.com/kb/TS1702
    Delete the app and redownload.
    Downloading Past Purchases from the iTunes Store, App Store and iBooks Store
    http://support.apple.com/kb/ht2519
     Cheers, Tom 

  • I am using Windows 7 Home Premium 64-bit OS.  I've never had this problem before... today I opened iTunes and it prompted me to download the newest version.  I use iTunes all the time and have updated it multiple times with no issues.  During the installa

    I am using Windows 7 Home Premium 64-bit OS.I've never had this problem before... today I opened iTunes and it prompted me to download the newest version.  I use iTunes all the time and have updated it multiple times with no issues.  During the installation process it gave me an error message that said: 
    Runtime error! 
    Program C:\Program Files\iTunes.exe
    R0634
    An application has made an attempt to load the C runtime library incorrectly.
    Please contact the application's support team for more information.
    I quit the installation, uninstalled iTunes and rebooted my computer.  I now receive a similar message with a slight difference:
    Runtime error! 
    Program C:\Program Files (x86)...
    R0634
    An application has made an attempt to load the C runtime library incorrectly.
    Please contact the application's support team for more information.
    I did not leave anything out from the error message.  It doesn't point to a specific file, it just ends with "(x86)..."  Every time I boot up my computer, this error message pops up on my desktop.
    How do I repair this issue?  I have found multiple suggested solutions but am unsure which one is the best, and I don't want to try a bunch of different things for fear I may make the problem worse.  I would like to try and fix this myself if possible but I need to know if that is really possible or if I need to take my computer to someone for repairs.  Any suggestions will be greatly appreciated!!

    Hi lustyln,
    I'm having a little trouble understanding all of what you are trying to explain. From what I can tell, it sounds like your PC has a lot of software problems and you want to know what is supposed to be there and what isn't.
    For reference, here are your product specifications:
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&dlc=en&docname=c01893242&lc=en&product=4043282
    To get your PC software back to how it was when it was first purchased, run a system recovery:
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&dlc=en&docname=c01867418&lc=en&product=4043282
    I hope this helps.
    ...an HP employee just trying to help where I can, but not speaking on behalf of HP.

  • I have update my iphone 4 and my Mums they both use the same apple id and are both backed up to icloud now her contacts are on my phone.

    Hi I updated my iPhone 4 and my Mum's iPhone 4 to software version 5.0. They both use the same apple id and they are both backed up to iCloud. Once I updated my mum's phone i noticed that her contacts are now on my phone i deleted some of them but then she noticed that they had been deleted off her phone to. Has anyone got any ideas please. 

    Welcome to the Apple Community.
    Your password for logging into iCloud cant be different than your password for your Apple ID if you use that Apple ID to log into iCloud, it sounds as though you are using 2 accounts.

Maybe you are looking for