Add Cost to Asset

What are the per-requisites inorder to add cost/cost adjust to an existing assets?

Hi,
Can you please provide more details on what exact steps you have followed? The following steps need to be performed:
1. Prepare the asset line in mass additions, click on the 'Add to Asset' button.
2. Select the existing asset that is capitalized, to which cost needs to be added.
3. Enter all other required and optional details for the new cost line.
4. Change the asset line status to 'Post'
5. Run post mass additions program to complete the cost addition process.
To check if the cost has been successfully added, query the original asset in the transactions window. You should be able to see the new cost line under sources.
Regards,
Udit

Similar Messages

  • Is it possible to add a new Asset type in OER

    Hi,
    I need to know whether it is possible for me to manually add a custom asset type to the already existing list of Asset types in OER.
    There is no specific asset type for BPA. I need to create an asset type for BPA.. Any suggestions would be helpful.
    Thanks.

    Thank you Lalbuque for your reply..
    I have found the solution myself..
    It can be done from "Asset Editor" Application.
    Actions menu -> Manage Types . A new Application "Type Manager" opens. Click on File -> New option and we can create our own asset types..

  • Capitalize borrowing costs to asset under construction u2013 IAS23

    Dear experts,
    According to IAS 23 we are required to calculate interest on capital invested in an asset under construction.
    Borrowing costs that are directly attributable to the acquisition, construction or production of a qualifying asset form part of the cost of that asset. Where funds are borrowed specifically, costs eligible for capitalization are the actual costs incurred less any income earned on the temporary investment of such borrowings. Where funds are part of a general pool, the eligible amount is determined by applying a capitalization rate to the expenditure on that asset. The capitalization rate will be the weighted average of the borrowing costs applicable to the general pool. The amount of borrowing costs that an entity capitalizes during a period shall not exceed the amount of borrowing costs it incurred during that period.
    Detail scenario
    The construction of a qualifying asset is controlled by an investment measures that are managed as projects - WBS elements and settled to an asset under construction periodically.  The calculated interest shall update only the determine depreciation area set on the interest profile (OPIB).
    The borrowing operations are managed by money market transaction on TRM (Prod. Category  550  Interest rate instrument).
    Using the interest calculation function (CJZ2 - Individual Processing or CJZ1 - Collective Processing) we encountered several problems/ restrictions.
    1 u2013 When funds are borrowed specifically to a qualifying asset for example, an interest rate instrument as a money market transaction on TRM should be capitalized according to the actual incurred borrowing cost and not by a capitalization rate. How to assign the value to the WBS element?
    2 u2013 When funds are part of a general  pool, although we can calculate and update the effective interest rate for each borrowing transaction (TMEZ) how to determine the weighted average capitalization rate by company code and define it on the Reference Interest Rates (OBAC) to be used in the interest calculation?
    3 u2013 Even if the capitalization rate is defined and updated manually in the reference interest rate for the interest calculation, how to limit the amount of borrowing costs that will be capitalized during the period? The calculated interest in period shall not exceed the amount of borrowing costs it incurred during that period.
    Is there any other functionality to support interest calculation and capitalization of borrowing costs to asset under construction according to IAS23 requirements?
    Please advice.

    Hi,
    The interest rates for capitalization and for appropriation can be collected in separate cost centers and apportioned to WBS . If you incur interests at the group level,then using accrual apportion the relevant portion to the respective C/Codes.
    For arriving the weighted average i assume you take the planned interest.For restricting the planned to the actual ones use the " Budget Manager" functionality,give the actual value,set zero tolerance.This will help restricting  to the actuals.
    Hope this helps.
    Regards
    Ramesh

  • Add cost centre field in va02

    Dear friends,
    How to add cost centre  fields in transaction va02 on screen? is it possible using user-exit?
    or is there any steps to create user-exit?
    Thanks,
    regards,
    Vishal Bhagwat.

    Hi Vishal,
    Your requirement could be implemented using a user-exit:
    Hope the below  reply helps:
    Transaction Code - VA02 Change Sales Order
    Exit Name Description
    SDTRM001 Reschedule schedule lines without a new ATP check
    V45A0001 Determine alternative materials for product selection
    V45A0002 Predefine sold-to party in sales document
    V45A0003 Collector for customer function modulpool MV45A
    V45A0004 Copy packing proposal
    V45E0001 Update the purchase order from the sales order
    V45E0002 Data transfer in procurement elements (PRreq., assembly)
    V45L0001 SD component supplier processing (customer enhancements)
    V45P0001 SD customer function for cross-company code sales
    V45S0001 Update sales document from configuration
    V45S0003 MRP-relevance for incomplete configuration
    V45S0004 Effectivity type in sales order
    V45W0001 SD Service Management: Forward Contract Data to Item
    V46H0001 SD Customer functions for resource-related billing
    V60F0001 SD Billing plan (customer enhancement) diff. to billing plan
    No of Exits: 15
    USER EXIT
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    http://www.sap-img.com/ab038.htm
    http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html
    Kindly Award Points If You Find The Reply Helpful.
    Cheers,
    Chaitanya.

  • How can I add a library asset to a specific master spread?

    Hello! I am new to the forums and rather new to javascript as it relates to indesign so I apologize if this is rudimentary.
    I am building a script that automates new document creation for our company and have run into a problem with placing library assets.
    I want to add a library asset to a specific master page by name, but I cannot find a way to do this.
    I can get assets to place into my document with this:
                var t = app.libraries.item(0);
                var libTapeStrip= t.assets.itemByName('Tape Strip');
                var myTapeStrip = libTapeStrip.placeAsset(myDocument);
    However, the asset is being placed on a master spread that I had previously added to the document. It seems to be the active or front most spread because when the script is complete and I create a new window that spread is what is displayed with the asset on it.
    I would like to place the asset on another master spread, but placeAsset() only accepts documents and text boxes. I have also looked on a way to bring the master spread I want to the front, but cannot find this either.
    If anyone can lead me in the right direction I would appreciate it!!
    Thanks,
    Ben

    @Benjamin – You could make the spread (or the page) where you want to place that asset the "activeSpread" or "activePage", place the asset and then go back to the old active one.
    Something like this:
    (Here I assume that you want to place your asset on a master spread named "A-Master" and the asset is the first in the one and only library file that is open.)
    var myDocument = app.documents[0];
    var myMaster = app.documents[0].masterSpreads.itemByName("A-Master");
    var myLibrary = app.libraries[0];
    var myAsset = myLibrary.assets[0];
    var myOLDActiveSpread = myDocument.windows[0].activeSpread;
    myDocument.windows[0].activeSpread = myMaster;
    myAsset.placeAsset(myDocument);
    myDocument.windows[0].activeSpread = myOLDActiveSpread;
    Uwe
    Message was edited by: Laubender
    Message was edited by: Laubender [Nothing edited in the code.]

  • Add Cost Center

    How can i add a cost center in Zenworks?
    I dont want to use the collection data form.
    I want to add cost center to a dynamic workstation group. Seems impossible.
    If i add it to a group in Edirectory. Will Zenworks read that attribute?

    frigge,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Ke85 Add Cost Center Characteristic Value

    Hi Report Painter Expert,
    I m facing problem in KE80 report , every cost center assign with profit Center, but Sustaining cost i.e HR Cost center, Finance Cost Center, IT Cost Center and Marketing Cost Center should be display in front of Sustaining  cost , we cannot assign Profit Center . so kindly tell me where we have add the Cost Center Characteristic available in KE85.  lot of Component is there like Profit center, Account Number , but we want add Cost Center in Ke85, there is no Cost center available in KE85.
    Note : Till now we have not activated NEW GL and Document splitting. FYI.
    we are working on Classical GL.
    Yr Quick action will be highly appreciated.
    Kind regards
    Pranav Kr. Gupta
    SAP FICO Consultant.

    Hi
    In ke85 you can't get CC as far as I know. In new gl, you get both of them in same tables
    In classical PCs its not possible unless you define your own totals table with both cc and PC and then build report based on that. That's a huge effort
    Br. Ajay M

  • Gather all cost for asset under construction

    Hi everybody
    Please tell me the way to gather all cost for asset under construction. You can detail as good as possible.
    Thanks so much
    Ngocpt

    Dear Ngocpt,
    Internal order is functionality from CO. U can use it for the purpose of collating all the cost. U can also do cost planning in internal orders. This helps u to analyse bet planned & actual cost.
    Create IO thru KO01. Once created use it in ur transactions. In your case u can use it in posting any document to AUC.
    Also as I mentioned in my previous post that IO can posted with real values and statis tical values. If you want to post statistical vales only then check the box statis tical order in control data.
    Whenever passing an entry put ur IO number in "order" field.
    Hope this is of use to u.
    Regards,
    Ajay

  • When I add a quicktime asset directly to my DVD SP project it does not automatically encode to be DVD cmpliant. Says incompatible asset. Any ideas?

    When I add a quicktime asset directly to my DVD SP project it does not automatically encode to be DVD cmpliant. Says incompatible asset. Any ideas?

    You use the term "QuickTime Asset" like it means something.  QuickTime is just a container ... a QuickTime file could be made from any number of codecs, many of which are not compatible with DVD Studio Pro.
    What codec is the file you're trying to import?  Have you considered using Compressor to encode it to the proper format?
    -DH

  • Delivery cost in asset PO

    Hi all,
    i am not able to post delivery cost of Asset PO in MIRO. Generally in posting the GR, the Freight acct. get debit and is nullified while posting Invoice with Freight clearing account.  However in Asset PO at the time of GR no acct. doc. gets generated and hence no posting is made to Freight acct. Due to which no entry is shown for Invoice against Del cost. Now how to solve the problem?
    Regards,
    Prashant

    Hi,
    If you have added freight conditions to the PO then they will be applied, if not at GR stage they will be available at MIRO stage. (I am guessing that the PO was set to a non-valuated GR and so the costs are only posted at MIRO stage).
    Have you tried posting the delivery costs at MIRO stage with reference to the PO (by changing the "goods/service items" to "Planned delivery costs" on the first screen of MIRO)?
    My suggestion only works if you use unplanned costs INSTEAD of freight conditions.
    Steve B

  • CK11N - how to add costs.

    Dear Experts,
    In the transaction CK11N, how can i add costs to a material which i am costing?
    E.g:
    I want to put $300 for (labor costs due some activity) in the price of the material.
    I need also the transactions that i have to go through to get it done.
    If somone has any documents that could help me up with this whole concept it will be really helpful.
    Thanks in advance.

    Hi Leandro,
    Standard Cost Estimate which we do for a Material in CK11N is based on the master data of BOM and ROUTING maintained for that material and other few factors.
    If you want to add the labour cost, you ideally should do it by way of crating an Activity Type and creating an Operation in Routing for that Product. Pls talk to your PP Consultant.
    Creation of Activity Type : KL01
    Planning of Activity Type in a Cost Center : KP26
    Cost Element Planning : KP06
    Activity Plan Price : KSPI
    Assign this Cost Center in the Work Center
    As Aparna suggested, If you are trying to use the concept of "Additive Costs" then use CK74N.
    Pls revert back for further explanation...
    Srikanth Munnaluri

  • Problems installing add-on Fixed Assets

    Hello All
    The process of creation of tables of the add-on " Fixed Assets " was interrupted and now it fails providing that it tries to resume.
    Since I can do that install again the process?

    Hi,
    Yes, I have always had issues initialising the Fixed Assets module. Typically, it will fail 2 or 3 times when creating the tables. Each time you can stop the add-on, restart it and say Yes to continue. Eventually it will create all the necessary tables and you can use the add-on. We've found this to take anything from 1 to 2 hours to complete per company.
    Kind Regards,
    Owen

  • About add cost for an item master

    Hi,
    I checked the DI about item master, I didn't find any way to add cost for a specific item or when I try to add a item master. Does anyone do this before?
    Thanks,
    Lan

    Hi Lan,
    You can add item price list only by that object. Item cost is controlled by system depending on your inventory valuation method.
    In another word, there is no option to add cost for an item master directly.
    Thanks,
    Gordon

  • Reduction of Cost for Asset.

    Hi experts,
    My client wants to reduce the cost of asset and re-run the depreciation run.
    i.e : They acquired the asset on Jan'2010  for $ 100000 and run the depreciation till Dec'2010. but now they observed that some additional cost wrongly posted to Asset costing $5000, now they want to reduce the asset by $5000 and re-run depreciation on amount $95000.  Please advise how to do the above scenario.
    They are following F.Y Jan-Dec.
    Please Advice,
    Regards,
    Sam.

    Hi Sam
    There are 2 options.. The 1st option is simpler
    1. You posted excess amount of 5000.. Suppose your rate of dep was 10%.. So, this excess amount already got depreciated by 500 between Jan-Dec 2010... If you post an unplanned dep of 4500, you can get rid of this amount of 5000 completely
    2. 2nd Option is to do an adhoc posting from ABSO for 5000 and re-execute AFAB for Dec 2010 in Repeat mode
    a. Go to ABSO :
    Select Trans type 101 -
    Posting dat = 31.12.2010
    Select the Asset -
    Enter Off setting account as the expense GL account which was wrongly capitalized on the asset -
    Amount = 5000$
    b. Now execute AFAB with REPEAT option, provided your last fiscal in AA is open.. if not, undo the fiscal year closing from OAAQ
    c. the differential depreciation would be posted in the month of Dec 2010
    BR,Ajay M

  • Add costing to SIT

    Hello, during our oracle implementation, the consultants we hired created a travel form (which includes the cost of ticket e.t.c) as a Special Information Type. Because of this, the travel form can be accessed through the Employee Self Service responsibility. But now we want to be able to map the cost of ticket in this SIT into the General Ledger. How possible is it to add costing to an application created using an SIT so that we can transfer it to the General Ledger? Any guides or tutorials that can help?
    Thanks

    I doubt whether the Database Items are available for SITs. You can try the following solution.
    1. Create an Element for Travel Cost (make the element costed at Link Level).
    2. Create a Formula Function which returns the Travel Cost from SIT (if DB Item does not exist).
    3. Write a formula (call the above created Formula Function / DB Item to get the Travel Cost) and return the value to the above element using Formula Results.
    4. When you run Costing process and then Transfer to GL process, the value would be transferred to GL.
    Hope this helps.
    Thanks,
    Sharath

Maybe you are looking for