Report for Requesting Cost Center

Hi Everybody,
When I launch the report s_alr_87013619,it displays the WBS' Actual costs for each Responsible Cost center (picked from the WBS master data). I would like that the program picks the Requesting Cost Center instead of the Responsible one and shows it on the report.
May you help me?Is there a similar report or a change in s_alr_87013619?
Thank you

.

Similar Messages

  • Report Painter Request - Cost Center and WBS Element

    Hi Everyone,
    Currently, my company settles all project related expenses through to a cost center by way of an internal settlement cost element (category 21).  The issue with this is that when the expense gets to the cost center, they lose all visability as to where the expense originated, such as salaries or travel expense (category 1 cost elements).  We can't switch the settlements to the originating cost element from wbs to cost center just because of the additional data/volume that will cause.  My thought was to create a report painter that can run by cost center but also show the wbs's that settle to that cost center and group the expenses by primary cost element (cat 1).  I'm assuming that there is a way to marry a cost center and wbs element by way of the wbs settlement rule but how would that be done for reporting purposes?  I've seen it done before by way of a nightly job that created sets based on the combination of cost center and wbs but I'm not sure how that was done.  Any advise and examples?
    Example:
    Cost Center:  IT
    WBS: A.0017.01.01 (settles to cost center IT)
    Postings made:
    1.  CC IT and CE 552000 "salaries"..............................$20,000
    2.  WBS A.0017.01.01 and CE 552000 "salaries"........... $5,000
    3.  Settlement of WBS to CC (expenses flow through to CC IT by way of CE 985000)
    I want to run CC IT and see that the account 552000 really shows $25,000 and can be broken down by cost object (CC and WBS by the amounts above)
    Thanks,
    Pete

    Hi Peter,
    I had a similar requirement and used report painter report group 1SHK-002 (in library 1VK).
    I took a copy of the standard and ameneded it slightly, I switched the explode so it occured on the cost center not cost element.
    The report runs so that direct costs on the cost center are shown at primary cost level. And values settled to the cost center are shown on the partner object. In your case i guess WBS Elements (Partner ObjType WBS).
    Now in my case I didnt need cost element breakdown on partner level, just on cost center so effectively I have(sorry for text alignment but I hope you get the idea):
    GL1   .............  100
    GL2   .............  250
    + Cost center1 total ....350
    GL3 .............   50
    GL4 ............. 100
    + Cost center2 total.... 150
    Primary Cost Total ..... 500
    X-YZ-1.200 .............   50
    X-YZ-1.400 ............. 100
    + WBS total ............. 150
    IO 1............. 100
    IO 2  ............. 100
    +IO total  ............. 200
    Partner Total............. 350
    Overall total .............  850.
    Its not exactly like your requirement but it might be a good report for you to work with to get what you need.
    Elaine

  • Cost Center Report for each Cost Center

    Hi everybody,
    I am using SAP R/3.
    I have 90 Cost Centers (and Variants) and want to print a report for each one. But I dont want to key in all 90 Cost Centers (or select all Variants).
    What opportunities do I have? And I would like to have a kind of report were I can change the layout.
    I use this kind of report (no standard):
    Y_HGS_46000001 - Actual : month/cost center
    The problem: We have more than 500 Cost Centers in our system. So I can't use "range".
    Markus
    Edited by: Markus Schreiter on May 27, 2008 4:12 AM

    @ Karl:
    I defined variants for:
    1. "All Cost Centers"
    2. "Business Divisions"
    - Production
    - G&A
    - Selling
    - Non-Operating ...
    3. "Business Groups"
    - NSW Lab
    - WA Lab ...
    4. "Each Cost Center"
    With No.1 I now have the opportunity to run a report with all CCtr.
    Markus

  • BW report authorization for restrict cost center

    dear all,
    i have problem on BW report authorization for restrict cost center.....when i execute the query, after selection screen, appear error message 'you cannot change zv_cctr for characteristic 0COSTCENTER during query'.
    note : zv_cctr is variable restriction for costcenter, type processing = customer exit.
    below the customer exit :
    WHEN 'ZV_CCTR'.
        IF i_step = 2.
          DATA : gt_mstuidvscc TYPE TABLE OF  ztbw_mstuidvscc,
                 gs_mstuidvscc TYPE  ztbw_mstuidvscc,
                 wa_final2(10) TYPE c.
          SELECT * FROM ztbw_mstuidvscc INTO CORRESPONDING FIELDS OF TABLE gt_mstuidvscc
            WHERE userid = 'sy-uname'.
          LOOP AT gt_mstuidvscc INTO gs_mstuidvscc.
            wa_final2 = gs_mstuidvscc-kostl.
            l_s_range-opt = 'EQ'.
            l_s_range-high = wa_final2.
            APPEND l_s_range TO e_t_range.
          ENDLOOP.
        ENDIF.
    Regards,
    Tony

    i defined variable as ready for input and mandatory.
    regards,
    Tony

  • Using the tcode:S_ALR_87013611, no report data  for the cost center

    Hi,Friends.I need a help.
    In the tcode FB60,i entered the following data and then posted the vendor inovice sucessfully.
    data:
    ( Note: G/L acct:55020141 is also a primary cost element)
    In the tcode:S_ALR_87013611,I entered the following data and executed.
    but the result is:{Report contains no data. Check the selection log}.
    data: { Controlling Area: C999, Fiscal Year: 2010, From Period:1, To Period:12,Plan Version:0,
            Or value(s):2001}
    (Note: Cost center:2001 belongs to Controlling Area: C999) 
    please tell me how to do,so that using the tcode:S_ALR_87013611, I can see the report data  for
    the cost center 2001.
    sincerely                      WenYao Ma
    Edited by: wenyao ma on Mar 22, 2010 1:09 PM

    thank you,friends.
    I just solved it.
    Solution:
    1) Maintain Controlling Area
       path:spro>Controlling>Organization>Maintian Controlling Area>Maintain Controlling Area.   tcode:OKKP
    In the {Activate components/control indicators}cost center should be 'component active'
    2) Maintain Number Ranges for Controlling Documents
       path:spro>Controlling>Organization-->Maintain Number Ranges for Controlling Documents.   tcode:KANK
      Element { COIN CO Through-postings from FI} should be assigned to one group.

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

  • Analysis report for standard cost in CK33N

    Hi,
    Analysis report for standard cost
    Using variant Z003 in CK11N.
    Planned cost 3 is the output used for planning and this is adjusted by making changes to the BOM throughout the process
    In CK33 you compare the 2011 cost for the product with the proposed cost for the next year.  For some parts it works and for others it splits the lines,  though the calculation is still correct.
    Regards,
    T.Harish Kumar

    Hi Revital,
    I believe the last option is correct.
    Thanks,
    Gordon

  • No accounting document created for distributed cost center and asset

    Hi experts,
    Why there is no accounting document created during GR for distibuted cost center and asset?
    Thanks

    Sorry guys, there's nothing to do with the config of the account assignment. The postings are ok for single cost center or single asset. SAP system message (info messsage) " Goods receipt for distributed cost center will be non valuated" are given when you are trying to unticked the GR non valuated.
    If someone could explain what is the logic behind that behavior.
    Thanks again.

  • Report for Landing cost

    Hi SAP Guru's,
    Do we have any standard report for Landing Cost in the procurements, please suggest.
    Thanks,
    Reddy

    Hi Manish,
              We need to get one report with the total cost of material procurement which includes the excise, transportation and insurance.
    Thanks,
    Reddy.

  • Inspection lot for a cost center purchase

    Hello ,
    After the results recording , it is not possible to go any good movement in the UD screen . Why SAP is not recommending one more goods movement for a cost center purchase ?
    Thanks for your help
    JN

    Hi
    Stock posting screen is for MRP type of PO's.When it comes to cost center like K then it will affect the UD screen as cost center should flow from PO & some one who is taking UD should not able to change it,As it is not under quality perview.It is part & parsal of MM.
    Now When you reject such now RD takes place.wHAT YOU CAN DO IS ,REVERSE THE MATERIAL DOCUMENT.This can be done by MBST or MB01 or MIGO.This will reverse & you can again do Migo.
    This route is followed by samp as consumption immediatly takes place after GR is created.Then why you reject material when already comsumed.??
    Regards
    Sujit

  • Checking requesting cost center to a company code

    Hi All,
    How to check a requesting cost centre which is belong to a company code ?
    Thank you.
    Nies

    You need to use validation along with a user exit.
    User Exit is some where you write the logic that the company code (BUKRS) of the requesting cost center (AKSTL) should be same as the company code on the WBS (PBUKR)
    Take help of ABAPer in writing the logic of the user exit.
    Regards
    Sreenivas
    Pls close the post if satisfied.

  • Display Report for 30 Profit center in 30 sheets in a Workbook

    Hi all
    I have a very unusual requirement .
    Part A.
    I need to display a particular report for a profit center , then I need to display the same report for each inner node of the above Profit center in separate sheets . & all these sheets should be renamed with the name of the Profit Center .
    These then need to sent via a Information Broadcaster to the user.
    e.g if I have a Profit Center A. & within Profit Center A , the inner hierarchy nodes are A.a , A.b , A.c etc
    Then my 1st sheet should contain the report for Profit Center A with the sheet name as Profit Center A . then the next sheet would contain the report for Profit Center A.a & also renamed as Profit Center A.a , then 3rd sheet would contain the report for Profit Center A.b & also renamed as Profit Center A.b
    This is part A. Would this be possible  ?
    I know that I can manually add the report each time in each sheet separately . But can be this done Dynamically ?
    Also the renaming of the sheet , can something be done to pick up the value of the profit center manually ?
    Part B
    I need to send the above prepared report workbook through Broadcaster to the users.
    can the above settings for multiple values of the Variable Profit center be created in the broadcaster setting ?
    When I searched for this , the Broadcaster allows multiple variables selection for some Formats ,but not for Excelsheets.
    Please help me out here.
    Thanks
    Ramesh

    Hi,
    Check SPRO configuration for account assignment settings @
    SRM server->cross application basic settings->account assignment->Define account assignment
    1. Check for your acc assignment category for ex. WBS , what are account assignment fields are maintained.
        if not there maintain profit_ctr from search help.
    2. If you are not able to track profit_ctr in search help then you may need to make respective profit center entry in table BBP_C_ACC_F and then perfom step 1.
    after above steps even you are not able to get profit center on screen then you may need to check
    1. Meta data configuration
    2. WDP component for profit_ctr field
    Regards
    -Vipin

  • Best practice for reclassifying Cost Center/Element

    Dear experts,
    Currently the company I'm working for are using SA document (FB50) if there are mistakes when posting cost to Cost Center, they will DR New Cost Center and CR Old Cost Center.
    However, it is seem a bit difficult to trace the changes later on. Hence, I would like to ask for opinions on what is the best practice for reclassifying cost center or cost element.
    Right now, I'm planning to propose of using KB11N to reclassify cost center. Is this a good practice and easy to trace the cost movement? Is there any different with normal journal adjustment via FB50 and KB11N?
    Need some advices from experts.

    Hi:
            Both options are viable. If you reverse posting in FB50 then FI GL account postings will also be reversed and along with cost center postings. Hence here advantage is that cost center reversal will be with referenced to the original document with which wrong posting were made. Disadvantage here is that you will to post the entry again in FB50 . In KB11N you will simply transfer cost center amount from wrong to new one that should be in place of it but here you will have no reference . I personally think reversing posting through FB50 is viable options , reverse postings can be seen in KSB1 as well against that cost center.
    Regards

  • What is the T-Code for creating Cost center - profit center standard hierar

    Hi,
    What is the T-Code for creating Cost center - profit center standard hierarchy.Please provide me the T-codes.
    Thanks

    Hi Supriya,
    Create / Change Cost Center Standard Hierarchy - OKEON
    Display Cost Center Standard Hierarchy - OKENN
    Create Profit Center Standard Hierarchy - KCH1
    Change Profit Center Standard Hierarchy - KCH5N
    Display Profit Center Standard Hierarchy - KCH6N
    Srikanth Munnaluri

  • Reserve stock for a cost center & don't allow issue to another cost centre?

    Dear Experts,
    How to reserve stock for a cost center & don't allow issue to another cost centre?
    Stock is reserved by creating reservation by MB21 for one cost centre e.g.CC1.
    We want to restrict this stock for the same cost center CC1 only.
    But when tried to issue stock to another cost center CC2, system allowed to post goods issue document.
    System should not allow for goods issue of this stock to another cost center other than CC1.
    How to make it.......please suggest.

    I have checked
    SPRO MM -- Inventory Management and Physical Inventory -- Reservation -- Maintain Copy Rules for Reference Documents
    This is for reference document data copying.
    Do you mean to say SPRO MM -- Inventory Management and Physical Inventory -- Reservation -- Set Dynamic Availability Check
    Here for mvmt type 201 - valuation update - qty update - no special stock - Goods mvmt w/o reference - A (Dynamic Avl. chk) is the setting.
    But system is not issuing the any message while issuing reserved stock to another cost center.
    Please suggest...

Maybe you are looking for

  • How to print a special color in a report.

    Hello, I'm new with BI Publisher I'm working on some reports and the user request me to print a particular color on a cell if the cell has a special condition Example: If the cell comes with 1 print green to that particular cell If the cell comes wit

  • Details to share my screen in iMessage is not working

    When clicking the details at first, saw that a sign is showing... but other person doesn't show any message from me, and I just turned it off. Since then, the sharing is not working, and as same as other iPhone Users... Who knows to solve this error?

  • JTabbedPane w/ Accelerator Keys

    I need to add accelerator keys to the tabs of a JTabbedPane, much like the accelerators in a JMenuItem (i.e. under-score for Alt-F, or CTRL-X, etc...). Any suggestions? Thanks!

  • [solved] kdemod 4.2.4 and kernel 2.6.30 lost effects

    Hello, I wonder is anybody encountered similar problem (see topic)? my system today installed official arch kernel 2.6.30-ARCH so my updated system looks as follows: system: Arch linux i686 up to date (system update 06-23-09) kdemod 4.2.4 (up to date

  • How  to  copy  the  table1selected  records into table 2 in webdynpro java.

    Hi         how  to  copy  the  table1selected  records into table 2 in webdynpro java. venkat Edited by: venkatpvr on Sep 23, 2011 11:53 AM