Reduced balanced method error

Hi Friends,
one of my company using the Declining balanced method.
For computers we want to depreciate 40% in every month.In the configuration under multi level i set the 40% but when i run the depreciatio showing the straight line method amount. Please help me i missed the any configuration.
thanks,
Hani

Hi Friend,
Please check the configartion in AFAMS, select your  line item , then click on the levels button, in this one you have cheose Acquestion year,year,periods,base value(24 its WDv method),and % rate given are not check it.
i think another mistake is availble.as your expalnation
multilev.method : S1(Which is i configured above under multilevel method)
Class : Decling -balanced depreciation
Change method : No automatc changeover
*Multiple shift : increase in depreciation,no increase in exp.useful life
(it is wrong i think,take this one  increase in depreciation,increase in exp.useful life)*
Scrap value : Cutoff value is ignored
Shutdown : yes
Regards
Mastan Reddy N
Edited by: Mastan R  reddy on Nov 30, 2011 12:04 PM
Edited by: Mastan R  reddy on Nov 30, 2011 12:21 PM

Similar Messages

  • Loan transaction - straight line or reducing balance method

    Hi all,
    i have a question here.  It is regarding interest rate instrument product in SAP-TRM.
    For interest rate instrument/ loan product can we set whether the interest can be charged either on straight line method or reducing balance method?
    Your soonest feedback is highly appreciated.
    Thanks.

    Hi,
    Both are supported. For straight line method you can choose the Interest Form - Amount and for Reducing balance method choose - Fix or Variable Rate option in interest structure.
    Regards
    Prasad AV

  • Reducing Balance Depreciation Rates

    Hi All,
    I need help in defining a depreciation method in the reducing balance method.
    the requirement is the depreciation assets at 18.75% in the first year and then 37.5 % in the remaining life of the assets.
    I will give further information if needed.
    Thanks and Regards,
    MPH

    Hi All,
    I need help in defining a depreciation method in the reducing balance method.
    the requirement is the depreciation assets at 18.75% in the first year and then 37.5 % in the remaining life of the assets.
    I will give further information if needed.
    Thanks and Regards,
    MPH

  • Sum of the year digit method and declining balance method

    Hi,
    My Client want Deprecation methods Sum of the year digit and declining balance method for tax purpose. This requirement for Colombia Country.
    Which Deprecation Area I activate and how will configure above two methods.
    Regards
    Venki

    Sum-of-the-Years-Digits Method of Depreciation
    Use
    For each year of the expected useful life, the system notes the remaining useful life for the assets and totals the figures in each year. In each fiscal year, the remaining life is divided by this total in order to calculate the depreciation percentage rate for that fiscal year. This method leads to depreciation amounts that are reduced progressively by the same amount each period.
    Since the remaining useful life is no longer defined after the end of the planned useful life, this depreciation method does not allow for depreciation after the end of the planned life. However, you can change to another method after the expected useful life has expired.
    Acquisitions after the depreciation start year or post-capitalization will necessarily lead to a positive net book value at the end of planned life. For this reason, such transactions are not allowed when using the sum-of-the-years-digits method of depreciation. With this method, you have to handle subsequent acquisitions by creating sub-numbers. It is also a requirement that the acquisition year is the same as the depreciation start year.
    Calculation :
    Depreciation = APC * remaining useful life (current period) / total of remaining useful life (over entire useful life)
    APC: 1000
    useful life: 4
    Total remaining useful life: 10 (= 4 + 3 +2 +1)
    Depreciation 1st year = 1000 * 4 / 10 = 400
    Depreciation 2nd year = 1000 * 3 / 10 = 300
    Depreciation 3rd year = 1000 * 2 / 10 = 200
    Depreciation 4th year = 1000 * 1 / 10 = 100
    Declining-Balance Method of Depreciation
    Use
    For the declining-balance method of depreciation, the fixed asset is depreciated by a progressively falling rate. A constant percentage rate is calculated from the expected useful life and a given multiplication factor. This is multiplied with the falling net book value of the fixed asset. For mathematical reasons, the net book value will never reach zero using this method. You change over to straight-line or complete depreciation under these conditions:
    Declining-balance depreciation < straight-line depreciation
    Net book value < x percent of acquisition value
    Net book value < fixed amount
    Net book value < straight-line depreciation
    The changeover method is specified in the internal calculation key.
    Calculation :
    Depreciation = net book value * percentage rate from expected useful life and factor
    APC: 1000
    Exp. useful life: 10
    Net book value: 700
    Multiplication factor: 3
    Depreciation = 700 * (100% / 10 * 3) = 210
    OR You can use following link
    http://help.sap.com/saphelp_45b/helpdata/en/4f/71de3b448011d189f00000e81ddfac/frameset.htm
    http://help.sap.com/saphelp_45b/helpdata/en/4f/71de3b448011d189f00000e81ddfac/frameset.htm
    Regards,
    ANJIREDDY
    Edited by: ANJIREDDYA on May 8, 2010 12:09 PM
    Edited by: ANJIREDDYA on May 8, 2010 12:10 PM

  • No such method error when launching the Interactive form

    Hi Experts,
    I have developed a simeple Java Webdynpro application and added an Interactive form without any controls in it. Created the context with one value node and a binary value attribute.
    I have assigned  value node to datasource and binary attribute to pdfSource. When I launch the application I am getting the following no such method error.
    java.lang.NoSuchMethodError: com/sap/tc/webdynpro/clientserver/uielib/adobe/api/IWDInteractiveForm.setTemplateSource(Ljava/lang/String;)V
    The currently executed application, or one of the components it depends on, has been compiled against class file versions that are different from the ones that are available at runtime.
    If the exception message indicates, that the modified class is part of the Web Dynpro Runtime (package com.sap.tc.webdynpro.*) then the running Web Dynpro Runtime is of a version that is not compatible with the Web Dynpro Designtime (Developer Studio or Component Build Server) which has been used to build + compile the application.
    My NWDS is of Version 7.0.06
    and J2EE Engine is of Version 6.40.
    any guess why I am getting this error.
    Thanks
    Chinna.

    Issue solved. Compatablility issue NWDS 2.0 Version should use for NW 2004.

  • Abstract Method Error and XML Parsing

    I am using wl6sp1. I am parsing an XML file from within the
    servlet using jaxp1.1 and crimson.
    Following is code:
    1- SAXParserFactory spf = SAXParserFactory.newInstance();
    2- sp = spf.newSAXParser();
    3- xr = sp.getXMLReader();
    4- xr.setContentHandler(new ParseXML());
    5- xr.parse( new InputSource("Example3.xml"));
    This program works fine when execute from command line but in servlet on line
    3 it says:
    "Abstract Method Error"
    I have created XML Registry to use Crimson as XML parser rather than default.
    I think somehow wl is still using jaxp1.0 which is built in
    support in wlsp1.
    Whats wrong with the code...or what configuration i am missing???

    I'm assuming you have already put crimson.jar first in the classpath for the java
    command you use to start WebLogic. If so, have you tried putting the servlet in
    a .war file with the crimson.jar in its' WEB-INF/lib directory?
    Regards,
    Mike Wooten
    "anyz" <[email protected]> wrote:
    >
    I am using wl6sp1. I am parsing an XML file from within the
    servlet using jaxp1.1 and crimson.
    Following is code:
    1- SAXParserFactory spf = SAXParserFactory.newInstance();
    2- sp = spf.newSAXParser();
    3- xr = sp.getXMLReader();
    4- xr.setContentHandler(new ParseXML());
    5- xr.parse( new InputSource("Example3.xml"));
    This program works fine when execute from command line but in servlet
    on line
    3 it says:
    "Abstract Method Error"
    I have created XML Registry to use Crimson as XML parser rather than
    default.
    I think somehow wl is still using jaxp1.0 which is built in
    support in wlsp1.
    Whats wrong with the code...or what configuration i am missing???

  • Abstract Method Error in retrieving Blob

    Hi!
    while (rs.next())
    Blob blob=rs.getBlob(1);
    throws Abstract Method Error
    why?
    Thanxs in advance

    You'll probably find that the JDBC driver that you are using doesn't support blobs. Check the documentation that comes with your driver, it should tell you what parts of the JDBC specification it supports.
    Col

  • Server error: Class: UCF Acroform Method error Message: Could not send mess

    Hi Gurus,
    I'm having a problem with displaying PDF file in the portal. I tried reinstalling Adobe 9. Tick and untick the option Display PDF in browser. But still encountering the error. Is it something to do with IE version? Please Help. Thanks in advance.
    Server error: Class: UCF Acroform Method error Message: Could not send message

    Hi,
        Please speify the system information so that I can help you
    Regards
    Sharanya.R

  • HTTP GET method error

    I've created a simple web page that contains a text box in which the user enters an URL. And also have a servlet to take this address and do something "useful" with it. The Servlet has a doPost method to get this address, and the web page also has the corresponding method
    (<FORM method="POST" ACTION="../fyp/AddressServlet" >).
    I'm using a j2ee server, which runs fine, as does the deploytool.
    However, when I attempt to open the web page in my browser, I get the following error,
    "HTTP Status 405-HTTP method GET is not supported by this URL"
    I don't know why I'm getting a GET method error, when it's a POST method I'm using.
    Any help would be appreciated,
    thanks,
    ahhfor

    Hi !
    You're using the POST method to call the servlet when you submit the HTML page. However, when you try to load your HTML page into the browser, this is done with GET !
    Check your server.xml file in the /conf directory and see if your application context is correctly defined. And then check the web.xml file in your application's WEB-INF directory. Finally, check your path to the servlet in your HTML file.

  • Logon balancing: parser error in '/M/server/S/3600/G/'

    Hi,
    I have created SAP transaction iView (SAP GUI for Windows) in portal and when I tried to preview the same an error message:
    "Logon balancing: parser error in '/M/<hostname>/S/3600/G/' " is popping up. We are using SAP GUI 710.
    I would greatly appreciate your help if anyone can help me in resloving this issue.
    Thanks & Regards,
    Gopal.

    Hi Gopal,
    I am facing same error. I also added enty in service file as above.
    In dev we are maintaining application host name but in QA we are maintaining message server.
    could you pls tell if u did any other configuration.
    Thanks,
    Gaurav

  • Logon balancing: parser error in '/M/server/S//G/'

    Hi,
    I have created SAP transaction iView (SAP GUI for Windows) in portal and when I tried to preview the same an error message:
    "Logon balancing: parser error in '/M/server/S//G/' " is popping up.
    Could any one know about this message, how to resolve this?
    I am using SAP GUI 710.
    Thanks & Regards,
    Ravi.

    Hi Ravi,
    I am also trying to create an iview in the Portal which should like to a workbook in BEx.
    I have the same error message, how did you solve this issue?
    Many thanks
    Michelle

  • Load Balance method for proxy - ISA or BlueCoat

    Hi,
    I would like to know that which load balance method such as src-ip, cookie or etc is most suitable for load balancing proxy servers such as ISA or Bluecoat. The Proxy will listen to many services - http, https, ftp, and etc. Thanks for the help.

    The methods you mentioned are not loadbalancing technics, but stickyness features.
    Stickyness is not always necessary.
    Now, for caching devices, it is good to always send users requesting a same object to a single proxy, so that the same object is not cached in all the proxies.
    Therefore, the solution in this case is loadbalancing with url hashing.
    For HTTPs, if you terminate SSL on the loadbalancer, you can use the same solution.
    For all the other traffic, I would suggest to start with roundrobin and see after a while if it requires some adjustments or not.
    Gilles.

  • Load Balancing Method

    I want to lod balance two servers using CSS 11503. The requirement is to send all the traffic to Server1 untill it dies. Meaning that...Server2 will be sitting idle and only become active when Server 1 is not available. I am not sure which load balancing method should be used to acheive this result.
    Any suggestions !!!!!

    you should use the sorry server function.
    Here is a link to a sample config.
    http://www.cisco.com/en/US/products/hw/contnetw/ps789/products_configuration_example09186a0080093de8.shtml
    Gilles.

  • LACP Load Balancing Method

    We have two stack of 3750-X switchs interconnected through LACP, and a CheckPoint Firewall connected to one of the stack. The Firewall use a LACP bond to connect to the 3750-X Stack. On the Cisco switches we don't use any Layer3 functionality.
    Since the switch are used in Layer2 mode, can we define the a load balancing method that use IP informations ?
    For example Can we change the load balancing method from src-mac to src-dst-ip ?
    BRgds

      Hi,
    yes you can choose the method of Load balancing in LACP:
    port-channel load-balance {dst-ip | dst-mac | src-dst-ip | src-dst-mac | src-ip | src-mac}
    Configure an EtherChannel load-balancing method.
    The default is src-mac.
    Select one of these load-distribution methods:
    •dst-ip—Load distribution is based on the destination-host IP address.
    •dst-mac—Load distribution is based on the destination-host MAC address of the incoming packet.
    •src-dst-ip—Load distribution is based on the source-and-destination host-IP address.
    •src-dst-mac—Load distribution is based on the source-and-destination host-MAC address.
    •src-ip—Load distribution is based on the source-host IP address.
    •src-mac—Load distribution is based on the source-MAC address of the incoming packet.

  • Best HTTP load balancing method

    This is probably basic, but how satisfactory is this http load balancing method:
    service http-1
    ip address 192.168.1.10
    protocol tcp
    port 80
    keepalive type tcp
    active
    service http-2
    ip address 192.168.1.9
    protocol tcp
    port 80
    keepalive type tcp
    active
    owner http
    content web-domains
    vip address 10.0.0.1
    add service http-1
    add service http-2
    protocol tcp
    port 80
    balance leastconn
    active
    Should I rather use sticky-mask 255.255.255.255 or advanced-balance sticky-srcip?

    It really depends what you are doing.
    Some people will find this acceptable and for others it will just not work.
    Do you need persistency ?
    To answer this question check with your webserver admin.
    does this website have a shopping basket ?
    Finally, changing the sticky-mask is useless if you do not have sticky-srcip. So your question should be ..or .. but .. and ..
    Anyway, it all depends what is required for your website to work.
    You can try this config and if you run into problem capture a sniffer trace and identify the problem to see if a configuration change is needed.
    Regards,
    Gilles.

Maybe you are looking for

  • DBM: Price Package for Parts cash sales order (1000)

    Hi All, We have a scenario in which OTC sales for parts are required to give 'buy 1 get 1 free'  for some part. This could have been possible by defining a price package to have 2 items included and price maintained for 1 part at header. But SAP DBM

  • Calling main controller method from component view

    Hi, Because i want to re-use certain views, i've created components of em so i can re-use them in several places within the same view. The problem is that i have 1 main component which has several methods calling webservices. I want the other compone

  • IllegalArgumentException making HTTP request

    My MIDlet works beautifully inside the Palm emulator. It makes an HTTP request to my servlet, and correclty handles the binary data it gets back, using HttpConnection.openInputStream(). However, when I run the same MIDlet from my Visor Neo (after fir

  • Ebcc find from UDDI, add web service

    I get the following error when I try to find a web service from an UDDI: java.net.ConnectException: Operation timed out: connect      at java.net.PlainSocketImpl.socketConnect(Native Method) It seems as though the connection settings or the E-Busines

  • Using REST API to promote Document Properties into SharePoint document library

    Hi, Is it possible to extract Document properties of a file and update library column using REST API? Thanks, techie