To Reduce Asset Value Which has Run Depreciation

Hi,
I have a request to reduce asset value, but the asset has run depreciation for three month in the system, I want to know how to reduce the asset value and recalculate previous depreciation posted value of the asset?
Please share the detailed procedure within the thread, if can provide the manual for this case step by step, it's better! Thanks in advance.
All suggestion will be awarded.
Tao

Hi Tao,
Do you want to reduce the Asset value from $10,000 to $ 5,000? If so, please post a Credit entry to the asset account.
        pstg
CR    75       Asset account         ****
DR    40       Concerned account  ****
If you are in the same year, then the system would recalculate the Depr and post the difference in the next Depr run. But if you are in the different FY, then post a write up depr for the Asset value reduced (Depr on $5,000 in previous FY). Use t-code ABZU to post the write up.
Please revert in case you have any questions.

Similar Messages

  • Reduce Asset Value & give credit to the vendor

    Hi ,
    We have an AUC which has a value of 683,969.70 . Now there is an incorrect APC of 82500.00 done for this asset in last fiscal year .
    We want to reduce the APC of this asset by 82500.00 this fiscal year and give the credit back to the vendor .
    Kindly suggest how to do the same .
    Regards
    Anirban

    Use Tcode ABSO for your asset along tith TType 160 -Credit memo in following year to adjust the APC according to your requirement.
    Or you can use ABGF to enter credit memo directly, where it will default the TType 160 automatically.

  • Reducing assets value

    Hello our business wants to reduce the tax value of an asset.
    I created two transaction types by copying 200/250 and restricted them to the tax area only. Is this the right way? the asset has two transactions as a result of settlements from Asset Under construction in the current year. When I try to post a retirement to reduce the value of the asset I am getting an error message
    The asset has a lot of value this year( I just
    Check amount entered (Amount is too high)
    Message no. AA317
    Diagnosis
    The retirement amount entered is higher than the sum of the transactions changing the acquisition value in area .  Taking into account the entered asset value date and the posting period, the maximum retirement amount is 1.00.
    Procedure
    Check the asset value date, the posting period, and the retirement amount.
    If there are also acquisitions from previous years on the asset, then you have to post the retirement of the acquisitions from previous years separately, using a different transaction type

    Hi,
    From your inputs, its been understood two TTY's created with standard transactions types 200/250.
    200 - Retirement without revenue, 250 - Retirement of current year acquisition w/o revenue.
    Therefore we would like you to use TTY 250 for the retiring the APC cost of current year acquistion and also you must remember that the retirement cost cannot be greater than the APC costs.
    Please let me know if you stil have any issues.
    Regards
    Govindarajan

  • Asset Value which are below 5000

    Hi,
    I have one requirement for the Assets which are below 5000 Value, Asset should be depreciated 100% as on booking date. They are not OK with creating
    either "Low values asset class or 100 % Depreciation Key". kindly let me know is there any other possible ways to achieve this?
    Thanks
    SV

    Hi SV,
    I understood the requirement but my question is what is the issue in creating a new depreciation key because that is the most appropriate way? If I use any other depreciation key which is not depreciating the asset to 100% then for audit purpose it will be very difficult to justify it.
    The only way of doing it without depreciation key is mass scrapping of asset using ABAVN. So either identify all those assets and mass scrap them or better create a new asset class for assets value less than 5000 currency units and mass scrap them.
    Regards
    Pankaj Pareek

  • How can i reset the asset value which is already cleared

    Hi,
    i am facing a problem. actually i want to reverse a particular asset value. but when i tried through ab08 , system say that it is already cleared. so is there any option to reset the cleared asset value? please help me.
    Thanks and Regards
    Debjit Roy

    Hi,
    You need to first identify the asset document for that asste and then find out the financial document of that transaction which is cleared.
    Then reset the clearing in FBRA
    Then reverse in AB08
    Regards,
    SDNer

  • Different Asset value dates for different depreciation areas

    Hi All
    I have a requirement for different capitalization dates in different depreciation areas for some LATAM countries .How can this be achieved?

    Hi
    Hope you can achive this requirement by entering Depreciation calculation start date in depreciation area tab of asset master against each depreciation area
    Depreciation calculation start date
    'As a general rule, the system determines the depreciation start date from the asset value date of the first acquisition posting. However, you can also manually enter a calendar date in the asset master record for the start of depreciation. In that case, the system ignores the asset value date of the acquisition posting.'
    Please check different scenarios in development system and then do it
    Regards
    Praveen PC

  • Asset values not coming in depreciation area

    Hi Experts,
    Following the management requirement we have created a new depreciation area 50 with posting indicator "0".
    We found that asset posting from CJ88 (AUC to Final settlement) is not getting updated in depreciation area 50.
    Please help me this. Necessary details are mentioned below:-
    1. Depreciation area 50 is activated for main asset class but not for CWIP.
    2. For depreciation area 50, value maintenance is set as Only Positive values or zero allowed.(Screen shot attached)
    3. Transaction type 336 is not restricted to any depreciation area.(Screen shot attached)
    Am attaching relevant screen shot.
    Thanks in advance

    HI Mukhthar,
    Thanks for the prompt reply.
    In some cases system is updating values in depreciation area 50 even CWIP is not activated but in maximum cases system is not updating the values.
    I have carried out the changes in quality by activating depreciation area 50 for CWIP and perform a test case and it works but i want to know the root cause of this issue that why system is behaving like this and how it updates value in some cases.
    Please suggest

  • Compare a column with the another table coulmn(which contains the sequence) and get the value which has higher sequence

    Hi All,
    I have 2 tables 
    table1: col1 sequenceid, col2 code
    table2:col1 studentID , col2 code, col3 joindate
    in table 1 i have values as 
    1 Q
    2 W
    3 E
    4 R
    5 T
    6 Y
    Table2:
    A1 Q 
    1-04-2015
    A1 W
    2-04-2015
    A3 Q 
    1-04-2015
    A2 Q 
    1-04-2015
    A3 W
    2-04-2015
    A2 W
    2-04-2015
    A2  E
    2-04-2015
    A3  E
    2-04-2015
    A1  E
    2-04-2015
    A2  R
    2-04-2015
    Now i want ouput as 
    A3 E
    A2 R
    A1 E
    I want to group the values in table2 based on studentid order by the sequence in the table1 and get the latest which is having higher sequence (Note: the date field cannot be used to order the values)

    from @table2 a inner join @table1 b on a.col2=b.col2 collate database_default)
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • How to stop the TR which has run a long time

    Hi,
    I released a TR, but the system import it a long time. I think maybe have a problem with it.
    I want to stop the import job of the TR. How can I do for that?
    jk

    hi,
    Q: How to kill a long running job in SAP.
    Answer
    You can 'kill' your own long running jobs by doing the following.
    Open a new SAP session.
    In the new session, from the SAP R/3 screen, follow the menu path: Tools>>Administration
    (new screen) Monitoring >>System monitoring>>User overview
    Fastpath:  /nsm04
    Result: the "Overview of Users" screen appears. This is a list of the jobs currently running.
    Find your username in the list and click on it
    Click on the Sessions button .
    Result: the Overview of Sessions screen appears.
    Click on the End session button .
    hi, ask your BASIS people for killing the job..
    regards
    vijay

  • Can I use a Time Capsule for ADDITIONAL storage for a Mac Air which has run limited storage space

    Hi
    I am looking at purchasing the current MacBook Air but am aware of its limited storage space in terms of files, photos etc.
    Was wondering if I could use a time Capsule for both back-up and as an additional storage device.  Ie: would I be able to store photos and files on the Time Capsule that I do not wish to store on a MacBook Air and be able to retrieve them as and when - or would these be deleted after a period of time?  Is there any way of protecting certain files on the Time capsule to prevent them from being deleted?
    Many thanks in advance

    Welcome to Apple Support Communities
    You can but it's not recommended, because you can damage the Time Machine structure.
    Toffey wrote:
    would I be able to store photos and files on the Time Capsule that I do not wish to store on a MacBook Air and be able to retrieve them as and when - or would these be deleted after a period of time?  Is there any way of protecting certain files on the Time capsule to prevent them from being deleted?
    Only files backed up with Time Machine are deleted from your Time Capsule when there's no enough storage. If you store other files, they are not deleted. However, for what you want to do, I recommend you to buy a big external drive and make two partitions, one for Time Machine and another one to store files, or get two external drives

  • Asset Value Date - Wrong posting

    Dear All,
    Company code is on live, Assets legacy data taken as on 31st-March-09.
    Later we find that some of the assets [new purchases, in previous fiscal year (2008)] was not posted.
    For that recently we posted that transactions F-90 using posting date is current date and document date is Actual acquisition date.
    Due to document date in previous fiscal year system taten posting date as asset value date.   So, depreciation posting missing for previous year.
    I need your help.  How can I rectify this???
    Other than reversing the existing posting, what is the scenario????????
    Thanx
    Regards
    partha

    Hi,
    In order to post ,post capitalization please closed the previous asset accounting year.In ABNAN T.Code screen please update the original val date field with the date  of the previous year from where you need to start calculating the dep. Doc date and posting date should be of the current FY.Also check T.Code Ao90 for updating the field Revenue from post capitalization with proper GL Account.
    If your statutory audit for 2008-09 is not yet completed then you can think about T.Code AS91.While  using T.Code ABNAN the following line items are generated.
    Asset        dr
    Acc Dep         cr
    Rev form post capitalization cr
    The system will only calculate dep of previous year.For the current year dep which are yet to be posted will be posted in the next schedule dep posting run.
    Thanks
    Monoj

  • How to clear incoming payement for the invoices which has been posted through payement terms

    Hi All ,
    Could any one help me on the below problem which i am facing from last 1 month.
    Here is my activity which i have done.
    1) i posted one invoice in f-22 with the payment term 002 which is predefined by SAP.
    01 - CUSTOMER A/C
    50 - SALES A/C with the amount 3000
    2) Now i want to clear incoming payment through F-28
    entry will come for Bank a/c and customer a/c
    now if i want to clear the amount of 3000 and i m getting the error message'correct the marked line item'
    please find the screenshot below for the same and help me to resolve this issue.
    Thanks
    Ashutosh

    Hi Ashutosh,
    Great - now you know the required field (Asset retirement) that is causing the error. (It is obviously not the Text field - otherwise it would be marked as such on the screenshot.)
    The second question is - does it make sense to push asset retirement here? Normally, you do it on an account for a revenue from asset sale, not on cash in transit.
    If yes, then after ticking the checkbox and pushing Enter, you will get a popup box, asking you to enter a number of fixed asset that you want to retire, plus perhaps some other data (sorry, I do not have it in front of me). When saving the document, the system will then automatically add lines for setting to zero (or reducing) asset value and accummulated depreciation against gain/loss from sale (or revenue vs cost), as per your AA configuration. Is this what you want?
    If not, then check if you have the correct field status assigned to the account (in trans. FS03, tab "Create / bank / interest").
    Good luck!

  • How to handle user preference which has "_" and " " in the name

    Hi Experts,
    I have a question how to handle value which has like "_" and "space" etc in user preference.
    If setting "a_b-c d", I could not retrieve this because it's escaped in database.
    So this code can't get value even though I can set it.
    Is there any restriction of name? Is there any documentation how to code user prefernece which has non alphabet and number in the name?
    I know it's possible to handle the data like adding escaped data. But I don't think this is the best way to retrieve the data. Because nobody confirm it's not problem in the future.
    Could you tell me the best way to get these user preference?
    Thanks in advance,
    Masaaki Tada
    Here is a sample.
    <%@ page contentType="text/html;charset=Shift_JIS" %><%@ page language="java" import="com.plumtree.remote.portlet.*, com.plumtree.remote.prc.*, java.util.*" %>
    <%
    /** * UserInfo - Simple Page * Display User Information*/
    // VariablesIPortletContext oPortletContext = null;IPortletRequest oPortletRequest = null;IPortletUser oPortletUser = null;IPortletResponse oPortletResponse = null;IRemoteSession s;IUserManager oUser;
    /* Get Portlet Objects */
    try{oPortletContext = PortletContextFactory.createPortletContext(request, response);oPortletRequest = oPortletContext.getRequest();oPortletUser = oPortletContext.getUser();oPortletResponse = oPortletContext.getResponse();} catch (Exception e) {oPortletContext = null;oPortletRequest = null;oPortletUser = null;oPortletResponse = null;}
    String val = oPortletRequest.getSettingValue( SettingType.User, "a_b-c d" );String hoe = oPortletRequest.getSettingValue( SettingType.User, "abcd" );out.println( "a_b-c d: " + val );out.println( "abcd : " + hoe );
    oPortletResponse.setSettingValue( SettingType.User, "a_b-c d", "aiueo" );oPortletResponse.setSettingValue( SettingType.User, "abcd", "bbbb" );%>

    Plumtree recommends that user preference names have only alphanumeric characters in them (a-z, A-Z, 0-9). Any non-alphanumeric characters will be encoded by the EDK.
    I strongly suggest that you change your user pref name to something that's alphanumeric. However, if that is not possible, you can use the following workaround: in the web service editor, enter the encoded name for the user pref. There are several ways to get the encoded name.
    One way is to encode the pref manually, yourself. Plumtree uses the %u encoded format: each non alphanumeric character is converted into %uxxxx, where xxxx is the Unicode representation of the character. For all ASCII characters, just look at the ASCII hex chart. For example, character "-" has a hex value of 2d. So, a preference name "jane_pref" would be encoded to "jane%u002dpref", and you'd enter the latter value on the preferences page in the web service editor.
    The other way to find out the encoded value is to set a preference programmatically and use the HTTP tunnel tool to look at HTTP traffic between the portal server and remote server. The remote server will be sending a HTTP header to the portal server (the header name will probably be CSP-User-Pref) and inside the header you should see the pref name, encoded with %u. Just copy it out of there and into the web service editor.
    Hope this helps,
    Jane

  • In oneasset class i have created 2 assets by using of aso1 after that i acquired one asset for that i run the depreciation for first 5 periods, it has been showing depreciation for those period but if i am trying to run the depreciation for second asset i

    in on asset class i have created 2 assets by using of aso1 after that i acquired one asset for that i run the depreciation for first 5 periods, it has been showing depreciation for those period but if i am trying to run the depreciation for second asset it is not showing first 5 periods why it is not showing? Is there any reason?

    Hi
    Repeat run you can do only for the last depreciation period. For the asset which you are tryin to post depreciation from July to Jan, please check the asset value date which you have given while posting the transactions or in the asset master.
    If the asset value date is in July, then deprecaition from July - Jan will get posted in the current month depreciation in total. You will not be able to post depreciation individually month wise using AFAB.
    REgards
    Malathi

  • Need a help to write up the asset value(Land) which is not depreciated

    Hi Experts,
    My client want to write up the asset values(Land value) from 500000 to 750000. But this asset is not having any accumulated dep.
    to write up the vlaues.
    please could some one suggest how can we write up the values which are not having the accumulated dep.
    i tried through tcode ABZU but i am getting the below error.
    You cannot post write-ups
    Message no. AA402
    Diagnosis
    None of the areas to be posted in accordance with the transaction type entered manages one of the depreciation types entered or cumulative values.
    Procedure
    Check the transaction type.
    please could some one help on this.
    Thanks in advance.
    Regards,
    Venkat

    Hi Paul,
    Thanks for your valuable inputs.
    As per second option my client is not configured the Revaluation of assests, hence this is not applicable.
    Then as per your first option we can go ahed on this.
    Please could you suggest me which t code is most suitable for the manual posting.
    Thanks & Regards,
    Venkat

Maybe you are looking for

  • Hard Drive detects imminent failure

    Please can anyone help. i have a compaq 6735s lap top which is about  months ols. Today when i switch on I have a black screen with the following message: 1720-SMART hard drive detects imminent failure. What should i do now

  • Need help restoring from a SilverKeeper .sparseimage file

    Before upgrading a MacBook from Leopard to Snow Leopard I used SilverKeeper to backup the hard drive, sending the data to a .sparseimage file. I'm now trying to restore - or expand/extract - the .sparseimage file to an external hard drive so I can mo

  • Every Ipod Error Under the Sun?!

    My white 30gb 5th generation (5G) ipod video will not restore period. It was working FINE in teh beginging then songs started freezing in ipod playback (not itunes) and restore would always fix it UNTIL restore stopped solving the problem and making

  • Consistency check error 38011: Logical tables from multiple subject areas..

    I received multiple 38011 errors when performing a consistency check after merging repositories: For example: Logical tables from multiple subject areas associated, OHRP and Enterprise Warehouse (OHRP and Enterprise Warehouse refer to different busin

  • Creating placeholder boxes for images?

    I'm trying to work on a newsletter idea for someone, but I'm running into a small, but big issue with Pages. In InDesign, I can create an image box, size it, then place the image later. Have I missed something, or does Pages lack this capability? I'm