Can you accelerate depreciation on a whole class of fixed assets ?

Can you accelerate depreciation on a whole class of Fixed Assets, so that they are written down to final Residual Value in one go?

Hi Simon,
I know this reply is 6 years since your question but none the less, let me try and help resolve the query.
There are options of manual depreciation and write downs but they are for individual assets.
If there is a legal change that necessitates accelerated depreciation after a certain number of years, you may configure a new depreciation key having a multi-level method that can help here.
If the number of years of life for the asset class in question is not the same for all assets, you can configure two phases in the depreciation key. The phase changeover can be done using the standard options provided by SAP or by using the custom changeover methods using BADI or Exit depending on what business functions are activated in your system.
Regards,
HP

Similar Messages

  • My xtreme tong-its seems corrupted...before it was working very well, but for several games played it stop working, i tried remove and re-install it but nothing happens. Can you please tell me what to do in fixing this particular game.

    my xtreme tong-its seems corrupted...before it was working very well, but for several games played it stop working, i tried remove and re-install it but nothing happens. Can you please tell me what to do in fixing this particular game.

    It sounds like you may have multiple problems, but none of them are likely to be caused by malware.
    First, the internet-related issues may be related to adware or a network compromise. I tend to lean more towards the latter, based on your description of the problem. See:
    http://www.adwaremedic.com/kb/baddns.php
    http://www.adwaremedic.com/kb/hackedrouter.php
    If investigation shows that this is not a network-specific issue, then it's probably adware. See my Adware Removal Guide for help finding and removing it. Note that you mention AdBlock as if it should have prevented this, but it's important to understand that ad blockers do not protect you against adware in any way. Neither would any kind of anti-virus software, which often doesn't detect adware.
    As for the other issues, it sounds like you've got some serious corruption. I would be inclined to say it sounds like a failing drive, except it sounds like you just got it replaced. How did you get all your files back after the new drive was installed?
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

  • Can you still get 22" Cinema Display back light fixed?

    Can you still get 22" Cinema Display back light fixed?

    Did you think of googling for "apple 23" cinema display power adapter" and see what turns up?

  • Whole Functionalities of  Fixed Asset in SAP R/3

    I just need some document o whole Funcitionalities of Fixed Assets In Sap R/i.e ECC 6.0.
    Best Regards,
    Sudhanshu Dang

    Hi frnd
    Can u plz send me the same document my mail id is [email protected]
    Regards
    Anuj

  • How can I use XL report to extract data in Fixed Assets module?

    Can user use XL Reporter to develop reports on Fixed Assets data such as FA Master Data? In another word, can XL
    Reporter be used on FA module? If so, how can this be done?

    Hi
    As there is no reports available for Fixed Asset Module, u have to develop by taking tech help.
    Or else u can use crystal reporter instead.
    Regards,
    Kashi

  • HT4527 Hello, I have a new computer and my old computer is no longer in use.  I have backed up all of my music whether it was purchased or burned by cd's.  Can you help me transfer my whole library?

    Hello,
    In the past couple of months, I purchase a new computer but forgot to move old library.  I have always backed up my music to Apple.  Can you transfer the files?
    Thank you
    djok2005

    Follow the steps in wjosten's post here: https://discussions.apple.com/message/13356770#13356770 (for Windows, substitute Outlook in step 2).

  • Classes in fixed assets

    I want to change a claas for an existing fixed asset, I would like to know the procedure
    Thanks
    Denis Riendeau

    I did found something, first setup the fixed asset mode to transfer in company detail. Then do a retirement with a document type SCRAPPING. Choose the asset you want to delete from the asset subledger. In transfer mode the system doesn't do any journal entry. You just have to recreate the new assets as you wish.
    Denis Riendeau

  • How can you create an instance of a class using ClassLoader given only

    the class name as a String. I have the code below in the try block.
    Class myTest = this.getClass().getClassLoader().loadClass("Testclass");
    Object obj = myTest.newInstance();
    String className = obj.getClass().getName();I don't want to typecast the class like
    Testclass obj = (TestClass) myTest.newInstance();I want to be able to create the classs at runtime and then get the methods in the class and execute those methods. Can it be done without having to code the typecasting in before compile time?

    I read on the web of people creating objects from interfacesDoesn't sound like the thing to do... Theoretically you could create dummy classes on the fly that implement some interface, but that's not very useful.
    Sounds like you are trying to load classes and execute them via interfaces. Like this:
         Class clazz = Class.forName("java.util.LinkedList");
         Collection c = (Collection) clazz.newInstance();
         c.add("hello");
         c.add("world");
         System.out.println(Arrays.toString(c.toArray()));LinkedList is the class, Collection is the interface which LinkedList implements. You can then call the methods declared in the interface. The interface gets "compiled in" into the program and the classes that implement it get loaded whenever and from wherever you load them.
    You could also use reflection to call methods without an interface, but that is type-unsafe, inelegant, hackish, and just plain ugly.

  • Can you find out what packages a class has imported?

    Hi all, I start my final year at uni in september and at the moment i'm just experimenting with stuff while i try and decide what to do for my final year project.
    Without going into too much detail what i want to be able to do is for the client to "submit" a class file that is then dynamically loaded and run on the server. Obviously this has security implications so what i was wondering was if it is possible to determine what packages a class has imported from the actual classfile.
    I've looked through the vm spec but haven't been able to find anything theyre that looks like it'll help. Any suggestions or ideas (or solutions!) would be much appreciated.
    Thanks. Matt.

    You could use the Class.getDeclaredClasses() to see the class types that exist as members, but that won't do you any good since the class will have already undergone static initialization within your VM, and the security breach would have already been made. You could inspect the constant pool in the class data to check what other classes are referenced but then that brings up several questions:
    1 - How do you know which classes are bad? Even if you define a set, copies can be created in new packages (or simply aliased) so that the list is invalid.
    2 - How do you know the class you are loading is not malicious? A client class may not reference any external class but may be malicious itself.
    3 - The offending class might use reflection exclusively to reference classes without leaving a trace in the class file. This would be absolutely impossible to detect.
    Your only choices are (a) to use signed classes, and make it the responsibility of someone to review the classes and sign them, or (b) install your own Security Manager to catch all prohibited activity, or (c) check as classes are referenced in the classloader. Option (a) is the best method, but (b) or (c) might work in a very restricted environment.

  • Can you use if statements for css classes?

    I'm trying to make a table field change color depending on what info the field is pulling from the database.  Here is my code:
    <table>
    <?php do { ?>
          <tr>
            <td><input name="hiddenField" type="hidden" id="hiddenField" value="<?php echo $row_getSystems['path_id']; ?>" />
              <strong><?php echo $row_getSystems['system']; ?></strong></td>
            <td><?php echo $row_getSystems['jumps']; ?></td>
    <?php
      if ($row_getSystems['security'] < 0.5) {
      ?>
      <td class="alert"><?php echo $row_getSystems['security']; ?></td> <? ;}
      elseif ($row_getSystems['security'] < 0.7)  {
      ?>
            <td class="noalert"><?php echo $row_getSystems['security']; ?></td> <? ;}
      else {
      ?>
      <td class="good"><?php echo $row_getSystems['security']; ?></td> <? ;} ?>
            <td><?php echo $row_getSystems['belts']; ?></td>
            <td><?php echo $row_getSystems['station']; ?></td>
            <td><?php echo $row_getSystems['deadend']; ?></td>
            </tr>
          <?php } while ($row_getSystems = mysql_fetch_assoc($getSystems)); ?>
      </table>
    I added the spaces to make the part I wrote stand out better.
    When I try to view it live - it says:
    Parse error: syntax error, unexpected end of file in C:\xampp\htdocs\mining\systems.php on line 101
    Any ideas on how to do this?  Cause clearly, I'm not doing it correctly. 
    Thanks!

    Nevermind, I figured out how to do it.  Here is the correct code.  I presume this is the best way.  Hopefully. 
    <table>
      <?php do { ?>
          <tr>
            <td><input name="hiddenField" type="hidden" id="hiddenField" value="<?php echo $row_getSystems['path_id']; ?>" />
              <strong><?php echo $row_getSystems['system']; ?></strong></td>
            <td><?php echo $row_getSystems['jumps']; ?></td>
            <!-- Table Background Changes -->
                        <td style=" color: #fff;
                        <?php
                        if ($row_getSystems['security'] < 0.5) {
                        echo "background-color: #C00"; }
                        elseif  ($row_getSystems['security'] < 0.7) {
                        echo "background-color: #F90"; }
                        else {
                        echo "background-color: #060";
                        ?>
            ">
                          <strong><?php echo $row_getSystems['security']; ?></strong></td>
            <!-- End of Changes -->
            <td><?php echo $row_getSystems['belts']; ?></td>
            <td><?php echo $row_getSystems['station']; ?></td>
            <td><?php echo $row_getSystems['deadend']; ?></td>
            </tr>
          <?php } while ($row_getSystems = mysql_fetch_assoc($getSystems)); ?>
      </table>

  • Can you accelerate exporting ?

    Hey
    I am exporting AVI files to my apple TV but it takes so long, any ideas on how to speed that up ?
    thanks
    KBook1501

    Are you exporting .avi or converting .avi to .mp4 or .mov? If you have QuickTime Pro and the source is already h264 just select pass-thru. If you don't have pro I would download mkvtools. If the file is .avi with h264 video and aac audio just select pass-thru and it will take about 5 minutes for a full-length movie.
    If your source is not h264 then no, it is just going to take forever. Make sure not to change resolution which will slow things down if you do. Otherwise if the speed is killing you, the only other option is a faster cpu.

  • Can you tell me what should I modify to fix error with constructor coding

    public class Address{
         private String street;
         private String city;
         private String state;
         private String zipcode;
         public Address(String addressStreet, String addressCity,
              String addressState, String addressZipcode){
              street = addressStreet;
              city = addressCity;
              state = addressState;
              zipcode = addressZipcode;
         } // end constructor
         public String getStreet(){ return street;}
         public String getCity(){ return city;}
         public String getState(){ return state;}
         public String getZipcode(){ return zipcode;}
         public String toString() {
         String addressObject = street+ "," + city + "," + state + "," +zipcode;
         return addressObject;
    Second class AddressBookEntry
    public class AddressBookEntry{
         private String name;
         private Address address;
         public static int entriesCount = 0;
         public AddressBookEntry(String entryName,Address addressObject){
              name = entryName;
              address = addressObject;
         public AddressBookEntry(String entryName, String entryStreet,     String entryCity,
                                       String entryState, String entryZipcode){
              name = entryName;
              address.street = entryStreet;
              address.city = entryCity;
              address.state = entryState;
              address.zipcode= entryZipcode;
              entriesCount++;
         public void setName(String entryName){name = entryName;}
         public void setStreet(String entryStreet){address.street = entryStreet;}
         public void setCity(String entryCity){     address.city = entryCity;}
         public void setState(String entryState){address.state = entryState;}
         public void setZipcode(String entryZipcode){address.zipcode = entryZipcode;}
         public String getAddress(String entryName){return address.toString();     }
         public String getName(){return name;}
         public String toString(){
              String addressString = address.getStreet() + "\n"
                        + address.getCity() + "\n"
                        + address.getState() + "\n"
                        + address.getZipcode() +"\n";
              return addressString;
         public static int getEntriesCount(){ return entriesCount;}
    Driver Class
    import javax.swing.*;
    public class AddressBookApp{
    public static void main (String args[]){
         String choice = "";
         while(!(choice.equalsIgnoreCase("x"))){
              String name = JOptionPane.showInputDialog("Enter name : ");
              String streetAddress = JOptionPane.showInputDialog("Enter street address : ");
              String city = JOptionPane.showInputDialog("Enter city : ");
              String state = JOptionPane.showInputDialog("Enter state : ");
              String zipcode = JOptionPane.showInputDialog("Enter zipcode : ");
              AddressBookEntry bookEntry = AddressBookEntry(name,street,city,
                                                      state,zipcode);
              String message = "Name : " bookEntry.getName() "\n"
                   + "Address : \n"+bookEntry.toString();+ "\n"
                   +"Press Enter to continue or 'x' to exit.";
              choice = JOptionPane.showInputDialog(message);
    System.exit(0);
    Error Message
    AddressBookEntry.java:14: street has private access in Address
              address.street = entryStreet;
    I'm getting errors like this.Can anyone tell what I should do

    Why did you stop using &#91;code]&#91;/code] tags?
    I fixed the error by creating package.But still I get
    error.
    Error Message :
    AddressBookApp.java:13: cannot resolve symbol
    symbol : class AddressBookEntryWhen you created the package, did you distribute compiled class files into them, and then add the directory above the package directory into your classpath?
    It looks like the compiler can't find the classes you're referring to.

  • Can you disable 'flash' after pressing a button - epub fixed layout annoyance

    Hi,
    I have a hide show feature across two images set as buttons so that it seems that one image is animating slightly, however, whenever i click on the image there is an after 'touch' - ie the image turns muted and blue for a split second.
    Is there anyway to disable this when pressing a button?
    THANKS!
    James

    I just read that.
    Thanks for the heads up.
    This is not giving high hopes though.  I know it's new-ish and all but if people have to go out of there way to read these that is not going to make it a very popular format.  Apple has there stuff together but as for Windows and Android they really need to step it up.  Adobe needs to take the initiative and add this to Acrobat or crate a new viewer for epub in my humble opinion.
    Thanks again.

  • Can you reload web application from the Weblogic console?

              Good day, eh!
              Can you reload all your jsp/servlet classes of your
              web application from the Weblogic console?
              A one big button labeled 'Reload application' would be very
              good property in Weblogic
              Thanks for Your answers
              - hoser
              

    Hi,
              I agree it is a much needed feature. Suppose I just change an init
              param of one application in the web.xml, I don't want to take down the
              15 other webapps running on my server just to be able to have that web
              app restart and re-read is configuration. Of course, I could program
              some servlet that allows changing application attributes and to enable
              restarting, but really this a)does not cover all the cases (i.e. addind
              an EBJ reference binding to web.xml) b) should be provided by the app
              server, not programmed by every little programmer again & again.
              Mathieu
              Jeff Nowakowski wrote:
              >
              > The URL you give refers to redeploying EJBs, not web applications. Being
              > able to redeploy a web application would be a very convenient feature.
              >
              > -Jeff
              >
              > Gene Chuang <[email protected]> wrote in message news:[email protected]...
              > > Button is already there!
              > >
              > > http://www.weblogic.com/docs51/techdeploy/hotdeploy.html#consoledeployejb
              > >
              > > Gene
              > >
              > > "hoser" <[email protected]> wrote in message
              > > news:[email protected]...
              > > >
              > > > Good day, eh!
              > > >
              > > > Can you reload all your jsp/servlet classes of your
              > > > web application from the Weblogic console?
              > > >
              > > > A one big button labeled 'Reload application' would be very
              > > > good property in Weblogic
              > > >
              > > > Thanks for Your answers
              > > >
              > > > - hoser
              > >
              > >
              

  • Can I make depreciation accounting separately in FA books?

    Hello.
    I need some help.
    I found amount differ about 'accumulated depreciation' between General Ledger and FA(Fixed Assets) Book.
    General Ledger has 'accumulated depreciation' amount more than FA Book.
    It might be a result from some conversion data in FA Book, but nobody knows the exact cause. Because there is no history data about the conversion.
    Requester said 'General Ledger is key criteria.'.
    Therefore I need to do something only in FA book to adjust the differ without an effect on General Ledger.
    How can I do that?
    I think all action(addition, retirement, depreciation etc) in FA book transfer to General Ledger.
    Regards.

    Hi,
    >I think all action(addition, retirement, depreciation etc) in FA book transfer to General Ledger.
    In fact, you are correct about this. The only thing you can do is to unfreeze the FA Journal Source in GL and, before posting the jounals, change whatever you want.
    Anyway, you should look for the root cause of the difference because if the conversion was done the proper way the figures between GL and FA should match.
    Octavio

Maybe you are looking for

  • Transporting table changes

    Hi folks, I've made changes to a custom table in SE11(including keys and add new fields). Question is, if these changes are being transported to QA system, will the current table in QA system will be overwritten? how about the current content of tabl

  • After effects performance issues on mac pro 12-core

    Hello everyone, I feel as if i keep making similar posts to this, but for some reason i am still not satisfied with my machine. Im using a mac pro 12-core 2.4GHz with 40gigs of ram installed and a ATI Radeon 5770 graphics card. I finally got around t

  • Find/change across multiple docs in book without opening all first?

    I am working on a book that contains hundreds of individual documents. I would like to be able to find/change globally across all documents, but as far as I can tell, I must first open all of the documents in the book so that the scope menu in the fi

  • Locking out the startup short cut keys

    Anyone know how to get the Intel Macs to not allow the apple-s, apple-v short cut keys on startup? I have a loaner iMac from Apple and noticed that the Open Firmware Password application only keeps the user from switching the startup disk using eithe

  • Mac can't run longer than 4-10 hours

    A half year back my motherboard melted (don't know if this is the right word but I think you know what I mean). I got it fixed and also updated my RAM memory. Since it have got it fixed it has been having a weird problem that I can't seem to fix. Aft