Table or FM for Cost Distribution in ABAP-HR

Hi Experts,
I need to find Cost Center and Internal order for an employee based on his organisation Unit.
I have organisation unit ( ex: 608), they are maintaining cost center and Internal Order in PO10 tcode.
Could you please let me know table or FM for the same.
Regards
Shaik

Hi Shaik ,
i think,  Relatioship between the Org Unit and Cost center will be maintained in HRP1001 table.
Please check like this
select single * from HRP1001 where Otype = 'O'   and
                                                           objid =  *YOUR_ORGUNIT_ID* and
                                                           begda <= sy-datum
                                                           endda >= sy-datum
                                                           sclass = 'K'. 
HRP1001-SOBID  will be your Cost center. (  you may need to offet SOBID as it would be stored Concatenated with Controlling area sometimes )

Similar Messages

  • Table for Cost Distribution

    Hi,
    I am creating a PO and the item amount is distributed to different cost centers by Qty, Value, %.
    I am looking for
    1) Table information where the ditribution is stored.
    2) Can I use the distribution of Limit Orders?

    Hi
    Check these
    For cost center- COBL feild name-KOSTL
    For distribution (either qty or value)- MEACCT1200  & Feild name- VRTKZ
    Thanks

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

  • Infoset query of vendor payments at the cost distribution level

    We would like an infoset query of vendor payments at the cost distribution level of the document.  The issue seems to be joining vendor to the document cost distribution lines. 
    1.) BSAK + BSIK can be combined with an infoset data structure but only contain the vendor line of a document;  the cost distribution lines are not in the tables. 
    2.) BSIS + BSAS can be combined with an infoset data structure but lack vendor data and joins (to a vendor source) are not an option with data structures.  Vendor data added with an additional field is too slow to be a primary selection field. 
    3.) Logical data base KDF in an infoset returns only the vendor line of a document, not the cost distribution lines. 
    4.) Logical data base BRM in an infoset can have vendor from BSAK/BSIK attached by an additional field but performance is too slow to be useful.  Joins are not an option in a logical data base infoset.
    5.) Complete data is lacking when table joins between document cost distribution tables and vendor data tables are possible, (SPL actual line item table & BSIP or FMIFIIT & FMIFIHD).  BSIP lacks AB documents (reversals).  FM tables lack general ledger only documents. 
    6.) BSAK and BSIK together have complete vendor data but joins of both to a basis table do not work well.  Left outer joins are too slow, inner joins won’t work since the tables have mutually exclusive data. 
    It would be ideal to have vendor in BKPF, like FMIFIHD has, but it isn't a field.
    Does anyone know of any other options?  I have seen the helpful thread on How to Read BSEG Efficiently

    Hi,
    This is SAP Business one reporting and printing forum. Please find correct forum and repost above discussion to get quick response.
    Please close this thread here with helpful answer.
    Thanks & Regards,
    Nagarajan

  • Infoset query of vendor payments at the cost distribution level of the document

    We would like an infoset query of vendor payments at the cost distribution level of the document.  The issue seems to be joining vendor to the document cost distribution lines. 
    1.) BSAK + BSIK can be combined with an infoset data structure but only contain the vendor line of a document;  the cost distribution lines are not in the tables. 
    2.) BSIS + BSAS can be combined with an infoset data structure but lack vendor data and joins (to a vendor source) are not an option with data structures.  Vendor data added with an additional field is too slow to be a primary selection field. 
    3.) Logical data base KDF in an infoset returns only the vendor line of a document, not the cost distribution lines. 
    4.) Logical data base BRM in an infoset can have vendor from BSAK/BSIK attached by an additional field but performance is too slow to be useful.  Joins are not an option in a logical data base infoset.
    5.) Complete data is lacking when table joins between document cost distribution tables and vendor data tables are possible, (SPL actual line item table & BSIP or FMIFIHD & FMIFIIT).  BSIP lacks AB documents (reversals).  FM tables lack general ledger only documents. 
    6.) BSAK and BSIK together have complete vendor data but joins of both to a basis table are not an option.  Left outer joins are too slow, inner joins won’t work since the tables have mutually exclusive data. 
    Does anyone know of any other options?

    Hi,
    This is SAP Business one reporting and printing forum. Please find correct forum and repost above discussion to get quick response.
    Please close this thread here with helpful answer.
    Thanks & Regards,
    Nagarajan

  • Hours not populated in the Table C1 (Cost Distribution) in Time Evaluation

    Hi All,
    I am entering Time info along with the Reciever Cost Center, Internal Order and other info in the CATS Time sheet and transferring the saved details to HR Time Mgmt & CO. Later when I run Time Evaluation (PT60 using schema TM00) for the person his Cost Distribution info is getting populated in the Table C1.
    Then when I go to the Time Evaluation Results Table (B2 Cluster) thru transaction PT66 and want to check the details for the employee under C1. I see all the Reciever Cost Center, Internal Order  info. I double click on the TReciver Cost Center to see how many hours getting charged to it, it shows 0.000
    even thogh I had entered 4.00 hours against the Reciever Cost center in CATS.
    Can someone direct me in a step by step way as to how to overcome this anamoly.
    Your suggestions are highly welcome.
    Regards,
    Aslam

    Hi,
    I hope you are using transaction CATA to transfer to HR and Controlling.
    When you transfer entries from CATS to HR to which Infotype the hours get transfered?
    Could you clarify me on this?

  • Table for Cost Center Data

    Hello Experts,
    We are customizing a financial report and having a strange requirment, where we need to sum up the total value(Debit+credit) of a particular cost element from cost center report S_ALR_87013611.
    For example, Cost element 600000 is having debit value 5000 and credit value 2000 in the report S_ALR_87013611, so we need to bring the value of 3000 (Sum of debit and credit value)  in customize financial report for cost element 600000.
    I have checked the table COSS with value type 4, but  I am getting there 2000 debit and 2000 credit, 3000 debit is got missing.
    Please can any one tell me which table should I check for getting the proper data?
    Your early feedback will be highly appreciated.
    Regards,
    Mohammed Kalim

    Hi Ajay,
    Thanks for your prompt response.
    COSS and COSP are not serving my purpose.
    COSSA & COSPA are the structure table.
    I am not able to find cost center field in COEP table.
    Hi Mahesh,
    Thanks for your valuable inputs.New GL is not active in our client.
    Hi Raman,
    Thanks for showing interest in this issue. COBK is Document Header table.
    Regards,
    Mohammed

  • How can i read local excel file into internal table in webdynpro for abap a

    Could someone tell me how How can i read local excel file into an internal table in webdynpro for abap application.
    thank u for your reply

    Deep,
    File manuplations...............................
    1. At the presentation level:
    ->GUI_UPLOAD
    ->GUI_DOWNLOAD
    ->CL_GUI_FRONTEND
    2. At the application server level:
    ->OPEN DATASET : open a file in the application server for reading or writing.
    ->READ DATASET : used to read from a file on the application server that has been opened for reading
    -> TRANSFER DATASET : writing data to a file.
    -> CLOSE DATASET : closes the file
    -> DELETE DATASET : delete file
    If file is on the local PC,use the function module GUI_UPLOAD to upload it into an internal table by passing the given parameters......
    call function 'GUI_UPLOAD'
    exporting
    filename = p_file
    filetype = 'ASC'
    has_field_separator = '#'
    tables
    data_tab = t_data
    p_file : excel file path.
    t_data : internal table
    <b>reward points if useful.</b>
    regards,
    Vinod Samuel.

  • Cost distribution not working for -Ve Transactions

    Hi,
    We are spliting the cost for an misc transaction. The Splitted cost are got cost distributed. But the Reversal expenditure (-ve Transaction) is not get cost distributed.
    The cost distribute flag is enabled for the reversal transaction. but no credit or debit account populated. Please let me know what might be the issue.
    Thanks In advance
    Thanks
    Raj

    Check the cost distribution concurrent request's output. It will tell you the reason. It might be an auto-accounting issue too. Post the error code here.
    Sathish Raju
    www.projectsaccounting.com

  • Table for cost center / activity type prices

    Can someone give me the table name where cost center/activity type prices are stored?
    Regards,
    Manohar

    hi,
    for cost centers
    table name  =  CSKSZ
    field name =  KOSTL
    Activity prices
    table name = RKPLN
    field name =  TKF
    HOPE IT HELPS
    regards
    sayeed

  • Distribution cycle for cost centers

    Hi,
       I have created a distribution cycle for cost centers using SKF. I have even created document using KB31N. based on this document the sender  should have some amount after executing the distribution cycle, but here the sender value is completely distributed to recievers leading to incorrect results.
    Can any one help me solve this?
    Thanks,
    Sravanthi

    Hello
    Pls check the rule once again.
    You use allocation rules to determine how amounts and quantities are allocated between sender objects (sender values) and receiver objects (receiver tracing factor). The rules for the allocation types are made up of sender and receiver rules.
    Sender rules
    Determination of the sender values for the distribution/assessment can occur according to the following rules:
    Posted amounts
    Fixed amounts
    Fixed rates
    Receiver rules
    Determination of the sender values for the distribution/assessment can occur according to the following rules:
    Variable portions
    Fixed amounts
    Fixed percentages
    Fixed portions
    Reg
    assign points if useful

  • Changing the Decimal places for Percentage in cost distribution in SC

    Hi Gurus,
    Is it possible to change the number decimal places for the Percentage field in cost Assignment tab in Shopping cart in cost distribution option?
    The user wants 3 decimal places, currently we can enter only 2 decimal places.
    I have gone thro' couple of blogs which are talking about changing the price decimal and not the percentage field decimal. (in IMG setting: General settings > Currencies > Set Decimal places)
    So, if anyone come acorss this issue, please let me know.
    Thanks and Regards,
    Nowsath

    Decimal Places Factor of the Receiver Weighting Factors
    Specifies the number of valid decimal places with which the given weighting factors are valuated.
    Example
    You enter 123456 as the weighting factor. Depending on the factor, this number is interpreted as:
    Factor Decimal places Weighting factor
    1 0 123456
    10 1 12345.6
    100 2 1234.56
    1000 3 123.456
    10000 4 12.3456
    100000 5 1.23456
    1000000 6 0.123456
    Please check with your FICO consulant .what settings you have in backend system.
    http://help.sap.com/saphelp_nw04/helpdata/en/bb/bdbdc4575911d189240000e8323d3a/frameset.htm
    Muthu

  • 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

  • KP06 - No transactions for cost planning are defined in the Nos range table

    Dear CO Experts,
    I m trying to post Cost Planning using T-Code KP06.
    please help, the Error which pops is :
    *No transactions for cost planning are defined in the number range table*
    *Message no. K8007*
    *Diagnosis*
    *You want plan primary or secondary costs/revenues in controlling area 9000. This is not possible because no entries exist in the number range table for the cost planning transactions you want to perform.*
    *This is an internal system error.*
    *System Response*
    *Processing is terminated.*
    *Procedure*
    *Start program RKTKA04C.*
    *Execute*
    *After the program has run successfully, start planning again.*

    HI,
    the planning subobjetcs to be assigned in KANK to a CO-number range are (maybe you do not need all of them):
    KAZP
    KOAP
    KPPB
    KPPZ
    KSP0
    KSPB
    KZPP
    KZRP
    PAPL
    RKP1
    RKP2
    RKP3
    RKP4
    RKP5
    RKP6
    RKP7
    RKP8
    RKP9
    RKPB
    RKPL
    RKPQ
    RKPS
    RKPU
    RKPV
    RKPW
    RKPX
    RKPZ
    best regrads, Christian

  • Table for budget distribution undet project system.

    hi,
    do any one know the table for budget distribution under a project system?
    i need to get the data of budget assigned to a WBS level with the position ID, for a project. the transaction code to distribute the budget is by using transaction code - IM52.
    i posted this question in here before, but the answer i get is incorrect, as i need the table for budget under porject system. thanks

    Check these tables:
    PRPS  WBS (Work Breakdown Structure) Element Master Data
    IMPR  Investment Program Positions
    IMPS  Assignable Operative Objs for Capital Investment Positions
    IMAK  Appropriation requests - general data

Maybe you are looking for

  • Is it possible to create two apple ID on one iTunes account?

    I bought my wife an iPod Touch, how can I keep my contacts seperate from hers?

  • Can't delete a checkpoint in Hyper-V 2012R2

    Hello! Today I tried to delete one of VM's checkpoints in Hyper-V on Windows Server 2012 R2 and got the error "Deleting failed...". I then tried to delete all checkpoints to start a new checkpoint tree but failed again: I was able to delete all check

  • Adding two numbers

    Hi Frnds I am very much new to Oracle ADF and Jdeveloper. My requirement is , there are 3 input text field and a button. When I enter number values in text field 1 and 2 and press the button ,then the sum should be display in the 3rd text field. Like

  • Out put sound - speker

    pleases help me .. my lap top modle is dm4t  one of spekar is not out put sound under this spekar write dolby  why this problam   ---- my english language is not good

  • Flash Player v11.3.300.265 converts STEREO web audio into 5.1

    Hello! Excuse my English, please. I got a problem since the last update of Flash Player. Everything worked perfect before that update. And now, when I'm listening to my MP3 files (all are in STEREO) through IE9, they are automatically converting to 5