Distribution cost center details

Hi
In payroll while posting to FI the wagetypes will post to FI costcenter wise, if there is any
distribution cost centers it will post through distribution % to FI
Is there any table where we can get those details % distribution amount
Please help
Thanks
Radhika

it is executable in ECC  5.00...but of course it is patch depnedent...if the related patches are not updated
Check the patch notes available for the same in service centre
        1329857       RPCIP_DOCUMENT_ANALYSE: Authorization check       13.05.2009
     1139160      RPCIP_DOCUMENT_ANALYSE dump when printing      30.10.2008
     1030112      Report for analyzing posting documents      29.04.2009
     1294042      RPCIP_DOCUMENT_ANALYSE: Selection by run status      29.04.2009

Similar Messages

  • Need to get cost center details for a requisition

    Hi All,
    Could you please help me to find table for cost center details for a requsition.
    Thanks,

    Hi;
    Did you see:
    http://www.aboutoracleapps.com/2007/08/oracle-general-ledger.html
    Information Center : Oracle Cost Management [ID 1417659.2]
    Regard
    Helios

  • 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

  • How to find Receiver Cost Center details

    Hi All,
    How to find the Receiver Cost Center,      Receiver Order and Receiver Text which is used in entering CATS?
    Please let me know from which infotype we can pick?
    thank you!
    Prasad

    Hi,
    Please check IT0001 and IT0315.
    Regards,
    Dilek

  • Spending for cost center details...

    Hi,
    Can someone tell me how do I find the sepnding done for a particular cost center for a particular month ? Is there any SAP provided standard report or transaction ?
    Regards,
    Rajesh.

    S_ALR_87013611

  • Deleted cost center details ?

    hi,
    while using KS04 transaction , if user deletes any cost center , the cost center is to be populated in that report ,
    main requirement is to fetch data of deleted cost center in the hierarchy
    but the main problem is that when i delete the cost center , the detials in CSKS table will automatically deleted
    pls suggest the helpful solution

    Hi,
    Try to look BAPI_COSTELEM_GETDETAIL
    BAPI_COSTCENTER_GETDETAIL
    Regards
    Saurabh Goel

  • Cost center and profit center details

    Hi All
    Is there any function module or BAPI to obtain cost center and profit center details
    for a GL account. Actually I am obtaining the carry forward balance for a
    fiscal year from the table GLT0 but I am not getting the corresponding profit center
    and cost center details.
    Please suggest a way forward!
    Regards
    Ankit

    Hi,
    If you are getting data from GLT0 table, using the Account number go to SKA1/SKB1 tables and get the CostCenter(KOSTL) and Profit Center(PRCTR). If you want to get details about CostCenter, its master table is CSKS and master table for Profit Center is CEPC. you can get required info from these tables.
    thanks,
    sksingh

  • 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

  • I want to find the cost center manager's PERNR

    Hi,
    I have list of cost centers which are not the home cost centers. For this cost centers i need to find the person responsible. For this requirement BAPI_COSTCENTER_GETDETAIL1 function module returns the cost center details where VERAK field is the PERSON Responsible name. But I want the owners PERNR, USRID, AND POSITION.
    I dont know how to find the pernr from PERSON responsible name. So Please anyone help on it.
    Thanks & Regards,
    vignesh

    Hi,
    Your answer was helpful.
    Org.unit manager might be different. I can pick the org unit attached to the cost center and find the manager of the org unit. How are you saying org unit manager is same for cost center also.
    If org unit manager is responsible for cost center attached to it then i got my solution for my requirement. Please confirm this.
    If you know the bapi_get_costcenter_details1, then please confirm me that person_in_charge_user parameter is the user id of the pernr. This will also help me in resolving this issue because using user id i can get pernr.
    Thanks in Advance,
    Vignesh

  • Invoice with cost center

    while creating invoice via va01, if the material is mapped with GL accs that require cost center, we will choose the cost center in Order reason field, after that we create billing and then we can see the accounting document. In case if we not choose the cost center we can still create invoice and billing but the accounting doc is not generated, then we have to create credit note to clear the incorrect invoice and recreate new one..
    to over come the above issue is there any way the system throw the message stating that this specific material requires cost center and dosen't allow to save ? ( or) if the above message cant be added is there any chance whether the system allow us to amend the cost center in billing and can recreate the accounting doc automatically ?

    You can control this by maintaining Incompletion log for Sales Item (Tcode OVA2) and correspondingly assign the same to your I Cat.
    And FYI, you can't make any change in cost center details at billing level.
    Thanks & Regards
    JP

  • How to get cost center ranges for a given company and division...

    Hello Experts,
    Is there a table, BAPI or FM that can get the company or division of a given cost center?
    Currently I am creating cost center ranges in my program but that is not the best way to do it
    since they can always add or delete cost centers. Just like in transaction OKEON wherein you
    can see the cost center ranges for a given company or division.
    Hope you can help me guys. Thank you and take care!

    Hi Viray,
    You can try BAPI 'BAPI_COSTCENTER_GETDETAIL1'.
    You need to pass controlling area and cost center detail to this BAPI.
    It will return the cost center detail in return.
    Hope this helps you.
    Thanks,
    Arun

  • Cost center posting

    Hi Experts,
    Can you please advice, how the Balance sheet accounts will post to a cost center, is this through some configuration or any user exit?
    Also, why do Tax GL accounts not post to the cost center? Please advice.
    Thanks & Regards,
    KSR

    Hi Eli,
    Thanks for the response,
    We are entering cost center details in the internal conumption order at header level in the Account assignment tab.
    Based on this entry, the cost center is posting into both the P&L account and BL sheet account but not to TAX GL ACCOUNTS,
    Our concern is how this cost center is not posting to Tax GL account but it is psoting to other BL accounts.
    PS: It is creating documents (Accounting document ,Profit Center document and Controling document).
    Thanks,
    KSR.

  • To get cost center of the shopping cart

    Hi Experts,
    I need to fetch  cost center details of a shopping cart  making an RFC Call to SRM function module in ECC.
    Initially I Planned to make an RFC call to BBP_PD_SC_GETDETAIL in ECC. But the result table of BBP_PD_SC_GETDETAIL is referring to a structure which is not present in ECC and it is difficult to create a custom structure like that as it involves creation of many data elements as well.
    Please help me out.
    Thanks in advance.

    Then you can try some thing like
    1. Create a Wrapper Function module , and inside that you call the FM BBP_PD_SC_GETDETAIL and KOSTL is a dataelemnt  that will be even in the ECC too...
    2. Don't try to import the enitre table entries into ECC if not needed, only createa costcenter export parameter in the SRM wrapper FM and..
    3. Define this wrapper Fm as RFC then call this FM from ECC, by using the addition DESTINATION of the call function statement.

  • Cost Element details

    Hi,
    I want to make a report by linking Cost Elements and Cost Center details, can u suggest a table for this?
    Gayani

    Hi,
    If you are interested in the posting data, the table is COEP.
    Regards
    Eli

  • Post the material(against PO) directly to cost center.

    hi
    is it possible to post the material (against PO automatic a/c assignment ) directly to cost center.
    Pls sugest any posibilities without amendment in PO.

    Hi,
    If a PO is created with Account Assingment Category "K" , when GR is done for that PO Item, material is directly posted to that cost center. It wont appear in your Stock.
    While creating the PO you have to give the Cost center details and also the relevant GL account. ( This GL account is used for posting the values of the item , because for standard pos when you do GR for a stock item it will debit the value to that GL account attached for the material.)
    Regards
    Reward Points if useful

Maybe you are looking for

  • How can I change my credit card information when I pay my bill?

    I have been trying to add funds to my prepaid phone for four hours now.  I was able get in to pay but on the page where I want to add $100, they have my old credit card info which is expired and I want to put in my new information.  How can I do that

  • Regd. error in sender agreement(when to check sender uses virtual receiver)

    hi Experts, I  am doing a file(  SFTP adapter ) to IDOC scenario. I got an error : Couldn't retrieve inbound binding for the given P/S/A values:FP=XYZ;TP=;FS=XXXX;TS=XXXX;AN=XXXXXX;ANS=; I checked my sender agreement  and saw some "*" symbol displaye

  • Flash swf in browser does not loop no matter what - bug?

    Hello all! http://www.adslgr.com I have some banner ads in Flash (not mine, but from the advertisers who have years of experience with flash) in my website and unfortunately they do NOT loop no matter what I have tried! They stop just before they fin

  • Floppy boot problem

    I am using  turbo 2 board every thing was working well. my problem is that my floppy will not boot . the bios states that it is there. I know that the ribbon cable and power cable are good as well as the floppy drive(1.4). if I select halt on all err

  • Parent-child dimensions limitations

    Hi eb It is very convinient to develop complex heirarchized dimensions as parent-child especialy when they retain historical changes in members. I know one reason to not using such dimensions when they contain some 200,000 members or more due to perf