Depreciation continues after the use life ending

Hi Experts,
My customer have begun July, 2007 acquisition with the depreciation from the
same month, and this asset use life is 3-years.
It should end use life in June of 2010 but at the monthly depreciation,
the depreciation continues until August.
I have suggested the customer to change the base method to 0016,
from JPS7 in phase 2, but it contradicts with the note 1057539.
Could you please give me some suggestion?

Hi Bernhard Kirchner ,
according to the note 1057539,
the Dep. after plnd.life end is choosed by  "Yes",
and the Dep. method is choosed by u201Ccountry specificu201D
when I change the "Dep. after plnd.life end "to "NO"
the depreciation can be ended  use life in June of 2010 ,
but the problem is that the NBV is not stopped by memo value,
but stopped by the amount of July+August.
for example:
Dep. after plnd.life end  = YES (memo value=1)
Per Ord.dep.
1   600
2   600
3   600
4   600
5   600
6   600
7   600
8   600
Dep. after plnd.life end  = NO (memo value=1)
Per Ord.dep.
1   600
2   600
3   600
4   600
5   600
6   600
7   0
8   0
we want to answer as below:
Dep. after plnd.life end  = NO (memo value=1)
Per Ord.dep.
1   800
2   800
3   800
4   800
5   800
6   800
7   0
8   0
could please help me further?

Similar Messages

  • HOw to create a text file in the given path and delete it after the use?

    Hi all,
    I am trying to create a text file at the given path and delete the created file after the use.
    I am using following code.:
    import java.io.*;
    // write binary data as characters
    public class RanIO {
                                            public static void main(String f[])
                                                      // First illustrate append
                                                      String lineSep = "\n";
                                                      try {
                                                                     File temp= new File("C:/Ash","cute.txt");
                                                      boolean ch=temp.createNewFile();
                                                      if(ch)
                                                           System.out.println("file created");
                                                      else
                                                      System.out.println("file Not created");
                                                      //writing to file
                                                 /*     PrintWriter p = new PrintWriter(new BufferedWriter(new FileWriter("cute.txt",true)));
                                                      p.print("Emp NO");
                                                      p.close();*/
                                                                // Open fileWriter in append mode
                                                                               FileWriter fos = new FileWriter(temp, true);
                                                                               BufferedWriter bw = new BufferedWriter(fos);
                                                                               PrintWriter pw = new PrintWriter(fos);
                                                                               double d=550;
                                                                          // lineSep = System.getProperty("line.separator");
                                                                          pw.print("Hello");
                                                                          //pw.print( lineSep );
                                                                          pw.print( d );
                                                                          pw.close();
                                  boolean det=temp.delete();
                                                 if(det)
                                                      System.out.println("File deleted");
                                                 else
                                                      System.out.println("File not deleted");
                                                 } catch (IOException ioe)
                                                                System.out.println( "Append IO error:" + ioe );
    My problem:
    1)
    I am not able to write to the file. I want to know, where i am going wrong.
    It is giving error message like
    "Canot resolve Symbol: temp,"
    But, FileWriter Constructor should accept a File type parameter.
    here temp is a file parameter.
    If i am not using file=new file();
    i can't delete the file after the use. i.e if i use
    PrintWriter p = new PrintWriter(new BufferedWriter(new FileWriter("cute.txt",true)));
    how can i delete cute.txt after the use?
    2)
    I am not able to write to the text file. file is created but, a blank file.
    "Hello" is not written into the text file.
    can anyone help me in this regard
    Thanks in advance
    Ashvini

    Thank you Ram,
    But, i want to create a text file in Append mode.
    for that i used
    FileWriter fos = new FileWriter(temp,true); But, it is not accepting FileWriter constructor in
    this format. if i use
    FileWriter fos = new
    FileWriter("c:/ash/cute.txt",true); it works fine. !!!!!Here's the javadoc
    public FileWriter(File file,
    boolean append)
    throws IOExceptionConstructs a FileWriter object given a File object. If the second argument is true, then bytes will be written to the end of the file rather than the beginning.
    Parameters:
    file - a File object to write to
    append - if true, then bytes will be written to the end of the file rather than the beginning
    Throws:
    IOException - if the file exists but is a directory rather than a regular file, does not exist but cannot be created, or cannot be opened for any other reason
    Since:
    1.4
    Are you using jdk.13 or lower ?
    >
    ONe more doubt, Does flush method deletes a file?
    if not, then i need to use
    File temp=new File("c:/ash/cute.txt");
    FileWriter fos = new FileWriter(temp,true); //which
    is again a problem
    if(temp.delete())
    out.println("File is deleted");
    }I don't know whether i am taking it wrong ! or
    anything wrong with my coding ! but, after creating
    and writing data into a text file. I must delete it
    as it contains confidential informations.
    Regards,
    Thanks.'flush' writes to a file immediately. Else you should explicitly call 'flush' to write contents from buffer to underlying source.
    javadoc again
    PrintWriter
    public PrintWriter(Writer out,
    boolean autoFlush)Create a new PrintWriter.
    Parameters:
    out - A character-output stream
    autoFlush - A boolean; if true, the println, printf, or format methods will flush the output buffer
    cheers,
    ram.
    Question; What do you gain by opening a file, writing to it and deleting it in the same program ?

  • What is the use of end routine in bi 7.0

    hi friends,
    what is the use of end routine in bi 7.0. what scenerio we use end routine.
    Thanking u
    suneel.

    hi Suneel,
    check
    http://help.sap.com/saphelp_nw70/helpdata/en/e3/732c42be6fde2ce10000000a1550b0/frameset.htm
    End Routine
    An end routine is a routine with a table in the target structure format as input and output parameters. You can use an end routine to postprocess data after transformation on a package-by-package basis. For example, you can delete records that are not to be updated, or perform data checks.
    If the target of the transformation is a DataStore object, key figures are updated by default with the aggregation behavior Overwrite (MOVE). You have to use a dummy rule to override this.
    hope this helps.

  • Chage property classification key in as02 and populating the useful life

    Hi.
    I have maintained values for PCK and useful lifes in one Ztable and written code in the user exit ZXAISU04  to change the useful llife based on the property classificaion key defined in the table.  When i am creating assets, it was updating the useful life based on property classification key (VMGLI) given in As01 after executing the code written with reference to ztable values.  
    But when I am changing the property classfication key in As02, it was not changing the values, based on the changed Property classification key.  The user exit is perfectly triggered and changed values inside. But not updating after saving in AS02.
    can we change property classification key in AS02 and if it is possible, why is it not changing the value of useful life written in the user exit code.
    Is there any configuration required for this requirement/
    Please update if any one worked on this requirement.
    Regards
    Rajani Yeuri

    Hello Rajani Yeuri
    It's system standard behavior, please refer note 44882 for details.
    Hence, please consider to use worklist or BAPI to change property classification key and useful life together.
    Hope it's helpfu.
    Best regards
    George

  • HOW TO CHANGE THE USEFUL LIFE FOR MORE ASSETS AT A TIME FOR ASSET CLASS

    Hi All,
    Asset which is under Asset Class Support system-B700. Here every thing is ok but the problem in USE FULL LIFE which is come by default. It must be 4 instead of  5.   So can any body help me out from this how to change the Useful life in that Asset class.  In that Asset Class we have the morethan 200 Assets. It was happend in Prdocution system so now the problem is where i can change the useful life for the asset class either in DEV or PRD.
           Also i want to know the information of How these assets are Uploaded into the system (Lsmw or etc). this is very urgent for me.
    Thanks in Advance,
    Regards,
    Siva.

    Hi Ashok,
         Can i know the reason how it was happend. i mean instead of 4 years the system showing is 5yesrs any reason is there behind that.
    Thanks in Advance.

  • What is the use of "end of selection" event in report

    Hi all
    As we can display the outputs in the "start-of-selection "using the write statement.
    Then what is the use of "end-of-selection" in reports.
    Please tell me with some real tiem examples.
    God points will be rewarded.
    Thanks

    Hi,
    The END-OF-SELECTION event is triggered in type executable programs once the logical database has finished reading all data and before the list processor is started.
    It tells the server that all the database reading is completed and no further reading is going to take place..
    For more details go through the following link:
    http://help.sap.com/saphelp_me21sp2/helpdata/en/9f/db9aca35c111d1829f0000e829fbfe/content.htm
    END-OF-SELECTION is used mostly when you are using Logical data base in your report. It is triggered when all selection get finished from the data base.
      You can use write statments in start of selection and end of selection also.
      But the one use of end of selection is... if you want to stop the processing of a certain code and directly display some message you can use this.
    start-of-selection.
      select data..
      process data
    if no data .
    stop.
    endif.
    write data
    end-of-selection.
    write : 'No data to display.
    Stop command will take the control to end of selection event.
    thanks,
    mahesh
    Message was edited by:
            I Can Solve It

  • Is it still possible to upgrade from CS4 to CS6 after the upgrade offer ended in 2012?

    Is it still possible to upgrade from CS4 to CS6 after the upgrade offer ended in 2012?  I have not found the option to do so.

    My family owns and operates a non-franchise entertainment facility (miniature golf, laser tag, arcade, pizza, parties...).  I have a design background, so among the many things I do here I'm also able to create marketing materials and an online presence in-house which would be too expensive for us to outsource.  Over a five year period, that's given us a software cost of right at $1 per day since our CS3 license ran around $1800.  Our customers are the public, and the package we try to push for walk-in traffic costs $50 for four people.  In exchange, they get unlimited mini golf, a game of laser tag, and a large pizza.  Not a bad deal.  If we were to earn $1800 from that group of four every five years, assuming they spent $50 each visit, that'd bring them here close to two times every three months.  For our type of business in a city of 118,000 tight-fisted Germans, that's about right.
    What, are you trying make me feel GUILTY about being upset that Adobe's new strategy negatively affects my livelihood?
    As far as Adobe's policy change announcement goes, I have no idea how it was announced.  I DO know I was not sent an email notification, though they have my email address and record that I'm a CS3 owner.  Presumably it was announced somewhere on Adobe's website, and further disseminated through various digital and print trade publications.  I respect Adobe's right to not reverse its decision.  If our business decided to put a sign on the front doors (since we don't have contact info for all of our past customers) saying we'd closed that night at 5 PM instead of 11 PM as usual, we aren't obligated to let in latecomers.  But I'd also recognize their right to be mad at us for wasting their travel time.  What I WOULDN'T do is tell them it's THEIR fault for not being proactive and calling ahead to confirm the expectation that our hours are still the same as they've been for the last decade.  NOR would I be surprised if we didn't get their $50 that month.  These Germans tend to hold grudges.

  • Having Audio Continue to Play AFTER the Clip Has Ended

    I am very frustrated with iMovie '09 mainly because of the audio, I have a .5 second video clip and a 1 second audio clip, but for some stupid reason it decides to cut the audio clip to fit the video clip and i cant change the length of the audio clip. I want it to play when the clip starts and even when its OVER. Is there any way to change this or should I just stick with iMovie HD?

    Drag a still with a black background into your project at the length you need and the sound will not be truncated. You can do this from the titles pane. Drag a title into the project after the .5 second clip and set it as black background.

  • Calculation of Depreciation based on Remianing Useful Life

    Hi
    I have a scenario in which depreciation percentage should be derived based on remaining useful life and it should remain same through out the remaining useful life.
    For eg,
    Take over date = 30.11.2010
    Acquisition Date= 01.04.2009
    Acquisition Amount = INR 200000
    Depreciation Till 30.11.2010 = 70000 INR
    Net Book Value as of 30.11.2010 = INR 130000
    Total Useful Life = 4 Years or 48 months
    Expired Useful Life = 1 year 9 months or 21 months
    Remaining useful life = 27 months
    Required Depreciation Per Month = 130000/27=4815
    Derived Percentage = 4815/130000*100=3.71%
    I have created a Base Method for calculation for Depreciation with Depreciation Method as "% from Remaining Life calculated from Depreciation Conversion Date". In Multilevel methods, I have assigned the Base Method as 24, Net Book Value
    and maintained the check box for Remaining useful life.
    However, the system is not calculating the  rate as expected.
    Regards
    Sanil Bhandari

    Hi Sanil
    Have you done any settings in OAYF - recalculate dep for previous years (IMG> AA > Asset Data Transfer > Parameters for Data Transfer > Options)
    For current year, it always does produce some difference due to rounding off, which should not be a big amount
    Ajay M

  • Change the useful life of an asset

    Hi everyone,
    I'm using Oracle 11i Asset module. currently I have an asset whose useful life is 4 years. But we realise that this asset can only last for 3.5 years (3 years and 6 months).
    I tried to go into the Book of this asset and changed the life to 3.5 years. The system allows me to change the life year from 4 to 3 years but when want to change the life months from 0 to 6 months, the system doesn't allow.
    Can anyone of you help me?
    Thanks in advance

    Please check the Depreciation method setup.
    (Navigation: Setup-->Depreciation-->Methods)
    There should be an entry for life in years=3 and life in months=6 for that depreciation method.
    If it is not there, then system will not allow you to change the asset life.
    You need to make an entry in the depreciation methods screen (Navigation: Setup-->Depreciation-->Methods) before trying to change the asset life.
    Let me know if this helps.
    Thanks,
    Siva.

  • Creating XML-files in ABAP with format ISO-8859-1 after the use of unicode

    Hello,
    We have a problem with XML-files created in z_abap-programma.
    Before the use of unicode the XML-file was of the format: ISO-8859-1.
    After the introducting of unicode the format is UTF-16.
    In the abap-program we are using:
            CALL TRANSFORMATION xls-program
             SOURCE t_vbak = it_vbak
             RESULT XML xmlstring.
            CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
              EXPORTING
                text     = xmlstring
              IMPORTING
                buffer   = lx_xml_as_string.
            CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
              EXPORTING
                buffer        = lx_xml_as_string
              IMPORTING
                output_length = li_xml_size
              TABLES
                binary_tab    = ltb_xml_table.
            CALL METHOD cl_gui_frontend_services=>gui_download
              EXPORTING
                bin_filesize = li_xml_size
                filename     = lc_filename
                filetype     = 'BIN'
              CHANGING
                data_tab     = ltb_xml_table
              EXCEPTIONS
                OTHERS       = 24.
    Is it prossible to create the XML-file with the format ISO-8859-1 after the unicode, please can you explane how to solve this problem.
    Regards,
    Theo Pijlman

    hi theo,
    did you read my thread i wrote some days before ? have a look in my sample coding find   " if_ixml_encoding ..... " there you can set the encoding of character .
    greetz
    tony
    thread:
    Re: abap to xml
    SAP Explanation for Interface if_ixml_encoding :
    http://help.sap.com/saphelp_nw04/helpdata/de/bb/5766a6dca511d4990b00508b6b8b11/content.htm

  • Credit Risk Analyzer - How limits can be reset after the term has ended

    Hi Experts,
    I would like to know how limits can be reset after the transaction term has ended.
    Currently, my utilization reports still show past transactions and this transactions are still affecting my limit calculation report.
    Am I missing a process or a configuration?
    Also, would anyone know where the SAP limit utilization report is pulling out the transactions so when I run the limit utilization report, I can still view historical data?
    Thanks in advance.

    Hi Jerry,
      I do not think this customization helps. It only has two options to set start date as start of term or as date of commitment. But what if i want to set in future like your problem. Do we make it date of commitment for all the money market instruments?
    Best regards!
    Sandip

  • Does it charge me right after the free trial ends?

    I want to download photoshop free trial for a game but, I don't know whether if it charges me after the trial ends.

    Only if you buy a subscription and enter your credit card

  • PSE 12 freezes after the use of certain tools

    Hi all,
    I've been using PSE 12 for about a year and it's been working great. I recently upgraded to Yosemite on my iMac, and now every time I try to use certain features on PSE (lasso tool, stamp tool), the program freezes and I have to force quit. I have tried restarting several times. Is there anything I can do to fix this problem? I really wouldn't like to have to purchase the program another time just because of a bug.
    Thanks
    Joseph

    Hi All,
    I had the same problem after going to Yosemite. Followed Barbara's link and all is well (Thanks Barbara :-)
    Joost

  • My iphone doesnt rings at the time of call,and it notifies me after the call is ended,is this any hardware error or should i change any setting

    actually smetimes i dint get any notification about new call,i mean it doesnt rings nor it notifies,and i get a miss call at the end of call and that also only light blinks..

    vickymanglani wrote:
    i press menu button
    You mean HOME button, right?  There is no "menu button" on any iPhone.
    Since you already said that the ring/silent switch is set to ring, check the following settings:
    Settings > Sounds > Ringer and Alerts > Volume slider set to loudest?
    Settings > Sounds > Vibrate > ON?
    Settings > Sounds > Ringtone > correct ringtone set?
    If the above settings are correct and phone still doesn't ring and vibrate, you need to do the basic troubleshooting steps AS NEEDED (described in detail in the User Guide):
    Restart phone
    Reset phone - press both home and sleep/wake buttons until the Apple logo appears.
    Restore phone in iTunes using a backup
    Restore phone in iTunes as new, without using a backup.
    If restoring as new doesn't help, there is a hardware failure that needs evaluation by Apple or whoever provides iPhone service in your location.

Maybe you are looking for

  • Can you use two different iTunes accounts in Apple TV

    My wife and I have our own iTunes accounts which we use on our separate iPhones, but on the same Macbook. Can we use these separate accounts on Apple TV. Not at the same time of course. Thanks

  • How do I set up original windows 8 DVD on a Macbook air when my external drive needs both usb ports?

    got a brand new macbook air and want to set up an original Windows 8 DVD via bootcamp. Probleme: my external DVD needs 2 usb port connection so I want have a chance to plug in an usb drive at the same time. Any other choice to get along?

  • Active Directory Offline Login work??

    Hey all, I'm having an issue with loging in to a Leopard client which is bound to Active Directory. Whenever I unhook this MacBook, off the network, it won't allow me to login to the machine via the domain credentials. In Tiger, I remember there was

  • PI Server issue

    Dear Experts,                          I am facing issue in PI server, if i tried the link http://<server>:50000/irj/portal, nothing is opening even i am not get any error message also.                          But http://<server>:50000/dir is openin

  • Master-Detail Form - only the first detail record is saved in database

    Hello, I have created APEX master-detail form with detail tabular form on the same page. I tried to enter data to the several detail rows (using Add Row button) and then press Apply Changes button. Unfortunately, only the first detail row is being in