How to change name of a Cost Center

Hi Experts,
I need to change the name of all cost centers on the client, im trying to do this on the KS02 transaction but dont let me, cause the Cost center name field is only displayed
what can i do? and in what transaction?
thanks in advance
regards,
Chris

Hi,
Goto T.code okeg and check  the field KTEXT as time based changeable field.
Hope this helps.
Thanks,
Vamsi

Similar Messages

  • How to change purchase order's cost center in batch

    Dear all :
    how to change purchase order's cost center in batch?

    Dear Manish :
    thanks so much for you reply.
    the filed which i wanted to change it's content is cost center (KOSTL) in table EKKN.
    i couldn't find it in this t-code when i select fields.

  • How to change company code in cost center master

    Hi,
    Can anyone throw me the light about how to change company code in cost center master? User make some mistake. They maintained wrong company code in cost center master and there are some transactions already posted to this cost center. I would appreciate all attention and point will be reqard. Thanks much
    Best Regards,
    Bird

    Hi,
    The cost center master data fields have time dependancy.  Following are the details of time dependancy.
    You can maintain master data for cost centers, cost elements, activity types, and business processes as time-based. Changes to any other time interval are possible at any given time. Data storage is also time-based. In this way, you can store multiple database records for a master data record, each holding different information.
    The time-based dependencies are determined by SAP and cannot be changed. The following dependencies are possible:
    Not time-based
    Day-based
    Period-based
    Fiscal Year-based
    Cost Center's company code field's time based dependancy is Fisal Year Based and hence, the company code can be changed on cost center only on new fiscal year.  And hence, system will not allow changing company code on cost center master data until new fiscal year if transactions are posted to the cost center.
    You may have to think of work around :
    1) Create new cost center with correct co code
    2) Repost the cost posted to old cost center (with wrong co code) to the new cost center.
    Explore the possibility of this work around on your system with the key user and then see whether this option works out.
    Hope this helps.  Pls. assign points if this is helpful.
    Regards,
    Chirag

  • How to change Functional area in cost center master

    Dear Guru,
    As required, i have to change the Functional area in cost center master data.
    SAP Warning Message :
    Transaction data exists; note long text
    Note
    A change of the functional area can lead to inconsistencies when reversing documents.
    If documents are reversed after the functional area has been changed, in some cases,
    the reversal document may be posted with the new functional area.
    My question is how to change the new functional area to the old one after reversing documents.
    We aren't using Special Purpose Ledger . Please Help me, thanks.

    Hi
    For the transactions already posted you will not be able to change the Functional Area. Also if those documents are getting reversed now after the change, the reversal document will get posted to the new Functional Area only.
    For all those documents which gets reversed after the change, you need to pass FI journal entry by changing the Functional area in the journal entry and not in the Cost Center Master
    Regards,
    Lakshmanan Krishnan

  • How to block or delete a Cost center

    Dear expets ,
                        how to block or delete a Cost center.
    regards
    rajakarthik

    Hello,
    How can i do to delete the input that the cost center receive it? ineed to do this .....because....
    i needed to complete transaction okeon , but it showed  me a message " society have duplicity" . Because of  putting it  duplicated cost center. And this cost center already has input values.
    Thanks....
    Elida.
    Argentina, tucuman

  • HT1326 How to change to a different Game Center account

    How to Change to a different Game Center account

    It will only effect GameCenter. It will not effect other apps and things on the iPod.
    You can change the account you are signed into by:
    iOS: Tap Settings > Game Center.
    OS X: Click the Me tab in the Game Center app and click on your Account.
    Note: Please note each Apple ID has its own associated scores, achievements, and friends.
    http://support.apple.com/kb/HT4314

  • Can we change the date of cost center

    Can we change the date of cost center with we have already created????????

    Hi Shivika
    Changing a date can mean many things.. Example - You created a CC from 01.01.2014 to 31.12.2015
    If you want to have the Validity from 01.01.2013 now, create the CC from 01.01.2013 to 31,.12.2013 from KS01
    If you want to extend the validity till 31.12.9999, again do the same.. KS01 -> Create from 01.01.2016 to 31.12.9999
    If you want to shorten the validity i.e. say, You want the CC to be valid from 01.01.2015 instead of 2014, then you can delete the CC from KS04 for 2014 provided no data is posted (plan or actual)
    Br., Ajay M

  • How to make fields mandatory in cost center

    Hi Sap Experts,
    How to make fields mandatory in cost center.
    Please give me advise.
    Regards,
    Raj

    If you want to make "Profit Center" field as mandatory, then OBA5 transaction code
    Application Area - KS
    Number 096
    make this as error for online and batch input. Then profit center will become mandatory.

  • How to change name in icloud

    May I how how to change name from Felix to Bernard. Coz I'm using my phone with my actual name. Can you pls help me out coz I can't find a way to change them in Icloud. Thanks.

    In the Mail section of iCloud.com, is your name shown in the Full Name field under the Accounts section of the Preferences (accessed by clicking the cog icon at the top-right of the Mail screen)?

  • How to change validity period of cost centre or activity type

    Hi
    How to change validity period for an Activity type or Cost centre?
    Can we change the validity period once created?
    regards
    Prakash

    Please note this can be done.
    Go to Edit Cost Center
    Goto Edit, Analysis Period.
    Create a new validity period say today until 3112999
    Change the data you want and save.
    When you go into the CC again it will show two validity periods.

  • Get Name for CO Cost Center Group and BGD Processing

    Hi,
    I use these function modules to get the cost center group nodes in the CO hierarchy.
    If I pass it a value that is in two controlling areas
    if prompts another screen to pick which controlling area we want to look in.  My problem is when I try to run this report in the background it gets hung up on this screen waiting for input. any ideas on how to get around this.
    here is the reference code.
    thanks
    Please note that the following logic is parts of SAP example report
    RGSEX001.
    Get the internal Set-ID from the external name of the set
    Selection of sets can be restricted to a specific set class or
    to sets matching a specific table field.
    See documentation of function module G_SET_GET_ID_FROM_NAME
    If the set class, subclass and setname is known, function module
    G_SET_ENCRYPT_SETID should be used alternatively (see RGSEX020)
        CALL FUNCTION 'G_SET_GET_ID_FROM_NAME'
             EXPORTING
                  shortname = w_set
                  old_setid = w_setid
             IMPORTING
                  new_setid = w_setid.
    Read the complete hierarchy (set and all subsets)
        CALL FUNCTION 'G_SET_TREE_IMPORT'
             EXPORTING
                  setid              = w_setid  "Set-ID, not the Setname!!!
                  no_table_buffering = ' '
             TABLES
                  set_hierarchy      = it_hierarchy
                  set_values         = it_values.

    Hi!
    For reading cost center hierarchy you can try K_HIERARCHY_TABLES_READ.
    It returns near the same info as one you've mentioned, works well for single controlling area and I hope in case of ambiguity it will raise one of exceptions provided. Give it try.
    Regards,
    Maxim.

  • Track changes for Standard Heirarchy Cost Center details( Tcode: OKEON)

    Hi all,
    I have a requirement to track the changes for <b>Standard Heirarchy Cost Center</b> data and whenever it change i need to initimate with email to certain group of people in organization.
    Transaction code : OKEON .
    Whenever standard heirarchy get changes then i need to send email to certain group people .
    My findings and questions are as follows :
    1. I understand that the changes can be track by using CDHDR table .
    2. What is Object Class for Standard Heirarchy Cost Center  ?
    3. Is there any standard report available for that please let me know .
    4. How to track the changes when Cost center Group got changes ?
    5. Is there any exits or BADI for this requirement ?
    Please respond this question as soon as possible . For every useful answer points will be awarded.
    Appreciate your help.
    Thanks.
    Mark

    You can try using the option GoTo - Change Documents, which is available, when you display cost center hierarchy.
    Regards
    Rakesh Pawaskar

  • Changing quantities distribution by cost center in MIGO

    Hi experts,
    Sometimes, we create a purchase order and we distribute quantities on several cost centers.
    Then, in the MIGO transaction, the distribution is made with the quantities indicated in the purchase order.
    I wish I could change these quantities when receiving goods. Do you know how to do it ?
    Thanks for your help !
    Philippe

    Hi,
    i  am not sure about cost center..
    ya but we can distribute batch wise or storage location wise
    and there is "Icon" distribute Qty in MIGO
    Regards
    kailas Ugale

  • How to create File description in cost center planning (T Code -KE13)

    Hi,
    Experts,
    I am creating Cost center planning in KP06 and would like to create my own layout(File Description) using excel. e.g. 01_1P1_IDES1572_001IDES-1572 as this is the standard SAP file description. How to create my own this way as per my excel layout.
    Regards,
    Jagruti Collaco

    <b>Three steps:
    Identify or Create planning layout.
    Identify or Create planning profile.
    Create file description.</b>
    Next upload the data.
    Detailed Steps
    Identify or Create planning layout.
    Identify an existing standard layout or else
    Create planning layout through KP65 (you can also copy a standard and modify it)
    Identify or Create planning profile.
    Go to SPRO>Controlling>Cost Center Accounting >Planning>Manual Planning>Define user defined Planning Profiles.
    Create a new Profile. You will see nodes or folders on the left indicating General Controlling>Layouts for controlling> and Default parameters.
    <b>Choose the layout for controlling and enter the layout you chose in earlier step.
    Enable Integrated excel checkbox and overview (everything you can)
    Next, select the layout and double click on default parameters.</b>
    Enter a test data with cost center, elements, period, version, year. and save all. You may want to save the file as a model in your desktop with a different name say CCAPlan.csv. (You will notice, as you come out a new file description field that was blank earlier is now populated with a name like 01_1P1_(layout name)XXXXXX_Profile Name (XXXXX)
    Come out of the screens.
    Go to KP06, extras. excel upload via extras. or KE13

  • Change of currency in cost center

    Hi
    After creating a cost center if we wanted to change the currency, the system is not allowing to edit it. Can any let me know where will this be controlled. And how to do it.
    Thanks and Regards
    Sri

    Hi,
    If you post any value to the cost cemtre then you will not be able to change it. Block this cctr for posting and open a new cctr.
    Regards

Maybe you are looking for

  • Incoterms in purchase order should appear only in header.

    Hi All, When the inter company purchase order is created with reference to purchase requistion, in some scenarios the header and item level incoterms are copied in the purchase order. 1. Incoterms in the header level of purchase order are copied from

  • Cd or dvd

    how many songs will fit on a cd? and does anyone use dvd for music only in order to pack on lots of songs on one disk? is that possible? are there different settings to use when outputting? best, M/

  • Move files out of subfolder into main folder

    I have a bunch of files in subfolders : mainfolder A / subfolder 1 / file a mainfolder A / subfolder 1 / file b mainfolder A / subfolder 1 / file c mainfolder A / subfolder 2 / file d mainfolder A / subfolder 2 / file e mainfolder A / subfolder 2 / f

  • Table name for Reason field in Details tab in CRMD_ORDER transaction

    hi , kindly pls suggest me the table name for field Reason in Details tab of CRMD_ORDER transaction. thanks

  • Unwanted title bar in full screen mode

    (Netbook, Windows 7 Starter, Firefox 3.6.13) When using full screen mode the Firefox title bar "usually" remains atop the page instead of retreating above as before. This occurs although the mouse position is not near the top of a web page. I've not