Cost element report with cost object name column

Hi,
i'm looking for a report similar to S_ALR_87013601: Cost Elements: Breakdown by Object Type, but including a column with the cost object name. Does anyone know if such a report exists? If it doesn't exist, how can i create a report like this?
Some of my company costs are assigned to cost centers and some of them are assigned to wbs elements. We would like a report where we could have all the information together.
Thank you very much

Hi Xavi ,
Some of my company costs are assigned to cost centers and some of them are assigned to wbs elements. We would like a report where we could have all the information together.=>
There is not standard report available..  which will display total cost per company code.. i,e cost booked on cost centers, internal order and WBS elements ... This is becuse each modules store data in seperate tables.
You have to create a ABAP report to serve your pourpose. You have to collate all the costs booked in a company code for cost centers, IO and WBS elements . Pick up real costs only as per company code..
We are using such custom report and its working fine.
Regards
Sarada

Similar Messages

  • Cost Center Report with Cost Element wise Subtotal

    Hi All,
    We have a requirement where customer wants a Cost Center report with Cost Element wise Subtotal and selection options required are Company Code, Cost Center, Cost Element.
    KSB1 solves the requirement, but when executed for 2 or more company codes it is taking 3 to 4 hours.
    The other alternative report we tried is S_ALR_87013611- Actual/Plan but this report gives debit and credit values in seperate columns.
    Please let me know if we can copy the report S_ALR_87013611 and change it using report writer to have the output by Cost Element wise total.
    Also please let me how we can increse the speed of KSB1 report.
    Thanks
    Satish

    for KSB1 Report the following is my suggestion
    1. Please go to the selection criteria for the cost elements and de select the secondary cost elements in the the exclude range and try running the report this is generate the report faster.
    2. also check the date range please give the date range for 3 t months and if you want to run for multiple company codes. if you want to execute it for longer periods say 9 months or 6 months generate the report in 2 to 3 installments and download them to your excel and consilidate them in excel for your analysis
    Best Regards,

  • Cost center report with Vendor name

    Hi All,
    I need a cost center report which shows Vendor name and number.
    I tried with report S_ALR_87013611 but it is not displaying Vendor name for the expenses which is posted in MIGO.
    It is showing the offset A/c as GR/IR clearing a/c.
    Any other report or query I can make this.
    Thanks in Advance.
    Regards
    Shanu

    Hi Shanu
    There is a workaround
    When you post expense Dr to Vendor Cr - Use substitution exit RGGBS000 and populate Vendor no / name in a Text Field like SGTXT/.. You need to write FI Substitution in OBBH for this
    After this, implement the exit COOMEP01 to fetch SGTXT in CO Line item reports KSB1... It will also be visible in S_ALR reports
    Include SGTXT in the Structure CI_RKPOS
    Sample code of COOMEP01 is as below
    The code is written in include ZXKAEPU01 of EXIT_SAPLKAEP_001
    SELECT SINGLE vbel2 SGTXT FROM bseg
      INTO (cs_record-vbel2, cs_record-SGTXT)
                 WHERE bukrs = cs_record-refbk
                   AND belnr = cs_record-refbn
                   AND gjahr = cs_record-refgj
                   AND buzei = cs_record-refbz.
    br, Ajay M

  • Cost element report prob. with auxiliary account assignment

    Hi,
    WBS is statistical.
    Orders are auxiliary account assigned to WBS.
    When running cost element reports, cji3 ; settlement cost elements are not showing there for the order.
    Kindly suggest.
    Thanks,
    Harsh.
    Edited by: Harsh Saxena on Dec 8, 2010 2:12 PM

    NOT RESOLVED

  • How to reverse amount sign if Cost Element starts with 6

    Hi experts,
    I have a requirement to reverse Amount sign, e.g. from 1,000 to -1,000, if the Cost Element starts with 6.
    The problem is that I update the Cost Element value in Update Rule as a Master Data Attribute of Reporting Variable (a customized Characteristic). As a result, it is not available in my Communication Structure.
    Can someone suggests me how can I achieve that?
    Thank you very much.

    I think I am almost there.
    Can someone rectify the error?
    SELECT SINGLE 0COSTELMNT FROM /BIC/PZC_ES1002
      WHERE /BIC/PZC_ES1002-ZC_ES1002 = TRAN_STRUCTURE-/BIC/PZC_ES1002.
    IF 0COSTELMNT+0(1) = '6'.
      RESULT = TRAN_STRUCTURE-ZK_WTGBTR * -1.
    ENDIF.
    result value of the routine
      RESULT = TRAN_STRUCTURE-ZK_WTGBTR.
    E:Unknown column name "0COSTELMNT". not determined until runtime, you  
    cannot specify a field list.                                           
    Thanks!

  • Check on Cost elements assigned to cost objects

    Hi,
      In my program, I need to check whether cost elements assigned to cost objects or not.
      Is there any function module available to check whether cost elements assigned to cost objects?
      Please provide the code for check on cost elements assigned to cost objects.
    Regards,
    Tintu

    Check table with CSK*

  • Secondary cost element report

    Hi experts,
    i just looking for secondary cost element reports ?
    regards,
    Sanju M S

    HI,
    Go to T.code : S_SL0_21000007 and,
    Go to bellow link
    http://wiki.sdn.sap.com/wiki/display/PLM/SettlementandCostElementReports
    http://help.sap.com/saphelp_46c/helpdata/en/a9/ab76ce414111d182b10000e829fbfe/content.htm
    Thanks,
    Raviteja

  • Settled costs don't display in hierachy and by cost element report!

    Hi Experts,
    After doing project settlement, I check in hierarchy cost report (S_ALR_87013533) and by cost element report (S_ALR_87013543) and found that: Costs which had been settled did not display anymore!!
    It's not my expectation because I want to see the total actual cost of project.
    Please help to advise.
    Thanks and best regards,
    Khoa Huynh

    Hi Sreenivas Kadiam,
    So you mean that only when we settle project cost to CO production order, in Project cost report, balance will be zero is the standard behavior, am I right?
    Because when I settled the project cost to AUC, the total actual cost of project still display in Project cost report.
    Thanks and best regards,
    Khoa Huynh

  • Change value in cost element report

    Dear Experts,
                           Is dere any option to change value in the cost element report ie S_ALR_87013543...If it is possible please let me know......
    By
    AS

    Hi,
    I don't think that Price Change Functionality would be possible in any of the PS reports.
    Regards,
    Harsh.

  • GL/cost element report

    Hi Friends,
    Please let me know that which tcode or link i must use to check the cost coming from various GL/Cost elements
    Rgds
    Rahul
    Edited by: rahul m on May 9, 2008 12:47 PM

    Hi,
    Pls check following transactions to execute hierarchy reports and cost element reports.:
    CJE0: Execute Report: Hierarchy Report
    CJEB:Execute Report: Hierarchy Report in Background
    GR55:Execute Report: Cost Element Report
    Reward  if useful.
    Regards,
    Amit

  • Standard cost element reports are not available

    Hi everyone,
    I noticed that there are no standard cost element reports available in our SAP application. Is this because they are not imported or is this caused by another problem ?
    Help would be greatly appreciated and points will be rewarded
    Kind regards
    Message was edited by:
            Björn Demol
    Message was edited by:
            Björn Demol

    can you tell me how did u resolve this issue
    Regards
    Bilal

  • Recover cost element associated with internal orders. Tx KPF6

    Hi,
    I need to recover only the cost element associated with the internal orders listed in tx. KPF6. Can anyone please tell me how can I do this?, do I need to copy the entire tx to a Ztx?? or can i do this through an User Exit???
    Thanks, Fiorella

    Hi Fiorella,
    Try using table AUFK.
    It gives you the Responsible cost center as  well as the Cost center for basic Settlement for a particular internal Order.
    In case you need any other information, feel free to revert.
    Thanks,
    Sonal
    P.S. Would it be helpful if i tell you how to get Internal Orders from an Internal order Group??

  • Cost Center , Cost element , GL Accounts , Cost sheet , Account Assignment

    Dear Experts,
    Please explain what are Cost Center , Cost element , GL Accounts , Cost sheet , cost component and structure, Account Assignment and  how they are interlinked with each other with transactions.
    Thanks,
    Ram

    Dear,
    Cost element : A cost element classifies the organization's valuated consumption of production factors within a controlling area. A cost element corresponds to a cost-relevant item in the chart of accounts.
    Primary cost element: A cost element whose costs originate outside of CO and accrual costs that are used only for controlling purposes
    Secondary cost element: A cost element that is used to allocate costs for internal activities. Secondary cost elements do not correspond to any G/L account in Financial Accounting. They are used only in Controlling and consequently cannot be defined in FI as an account.
    Cost Center: An organizational unit within a controlling area that represents a defined location of cost incurrence.
    GL Accounts : GL Accounts is master data preparation which is assign to chart of accounts.
    Costin Sheet : The costing sheet integrates all elements of overhead costing. In costing sheet calculation base, cost element & Overhead rate & credit are define.
    cost component and structure :
    Cost component - Makes the costs of a material, an activity type, or a process transparent & Groups the costs of a material according to the requirements for material valuation and profitability analysis
    cost component structure : It is use for
    Activity prices for an activity type
    Cost of a process
    Planned cost of a product
    Material costs passed on to material valuation as the standard price or inventory price
    Cost of goods manufactured passed on to Profitability Analysis
    Account Assignment : It's use for direct posting. In this we have to assign GL which is required to post directly.
    GOPAN

  • How to create a report with dynamic no of columns

    Hi All,
    we have a report with 6 columns.
    and its been access by 10-20 people.
    the user dont want to have a fix report with 6 columns rather they want to have a flexibility to select the columns from the report they want to see.
    i.e. user one one time wasnt to see only one columns
    another time he want to see only column 2 and 4 of the report.
    its like there can be a multiple select option from where he can select the columns in the existing report and then see the same report with only that much column.
    Please tell me how to implement it.

    Abhip i thin you didnt get the problem.
    there is s exeiting report with 6 column
    Currently when i logging to OBIEE and see that report
    i will be getting report with 6 column
    but now i want a flexibility of selecting only 2 or 3 or 1 or 4 or 5 as i wish columns from this report and see the result only for that
    so is there by any chance i can have a check box for each column which i can check in dashborad to select that column
    and show the result were as by default it will show the report with 6 column.
    Thanks

  • Form report with both edit and column link

    hi experts,
    How can we create form report with both edit and column link. Ie, the form should have both the Edit link and column link. When we click on the edit link(in page1) it should go for the page2 and the page2 should display the corresponding row fields which should be editable. but when i click the column link it should bring me to the next page but the corresponding values of the column should not be editable.
    Regars,
    KK

    hi,
    Here i have achieved this by making the column link and page navigation.

Maybe you are looking for