(Cost center groups) table

Hi all,
In which database table can we find cost center groups .
regards,
Ramya

Hi,
You can find it in table SETNODE.
Regards,
pankaj singh.
reward if it solved your question

Similar Messages

  • Table containing Line items for a Cost center group ?

    Please help me in locating the table which will contain 'Line items' for a given 'Cost center group'.
    Hope my question is clear.
    Thanks.

    check the tables
    SETHEADER  and  SETLEAF 
    SETLEAF will contain all the line items where set class is equal to 0101 for cost center group

  • TAble for cost center group in 3.0 F transaction.

    hi, 
    i need to develop a report to extract cost center data from r/3 in 3.0 F version.
    can u guys help me that which table has got entries for cost center group.
    waiting for  your replies,
    Regards,
    Rachana

    hi  ,
    I have checked in csks, cska, cskb, and cssk as well, but i didnt find a field which holds the cost center group information ..please help me as this is a bit urgent ..
    Thanks in advance , 
    Regards,
    RaAchana

  • CO, which table decribes "cost center" and "cost center group"?

    Hello experts,
    now I have the transaction KP06. Maybe through customizing the user has built a "cost center group" for some "cost center".
    In which table can I find out the relationship between the "cost center" and "cost center group" ?
    Thanks.
    RD
    Edited by: Marching Dai on Jun 16, 2008 2:05 PM

    Hi Arun,
    Please check this link
    http://www.erpgenie.com/abap/tables_fi.htm
    Please check CKPE --->CO-PC Cost Object Hierarchy: Individual Objects
    CSKA Cost Elements (Data Dependent on Chart of Accounts)
    CSKB Cost Elements (Data Dependent on Controlling Area)
    CSKR Resource master record
    CSKS Cost Center Master Data
    Best regards,

  • Table name for Cost Center Group/Profit Center Group/Cost Element Group

    Hi,
    Kindly let me know the table names for cost center group, cost element group and profit center groups.
    Thanks.
    Suresh

    Hi,
    The tables for storing groups in SAP are SETNODE and SETLEAF. The codes in the previous message posted by my fellow SAP consultant are transactions and not tables.
    The classes are:
    Cost centres - 0101
    Cost elements - 0102
    Profit centres - 0106
    Regards,
    Eli

  • 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

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

  • How to receive the cost center group from legacy system

    Hi Experts,
    i need to collect  cost center group hierarchy from Legacy system.is there any standerd tcode available to get it.
    Usefull answers will be rewarded.
    looking forward to hear from all.
    regards,
    Tom

    Hi,
    Cost Center group can be viewed from field SETCLASS of table SETLEAF.
    To Fetch the relevant cost center from a cost center group, we can use FM: 'K_HIERARCHY_TABLE_READ'.
    Below thread may give you more details.
    Cost Center Group
    Regards,
    Ranjith.

  • How to use LSMW using the IDOC to upload and maintain cost center group

    Hi Everyone,
    Is there anyone who knows how to use LSMW using the IDOC functions instead of the recording. I wanted to upload the alternative cost center group I created in the system. 
    reply would be greatly appreciated
    Warm Regards

    Hi Praveen,
    There is a risk trying to migrate data directly into standard tables because this can generate database inconsistences or wrong inserted data according to what is customized in the target system. I do not recommend migrate like this. 
    With LSMW you use objects like direct input programs, idocs, bapis and recorded batch input. Try to create a project and use an standard object for your data. Also, check in SXDA transaction (Goto-->DX programs) if there is a standard program for your data.
    Anyway, if you want to upload data directly to tables, read below thread:
    ["UPLOAD  CSV  FILE";
    [how to upload .csv file into a custom table;
    Regards,
    Roger

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

    Can anyone advice, from which Database Table I could get 'Cost Center Group Text/Description'.
    Thanks in advance...

    Well There are the cost center text  tables
    CSKT                           Cost Center Texts                       
    CSKU                           Cost Element Texts                      
    CSKV                           Resource texts                          
    I always CSKT , field "KTEXT", as you already get answer above !!
    Hope this’ll give you idea!!
    <b>P.S award the points.!!! DOn`t forget :)!!!!</b>
    Good luck
    Thanks
    Saquib Khan
    "Knowledge comes but wisdom lingers!!"
    "Some are wise and some are otherwise"

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

  • Cost center group select option

    here is my code:
    declaration of select option.
    SELECT-OPTIONS s_khinr FOR csks_itab_group-khinr no intervals.
    at selection-screen on value-request for s_khinr-low.
    at selection-screen on value-request for s_khinr-high.
    Initialization
    initialization.
      perform build_group_option.
      delete adjacent duplicates from csks_itab_group comparing all fields.
    at initialization fir build my internal table called csks_itab_group, which gets the names for the coster center groups then I delect any duplicates.
    still does work, any ideas.
    thanks

    This works.......
    REPORT ZRICH_0001 .
    tables: csks.
    data: begin of itab occurs 0,
          khinr type csks-khinr,
          end of itab.
    SELECT-OPTIONS s_khinr FOR csks-khinr no intervals.
    initialization.
    perform build_group_option.
    sort itab ascending by khinr.
    delete adjacent duplicates from itab comparing all fields.
    at selection-screen on value-request for s_khinr-low.
      call function 'F4IF_INT_TABLE_VALUE_REQUEST'
           exporting
                retfield    = 'KHINR'
                dynprofield = 'S_KHINR'
                dynpprog    = sy-cprog
                dynpnr      = sy-dynnr
                value_org   = 'S'
           tables
                value_tab   = itab.
    at selection-screen on value-request for s_khinr-high.
    start-of-selection.
    form build_group_option.
    *** MAKE SURE YOU MODIFY THIS STATEMENT
    select khinr from csks into table itab
             where kokrs eq 'NSCO'.
    endform.
    Regards,
    Rich Heilman

  • Extract expense for a designated cost center group

    Hi,
    There is a problem that we want get expense for a designated cost center group instead of cost center and store in the cube. We can get the cost center group but it is a node in a hierachy. I don't know how to map cost center to it's group.
    Thanks in advance.

    >
    rahul dsnr wrote:
    > Hi,
    >  Thanks for ur reply, but those FM's are not providing Cost center group for a cost center.
    >
    >  Can u provide me a  better solution to find cost center group for a cost center.
    >
    > Regards,
    > Rahul
    Do you mean that you want to read the cost centre group hierarchy for a cost centre?  So that instead of entering a cost centre group and reading down the hierarachy until you get to the cost centre codes at the bottom, you want to enter a cost centre and then read up the hierarchy until you get to the cost centre group at the top of the hierarchy.  If so, I don't think there is a function module to do what you want.  The cost centre group hierarchy data is held in table SETNOTE, so you could have a look at that.

  • Deleting Cost center GROUP

    Hello all,
    I have a urgent object.
    Can you please help me on how to DELETE a cost center GROUP?
    Is there any BAPI or BDC way to do it? or just a simple Delete from database?
    Is there master table where all cost center group are being stored?
    PLEASE HELP.
    I'll reward the highest points. Please help.

    Hello Chenara,
    Cost Center Groups can be deleted using the Message Type COGRP1.
    Please populate the Message Function (MSGFN) as '003' in the Segment E1COGH
    Please make use of the required logic from the report RGSALECC inorder to create Idocs for the same.
    Reward points if the info resolves your problem.
    With Regards
    Vijay Gajavalli

Maybe you are looking for

  • Unable to launch application using web start

    hi My application gets downloaded to the client machine but doesnot start up when click on desktop shortcut or start menu. here is my jnlp file <?xml version="1.0" encoding="utf-8"?> <!-- JNLP File for SwingSet2 Demo Application --> <jnlp spec="1.0"

  • Receiver File Adapter Alerts.....

    Hi Gurus, I need to configure Receiver File Adapter specific alerts....to test the alerts ...i am just giving wrong credentials for FTP.... But..wot I c is that the alert is received after the predefined no. of retries(6 nos) in Comm Channel Monitori

  • Configuration of Issue Management tables

    Hello - I am looking to configure the tables in Issue Management  but I cannot seem to find them via the SPRO transaction. Is there a guide on how to do the configuration for Issue Management? Please let me know Thanks! Nadine

  • Another message mapping complex issue  part 2

    Hi All. In addtion to my previous question , thers has been another requirement. I have to map one field on the condition of another field the new source can be like this <Header> <seg24> <matpos>10</matpos> <seg12> <matdesc>red</matdesc> <length>100

  • Picture and cd art

    Hey guys, This should be a simple answer but I can seem to figure it out. I have all my music on my library and I just ordered a Ipod photo what not so I would like to put the cd art for all the albums. It seems like I can't put the art for the whole