Table to fetch PR Cost Center

HI All,
I am having error in Print Preview of PR. All cost centers are not printing properly in PR Print.
Please tell me in which table can fetch details of cost center list  other than EBKN.
Expecting reply as earliest as possible.
Thanks in Advance,
GANESH

Dear Dhruba,
Thanks for your input. But the table EBKN, line item wise cost centre for all service is not available. If there are multiple cost centre used in various services, in EBKN, it will show collective details of each cost centre. Our requirement is to get print out of Service PR, with all service line item details like quantity, price, g/l account, cost centre etc.
Request you to help me on this.
Thanks in Advance,
GANESH

Similar Messages

  • What are the tables and field where Cost Center info. is stored ?

    Hi Experts,
    One of my customer is using the Cost Center / Profit Center and mention the same in all document. Now for particular Incoming Payment customer wants to print the dimention wise details entered in incoming payment as well as out going payment.
    Can anybody tell me from which table / fields I can retrive this information ? Particularly in Crystal Report.
    Thanking in advance,
    Samir Gandhi

    No response ?
    Does anybody monitoring this or not ?
    BR
    Samir Gandhi

  • Table for "Budget planning : Cost Center"

    Hi Gurus,
    can anyone pls tell me table for "Budget : Cost Centre" . We create budget with respect to cost center in KPZ2/KPZ3 but i am unable to find out in which this data can be found.
    Pls tell me the table to retrieve the data.
    Regards

    You can do it yourself.
    goto transaction St05. activate the trace. then execute the transaction. after execution goto st05. click deactivate trace.
    then click display trace...hit enter button. a list will be displayed. goto menu bar choose first menu then choose option "Summarice sql statements"...a list will be displayed from which you can know what all tables were affected by the transaction.

  • Table for change in cost center in Kb61

    Dear friends,
    I changed the cost center using t code KB61, From which table i can get the details of change in cost center
    Rgds
    Madhavan

    Hi,
    KB61 will post the document with the change from old cost object to new cost object in CO documents, so you can check the following tables for this posting.
    CO document Header: COBK
    CO document items:COEP
    CO summary table:COSP (or COSS)
    best regards, takashi

  • Tables for  BUDGET & ACTUAL - COST CENTER

    Hi
    I want to know what are the table in which the actual and the budget for the COST CENTER are stored....
    Regards
    SAP4ME

    Hi Eli,
    Thnx for the reply.i have already checked those mentioned by u.
    My req is  that i want to pull the DATA for developing a report of ACTUAL and BUDGET for a particular cost center o range of cost cost centersfor a range of period.
    But in the table mentioned by,how can i will come to know,to which cost center ,what is budgeted and the actual .
    Please give some details.
    Regards
    SAP4ME

  • How do i fetch workcenter ,cost center and cost elem using plant ,material

    Hi.
    i have plant and material in my sleection screen..
    how do i get corresponding workcenter,cost center and coste elements..
    i need to find total quanity(total hours per cost center) in terms of huors corresponding to each costcenter

    Start with VAPMA and then go to VBAP. You can use the information here to go to BSEG if necessary.
    Rob

  • From which table do i fetch cost center????

    Hi..
    i have material and plant as selection screen parameters..
    CSKS table has plant and cost center.. but when i checked the contents of the table...there is no value for plant..
    so plz suggest me smeother table wherein i can fetch cost center details.

    Hi,
    You can check field (AUFK-KOSTL).
    To get the cost center group hierarchy you can use
    BAPI_COSTCENTERGROUP_GETDETAIL
    Details for this are stored in SETNODE table.
    And to fetch the cost center from a given cost center group.You can use code given below:
    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'.
    Sample code for this purpose:
    Call Function module to fetch values corresponding to a
    CostCenter group
    CALL FUNCTION 'K_HIERARCHY_TABLES_READ'
    EXPORTING
    e_class = p_c_kostl_class
    e_setid = p_v_setid
    e_kokrs = p_kokrs
    TABLES
    t_nodes = p_it_ccnodes
    t_values = p_it_ccvalues
    CHANGING
    c_info = v_info
    c_overwrite = v_overwrite
    EXCEPTIONS
    no_controlling_area = 1
    no_chart_of_account = 2
    different_controlling_areas = 3
    different_chart_of_accounts = 4
    set_not_found = 5
    illegal_field_replacement = 6
    illegal_table_replacement = 7
    fm_raise = 8
    convert_error = 9
    no_overwrite_standard_hier = 10
    no_bukrs_for_kokrs = 11
    OTHERS = 12.
    IF sy-subrc 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    In this FM:
    Export Parameters: p_c_kostl_class = (SETLEAF-SETCLASS) i.e '0101' for cost center group.
    p_v_setid= The first four characters is the setclass ('0101'), the next four characters is the controlling area,the remaining characters is the cost center group.
    p_kokrs = Controlling area.
    Tables: p_it_ccnodes = TYPE STANDARD TABLE OF ty_seth_node_line.
    p_it_ccvalues = TYPE STANDARD TABLE OF ty_seth_val_line.
    You get the cost center values in the table p_it_ccvalues.
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Feb 25, 2008 5:29 PM

  • Cost Center Planning Table

    Hello,
    I am trying to find the table that stores the cost center plan information that is entered in transaction KP06.  The help says that it is in RKPLN but SAP says that the the table does not exist.
    Thanks for helping.
    Eric

    Hi Eric,
    The table name you mentioned is a structure and definitely there is no table with that name exist.
    As i do not have the real time data and fields mentioned which you are looking for its difficult for me to tell you the exact table name.
    Still you can find out yourself by following the below steps, if you have test data with you -
    1) Go to transaction ST05 (SQL Trace).
    2) Click on the button Activate Trace.
    3) Open transaction KP06 in another Session/window.
    4) Enter the Test data.
    5) Once you see all the required data populated on the screen, go to the other screen ST05 opened.
    6) Click on deactivate trace.
    7) Then Click on Display trace.
    8) It will give you another Pop-Up, just click Ok.
    9) It will display all the table and details of select query performed on the various table to populate the transaction.
    10) You can check for the various tables which fetched data and get the table you are looking for.
    If you are only looking for fetching the cost then its stored in COSS and COSP.
    Hope this helps and works too!
    Edited by: Priyabrata Samanta on Jan 28, 2008 10:20 PM

  • Table for cost center plan/actual data

    Hello gurus,
            What are the tables to get for cost center wise plan/ actual data? The data which was entered through KP06 was sitting in whcih table?
    regds
    ramachandra

    Hello Ramachandra,
    Actual and Plan Data can be found in COVP view.
    1) For Actuals, you should use the values 04 and 11 to the field WRTTP;
    2) For Plans, you should use the values 01 and 10 to the field WRTTP.
    If you need to get the totals, you should use tables COSP and COSS.
    Hope this help you.
    Cheers,
    Daniel.

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

  • COST center Discription  table name please

    Hi All
    We knew CSKS is  acost center table
    what is the description of cost center name table
    1234  is a cost center and its description is Maintanance center 
    where i can see this "Maintanance center" - description of cost center.
    Muthu

    Hi,
    Table: CSKT  to check cost center description.
    Thanks,
    Padmaja

  • Comparing Cost Center in ME23N and Goods Receipt document

    Hi,
    I do not have much functional knowledge in MM and I want to clarify following queries.
    I have to build a report that displays the Purchase order value and goods receipt value by cost center ( in the same output screen).
    In tcode ME23N of ECC, for any Purchase order item , we can display cost center in Account Assignment tab.( Same appears in table EKKN.)
    Also, in the purchase order History tab of ME23N, we can check GR ( Goods redeipt ) and IR ( invoice receipt )documents. ( This GR and IR information is stored in table EKBE.)
    My first query is :
    if a PO item has cost center 'C1' associated with this ( in account assignment tab of ME23N), can it be possible that goods receipt document for that PO item has different cost center than C1.
    i.e. is it mandatory that goods receipt ( GR ) document has the same cost center as that of corresponding purchase order item ?
    While posting the goods receipt, is it possible to edit the cost center in GR document so that after posting GR, PO item shows cost center C1 but GR document shows cost center C2 for that PO item.
    My second query is :
    If above scenario is possible, then there must be a table that holds the cost center infomation for a GR document. I would appreciate if anyone can share the table name.
    ( like we have EKKN for storing cost center of Purchase order item ).
    Thanks,
    Tarun Brijwani.
    Edited by: Tarun Brijwani on Jul 6, 2011 11:25 PM
    Edited by: Tarun Brijwani on Jul 6, 2011 11:27 PM

    Dear Tarun,
    Below is the answer to your query:-
    My first query is :
    if a PO item has cost center 'C1' associated with this ( in account assignment tab of ME23N), can it be possible that goods receipt document for that PO item has different cost center than C1.
    Not Possible
    i.e. is it mandatory that goods receipt ( GR ) document has the same cost center as that of corresponding purchase order item ?
    Yes
    While posting the goods receipt, is it possible to edit the cost center in GR document so that after posting GR, PO item shows cost center C1 but GR document shows cost center C2 for that PO item.
    No
    My second query is :
    If above scenario is possible, then there must be a table that holds the cost center infomation for a GR document. I would appreciate if anyone can share the table name.
    ( like we have EKKN for storing cost center of Purchase order item ).
    Not possible to have 2 cost center per line item and the cost center per lin item must be same with the cost center when you do MIGO. As a result of that, there is no table where it can store 2 cost center for each line item. Unless you are creating a service PO line item where it required sharing of cost center for the particular services or even asset.
    Thank you
    Regards
    Leonard Tan
    Edited by: Leonard Tan on Aug 22, 2011 3:31 AM

  • Cost Center Balance

    Hello Experts,
    We are actually consolidating 2 Legal Entities into a single one - I guess the account balances of the 2 will be rolled up into a single or multiple accounts of the new legal enitity.However these are my 2 questions :
    1. What happens to the Cost Centers Balance - Do they also get moved to the new Legal Entity Cost Centers ??
    2. Also is there any standard SAP Functionality to move balances from accounts or cost centers of one Co Cd to another.
    All answers would be duly rewarded with points.
    Thanks,
    Nandita

    Hi,
    There is no standard functionality to move balances from one company code to another. The balances in Cost Centers cannot be independent of GL Accounts.
    Check the mapping of Cost Centers in existing entity and new entity. Cost Centers are defined for Company Code, as such same Cost Centers cannot be used. You need to map the Cost Centers probably using a Z table.
    While uploading the line items the program should read the Z table and find corresponding Cost Center.
    Thanks
    Murali.

  • Field Business Area in cost center cannot be changed

    Hello all,
    we would like to change the "Business Area FS" (OB65) field for our
    company code to required. But if we do that, we have issues with 2 of
    our cost centers (ks02, analysis period 01/01/10-12/31/10) that won't
    allow us to enter a business area.
    We get the following error message:
    NA KS134 Field change Business Area is not possible.
    Diagnosis: To ensure of existing data, you can only change object
    Business Area if no transaction data exists in the change period; that
    is, neither plan data nor actual data has been posted.
    I have checked with our accounting and the cost center report does not
    have any data in actual nor budget.
    Somehow I figured out that we do have an entry in table CEKO for this
    cost center for 2010. (se16n). I did some further research and tried to
    test report RKPLNC18 to delete this entry. But I get the message:
    the deletion could not be carried out. The following plan/actual
    records are available...
    Any suggestions?
    Thanks
    Anne

    Hi
    You can change the business area in cost center by changing the Analysis period. If there's any data exsist it is not allow you to change the business area. If else block or eleate the cost center and create a new one ( even though this might not permitted if  data exsist in related to cost center.
    Regards
    Kesharika

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

Maybe you are looking for