Updation in IT6

Hi,
  There is a case in my requirement as to I can copy a Home address to Emergency address, in case a custom check box on teh screen is checked.
   So whenever i make any changes to HOM address, its corresponding EMR address should also be updated.I`m doing this at background using the FM 'HR_INFOTYPE_OPERATION', but that does not work out.
In debuggging mode, it gives me a error saying "No record found in the specified period", but I can see the record in the PA0006 table.
The FM is as follows.
  CALL FUNCTION 'HR_INFOTYPE_OPERATION'
          EXPORTING
          infty = '0006'
          number = i0006-pernr
          subtype = '9EMR'
*VALIDITYEND = I0006-ENDDA
*VALIDITYBEGIN = I0006-BEGDA
          record = i0006
          recordnumber = i0006-seqnr
          operation = 'MOD'
          dialog_mode = '2'
          view_identifier  = '07'
*SECONDARY_RECORD    =
*NOCOMMIT = 'X'
          IMPORTING
          return = return.
Where I0006 would be my updated HOM record values.
Can anyone tell me what I should be changing to fetch the appropriate EMR record from the table and update the same.
Helpful answers would be rewarded.
Regards,
Farhana.

Thanks Manoj,
   I corrected the same and that error does not seem to occur now. But I do get onre more error stating "EPG                  428A complex application error has occurred" for my import parameter "return".
Any idea as to what can be done to rectify the error. Its not allowing me to save even the HOM address now.
Regards,
Farhana

Similar Messages

  • One iPod, two PCs.  iPod no longer recognized on on PC after latest updater

    I have a 4G 20GB with color display that I sync to 2 PCs; my DT at home where my music library is, and my office laptop where I manage Podcasts.
    About 2 weeks ago, after updating to iT6 (6.0.3) and the 1-10 updater, my laptop stopped recognizing my iPod - I get the message "USB Device not recognized". My DT sees the iPod fine.
    I have tried all the R's twice, no help. Restoring and re-loading the library allowed it to sync 2-3 times, but now I am back where I started. I cannot afford the time to re-load 18GB every time I want updated podcasts on my iPod, and do not want to use my dt (actually my kid's PC) every time I want to get new podcasts.
    Any suggestions? TIA
    IBM T40 Laptop   Windows XP Pro   2nd PC Sony Vaio Desktop

    That's what i was afraid of...but that's extra work and doesn't allow you to jump to a certain track.
    Thanks for the response- sounds like I either have to settle for keeping the iPod i've got and never putting new music onto it...or break down and spend the money on a new one. This one is barely past its warranty, tho, so it's tough to spend that kind of $ yet again for another iPod that won't last very long.
    Does anyone know of any 3rd party repair people who can fix iPod touch?

  • Not able to update data in iterator

    Our scenario is something like this:
    We do not directly bind UI components to VO, that is, for example we do not directly drag and drop a VO as a table. Instead we use POJO to exchange data between the UI and model layers.
    Our requirement is to show form with pagination. If there are 5 records we show each record in form layout with navigation keys to show next, previous, first and lat records.
    Since we do not bind the data directly to VO, the form data is coming from pojo. Our implementation is as below
    A java class named personPojo with fields
    fname
    lname
    code
    A method getAllPersons which queries all the person records from db table, populates it in a list<personPojo> and returns this list.
    We are using an iterator which is based on this List<personPojo> that is returned from the method. Inside this iterator we have a panelFormLlayout with input components mapped to the pojo fields as below
    <af:iterator value="sampleBackingBean.getAllPersons" var="row"
                   id="i4">
              <af:inputText value="#{row.fname}" id="it6">
    <af:inputText value="#{row.lname}" id="it7">
    <af:inputText value="#{row.code}" id="it8">
         </af:iterator>
    The problem we are facing is, when we update the fields in the form, the data is not getting stored in the field of the pojo. That is, if currently 3rd record/element is shown from the list and we update name to "John". Then click on next button to go to next record and update name to "Smith". Now on clicking previous, we should be able to see the name "John", instead in our case no data is shown. But, if we hard code the data in the list, then the list shows the data properly. The issue is when we update it does not show the updated value as it is not getting set in the pojo. We have made sure the pagination works fine, that is clicking next or previous is correctly showing the records
    Can you please let us know what we may be missing here or if you have any other suggestions to implement a form with pagination

    hi,
    Hope following useful
    http://docs.oracle.com/cd/E12839_01/apirefs.1111/e12419/tagdoc/af_iterator.html
    http://blogs.oracle.com/shay/entry/working_with_the_afiterator_co

  • Updating a vendor table when address changes in infotype 6

    hello all,
    when an employee changes his personal information in the PZ02 service, it updates the infotype 6, as soon as the update is done it has to update the LFA1 or LFB! vendor table.
    is there a workaround for this
    BR
    venu

    thanks for the reply.
    whenever there is an address change in IT6 it should update the vendor table(for eg: if changes are done in PA30 and not from ess, so its kind of generic version that i have to create to update the vendor table either from ess or PA30).
    i am already using the HR_ESS_ADDRESSDETAIL and HR_ESS_ADDRESSLIST for changing the fields on the iview.
    (t77www_sc)and linking it to pz02.so what u mean is i can go ahead and write the code in the same module for updates.
    is this is the only way to do it, or we can do it by BAPI_address_change.
    I am trying to know all the different ways it can be done.
    a)can i use a BAPI if so which one?
    b) can i do it thru workflow.
    c)or user exit.
    Please help me out with details
    thanks
    venu

  • How to create change pointers for IT6 when custom table Z777A changes?

    Situation: We are using custom table Z777A (copied T777A and added fields) to store building locations. Employee's IT6 subtype 92 retrieves valid work address building locations from table Z777A.
    Problem: Whenever there are updates to Z777A, we need to find all IT6 subtype 92 records that use the changed building location from Z777A and create IDOC's The change pointer entry will need to be for the IT6 subtype 92 row that is affected.
    Question: Can anyone give me specific details as to how this can be accomplished? Thanks.

    Hi,
    MASTER DATA CHANGES DISTRIBUTION BY CHANGE POINTER TECHNIQUE:
    Step 1: Creating change document object in SCDO transaction.
    Step 2:Assigning tables to the change document object.
    Step 3:Specifying change document items in transaction BD52.
    Step 4: Activating change pointers for the message type HRMD_ABA in transaction BD50.
    Step 5:Activating change pointers globally.
    Step 6:Executing program RBDMIDOC  in SE38, Specifying message type HRMD_ABA.
    with regards,
    M.Sreeram.

  • Skip validaton when updating

    hi I have situation hear where I what to skip validation when updating record. For example where in record I did not change id number I what to skip that validation BUT if I try to change the idnumber I must validate that id number
    am in jdeveloper 11.1.1.6.0
    this is how am doing validation
    <af:inputText value="#{bindings.Identitynumber.inputValue}"
                            simple="true"
                            required="#{bindings.Identitynumber.hints.mandatory}"
                            columns="20"
                            maximumLength="#{bindings.Identitynumber.hints.precision}"
                            shortDesc="#{bindings.Identitynumber.hints.tooltip}"
                            id="it6" partialTriggers="resId1 sor1"
                            visible='#{pageFlowScope.InternalBean.passid eq "1"}'
                            validator="#{pageFlowScope.InternalBean.checkIdNrUnq}"
                            autoSubmit="true" immediate="true" label="Id Number">
                <f:validator binding="#{bindings.Identitynumber.validator}"/>
              </af:inputText>
    public void checkIdNrUnq(FacesContext facesContext, UIComponent uIComponent,
    Object object) {
    // Add event code here...
    //OperationBinding op = ADFUtils.findOperation("findbyEmail");
    String value =(String)object;
    String evalue= checkIdNumber(value);
    if( evalue == null){
    }else{
    FacesMessage message = new FacesMessage();
    message.setSeverity(FacesMessage.SEVERITY_ERROR);
    message.setSummary("Id Number already exists.");
    message.setDetail("Id Number already exists.");
    FacesContext context =  FacesContext.getCurrentInstance();
    context.addMessage("esecurity", message);
    throw new ValidatorException(message);
    // showFacesInformationMessage("Email already exists");
    public String checkIdNumber(String idnumber){
    String value = null;
    IntUsrAppModuleImpl am = (IntUsrAppModuleImpl)ADFUtil.getApplicationModuleForDataControl("IntUsrAppModuleDataControl");
    try{
    value=am.findIdNr(idnumber.toUpperCase().trim());
    catch(Exception e){
    e.printStackTrace();
    return value;
    im my module impl class i have this
    public String findIdNr(String pidnumber){
    String value = null;
    ViewObjectImpl Idnr = getValidateId1();
    ViewCriteria usrByIdNr = Idnr.getViewCriteria("ValidateIdCriteria");
    Idnr.setNamedWhereClauseParam("pidnumber",pidnumber);
    Idnr.appendViewCriteria(usrByIdNr);
    Idnr.executeQuery();
    Row[] rows = Idnr.getAllRowsInRange();
    for(int i = 0; i < rows.length; i++){
    Row row =(Row)rows[i];
    value =(String)row.getAttribute("Identitynumber");
    return value;
    my ViewCriteria is
    <ViewCriteria
        Name="ValidateIdCriteria"
        ViewObjectName="InternalUsr.ValidateId"
        Conjunction="AND">
        <Properties>
          <CustomProperties>
            <Property
              Name="displayOperators"
              Value="InAdvancedMode"/>
            <Property
              Name="autoExecute"
              Value="false"/>
            <Property
              Name="allowConjunctionOverride"
              Value="true"/>
            <Property
              Name="showInList"
              Value="true"/>
            <Property
              Name="mode"
              Value="Basic"/>
          </CustomProperties>
        </Properties>
        <ViewCriteriaRow
          Name="vcrow106"
          UpperColumns="1">
          <ViewCriteriaItem
            Name="ValidateIdCriteria_vcrow106_Identitynumber"
            ViewAttribute="Identitynumber"
            Operator="="
            Conjunction="AND"
            Value=":pidnumber"
            IsBindVarValue="true"
            Required="Optional"/>
        </ViewCriteriaRow>
      </ViewCriteria>

    User,
    Posting your entire source code of the page, bean, vo etc does not give us any information. Please refrain from posting the full source in each of your question. Post the code snippet only when someone ask you to provide so or providing it supports others understanding your question / usecase. Not in every question / thread / reply you post.
    Also, rephrase your question, so that we could understand the usecase better. If you don't modify a field in a record, you would not be getting any validation error for that field when submitting. Validation errors would be thrown only when you modify the field for which you've defined the validation rule.
    -Arun

  • After installing itunes 7, my ipod won't update with my computer!!  Help?

    Someone help!! I installed itunes 7 and now every time i plug in my ipod itunes tells me it's updating my ipod, do not disconnect...but it isn't doing anything !!! any ideas??

    Here's what you do... WAIT....
    I'm not kidding. I was forced to upgrade to iT7
    because of new iPod and now it takes over 11 hours to
    sync my iPod. (I have a 55GB library, the bigger, the
    longer it takes to even recognize the library).
    Check your CPU usage (ctrl-alt-del then go to
    Performance tab) and you'll see why things aren't
    moving. iT 7 and iPod take up ALL the resources.
    If you don't have a newer iPod which requires iT7, go
    back to iT6 and everything will be fixed.
    Wish i could be more helpful, but the Apple store I
    went to simply said "NOT MY PROBLEM" so I'm passing
    along their sentiments of superior customer
    experience.
    Are U serious??!! The apple store wouldn't even help !?! That ***!! I only have about 26GiGs of music,IT6 took just a few min. to update....i should have never updated to it7...:(

  • Tecra M9-136 - BSOD during Vista SP2 update

    Tecra M9-136 asked this morning to update to Vista SP2 and during the process the BSOD 0x0000007E arrived. Restarted in Safe Mode and the installer continued and then finally reported that the update had failed - and reverted to SP1. This took most of the morning.
    It will start in Safe Mode but on a normal boot-up, Vista SP1 gets through the fingerprint recognition and then fails with the same BSOD (it doesn't get as far as displaying the desktop).
    The laptop has BIOS level 1.80. I've tried in Safe mode to install 1.90 but it tells me that the battery has insufficient charge and the power adapter isn't attached. Both untrue.
    Stuck - need advice. Could this be a hard fault? Can't see how I can update anything if it's a soft fault.
    thanks

    The message with the BSOD mentioned checking BIOS and driver versions. Anyway, no change made to that.,
    I tried System Restore but the only available restore point was the SP2 installation. I thought Vista was supposed to save a restore point every 24 hours even if nothing new had been installed.
    I've now found in System Information / Windows Error Reporting several messages like this:
    28/09/2009 12:08 Windows Error Reporting Fault bucket 0x7E_NULL_IP_DRVNDDM+57bd, type 0&#x000d;&#x000a;Event Name: BlueScreen&#x000d;&#x000a;Response: None&#x000d;&#x000a;Cab Id: 0&#x000d;&#x000a;&#x000d;&#x000a;Problem signature:&#x000d;&#x000a;P1: &#x000d;&#x000a;P2: &#x000d;&#x000a;P3: &#x000d;&#x000a;P4: &#x000d;&#x000a;P5: &#x000d;&#x000a;P6: &#x000d;&#x000a;P7: &#x000d;&#x000a;P8: &#x000d;&#x000a;P9: &#x000d;&#x000a;P10: &#x000d;&#x000a;&#x000d;&#x000a;Attached files:&#x000d;&#x000a;C:\Windows\Minidump\Mini0928 09-04.dmp&#x000d;&#x000a;C:\Users\me\AppData\Local\Te mp\WER-75660-0.sysdata.xml&#x000d;&#x000a;C:\Users\me\AppData\L ocal\Temp\WER7D78.tmp.version.txt&#x000d;&#x000a;& #x000d;&#x000a;These files may be available here:&#x000d;&#x000a;C:\Users\me\AppData\Local\Mic rosoft\Windows\WER\ReportArchive\Report06d1c4b5

  • Cannot open and update IPhoto after upgrading to OXYosemite

    From the App store, I downloaded and installed OXYosemite. There are 2 more updates available: iPhoto and iMovie. When I try to upload them, the notice I get is "Update Unavailable with This Apple ID  This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled."
    I have 2 apple IDs when I inquire about my ids. Signing in App Store with either of them, doesn't resolve the problem. I get the same notice. iTunes, Mac, mobile downloads, all use the same apple IP, only for the computer downloads from App Store isn't working.
    What should I do?
    Thanks, Sev

    I have the same problem and can't find out how to correct it.  Unable to update iPhoto or iMovie .. I get the same message as above user.  Help!

  • Error message: "playlists selected for updating no longer exist"

    I tried to update my ipod nano and I guess I had deleted a playlist, but since then, I have not been able to update. Every time I try, I get the following message:
    "Cannot be updated because all of the playlists selected for updating no longer exist."
    I haven't been able to highlight which playlists are selected to begin with.
    I read through the manual and thought that maybe rebooting the whole system might work. So I deleted Itunes from my computer and re-installed.
    Then I tried re-setting my ipod. So now I have nothing on my ipod.
    I also deleted everything from my library, thinking it might help to start from scratch. Nothing has worked.
    How do I "select" and "unselect" playlists so I can get up and running again?

    Here you go.
    http://discussions.apple.com/thread.jspa?messageID=607312&#607312

  • Error message iPod cannot update b/c all of the playlists no longer exist

    Hello. I have been getting this error message. "Songs on the iPod "MAR(the name of my iPod)" cannot update because all of the playlists selecting for updating no longer exist." And my playlists are still on the left side in my iTunes. They do exist. I have a feeling ths might have to do with the fact that on vacation the person I was visiting gave me a gift of putting all of his music that would fit into the external hard drive part of my iPod, and for the past week or so I have been putting that music onto my 40 GB portable hard drive at home. I suspect I took a vital folder out of my iPod by accident. Right now I have the folder iPod_control if I open my iPod up in My Computer. Am I missing something? Right now my iPod is empty because iTunes made a composite playlist last week and I deleted it thinking I could get my real playlists back. Can you help me, or reccomend a site/someone who can? Thank you.
    PC   Windows XP  

    hiya!
    And my playlists are still on the left side in my iTunes. They do exist.
    let's just doublecheck this. folks get this message if they have "automatically update selected playlists only" selected in their itunes "ipod" preferences tab. so bring up that tab ("edit > preferences", click "ipod" while the ipod is showing up in the source list), and do a playlist by playlist crosscheck of the playlists selected in that tab, and the playlists showing up in the itunes sourcelist.
    is there any playlist selected in the preferences tab that isn't showing up in the sourcelist?
    love, b

  • Video IPOD no longer recognized by Itunes and wont Update

    This is a long complicated issue. My Ipod has been working flawlessly until 2 weeks ago. Someone tried to plug it up to their computer to charge it and it wiped out my library and added their library. At first i was thinking no big deal, i will just reconnect it with my computer and it will load my library back on. However once connected to my computer it is not recognized by itunes. So i did a reset , which seemed to be working great and it started "updating" about 80% through that process it gave me an error message that says " This disc can not be written to or written from" now I have no idea why it would say that? and although it seems completely wiped out and useless, it still shows that much memeory is missing in the "about ipod" screen on the ipod. So i know the information is there somewhere , somehow?... Anyway I dont know what to do, Does anybody have any suggestions?
    Oh and I have also uninstalled and reinstalled the Itunes program to make sure it is up to date. WOuld adding new songs to my library have caused this problem?

    1. Try Resetting the iPod. Hold Select and Menu for 6-10 seconds - until you see the Apple Symbol.
    2. Use iPod Updater to restore your iPod to factory settings.
    See if those two steps clear up your problem.

  • Error during OS 4.2 update; Ipod no longer recognized by windows or itunes;

    I've had my 3G 8gb since last Feb and never updated the OS (3.1.3). Yesterday I tried updating to 4.2. (OS: Windows Vista 64bit Home Premium; iTunes: 10.1.1.4) There was an error (unfortunately did not make a note of). Now my ipod touch is stuck in "Recovery Mode" and cannot be seen by Windows or iTunes. Windows does detect new hardware but when I browse for the drivers, I get the error "Could not find driver software" after I pointed exactly where it was located in C:\Program Files\Common Files\Apple\Mobile Device Support and C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers. I've tried removing all Apple software from my computer and then reinstalling iTunes but I get the same results. I don't know what else to try. Any ideas? Thanks!

    I found a solution last night through http://support.apple.com/kb/ts1538. But thank you for trying. The worst part was that I was doing the right thing all along but I think there is a bug in Vista (or I don't understand why I couldn't do it the way I was). On the window that appears after I clicked "Browse my computer for driver software", there are 2 options. The first says "Browse for driver software on your computer" which has an edit box under it and a "Browse" button next to the edit box which allows you to pick the parent directory that driver is in. The second option says "Let me pick from a list of device drivers on my computer". I knew where the drivers were so I was doing option one and it would not work (many repeated attempts after re-installing iTunes, etc.) - VERY FRUSTRATING. But now I'm up and running!!!

  • Error while updating a plan

    Hi,
    I have encountered an error while updating a plan. While i update the uplan , the grid gets filled but it throws a message stating
    "Maximum Number of Result Blocks has been reached"
    Maximum number of Result Blocks has been reached.
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0xD4]
    Error while processing the data for the step 'Grid'
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0x83]
    Maximum number of Result Blocks has been reached.
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0xD4]
    Error while processing the data for the step 'Grid'
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0x83]
    Update of Plan "deposittest created 7/19/2007 5:11:50 PM" failed.
    [Oracle BAM Enterprise Link error code:  PlanMgr -- 0x1, PlanMgr -- 0xD5]
    The data updation stops after the row count 49900.
    Please help to resolve this error .
    Thanks in advance.
    Regards,
    Lathika

    Hi,
    in BAM-Administrator you should rraise Parameter "MaxResultBlocks".
    BAM originaly is al licensed Software from Group1 named "Sagent Data Flow".
    This may help searching the web.
    Greetz,
    GOI

  • Macbook4,1 10.6.8 and firmware update - what went wrong?

    Macbook 4,1 2008 2.4Ghz (not unibody). I recently reformatted my hard drive and reinstalled 10.6 from the Retail DVD and all seemed to go well. The MB was working fine up to that point. I then set up the MB (network, date and time, etc.) and repaired permissions.
    I then checked Software Update and downloaded and installed the recommended updates to 10.6.8.
    Again, all seemed to go fine. System booted and I repaired Permissions again. I went to the Apple web site, a couple of other web sites, and Software Update found another update to install: Firmware. Though I don't remember what version.
    I clicked OK and it installed.
    Upon reboot, it seemed to install okay.
    But then I left the Macbook and it went into Sleep.
    I didn't come back to it again until the next day.
    When I pressed a key to wake it, I got what I now know is the screen that appears after you wake it from SAFE SLEEP. As per this Apple KB article: http://support.apple.com/kb/HT1757.
    And this is where the problems started.
    After the MB woke to the Safe Sleep screen, which shows the desktop a little "out of focus", the progress bars started filling in from left to right, BUT before they completed, the screen went BLACK.
    And it has had a problem with black screen ever since. I can boot the MB from internal or external HD or from DVD, and it seems to boot fine. Boot chime, Apple logo, spinning wheel, then at the point where it pauses, blue screen, then goes to desktop, instead the screen goes black.
    It finishes booting, but seems to go into Sleep.
    I can wake it by pressing a key, but the screen either comes on and goes black again after 10 seconds, or I get the Safe Sleep wake screen, and then it goes black after 10 seconds.
    And at boot or when waking the MB, the front LED flashes 5 times. There are no error beeps.
    I've tried changing RAM, but problems remain.
    So what's all this? Any ideas?
    The display doesn't seem dead, as it works to boot and wake. The MB works fine with external monitor.
    It's weird, but I can't think of anything apart from the Firmware update. The problems started right after installing it.
    Unfortunately, this model of Macbook doesn't have a Firmware Restoration image to download and burn to CD. It is the ONLY Mac at this point that doesn't have this!
    I called Apple support and even bought the 49 Euro Pay Per Incident service, which proved to be the same as throwing 49 Euro out the window. The only "technical" support they provided was to Reset the SMC, which you can find out about FOR FREE at the Apple website. And which I'd done anyway. I'd also reinstalled the MacOS. Don't want to beef too much, but sheesh, you've already got a Macbook that might need costly repairs, and they make you pay 49 Euro BEFORE they even ask you about the problem and what you've done to try to solve it. I'm tempted to say "ripoff". I mean, if all they can offer you is the advice to reset the SMC - which Apple offers for free at their website - then that's pretty poor service for 49 Euro, to say the least.
    Apart from the wasted 49 Euro, I'm pretty peeved about the Firmware update (or so it seems) wrecking a perfectly working 2008 Macbook. I don't know how to convince Apple of this, but I'm certainly going to try.

    Thanks for the reply.
    Re. the Displays setting, the Macbook display isn't recognized and mirroring isn't an available option.
    I've scoured the net and the idea of replacing the PRAM battery may be something to try. I read a post by a guy with a Macbook logic board screwed up by a Firmware update, which he solved by replacing the PRAM battery, as when you disconnect it you reset the logic board.
    Which capacitor?
    No luck so far with talking to Apple. I will try to get hold of someone a little more tech savvy and/or in a position of authority, as it seems that the Firmware is the culprit. Obviously a million other things could go wrong with a Macbook, but given the timing here it looks like the Firmware. Firmware updates can and occasionally do screw up a computer, as most manufacturers will warn you before you apply the update: PC makers, printer makers, etc. And they probably warn you that it's all your responsibility if anything goes wrong. But re. the Apple Firmware update:
    1) it came thru Software Update
    2) there was no warning
    3) to make things worse, there's no Firmware Restoration image that I can burn to a CD to reflash the logic board: this is the only Apple computer that doesn't have a Firmware Restoration option
    I'll try to get thru to a manager and convince him/her that the firmware may have been the cause.
    Do you think an authorized Apple tech might have access to some way to do a firmware restoration? Something not avaiable to mere mortals? Because if not, the only solution looks like a new logic board.

Maybe you are looking for