AUC: postings after Retirmt transfer

I have 4 projects for AUC. The assets were capitalized in a previous year to the permanent asset number. Now there are some costs left on the projects and SAP is trying to settle to the AUC numbers. We took the deactivation off the assets and the settlement runs fine, but when I want to leave the settlement log screen I'm getting a "Update terminated" message. SAP doesn't give me much information on why the update is terminated, only "AA 036: ANLC not updated : xxx" (transaction SM13)
Is it not possible to settle a AUC project after a Retirmt transfer of prior-yr acquis from inv.meas.
has been run? Does anyone have a suggestion on what to do?

hi,
i think your problem is maximum due to program only,
bcoz it is running properly and while updating tables or posting updation is getting terminated, so this is not a problem of settlement, you check with your basis weather recently they applied any support packages or and updation or any notes applied, due to source code problem only it goes to SM13 dump. i think i gave max info, if rectify this reward me .
thanks
VK

Similar Messages

  • I purchased a new computer and transferred itunes, but can't get the podcasts I downloaded after the transfer to sync to my nano

    I purchased a new computer and transferred itunes to it but now can't get podcasts downloaded after the transfer to sync with device.

    So you have these podcasts downloaded and stored in your iTunes library is that correct?  However, they will not sync with the device?  Are these video or audio podcasts?
    How is your Nano currently configured to sync podcasts?  You can check this by viewing the iPod's Podcasts configuration tab in iTunes.  To view this tab, plug your iPod in and select it from under the Devices section in the left hand pane of iTunes to bring yourself to the Summary tab that now shows to the right.  Look for the Podcasts tab along the top and select it.  Here you can configure how and what Podcasts are synced.
    If you do happen to make any changes from under this tab, be sure to hit the Apply button to sync the updated changes to the Nano.
    B-rock

  • How to resolve the hang-up of TNT4882 after write-transfer

    Hi,
        My GPIB device based on TNT4882  can correctly receive the data sent from my VISA app using viPrintf, and my GPIB device can also write data to my VISA app using viRead through GPIB, like "Acery,XXXXX,xxxxxxxxx,2.5-5.20-23". But Everytime my VISA app always poped up an TIMEOUT error on the function of viRead and I showed the maybe receiving data, my VISA app can show the correct data "Acery,XXXXX,xxxxxxxxx,2.5-5.20-23". Not only the VISA app pops up the TIMEOUT error, but also that my gpib program running on my device could not detect the termination condition like END,EOS,ERR,B_done,B_tlcint after it sent out the data .  I have no idea on how to solve this problem so far.
        The GPIB program for sending out data  in Programed I/O mode is coded following the example of ESP-488 (http://joule.ni.com/nidu/cds/view/p/id/223/lang/en) in the dir of ESP-488\NOTNT\NGPIB_IO.c and EX5.c)  as an example. I cannot find any defect about the register programming.
    Now I would show the write-data code sequence:
             When I detect the TNT4882 is in Talker mode from ADSR, I will call the initializing writing code for writing-data-transfer:
    TNT_Out(R_cmdr,F_resetfifo);
      TNT_Out(R_cnt0, (char)(twos_cnt));      /* Load twos compliment count     */
      TNT_Out(R_cnt1, (char)(twos_cnt>>8));   /*  into TNT count registers      */
      TNT_Out(R_cnt2, (char)(twos_cnt>>16));
      TNT_Out(R_cnt3, (char)(twos_cnt>>24));
      TNT_Out(R_imr0,B_glint);              /* Set write to imr0 to be sure   */
      TNT_Out(R_auxmr,HR_auxrj|0);          /*   B_to is cleared              */
      TNT_Out(R_imr1, B_err);         /* End transfer on err            */
      TNT_Out(R_eosr, 0);        /* Set EOS byte                   */
      TNT_Out(R_auxmr,HR_auxra|F_hlda)
      TNT_Out(R_cfg , (B_tlchlte | CCEN ));  // I don`t set time-out attribute.
      TNT_Out(R_auxmr,F_hldi);               /* Hold off immediately           */
      TNT_Out(R_cmdr, F_go);
    During the writing-data-transfer, I use the status of END|EOS|ERR|B_done|B_tlcint to
    control the data transfer. All the data is written to FIFOB for sending out.
           After aborting transfer of writing:
     TNT_Out(R_cmdr,F_stop);
     TNT_Out(R_cmdr,F_resetfifo);
     if(TNT_In(R_isr1)&B_end)                /* If we received an END          */
        TNT_Out(R_auxmr,F_clrEND);            /*   Clear status bit             */
     if(TNT_In(R_isr1)&B_err) {
        TNT_Out(R_auxmr,F_clrERR);            /* Clear error bit                */
     if(io_type==OUTPUT) {
          TNT_Out(R_hssel,F_onechip|B_go2sids); /* if error set to idle state.    */
    Now I showed up some registers of TNT4882 during different phase.
    registers after initialization of write-transfer and before write-transfer:
    isr0 0x21
    isr1 0x0
    isr3 0x48
    adsr ox4a
    sasr 0x70
    sts1 0x10
    sts2 0x9a
    bsr  0x21
    registers after write-transfer:
    isr0 0x21
    isr1 0x2
    isr3 0x48
    adsr ox4a
    sasr 0x70
    sts1 0x10
    sts2 0x9a
    bsr  0x21
    registers after a few seconds(TNT was still Talker):
    isr0 0x21
    isr1 0x0
    isr3 0x48
    adsr ox4a
    sasr 0x70
    sts1 0x10
    sts2 0x9a
    bsr  0x31
           After write-transfer, my device program cannot detect any condition of ERR,END,EOS,DONE,TLCINT in
    isr0,isr1,isr2, isr3 to do the post-termination action.
           As you can see, some registers above almost donn`t change. I really donn`t know how to solve the
    TIMEOUT problem and how to notify my VISA app that the transfer is completed.
           At last could you give me an example of how to initialize the write-transfer?

    Can you try below, maybe it is helpful for you:
    This error may occurs when the interrupt line (IRQ) of the AT-GPIB/TNT interface is not configured properly. This incorrect configuration makes it so that the interrupts generated by the GPIB hardware are not detected by the GPIB driver. The GPIB hardware cannot notify the software that any operation is complete. Make sure the appropriate IRQ value was used when installing the module:
    If you are using a non plug and play AT-GPIB/TNT, make sure that the jumper settings match the value used when configuring the driver module.
    If you are using a plug and play AT-GPIB/TNT, make sure the value in the file generated by the isadump utility matches the one used when configuring the driver module.
    In both cases, if the appropriate IRQ value was used when configuring the driver module, try changing the IRQ value used. Remove the module and re-install with the new resource settings. For more information on configuring the resources for plug and play AT-GPIB/TNT interfaces, refer to the README and README.PNP text files included with the nigpib package.
    Li Yi

  • I recently transferred my ITunes library to an external hard drive.  I made sure to copy all the data from the saved location.  After the transfer I noticed that a lot of albums are missing the first song and some recently purchased albums are missing.

    I recently transferred my ITunes library to an external hard drive.  I made sure to copy all the data from the saved location.  After the transfer I noticed that a lot of albums are missing the first song and some recently purchased albums are missing.  Is there any way to recover the data?  Thanks for any help.

    I may have found an answer here:
    http://www.ilounge.com/index.php/articles/comments/moving-your-itunes-library-to -a-new-hard-drive
    They only thing I can assume is that my external hard drive was slow to start and iTunes defaulted to its old directory (see the last paragraph at the link above). However, once my external was recognized shouldn't everything have fixed itself?
    Message was edited by: williamson42
    Message was edited by: williamson42

  • Hello, I have transferred my Acrobat XI Pro from old MAC to the new one. After the transfer can not open any PDF file. Any idea how to solve this?

    Hello, I have transferred my Acrobat XI Pro from old MAC to the new one. After the transfer can not open any PDF file. Any idea how to solve this?

    Hey ilyaz20360341,
    Could you please specify how exactly did you transfer Acrobat from one MAC to other.
    You might need to deactivate the software from your old machine and then activate it on the new one with the same serial number (for Acrobat license) or Adobe credentials (for Acrobat subscription).
    If you have done the same way, then let me know if you are able to open Acrobat itself.
    Do you get any specific error message while opening a PDF?
    Hope to get your response.
    Regards,
    Anubha

  • Photo image size after file transfer much smaller

    I am transfering photos over to my wife's Macbook and after the transfer, the photos are of a much smaller file size. Is there a way to transfer the photos at their full image size?

    Dragging and dropping to a web-based email (gmail) makes the photo appear inside the message itself, and not as an attachment, which is what I wanted.

  • Budget Updation (commitment,actual) after cost transfer

    Hi  Gurus
    we are going to start one project by next month.For that we are finalizing wbs element etc.this project will be in separate plant.
    but initial expenses like land acquisition,statutory expenses are already booked against cost center.now we want to transfer the cost in cost center in to wbs elements.I know this can be done via KB11N. But the problem is when i am transferring cost budget details in CJ31 are not updating.means there is no effect in budget (commitment,actual,assigned)
    My client wants to update commitment,actual in CJ30 after cost transfer from cost center to WBS
    Can anyone help me on this?
    Thanks in advance.
    Regards
    Haran.

    Hi Hari,
    The expenses transferred to WBSE will be in the form of actuals which can be seen in "Assigned" tab of txn. CJ30.
    As per my understanding costing is already carried out in your project & you have used it for budget generation & these actuals were not a part of earlier costing then you can manually update the project cost & copy it again as budget in CJ30.
    I hope it will help.

  • GarageBand error after data transfer that states "This song requires a newer version of GarageBand. Please update to the latest version of GarageBand before opening this song". Please Help!

    I recently had a data transfer from my older mac to my newer one. After the transfer I logged into my new account and opened up my GarageBand. It worked perfectly fine, however when I logged into my old account with all my older data that I just transferred over, I could not open my GarageBand files and there is an error that states "GarageBand error after data transfer that states "This song requires a newer version of GarageBand. Please update to the latest version of GarageBand before opening this song".If anyone could please help me with this issue, I'd greatly appreciate it. Thank You!

    When you transferred your data from your old mac, you may have accidentally transferred an older GarageBand version and either overwritten your newer version, or your old account still has the old GarageBand icon in the Dock.
    Search with SpotLight, if you have more than one Garageband version on your new Mac (type "GarageBand" into the SpotLight search field). Does it list more than one GarageBand version? Then delete the older GarageBand.app.
    What GarageBand version have you been using at your old mac, and what is the version on your new mac? If it has been bought recently, it should have come with GarageBand '11.
    Regards
    Léonie

  • IPhoto in MacBook Pro 2013 only shows "place holders," but no photos, after data transfer from Macbook Air 32011

    I am trying to transfer data from my MacBook Air 2011 to a "new" MacBook Pro 2013.  Both are running Yosemite 10.10.2.  Since Migration Assistant WOULD NOT WORK (the MacBook Air couldn't "see" the MacBook Pro), using my WiFi network, I transferred the necessary data to a 500GB drive and THEN to the MacBook Pro.  However, two programs didn't transfer well - or at all!  iTunes only transferred the Music (Media?) files, but not iTunes U, Podcasts, Audiobooks, etc.  I have had to  drill down into the storage files, retrieve the non-transferred files and add them, one by one - a most laborious task.  But, this is nothing compared to the problem with iPhoto (9.6), which shows only 6 events and 4 Faces transferred, with the rest only place holders (black boxes and grey dotted squares) in all the folders in my iPhoto.
    I "Showed Package Contents," and found the missing files - of which there are many! - and started adding them, again, one by one.
    Can anyone tell me what happened to my iPhoto (Yosemite 10.10.2)?  It's fine on my MacBook Air, but simply WON'T TRANSFER to my MacBook Pro?
    PLEASE - someone tell me how to CORRECTLY transfer my iPhoto files and/or HOW TO MAKE THE MACBOOK AIR "SEE" THE MACBOOK PRO in Migration Assistant?

    Hello Mary,
    Sorry to hear that you are having issues with moving your data over to your new Mac. There are a few alternatives that you can do to migrate that data if you are not seeing it in Migration Assistant. The first is make a Time Machine back up to that 500 Gb external hard drive and then use that in Migration Assistant to copy the entire data over. If you do that you will want to remove any data that you have on your MacBook Pro after the transfer completes as it will create another user with the data from the MacBook Air. Another option is to use a Thunderbolt Cable that you can purchase online if you want and use the option from another disk to copy that over. Take a look at the articles below for more details.
    Mac Basics: Time Machine backs up your Mac
    https://support.apple.com/en-us/HT201250
    Move your data to a new Mac
    https://support.apple.com/en-us/HT204350
    Apple Thunderbolt Cable (2.0 m) - White
    http://store.apple.com/us/product/MD861ZM/A/apple-thunderbolt-cable-20-m
    Regards,
    -Norm G. 

  • Itunes 7 freezes after i transfer songs to ipod

    I have a very old ipod. I've had no trouble transferring songs before itunes 7 came out. After I transfer one song or multiple songs itunes locks up and ctl alt del to shut down itunes. Anyone else with this problem ? Any ideas on how to fix it ? Thanks.

    I've installed all vista updates and the other day installed the new version of itunes 7.3 and now i can transfer all info to ipod. However, I have now just been attempting to burn an imported disc and during the intializing period it pops the blanks disc out and says an unknown error occured(2131). Any ideas

  • HT1386 after i transfer songs from itunes on ipod can i delete songs from my itunes will it effect erasing songs on ipod

    after i transfer songs from itunes to ipod can i delete songs from itunes and will it effect erasing songs from ipod

    It will not effect the iPod unless you sync with the iPod again.

  • Print after a transfer order

    Hi everybody, I need to print a label after each transfer order, does anybody know how to do it?? I mean, do I need a user exit to know when a tranfer order is created??
    Thanks

    HI,
    you can check out transaction LT31, for printing Transfer Orders.
    Even if you don´t want to print the Transfer Order, you can try to known where the Logistic responsable, customize these TO prints, and so, you can customize another layout printing when TO is created.
    If there is a print program for TO's, you may be able to customize a new layout and print program for label
    It's just an idea,
    Regards,

  • My photos are shuffled after i transfer

    after i transfer my album into ipod touch 4g my photos in that are shuffled when i open it in my ipod

    Most likely they are not going anywhere. What is the reason behind such a generic question?
    Do you suspect they are being uploaded somewhere?
    Do they not show in the Camera Roll after being taken?

  • Insert step after data transfer is complete within TDMS package

    Hello,
    we want to start some jobs after data transfer is complete within TDMS package. For example we want to start the function DELETE_DATA_FOR_ALL_MI_DEVICES. Is this possible or is it possible to start any ABAP report or batchjob?
    Kind regards,
    Karlheinz

    Dear Karlheinz,
    It is possible starting DMIS SP07 where you will find an option on the process tree in the work center that says 'Customize Monitor'. This option will you guide through creation of new activities, deletion of existing activities. You have to however create a Z report that pertains to the new activity and maintain some activity definitions.
    Regards,
    Amit Sharma

  • After I transfer photos to iPad how can I transfer them back to my computer.

    After I transfer photos to iPad how can I transfer them back to my computer.

    ... additionally, If the photos are in the Saved Photos album or were imported to the iPad from the CCK, you can import them onto your computer using:
    1) For mac, use iPhoto or Aperature
    2) For PC, use File Explorer or Camera Wizard.

Maybe you are looking for

  • No WOL in Windows 7

    I am running Boot Camp 3.1 with Windows 7 64bit on my iMac 27" (2.8 GHz Quad-Core). Everything runs fine so far, except Wake On LAN. When Win7 goes to sleep I can wake it up once, but after the next sleep it cannot be turned on again with a magic pac

  • Using discoverer with Oracle Text

    I thought Discoverer would be able to intereact with Oracle intermedia/text indexes...can they? i.e. If there is an Intermedia Index, and the user know it is there but doesn't know the tags to query, can you point Discoverer to the index and it'll de

  • BLOBs in Linked Servers

    Hi, I have blob data in two columns of Oracle 9i database. I have created a linked server in MS SQL Server 2000 (SP4) to Oracle DB. When I run select * from openquery(ORADBSERV, 'select * from Schema.TableName'), it is giving the following error: Ser

  • Localized string not found in my cookies

    my cookies say localized string not found how do I fix it.

  • HT1688 I cant sign into my YouTube app... forgot the username and password used

    I can't sign into my youtube app.....forgot the username and password used