Updating description of an existing costcenter

Currently I'm experiencing a problem with BAPI_COSTCENTER_CHANGEMULTIPLE, if I try to use this BAPI to change data of an existing costcenter I get the error "Veldwijziging Valuta / Kostenplaats F9880320 niet mogelijk (er bestaan al bewegingsgegevens)", which more or less translates into"Fieldchange CostCenter F9880320 not possible (Movement data already exists).
Now all I want to change using this BAPI is the name and description of my costcenters. Could you please give me advise on how to do this?
Thanks in advance

Hi!
BAPIs are working like standard SAP transactions (mostly). If you can't change the cost center, because it has movement data, then you are not able to change it nor through KS02, nor with the BAPI. It is because of the validity periods of the cost center.
I think you have 2 choices:
- Cost centers are mostly valid in yearly periods, for example: 2006.01.01-2006.12.31-Cost center1, 2007.01.01-9999.12.31-Cost center 2. You might try to close the previous period, and open a new cost center with the right names in the new period.
- Direct table update (not nice, but if you want to update only the name, it might be useful). Check CSKT table.
Regards
Tamá

Similar Messages

  • App update descriptions no longer showing in iTunes 12.0.1

    Greetings,
    Since updating to Yosemite and iTunes 12.0.1.26, the app update descriptions do not show.
    Any app screen would look like this:
    Main file info is readable, but no text about the update.
    Others having the same issue?

    Same here - since updating to Yosemite (with iTunes 12.0.1.26).  I'm surprised it hasn't gotten patched yet.  I guess they're bundling several fixes before pushing out the first update to Yosemite.

  • ERROR: Updatable SQL Query already exists on page 20.

    Hello,
    I created a tabular form, then added a where clause and started getting the following error:
    Error in mru internal routine: ORA-20001: no data found in tabular form
    So I deleted all components of the tabular form (region, buttons, branches and process) and started building it again from scratch. This is a strategy that has worked for me a number of times in HTML DB. Unfortunately now I get the following error when trying to build a new tabular form:
    Updatable SQL Query already exists on page 20.You can only add one updatable SQL query per page. Select a different page.
    What is the logic that throws this error. I'm 99% convinced I've cleared the page of any updatable SQL, is there something on the application level I should also clear out?
    Thanks!

    Ignore this, problem solved. It seems I do have SQL reports that are marked as updatable even though they are just plain reports.
    Sorry.

  • [svn:bz-trunk] 20873: Update description of class deserialization validators functionality in example services-config .xml for BlazeDS/trunk.

    Revision: 20873
    Revision: 20873
    Author:   [email protected]
    Date:     2011-03-16 06:35:10 -0700 (Wed, 16 Mar 2011)
    Log Message:
    Update description of class deserialization validators functionality in example services-config.xml for BlazeDS/trunk.
    Checkintests: Not run. No code changes.
    Modified Paths:
        blazeds/trunk/resources/config/services-config.xml

    Thanks Carlo for your reply.
    I have read again the link and you are correct that in using the preferred command together with localhost under POTS dial-peer, I can now select which correct path to choose for my outbound calls. I'm just not very strong with dial-peer and translation rules at the moment.
    I will try this solution during the weekend and let you know. But it would have been better if there was a sample configuration for this option.

  • 0SD_C03 transfer rule and update rules do not exist in BI Content

    I am working on SAP BI 7.0 support level 16 and BI Content 703 support level 9.
    I am not finding these objects in BI Content for the Sales Overview Infocube  0SD_C03:
    Update Rules do not exist for 2LIS_11_VAKON,
    2LIS_11_VASCL, 2LIS_11_VASTH, 2LIS_11_VASTI, 2LIS_11_V_SCL,
    2LIS_11_V_SSL, 2LIS_12_VCSCL, 2LIS_13_VDKON.
    Transfer rule does not exist for
    2LIS_13_VDITM, but exists for all other DS.
    7 Transformations exist only for:
    2LIS_13_VDITM
    Can somone help me out with why this is so? Which datasources are to be used for 0SD_C03, 3.x or 7?
    This is an urgent requirement.
    Regards,
    Sony

    Most of the problem has gotten solved by our upgrading to BI Content level 17.
    The others, i made a direct mapping of some of the transfer rules manually.
    It is working fine now.
    Thanks for the replies.
    Sony

  • How long does google take to update descriptions etc?

    How long does e.g. google take to update descriptions etc?
    Thanks

    Few weeks for google and other big search engines. It's
    faster when you pay tham some cash.

  • Want to description of the existing query

    Hi experts,
    I want to change the description of the existing query but i don't want to change the technical name.
    Thanks in advance,
    Suneel...

    Suneel,
    Youc an chenge the description of the query in the Query designer itlself.. Just selct your query and go to change mode..
    Regards,
    Gattu

  • [svn:osmf:] 11973: Update description and image URL.

    Revision: 11973
    Revision: 11973
    Author:   [email protected]
    Date:     2009-11-18 21:50:34 -0800 (Wed, 18 Nov 2009)
    Log Message:
    Update description and image URL.
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/AllExamples.as

    I updated my query that populates my form with cfsets as follows:
    <cfif IsDefined("URL.ProductID")>
    <cfquery datasource="farmky" name="getProducts">
    SELECT CatalogGroup.ID AS CatalogGroup_ID,
           CatalogGroup.Group,
           Products.ProductID,
           Products.Manufacturer,
           Products.ManufacturerImage,
           Products.ProductTitle,
           Products.ProductImage,
           Products.ProductDescription,
           Products.Species,
           Products.CatalogGroup,
           Products.ProductType,
           ProductTypes.ID AS ProductTypes_ID,
           ProductTypes.ProductType AS ProductTypes_ProductType
    FROM ProductTypes INNER JOIN (CatalogGroup INNER JOIN Products ON CatalogGroup.ID = Products.CatalogGroup) ON ProductTypes.ID = Products.ProductType
    WHERE ProductID = #URL.ProductID#
    ORDER BY Products.ProductType, Products.ProductTitle
    </cfquery>
    <cfset ManufacturerImage = Trim(getProducts.ManufacturerImage)>
    <cfset ProductImage = Trim(getProducts.ProductImage)>
    <cfset Manufacturer = Trim(getProducts.Manufacturer)>
    <cfset ProductTitle = Trim(getProducts.ProductTitle)>
    <cfset ProductDescription = Trim(getProducts.ProductDescription)>
    <cfset Species = Trim(getProducts.Species)>
    <cfset CatalogGroup = Trim(getProducts.CatalogGroup)>
    <cfset ProductType = Trim(getProducts.ProductType)>
    </cfif>
    Now when I execute the form I get :
    Element PRODUCTID is undefined in FORM.
    This is the source code fromt the form prior to submission:
    <form action="update_product.cfm" method="post">
                <input type="hidden" name"ProductID" value="27" />
    etc.....

  • We bought a time capsule then the wifi has a problem since it does not identify the existing wireless network and it says that its need to have an update firmware. The existing firmware is 7.3.1, does it have an newest update firmware existing now?

    We bought a time capsule, 1TB, then the wifi has a problem since it does not identify the existing wireless network and it says that its need to have an update firmware. The existing firmware is 7.3.1, does it have an newest update firmware existing now? Does APPLE do not provide latest firmware for this item?

    How old is that Time Capsule?  The fact that it still have firmware 7.3.1 suggests that it's not the latest model.  The latest firmware available for my two-year-old model is version 7.5.2.  Apple does provide firmware updates.  You just have to let the Time Capsule download and install them.  Use AirPort Utility to do that.
    Regarding your Wi-Fi problem, please explain what you mean by "it does not identify the existing wireless network".
    By the way, you've been misled by poor field labeling on this forum into typing a large part of your message into the field intended for the subject.  In the future just type a short summary of your post into that field and type the whole message into the field below that.

  • How to update Elements value inside existing xml file

    Hi Gurus,
    Am somehow new to java and working on xml with java, i have a scenario where i want to update the elements of my existing xml file, i know its possible as i have posted one code on this forum which updates the values of the arrtibutes of existing xml file. Ref :
    http://forum.java.sun.com/thread.jsp?forum=34&thread=186091&start=15&range=15&hilite=false&q=
    But am not able to use the same code to update the vlaues of the attribute.
    if i have this xml file :
    <?xml version="1.0"?>
    <RootElement>
    <Transaction>
    <Task9>
    <TaskID>Task9</TaskID>
    <Description>My Test Case</Description>
    <Time>12/12/2004</Time>
    </Task9>
    </Transaction>
    <Transaction>
    <Task2>
    <TaskID>Task2</TaskID>
    <Description>Testing my xml</Description>
    <Time>12/12/2004</Time>
    </Task2>
    </Transaction>
    </RootElemen>
    Now i want to update teh </Description> and </Time> field using the code that i have given above in the link.
    If any one can help me ill really appreciate.

    The value of an element is stored in a child node of that element. For example, let's say that "e" references the node <Description> then:
    e.getFirstChild().getNodeValue() => "My Test Case"

  • Problems updating - 'playlists no longer exist'

    Something has happened to my ipod and it's not updating, the on-screen message reads 'The ipod cannot be updated because one or more of the itunes playlists selected to update no longer exists'.
    If anyone can help me solve this problem I'd really appreciate it, thanks.

    Hudgie, "iPod cannot sync because one or more playlist", 11:33pm Oct 9, 2004 CDT

  • IPod can not update, playlists no longer exist

    For some reason after downloading the newest version of iTunes (though it could have been from something I did) everytime I try to update my iPOD with the latest songs and playlists I get a message that reads "songs on the iPod XXXXX can not be updated because all of the playlists selected no longer exist."
    Anyone have any idea what I did? I even reset my iPod and that did not help so I have a 60GIG iPod with no music.

    This is what sometimes happens when you delete that special playlist that iTunes created for you:
    iPod cannot sync because one or more playlists no longer exist

  • Impact of Updating Customer Name in existing Open Sales Orders

    Hello,
    There's a requirement to update an existing Customer Name which we can very well do via API but what we tested the impact on :
    Sales Order in 'Entered status'
    Sales Order in 'Booked status'
    Sales Order in 'Shipped status'
    Sales Order in 'Closed status'
    Sales Order in 'Cancelled status'
    and the customer information was updated in all the above scenarios.
    The question/doubt I have is:
    1) Does the change in Customer Name has an impact in other modules like Service Contracts etc (In other words is the change reflected there automatically?)
    2) For an Sales Order in Shipped status with an Old customer Name and if we now change the customer name, will there be any impact in AR?
    To summarize will just changing the 'Customer Name' from 'Recievables' ensure that the change is flowed to all modules or is there a chance that somewhere in some module Customer Name is not in sync??
    Please come with suggestions/solutions/alternatives ...
    If you need any more information on this please let me know.
    Thanks in Advance!
    -Ajit

    Hi Jyoti,
    Thanx for the reply.
    You are correct, but for my question I am changing customer name at Recievables not in a Sales Order.
    When I change a Customer Name from Recievables it replaces all existing 'in-process' sales order with the new updated customer name(note that I am just updating the name thereby party_id etc columns remains the same...) in whatever Status it is.
    So my question was:
    1) Does the change in Customer Name has an impact in other modules like Service Contracts etc (In other words is the change reflected there automatically?)
    2) For an Sales Order in Shipped status with an Old customer Name and if we now change the customer name, will there be any impact in AR?
    To summarize will just changing the 'Customer Name' from 'Recievables' ensure that the change is flowed to all modules or is there a chance that somewhere in some module Customer Name is not in sync??
    Hope you got the point!
    Please provide your valuable inputs.
    Thanks,
    Ajit

  • App Store problem, appear an application update that does not exist applications

    I have an iMac 2.5 Ghz Intel Core I5 and operating system Mac OS X Version 10.7.3
    The problem is an application (Angry Birds) in my app store's update section that doesn't exist my installed applications.
    It has been seen update section for two months and that is created by an account which is not my account
    How can I remove this object from my app store's update section?
    <Edited by Host>

    Hi..
    Unfortunately, it sounds like you are the subject of pirated software.
    Follow Dahveed's help here >  app update available but not an app on...: Apple Support Communities
    You can report this to Apple using the email form here >  Apple - Support - Mac App Store - Contact Support

  • A/R invoice update error-Entry already exist in ado4

    Hi all,
       Currently I am using version  PL39 when i am trying to update my A/R invoice its giving following error  -This entry already exist in following table ado4[message 131-183].
    As per my knowledge ado4 is history table for A/R invoices.
             Kindly help me.. why this error is coming and how to resolve this error.
    Thanks in advance,
    Regards,
    Jitendra Sali

    Jitendra Sali,
    I would suggest you escalate this to SAP Support as you wait for an answer from this Forum.
    Suda

Maybe you are looking for

  • Using save_text to change long text of sales

    Hi All, I am trying edit the long text on sales order header using FM save_text , But it does not work , the fm is returning subrc  value 0 but the long text does nnot change i have also used commit_text . data td1 type thead . data : tdlin1 type tab

  • Distributed Current Budget shows incorrect value in P6 EPPM 8.3

    Hi All, I am new to P6 EPPM and i would like to understand "How Distributed Current Budget value is calcluated". Please find the below screen shot which shows the "Distributed current Budget" value is greater than total of Current Budget allocated fo

  • "Dynamic" Template/iViews possible?

    Hi, I have created a java WebDynpro application which uses ( via my own portal service ) the Rooms APIs and creates rooms. This works perfectly fine. During my little wizard, the user is able to choose a template for the room creation, similar to the

  • Get Contents From Copy

    When you copy something from a text editor on your computer(the System) what ever the editor may be(NotePad or WordPad or any IDE area the text is saved) and you want to paste it. How do I access that text or string so I can paste it into a Java appl

  • Photoshop cs3 Trial is not Working!

    Okay, I've downloaded the cs3 30 days trial. After installation, i launched it and it said 'problem with trial...a problem was encountered while trying to load the trial period for photoshop cs3.' What does this actually mean? What should i do?