CO - After cost revaluation is it possible to see its original value?

Hi SAP consultants !
After cost revaluation is it possible to see both: the new cost (revaluated) and its prior value (before revaluation)? Despite I think it is not possible I searched for such information in some tables (COEJT, COEJL,  COEPL, and others) but find nothing.
Thank you all,
Naej
Edited by: Naej on Sep 20, 2010 5:45 PM

Eli, Matej thanks for your input. My question is pretty much answered as for as CO-CCA is concerned, in that it cannot be done.
As for this requirement, I have decided to go another route in entering customer forecast data by using CO-PA. Entry of customer forecast data via SD schedule line (with MRP turned off) and having that data transferred to CO-PA.
Thanks again,
Ken

Similar Messages

  • Repleting a value to its original value after depletion

    In my class I have:
    public int charge;This holds a value which set by me in the constructor when I instantiate the class in main(). This value represents a battery, and the value I give it at the start of my test represents a full battery. As the code runs, the value of charge is depleted incrementally (charge--). When charge equals 0, it requests the Charger class to "recharge" the battery and restore the charge to its value, which I assigned to it at the beginning.
    In my test, I will instantiate the class with the charge several different times, and I will assign each object's charge a different value since all batteries are not made equal and some last longer than others. However, what I am stuck with is figuring out how to use the recharge() method I have in my Charger class to completely restore the battery instantly (and not incrementally as it was depleted). Any ideas on what the recharge() method should look like?

    In your code you have:
    Charger charger;Later on you try to use charger. This should give you a null reference error, not a syntax error. If you have charger created someplace else, that statement overrides its declaration in the external scope and creates a local variable to hold a reference. You do not initialize that variable with any reference to an external object, nor create one in the scope.
    My way of thinking you need 3 classes:
    1 - Battery
    2 - Charger
    3 - Device (to use the Battery or consume the charge).
    The Battery will need to be used by the other 2 classes, as such, you need to be able to pass a reference of Battery to those. To do that you need your methods to accept a reference to Battery. This will make your Charger and Device classes able to work on all of your Battery objects.
    public void recharge(Battery b){
      b.currentCharge = b.maxCharge;
    public void useEnergy(Battery b){
      b.currentCharge -= 3; //some drain amount, I arbitrarily chose 3.
      if(b.currentCharge<0) b.currentCharge = 0;
    }

  • Calculation of Depreciation on Net Book Value after posting Revaluation on

    How to calculate the depreciation on Net book value after posting Balance sheet revaluation ABAW? The depreciation is been calculated on APC and not on NBV, as the APC of asset has been revalued after the revalution posting, ideally the next period depreciation should be calculating on the new NBV, but the system is not doing this. Is there any specific configuration that Iam missing here.
    Kindly Reply.
    Jyoti

    The forum [FPM - General|Enterprise Performance Management (SAP EPM); in which you originally posted your question deals mainly with the financial performance applications otherwise known as Enterprise Performance Management (EPM) carrying the BusinessObjects brand.   Your question pertains to SAP [ERP Financials - Asset Accounting|SAP ERP Financials  - Asset Accounting; which is covered by another forum.  Therefore your message has been moved.  Please adjust any bookmarks you might have and post to the appropriate area in the future, that way you are assured you will have the right audience reading your posts.
    Thanks and best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP Labs, LLC
    BusinessObjects Division
    Americas Customer Solutions Adoption (CSA) team

  • Not able to change company code in CNMASS after cost planning/Budgeting

    Hi experts,
    After cost planning in my project, i was trying to change company code through CNMASS,
    but system is not allowing me to do that.
    Is there any notes/alternate solution, through which i can change the company code after cost planning or budgeting.
    Thnx in adv.
    Redards
    Ashis

    Ashis,
    Company code is not changeable once planning, actuals, commitments or budget values exist. This is independent of the trx you use to change it: it will not be able in CNMASS, in CJ20N etc...
    You need to undo any postings before changing the company code.
    Hope this helps
    Martina

  • Budget Updation (commitment,actual) after cost transfer

    Hi  Gurus
    we are going to start one project by next month.For that we are finalizing wbs element etc.this project will be in separate plant.
    but initial expenses like land acquisition,statutory expenses are already booked against cost center.now we want to transfer the cost in cost center in to wbs elements.I know this can be done via KB11N. But the problem is when i am transferring cost budget details in CJ31 are not updating.means there is no effect in budget (commitment,actual,assigned)
    My client wants to update commitment,actual in CJ30 after cost transfer from cost center to WBS
    Can anyone help me on this?
    Thanks in advance.
    Regards
    Haran.

    Hi Hari,
    The expenses transferred to WBSE will be in the form of actuals which can be seen in "Assigned" tab of txn. CJ30.
    As per my understanding costing is already carried out in your project & you have used it for budget generation & these actuals were not a part of earlier costing then you can manually update the project cost & copy it again as budget in CJ30.
    I hope it will help.

  • Depreciation forecast after Asset revalution with AR29N inconsistent

    There is a need to revalue assets on a certain date in the current
    fiscal year. We did all the steps necessary to carry out revaluation
    using Transaction AR29N, using the "new valuation of an asset"
    function. After the reval the asset master was updated with the new Depreciation key and new useful life/dep start date.
    SAP calculated the forecasted depreciation incorrectly in the
    first few attempts, but after some testing it worked fine and we posted
    periodic depreciation. This worked as expected. Using the same settings
    in the same company code a new asset was revalued with a new value
    date. The problem has returned although nothing was changed in the
    system, The fore casted depreciation does not make sense.
    Examples:
    1. Asset Original Value at FY start - $100 with a planned dep of $1 for
    the remaining useful life. Depreciation for 4th FP posted. Asset revalued
    with a value date corresponding to FYP 04/2011. Revalued at $1200 with
    new useful life of 24 months and new Dep start date corresponding to
    start FYP 03. Expected depreciation PM is $50. This scenarion worked
    fine.
    2. Asset Original Value at FY start - $100 with a planned dep of $1 for
    the remaining useful life. Depreciation for 4 FP posted. Asset revalued
    with a value date corresponding to FYP 05/2011. Revalued at $2400 with
    new useful life of 24 months and new Dep start date corresponding to
    start FYP 03. Expected depreciation PM is $100. SAP shows forecasted
    monthly depreciation of $108 per month

    Hi Manish,
    Are revaluated values appearing correctly in asset explorer (AW01N) both APC and depreciation.
    If no then I would suggest to run AFAR for recalculate depreciation.
    Thanks!!!
    Murlidhar Khatri

  • After implementing EHP3, is it possible to close/open MM posting period at

    Hi,
    After implementing EHP3, is it possible to close/open MM posting period at segment level ? Do you people have any idea?
    Is there any way to close/open MM posting period at a level lower than company code?
    Regards,
    Jayant

    No, the period is at company code level. This is same as FI.

  • After costing in house valuation type is not updating

    Dear all,
       I done split valuation for  material .I maintained 3 valuation types inhouse/ext/ext subcon.
      I done the procurement in 3 ways.After running the costing valuation for inhouse is not updating.
    Pls guide me how it will update after costing.
    Thanks & Regards
    Vr

    close
    ans : seleme has to run

  • How can we delete the request after compression? is it possible ?if so how?

    how can we delete the request after compression? is it possible ?if so how?

    Hi,
    You basically have 3 options:
    1. Use selective deletion and delete the error records.
    2. Do reverse posting and negate the error records.
    3. This is my preference. Delete all the data from the cube. RSA1 -> cube -> right click -> delete data -> choose "fact and dim" from pop-up. Now reconstruct all the requests that you need i.e ignore the error request. But before all this make sure you have the PSAs for all the request.
    Bye
    Dinesh

  • Is it possible to change the asset value after depreciation posted for 4 months

    Hi
    Is it possible to change the asset value from 50000 to 60000 after posting the depreciation for 4 months.
    If it is possible kindly share the process..
    Thanks
    Srikanth KVS

    1. In the explorer page, settings dialog, you can change the display format to show only name.
    2. We cannot use other freeform attribute as DisplayFormat, rather than Code Name. So there are 2 option here:
    a. Remove HierarchyName attribute and just use Name attribute. In the next release, we will allow give Name, Code attribute a displayname, so you can give Name display name as "HierarchyName" in the SQL Vnext release.
    b. Make a Business Rule to update Name when HierarchyName is changed.

  • After trying all kind of possible solutions Itunes cannot connect to the store. Windows 7

    after trying all kind of possible solutions Itunes cannot connect to the store. Windows 7

    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • Order confirmation after cost release

    Hi,
    Currently we have confirmed the order after cost release of that material,
    Our requirement is that production order should not confirmed before cost release of that particular material.
    Regards,
    Devendra

    Dear Devendra,
    Check these threads,
    Re: Blocking the conversion of Planned orders to Production orders  before mate
    Re: Process Order Creation without Standard Cost
    Re: error msg if  no standard cost present  for  Production order target cost
    Regards
    Mangalraj.S

  • I have a iMac 21,5" Intel mid 2011 and I need to know if is possible I change the original 500Gb HD for a 512Gb SSD? If yes, where I find a tutorial about this? Thanks a lot and best regards all.

    Hi people,
    I'm typing from Brasil, sorry my English.
    I have a iMac 21,5" Intel mid 2011 and I need to know if is possible I change the original 500Gb HD for a 512Gb SSD?
    I intend to keep the original DVD driver and install the SSD in the same HD place.
    If yes, where I find a tutorial about this?
    And I will like to know if the 512GB Solid-State Drive Kit for Mac Pro is compatible with iMac.
    http://store.apple.com/us/product/MC731ZM/A/512gb-solid-state-drive-kit-for-mac- pro?fnode=5f
    What brand and model of SSD do you recommend?
    Thanks a lot for now and best regards all.
    Carlos Sgrillo
    Porto Alegre, RS, Brasil

    Tukaine
    Sep 23, 2012 10:59 PM
    Since the late 2009 iMacs came out, replacing the hard drive has caused the internal Hard Drive Fan to start running at around 6000RPM.
    This is due to Apple replacing the external Hard Drive temperature sensor with a proprietary firmware and using the drives internal sensor.
    Replacement drives do not contain the firmware to deliver temperature data on the temperature sensor cable.
    When the iMac does not receive a good signal from the hard drive it puts the fan at full speed to protect the drive.
    If you replace your drive, your iMac will initially seem fine, but soon the fan will begin to speed up to full speed. Resetting the SMC (System Management Controller) will have a temporary effect, but again the fan will speed up.
    Fixes people have used in the past included:
    Using smcFanControl and the terminal to set a MAX speed for the fan and writing scripts to start this after every sleep/restart.
    Shorting the temperature sensor cable (Not a possibility on 2011 iMacs) this tricks the iMac into thinking the drives temperature is very low, hence slow fan speed.
    Both these fixes are less then perfect and leave the drive in a dangerous situation with no protection from overheating.
    Another option people try is other Fan Control software. These programs will not work for this particular issue as they often only control the base speed, and if they do control the fans actual speed they rely on the temperature reported by the sensor which is now incorrect.
    HDD Fan Control
    HDD Fan Control works to fix this issue by reading the drives internal temperature using the S.M.A.R.T protocol and set the fans actual speed to a value good to protect the drive.
    It runs at startup and continually to always control the fan correctly, prevent the loud fan noise and protect the drive from overheating
    Instead of HDDFan Control, get the free SSDFan Control
    http://exirion.net/ssdfanctrl/

  • Is it possible to see photos in folders on N95?

    Hi
    is it possible to see photos in folders on N95?
    I see that the Gallery in N95 just shows all my photos in a "endless "row"
    when I take photos with my Nokia N95 I like to put them into different folders to separate and sort them
    its a nice way to keep kontrol over my photos.
    in my Nokia 6630 I could make folder and put some picture into different folders
    For example holiday photos in "england holiday" folder and car photos in another folder?
    any ideas?

    okay.
    thank you for taking time to answer me.
    I see that possibility but find it wery useless
    If I start making "albums" and assign my photos there it will show up nice on mye gallery. thats right
    the problem is that the "album" is only a "virtual folder". that means that after 3 month of picturetaking I will have a nice system of albums but the actual folder that the pictures are in ar different.
    that means I acutally need to sort and organize my pictures one second time after I transfer them to my computer...
    double work.
    i find it strange that Nokia that invented this nice phone dont have this sollution.
    they had in the 6630.

  • Is it possible to see the iCloud Drive folder from my iPhone?

    Hello,
    Is it possible to see the iCloud drive folder on iOS 8 just as it is in iCloud and my Mac?
    Lets say something like the following:
    ios-8-icloud-drive.png

    Well you can consider this as well:
    Considering or moving right now to iCloud Drive? Please check the following facts to avoid my terrible experience:
    First of all it is not as easy as Apple Says: "Store your files in iCloud and access all them anytime on all your devices" - Lies.
    1) There is no standalone app for iCloud drive on iOS so you will not be able to access all your files from your iDevices only the ones you created with iWork.
    2) Even if you upgrade your space to 1 or 2 TB you will have storage limitation because you can upload what you Mac can storage, in a few words it is a mirror not an online hards disk.
    3) NO photos nor  videos in  iCloud, it doesn't matter how space you get you will not have access to them on the web, and not date has been confirmed for this promised feature.
    4) You will get many dumb folders in the iCloud drive even dumb iWork copies of your documents.
    5) Many unexpected errors will be waiting for your data, like the one I got when all my local copies of all my files ( any type) just disappeared and got a simple icon with the message Not Downloaded like if there were not before in the Mac. Apple open a ticket for this issue after many hours int he phone.
    6) Apple support is not well trained to handle issues related to the new services like this, you can call and ask simple questions and will be on hold a lot of time to while they figure out what to tell you. Try it.
    7) At the end you will cancel the service and go back to your previos cloud service ( just like me with Dropbox) and uploading all your files to it.
    8) If need more reasons just let me know and I will give you more to convince you that iCloud Drive will "drive you mad".

Maybe you are looking for

  • Blu-ray problems

    I have had a samsung for the past 3 years and previously I was able to play blu-rays but suddenly today I cant. It won't even recognize that there is anything in the disk drive. all it does is start it's whirring sound like any time but then just die

  • Pruning on subpartition not occurs

    Hello I have a little problem of performance on a query that seems for me simple SELECT /*+ no_parallel (dwh_ind_ca_marge) use_nl(dwh_ind_ca_marge) */ FROM dwh_ind_ca_marge, dwh_ag ag, dwh_ag com WHERE com.pk_id_ag = ag.id_ag_com AND fk_id_ag = ag.pk

  • Generic Delta: Init, Full Upload and Deltas...

    Dear All, Last week on 10.04.2014 I've created "Generic DataSource with Generic Delta" and used CalDay as Delta-Specific Field and lower limit kept to blank and upper limit to 1. On 11.04.2014 I've initialized the Delta with Data Transfer using Proce

  • "invalid destination address" sending mms

    Whenever I try to send a picture message (or any sort of MMS really), it says "pending" for a few seconds then says "sending" and after a few more seconds it finally says the message failed and a note pops up that says "invalid destination address" N

  • How can i retrieve my passcode for restrictions if i forgot it

    need help to retrieve passcode for restrictions