Change Cost Center Group - Error

Good day all
We are trying to change the cost center group for a cost center. We get the following error message:
"Change range must cover complete existance period".
How do we fix this?
Thank you in advance.
Kind regards
Lu.

Pls check if there is any data, which has been posted to this particular Cost center
Regards
Sanil Bhandari

Similar Messages

  • Cant change COST CENTER GROUPS and/or Standard Hierarchy

    Hello all,
    im facing some problems during change of COST CENTER GROUPS and/or Standard hierarchy.
    When im trying to select im getting following error Value maintenance not allowed ->Standard Hierarchy
    When i do get the selection of the cost center that i want to remove from the hierarchy im getting this error Function is not supported in the standard hierarchy.
    I dont know anymore what to do.
    ive searched in forum and google but still didnt find enything usefull.
    Regards
    Laurynas Prikockis

    Hello,
    There is no word called removal in SAP. It would have been properly pronounced if say "Delete".
    In case of delete, I do accept, there should not be any planned or actual line items during the fiscal year. If there are any actual or planned lines items you cannot delete the cost center during that period.
    However, you can still delete the cost center in the next fiscal year if there are no actual or planned line items.
    Hope this makes clear.
    Regards,
    Ravi

  • Change in the cost center group

    Hi,
    Can we change the cost center from one cost center group to another group, when there are some postings in the cost center? If yes, how to go about it?
    help me out

    Yes you can!
    If you are planning to change within the standard hierarchy, Goto OKEON, drag, drop and save.
    Or you can go to KS02 for the cost center, in the basic data, you can give the new cost center group under the hierarchy area.
    If it is just non hierarchy cost center group, then go to KSH2 enter the old group, select the cost center, delete save, then go to the new cost center group and include the cost center.
    It does not matter whether it has been posted or not. It is just a grouping. But caution must be exercised. and there shall be a valid justification for doing so. Because the cost center may be used in various cycles. So better to check where and all the cost center is being used and then do the change.

  • Change a node on a Cost Center Group

    Dear experts,
    Is there any way to change a node on a cost center group (KSH1) ? i also would like to change the description!
    Any tips?
    Thank you in advance..
    leandro.

    Click on the node and Click on the Wand Buttion  (Select:Shortcut F9)
    and there you can delete and change the place of the group. Dont think you can change text. For that you may have to create the node again.
    Thanks
    Naveen

  • Function module for Profit Center group and Cost Center group changes

    All,
    The requirement is to change the profit center group and cost center group from one node to another. Please remember it is trying to simulate the transactions KCH5 and OKEO programatically.
    I would like to know if somebody had this requirement previously and had made use of some function module or some other technique which will help in changing the standard hierarchy nodes.
    Help is much appreciated.
    Regards,
    Hari

    All,
    The requirement is to change the profit center group and cost center group from one node to another. Please remember it is trying to simulate the transactions KCH5 and OKEO programatically.
    I would like to know if somebody had this requirement previously and had made use of some function module or some other technique which will help in changing the standard hierarchy nodes.
    Help is much appreciated.
    Regards,
    Hari

  • Mass change of profit/cost center groups

    we have a requirement to mass change the descriptions for profit/cost center groups. We tried out folowing options but they are not working.
    1. BDC recording for KCH2/KSH2.KCH5N - i think these are not supported in BDC.
    2. LSMW using available BAPI... it can be used only if the group is not assigned in the hierarchy.
    Please let me know if there is any other way of handling this.

    Have you seen note 314528 ?
    Rob

  • Could not changed cost center field in document type RE - FSG

    Dear Experts,
    I would like to change 'cost center field' in act document type RE (invoice receipt) through transaction FB02
    I have changed the field of 'cost center' in field status group in OBC4 and OB41 (posting key 50 and 86)
    The field staus group both in OB41 and OBC4 are already set as 'optional entry' but field of cost center is still could not be changed/edit (grey area).
    Kindly advice
    Thank you.

    Hi Chandra,
    Can you please details the coding part if you can remember ..so that would be helping me lot...Since it's production issue , we have implement immd.
    Regards,
    Lalit
    Edited by: Lalit  Sharma on Dec 24, 2009 6:45 AM
    =======================
    This problem can be closed. I got the note.
    Edited by: Lalit  Sharma on Jan 12, 2010 12:50 AM

  • Cost center group language in report

    Dear all,
    In the Cost centers: Actual/Plan/Variance report (S_ALR_87013611), for one cost center group the description language of the accounts has changed from ES to FR. Unfortunately I am not able to understand why.
    How can I switch the language to ES as before? This issue happens only in our Productive system. In Dev & Quality the language is correct.
    Many thanks,
    Annabelle

    Hi,
    How do you solve the problem?

  • Change cost center in AS02-urgent

    Dear All,
    I am running AS02 and want to change cost center. For asset 1200 and sub number 0, the cost center can be changed. But for sub number 3, I can not change the cost center since the cost center field is in grey colour(can not be changed).I have tried with adding new interval but it can not change too.
    Please advice.
    Thank you

    Dear Purti Kristin,
    In IMG under
    Financial Accounting (New) -> Asset Accounting -> Master Data -> Screen Layout -> Define Screen Layout for Asset Master Data -> Choose your Layout-> Double Click on Logical Field Groups option on the left pane of the screen -> Select Time-Dependent Data -> Double click on Field Group Rules on the left pane of the screen -> Make 'Cost Center' Opt or Req as per your requirement
    or
    Financial Accounting -> Asset Accounting -> Master Data -> Screen Layout -> Define Screen Layout for Asset Master Data -> Choose your Layout-> Double Click on Logical Field Groups option on the left pane of the screen -> Select Time-Dependent Data -> Double click on Field Group Rules on the left pane of the screen -> Make 'Cost Center' Opt or Req as per your requirement
    Regards,
    Naveen.

  • Need a drop down list for cost center group

    Hello,
    I need to add the cost center group selection option to my program. I have added it to the selection options of my program and I would like to have a drop down list on this field. I have looked at the t-code KS13 and I am thinking that this is  what I need. I am not sure if this is a search help or something else. if this is a search help, is it possible to use the same search help in my program? can some please let me know how I would do this in my program?   possibly a code example?
    thanks in advance for the help.

    PARAMETER:     p_sostat(15) TYPE c AS LISTBOX VISIBLE LENGTH 16,
      name = 'p_sostat'.
      CLEAR sostatlist[].
      value-text = text-101. "'Open'(101).
      value-key = '1'.
      APPEND value TO sostatlist.
      value-text = text-102. "'On Hold'(102).
      value-key = '2'.
      APPEND value TO sostatlist.
      value-text = text-103. "'Drop/Pull'(103).
      value-key = '3'.
      APPEND value TO sostatlist.
      value-text = text-104. "'Pending'(104).
      value-key = '4'.
      APPEND value TO sostatlist.
      value-text = text-105. "'Floor'(105).
      value-key = '5'.
      APPEND value TO sostatlist.
      value-text = text-106. "'Kitted'(106).
      value-key = '6'.
      APPEND value TO sostatlist.
      value-text = text-107. "'Packed'(107).
      value-key = '7'.
      APPEND value TO sostatlist.
      value-text = text-108. "'PGI'(108).
      value-key = '8'.
      APPEND value TO sostatlist.
      value-text = text-109. "'EDI Error'(109).
      value-key = '9'.
      APPEND value TO sostatlist.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id     = name
          values = sostatlist.

  • Authorization on cost center group

    Dear all,
    I have to set up authorizations for reports (e. g. S_ALR_87013611) based on the cost center group (means the user should only see data of cost centers which belong to the cost center group he is authorized for).
    I think this should be possible via the authorization object K_CCA (field RESPAREA) but it just worked for entries in 'Cost Center' and 'Authoriz.Hier.' but not for 'Cost Center Group' (that's what I would need).
    Has anyone an idea how to solve this?
    We are running ECC 6.0.
    Thanks in advance!
    Regards
    Harald

    Hi,
    The relevant authorisation objects are as follows:
    K_CSKS_SET:  This will allow display/change/creation of groups based on activity selected.
    K_CCA:  This is a general authorisation object (relevant activites should be 0003, 3027, 3029).  You are  obviously trying to run a report.  For running a report the relevant authorisation object is K_REPO_CCA, which sadly does not have cost center group as a selection, only cost center values and ranges.
    However, K_CCA will work, if the cost center group that you have entered in the authorisation is also present in the standard hierarchy.  Can you test this, enter a cost center group from the standard hierarchy and not just any group that you have created seperately.  The authorisation should get restricted to that group.
    Cheers.

  • MDG-F - Replication model for Cost Center Group

    Hello
    We are trying to create IDOC replication model for Cost center group IDOC_COSTG for data model 0G (MDG 7.0).
    When trying to assign "Outbound Parameter" = SEND_DELTA_INFO against outbound implementation 1112, we are getting error message saying : "Entry 1112 SEND_DELTA_INFO does not exist in DRFC_PARO (check table)".
    While checking table DRFC_PARO via SE16, it shows all the entries for 1012 (GL mast), 1102 (cost center) but it is missing entry for 1112 (cost center group).
    What are we missing? How to generate entry in this check table DRFC_PARO? which step is creating this entry?
    Thanks
    Luo

    Hello Luo
    You have to maintain this entry in following table -
    Go to SM30. Give table name - DRFV_PARO and click on maintain. You will get a pop-up for outbound implementation. Give 1112 and proceed. Add the send_delta_info in the table, save it and then add it in DRF. Do add package_data so that you can send multiple cost centers in your target system.
    Kiran

  • How to find the cost center group from cycle/ segment in CO module?

    Hi All,
    I need to fetch the list of cost centers in the cost center group against the cycle.
    Is there any table which will store the list of cost centers against the cycle?
    or else, what I was thinking is use of BAPI BAPI_COSTCENTERGROUP_GETDETAIL, which will give me the list of cost centers,
    but we need to pass the controlling area + cost center grp to fetch the cost centers from BAPI, I have controlling area with me but not the cost center grp name, only I have Cycle info lke cycle name, segment name, seq number. so how to find the cost center grp name from the cycle name?
    Regards,
    Mrunal

    FM: RK_AL_CYCLE_READ
    CHECK TABLE: T811K

  • Repeat depreciation run can change cost center in GL a/c or not?

    Hi Gurus,
    I have hit the following issue.
    Fixed Asset 1 originally assigned to CC-01 for month of March.
    And my user has run depreciation for March already.
    Later she changed cost center to CC-02.
    Then she repeat depreciation run for the month of March, from the depreciation result shows the new cost center CC-02.
    But there is no document generated and thus from corresponding GL account, there is no change, still point to CC-01.Which means CC-02 has not been posted to GL account yet.
    May I please know if repeat depreciation run can change cost center in GL a/c or not?
    If cannot, what should be the correct way to post the new cost center in GL?
    Thanks a lot.
    Best Regards
    Li Juan

    Hi, I have tried the method you mentioned.
    I managed to generate the new document (Message shows: Document is posted under number 7500000000).
    So can I say that repeat depreciation run cannot change cost center for corresponding cost element?
    Everytime user has to do manual posting.
    Thanks a lot.
    Rgs
    Lijuan

  • How batch append cost center group to standard hierarchy by batch

    Hi Guys,
    Would you please tell how me how append cost center groups to standard hierarchy by batch, every time I have to do it one by one, is there  a convenient way? thanks.
    Best Regards
    FS

    Hi,
    You can create any number of cost center groups as per your requirement.
    But one thing is crucial. If you crin your eate the groups using the T Code:OKEON. those will effect  to the standard hierarchy.
    Cost centers created wil KSH1 will not effect to standard Hierarchy.
    Main point here is the main hierarchy should be maintained in OKEON. Later you can add any number of groups to that. LSMW will work, before that Hirarchy Area(Cost center group) should be maintained in the system for effective work of LSMW.
    Regards,
    Pavan Kumar Arvapally

Maybe you are looking for

  • Mail invitations going into wrong iCal Calendar

    I have been following the iCal invitation threads but have not seen this question or answer. I ham happy with the mail invitations automatically being entered into iCal (lepoard 10.5.2) and it seems to do it reliably. The problem is that all invitati

  • Firmware Upgrade

    I just did a firmware upgrade but I'm not sure if my router will be ok because I think I did it wirelessly. My router is connected to my cable modem with an ethernet cable.  My router is on top of my computer and adjacent to the cable modem in my liv

  • My i-phone just stopped working. It has coloured vertical bars on the screen. I can't even shut it down

    My i phone stopped working . There are vertical bars on the screen . I can't do anything with it and it isn't even possible to shut it down

  • Moving a box with a thread

    i have been trying to do this for like a week. i have a class Panel and a class Car and i want to draw a moving box on the panel. if i put every thing in the class Panel it works but then if i put it in to Car it doesn't. i want the class Car to impl

  • How to fix the windows and nano connection

    I recieved my ipod nano and for 2 glorious days it worked. Then my pc could no longer detect it, it just said "malfunctioned usb device" and didnot appear in itunes. The Nano just has the menu as opposed to the "DO NOT DISCONNECT" screen After a long