Displaying only cost center groups

Hi BW Gurus!
There's a standard cost center group and cost center hierarchy in the source system that I was able to extract. My cost center infoobject (0COSTCENTER) had that hierarchy data. My question is, in the instance that I want to display only the cost center groups with its corresponding summation results, how will I able to go about it without having to display the whole hierarchy? Is that possible?
Thanks in advance,
Maan

Hi Arun!
Yes, the hierarchy would be cost center - cost center group.
Thanks for the suggestions..
1) The first option seems ideal with a structured hierarchy. The hierarchy I'm dealing with seems very complicated. The cost center group that I need to report on does not necessarily reside on level one of the hierarchy.
2) It's quite embarrassing to ask but, I've really looked at the standard infoobjects and I haven't seen any that handles cost center group. Any ideas? Or, did you mean that I should create my own?
Thank you so much again!
Maan

Similar Messages

  • Display Cost Center Group Text

    Hi..
    I'm new to abap, and I am working for abap for hr module now. My question will be...
    How can I display a cost center group text in report? Is there a text table for it?
    I get the cost center value from table pa0001-kostl.
    I find the function BAPI_COSTCENTERGROUP_GETLIST by searching this forum. But, the parameters I can get is only for controllingareamask from pa0001-kokrs.
    any help would be grateful
    thanks

    Dear Andreas,
    here is the figure of my question,
    mycompany--Plant1--department1.1--division1.1.1
                                    --division1.1.2
                     --department1.2
                     --department1.3
             --Plant2--department2.1
                     --department2.2
                     --department2.3
    my company has two plants, each plant have departments, and each department has divisions which have their own cost center.
    I want to know which plant the division belongs to by using it cost center. The cost center group of the division will be the cost center of department right?
    please advise...
    Dear Bhavik,
    Thanks,.. but the FM is not return me anything.

  • Repot cost center groups,cost element groups and quantities

    Hi
    Is there any report displays only costcenter groups, costelement groups and quantities. No line items are required this is for management purpose.
    thanks in advance
    prasad

    Hi Sunitha,
    Thanks for your immd. reply
    But my requirement is not that
    I need cost center groups, cost element groups and quantities in the same report
    regards
    hariprasad reddy
    accenture - 9963411136

  • 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.

  • 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

  • Report Painter: P&L on Cost Center Group,BA(WBS/Internal Order) wise

    Dear Experts, i require to create a report in report painter.
    The requirement is to display P&L account on cost center group wise; if cost center is not mentioned and WBS/internal order is mentioned it should be shown under the respective Business Area and if non of the above is mentioned it should be shown in a separate column (General). The total of each GL should match the trial balance amount.
    Please Guide Me.

    Hi,
    Its little bit complex to accommodate in report painter to in 1page.
    Coz. Cost Center information will get in different library in GRR1
    1AB Cost Centers: Variance Analysis FICTM 07.02.2013 CCSS 
    6O2 Internal Orders SAP 24.03.2000 RWCOOM
    better you can develop with ABAP report.
    Regd,
    Khan.

  • Why authorization for cost center groups does not worked ?

    hello all,
    I would like to give authorization for a CO report (S_ALR_87013625) based on authorization values : cost center groups.
    But, unfortunately, it doesn't work. I get a message : No authorization for x of x read records.
    Is it only possible to give authorization on standard hierarchy and cost center ?
    Please, help me
    Thanks and best regards

    hi,
    Run the su53 transaction.See what authorization was missing

  • Report restricted to specific Cost Centers of a cost center group

    Dear Experts,
    can you tell me how to achieve the following goal:
    We want to have a report writer report restricted to one cost center group that can be chosen by the user, but only showing in the first column the cost centers starting with "1049" for example that are part of this group and in the second column the cost centers starting with "1039" that are part of the group and so on.
    As far as I know, if we insert a variable on cost center group, we cannot restrict the cost centers any further ... do you have an idea how to proceed?
    Thank you very much!!
    Thomas

    Try it with two sub groups in your main cost cente group, one for the first column, and on for the second column.

  • Cost center and cost center group

    hi,
    how can i create cost center and cost center group?

    hi,
    after u enter in to sap easy access
    goto Extras menu-settings->select display technical names
    you can see the T.codes for each transaction
    for example:create cost center
    accounting>controling->cost center>master data>cost center>individual processing-->KS01-create

  • Cost Center Group

    Hi all,
    Does anyone know where is the data for cost center group stored?
    Which table?
    Thanks and regards,
    sbmel.

    HI,
    all CO-groups (cost element, cost  center, ...) are stored in tables SETHEADER and SETNODE.
    For cost center groups the setclass is 0101. SETHEADER shows the header information of each set (group) = who has created, when,...
    SETNODE shows the relation between sets (groups).
    The values itself are stored in table SETLEAF, means the lowest SETNODE entry contains the real costcenter(s) and that is displayed there.
    Best regards, Christian

  • 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?

  • Functional areas vs. cost center groups for cost of goods sales

    What are the benefits of using functional areas over cost center groups when building your p&l for cost absorbtion or visa versa?  Which of the two is recommended?

    Hi,
    1: a P&L statement does not only contain cost-center related postings, you can have different CO-objects (Internal order, WBS-Element,...)but all of them contain the functional area in its master record.
    The P&L reporting structure (created via report painter) can use account groups but restricted to one functional area for porper P&L structure creation.
    Best regards, Christian

  • Bapi to get Cost center group

    Hi,
       Is there any standard bapi that takes cost center as input and displays its corresponding cost center group.
    Thanks,
    Divya.

    hii,
                     just have a luk.
    BAPI_COSTCENTER_CREATEMULTIPLE Create One or More Cost Centers
    BAPI_COSTCENTER_GETDETAIL Detailed Information About Cost Center For Key Date
    BAPI_COSTCENTER_GETDETAIL1 Detail Information for Cost Center on Key Date (1)
    BAPI_COSTCENTER_GETLIST List of Cost Centers Using Selection Criteria
    BAPI_COSTCENTER_GETLIST1 List of Cost Centers for Selection Criteria (1)
    BAPI_CTR_GETACTALLOCATIONTYPES Checks Which IST-ILV Types are Possible According to Activity Type Categ.
    BAPI_CTR_GETACTIVITYPRICES Read prices for cost center/activity type according to selection
    BAPI_CTR_GETACTIVITYQUANTITIES Rad plan activity/capacity/scheduled activity for cost center/acty type
    BAPI_CTR_GETACTIVITYTYPES List of cost centers / activity types with control information
    regards,
    Shweta

  • Cost Center Group and Profit center Group

    Hi All,
    The Client is requested to have Cost Center Group in the CO reports. I have trying to analyse how to get Cost center group in the report or Info Provider.
    When i went to T-code KS03 in ECC ( Display Cost Center), i get the Hierarchy Area field called KHINR, which shows the Cost center grp. Upon discussing with Functional person, he has told that this Field lies in Table CSKS (Cost Center Master).
    Now i am thinking to enhance the Cost Center Attribute Dsrc. with this Field KHINR.
    I just want some suggestions or advice on how to bring Cost center grp and Profit center grp
    Thanks and Regards
    Edited by: Raihaan Khan on Dec 12, 2008 3:35 PM

    Hello Simon, Thanks again for all your FICO resolutions.
    Yes i truly agree that Cost Center Grp is CostCenter Hierarchy,, but i dont understand, y the Client has told that he needs the field KHINR in the Cost Center Report too.
    Actually he wants Cost Center Group wise report and NOT Cost center wise report.
    I have thght of extracting the Complete Std Hierarchy to 0COSTCENTER and then in the report , i can give a Cost Center Hierarchy Variable(probably a selection screen), such that the User can select the Nodes he want and then drill down the CostCenter Groups to see his respective Cost center accounting.
    Please opinionate on this
    Thanks

  • 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

Maybe you are looking for

  • /Library/Preferences/loginwindow.plist being ignored by system

    Here's one that I've not seen anyone else report. I've been creating a system image of OS 10.4.5 and every time I lay the image down and log in using any user account, the items entered into the global loginwindow.plist file are being ignored. To put

  • Array elements that respond as links

    I have a small applet that I need help with.  It is a large gear that rotates CCW when you click the top button and CW when you click the bottom button.  Clicking the buttons also retrieves the next element in an array called 'title' and displays it

  • Object parameters with include tag

    Hello, I have a problem with JSP. What I wanna do is to call a JSP file with an object parameter. But all I can do is passing strings to the page. Since I need to iterate on the object string parameters isn't enough for me. Any ideas, like putting th

  • Group condition - consequence

    What are the consequences of setting a conditon type to group condition? We are not using "RoundDiffComp" or "GrpCond.Routine" for the specific conditon type. Kind regards

  • Features (pe03) Can wildcard characters be used in Value of Decision Field

    Hi When modifying a Feature using transaction PE03. Is it possible to use a wildcard character (ie.. *, ? or +) when defining the "Value of Decision Fields"? For example in feature CSTV1 My tree looks as follows: CSTV1 Cost Grouping > BAREA Benefit A