How to get the cost center for the retro balance.

Hi All
I have this report that gives the retro balance. I get the information from RT and BAL. The problem is it doesn't show the Cost Center for the retro amounts. C1 holds the current periods payments not the retro ones.
Does any one know how can i get the Cost Center of the the amounts that wage type /552 is showing in the RT?
Please Help!!!

Hi
I am not sure on the requirement. You are developing a FI report and accessing VA03 which is sales transaction. Anyway for getting cost center you can go to table VBAK,VBAP for line items.
Hope solves ur problem
Thiru

Similar Messages

  • Is there a way to redetermine the cost center for an internal order on a PO

    When we create a PO for an asset we enter an internal order number and a cost center is determined from the internal order. Sometimes after the po is created the cost center on the IO changes. The po is not updated automatically on the PO and it results in the wrong cost center being posted to during the Goods Receipt and invoice receipt. Is there a program or batch job that we can run that will redetermine the accounting data on a PO?
    Thanks!
    Chris Lintner

    When we create a PO for an asset we enter an internal order number and a cost center is determined from the internal order. Sometimes after the po is created the cost center on the IO changes. The po is not updated automatically on the PO and it results in the wrong cost center being posted to during the Goods Receipt and invoice receipt. Is there a program or batch job that we can run that will redetermine the accounting data on a PO?
    Thanks!
    Chris Lintner

  • In MIRO the cost center is filled at Balance Sheet

    Hi,
    Iu2019m using ECC 6.0 and my problem is during MIRO posting the cost center is filled at Balance Sheet.
    How can I avoid this?
    Best regards,
    SS

    Please close this thread.Post it in [ERP Financials |SAP ERP Financials; to get responses.

  • I would like to insert new cost center for the existing layout in BCS

    Hi,
    I would like to add cost center to existing layout.
    Currently we are loading data into BCS using flat file .
    In BCS we have current layout existed with below format.
    Header
    Controlling area
    Fiscal year
    Posting period
    Data Rows
    Company 
    Item
    Profit Center 
    Functional area 
    Trading partner 
    Period Value LC 
    Period Value GC
    Even we are getting flat file from R/3 as above format.
    Now our Business required cost center in BCS as their requirment and need to be bring from R/3 to BCS.
    In R/3 our ABAP people are working to bring the cost center from R/3 and made a flat file for us.
    In BCS we need to load the file which has new cost center,which was comming as per the new requirment.
    Please advise me how to add cost center in  Data Rows of BCS.So that it can accomidate new cost center which is comming from R/3.
    Please some advise me on this and answer would be appreated.

    Prasad,
    I knew how to add char to cube in BW.But i am not sure about BCS .
    - What's the difference in assigning the infoobject (CostCenter) to the infocube, doesn't matter if it's the basic (ordinary) or the BCS totals cube?
    I will follow as you said.
    - Taking the BW310 or SEM240 is very useful.
    Once it is done then what are the next steps need to do it.
    - What's done? What's the question?
    I am assigning points to you
    - I do not need the points assigned for nobody knows what. Feel free to unassign them.

  • How to get a week number  for the year using oracle sql query?

    hi everyone,
    i have the requirement to find the week number for the calender..
    so that week number should start with 01 when the year starts and it should end with week end date(that is first saturday of the january month).. so next week number starts with sunday and ends with saturday ,continously.. in the end date of the year it should not be 'saturday' but week number should end with last date of the year.. again in the next year it should start with '01'.
    for example:
    01-JAN-13 tuesday 01
    02-JAN-13 wednesday 01
    03-JAN-13 thursday 01
    04-JAN-13 friday 01
    05-JAN-13 saturday 01
    06-JAN-13 sunday 02
    07-JAN-13 monday 02
    26-DEC-13 thursday 52
    27-DEC-13 friday 52
    28-DEC-13 saturday 52
    29-DEC-13 sunday 53
    30-DEC-13 monday 53
    31-DEC-13 tuesday 53
    01-JAN-14 wednesday 01
    02-JAN-14 thursday 01
    how can i achieve this, can anyone please help me out on this..
    i have a query that starts with 01 when year starts but it gives problem in the end of the year .. described below with a query..
    select mydate,
    to_char(mydate,'day') as weekday,
    to_char(next_day(mydate,'sunday'),'iw') as week_num
    FROM ( SELECT TRUNC (SYSDATE, 'yy') - 1 + LEVEL AS mydate
    FROM dual
    CONNECT BY LEVEL <= (SELECT TRUNC (ADD_MONTHS (SYSDATE, 24), 'yy')
    - TRUNC (SYSDATE, 'yy')
    FROM DUAL))
    this query gives date, weekday and week_num for 2 years 2013 and 2014,
    when i run this query ,at the end of the 2013 it gives the result as,
    26-DEC-13     thursday      52
    27-DEC-13     friday      52
    28-DEC-13     saturday      52
    29-DEC-13     sunday      01
    30-DEC-13     monday      01
    31-DEC-13     tuesday      01
    01-JAN-14     wednesday     01
    02-JAN-14     thursday      01
    for dates 29 ,30,31st it should give 53 .. how can i achieve that using this this query .. can any one help me out on this please...
    thanks,
    pradeep

    I tried with the IW ...
    it is giving week_id for the year.
    select
    mydate,
    to_char(mydate,'day'),
    case when mydate between trunc(mydate,'yyyy') and next_day(trunc(mydate,'yyyy'),'saturday')
    then to_number(to_char(mydate,'yyyy')||to_char(trunc(mydate,'yyyy'),'iw'))
    when mydate between next_day(trunc(mydate,'yyyy'),'saturday') and trunc(add_months(trunc(mydate,'yyyy'),12)-1,'d')-1
    then to_number(to_char(mydate,'yyyy')||to_char(next_day(mydate,'sunday'),'iw'))
    when mydate between trunc(add_months(trunc(mydate,'yyyy'),12)-1,'d') and add_months(trunc(mydate,'yyyy'),12)-1
    then to_number(to_char(mydate,'yyyy')||to_char(trunc(add_months(trunc(mydate,'yyyy'),12)-1,'d')-1,'iw')+1) end as WEEK_ID
    FROM ( SELECT TRUNC (SYSDATE, 'yy') - 1 + LEVEL AS mydate
    FROM dual
    CONNECT BY LEVEL <= (SELECT TRUNC (ADD_MONTHS (SYSDATE, 24), 'yy')
    - TRUNC (SYSDATE, 'yy')
    FROM DUAL
    ))

  • How to find reporting cost center for a emplyee

    Hi Experts,
    I have to display a report in SAP EP Manager Self Service. The Manager will click on the report and he will be shown all the Cost Centers reporting to him
    Do we have a standard RFC which will have input parameter as pernr and output parameter should be Reporting Cost Center. For example if the VP will login he will be shown, list of reporting cost centers to him. It may be the cost center of Marketing Deptt, Sales Deptt, HR Deptt etc.
    I tried BAPI_COSTCENTER_GETLIST. However this is not helping.
    There is one standard transaction code ppom_old. Using this transaction code, I can see the Cost Center hierarchy (similar to Org Structure). I need same data but using some RFC
    Regards,
    Gary

    Hi Gary,
    I have the same requirement to find out the reporting cost center. Could you please share your solution?
    Thanks
    Jay

  • How to get rid of zeros for the data which has been extracted with open hub

    Hi all
    I am trying to extract data from the cube thru an open hub, but the data which i have extracted, for a cost center i am able to see '0's which is expected to be an empty space, even in cube there is an empty space.
    Can anyone suggest me quickly, points will be rewarded
    thanks
    preethi......

    In the transformation of the Open Hub,use BAPI....
    Create a target structure with all fields as type characters,move data from source structure to target structure in the BAPI using ABAP codes.When there is no value in character fields it would not show up 0's.

  • Need to find out the Cost center for one location, one cost center

    /* Formatted on 2015/02/27 08:34:29 AM (QP5 v5.215.12089.38647) */
    SELECT DISTINCT cost_centre
      --  INTO l_cost_center
      FROM (  SELECT DISTINCT                                 --pap.name position,
                     haou.organization_id org_id,
                     haou.LOCATION_ID,
                     pcak.concatenated_segments cost_centre
                FROM                              -- per_all_positions         pap
                    per_all_assignments_f pasf,
                     hr_all_organization_units haou,
                     pay_cost_allocation_keyflex pcak,
                     HR_LOCATIONS_ALL_TL l
               WHERE     pasf.organization_id = haou.organization_id
                     AND haou.cost_allocation_keyflex_id =
                            pcak.cost_allocation_keyflex_id
                     -- AND pasf.position_id=pap.position_id
                     -- and pap.primary_position_flag = 'Y'
                     -- AND haou.business_group_id=101
                     AND pasf.LOCATION_ID = l.LOCATION_ID
                     and l.language='US'
                    -- and l.organization_id=haou.organization_id
            GROUP BY haou.organization_id,
                     haou.LOCATION_ID,
                     pcak.concatenated_segments                    --pcak.segment2
                                               ) Pos_cc
    WHERE pos_cc.location_id =
              (SELECT DISTINCT location_id
                 FROM hr_locations_all
                WHERE location_code = 'Pinelands'                  --i.branch_name
                                                 AND ROWNUM = 1)
    Please help me with this query, I am new to HRMS modules. Need to understand that why for one location it is coming multiple cost center.
    Please help me understand this. I need to pass one value in INTO of this query.
    Thanks,
    Syed Hasan

    Cost centre is stored at the Organization level.
    And many Organizations can have the same location, so for a location you can have different cost code combinations.
    If you need just one segment(location segment), then it could be unique.
    So , instead of pcak.concatenated_segments cost_centre use pcak.segmentX  (X could be 1,2,3 etc based on your flexfield definition)

  • How to get list of permissions for the PCD location

    Hello Team,
    I have group called "ABC". We have lots of roles created in PCD, and some of the roles are assigned to "ABC" group. I want to list out all the roles which is added to the group "ABC".
    Can you please help me?
    Thanks
    Manoj K

    Hi,
    Thanks for the reply.
    Yes, i would like to know what are all the PCD roles which are assigned to group "ABC".
    Yes, you are right, that we can select the group in user Management and if we click on the "Assigned roles" and if we use the string * then we will get a list.
    But if i do that, it is giving below information.
    Last search returned 134 elements. This exceeded the defined max hits of 50. Narrow your search criteria and search again.
    So,this information i got when i select the Search Recursive button, So, i want to know how to get these 134 list from User Management.
    Thanks
    Manoj K

  • How to change cost center for employee

    Hi,
    I want the engineering groups to change to different cost centers for this new year.I was able to change the home cost center for a work center through IR02. But not able to change the home cost center assignment for specific personnel through PA30. SAP allows to enter the cost center but while saving it gives the error message as "Start date after initial entry date (01/01/2010)" when I used a 01/01/2011 start date and "Cost Center does not exist on 01/01/2010" when I used 01/01/2010 start date
    Could please tell how to change the cost center for the personnel?
    Thanks & Regards,
    Jegashree

    Hi Jegashree!
    The Cost Centre is always assigned in creating Position. So If you want to change Cost Centre, please using T-Code PPOME and find the position and change the Cost Centre.
    The another way, you use t-code PP01 (create) PP02 (edit) to change the relationship (IT 1001) and A-011.
    Hope you can solve it.
    Regards!
    Woody.

  • Automatically populating cost center for 551 posting

    Hi MM Experts,
    Is there any way the cost center for the 551 movement type can be automatically populated into the field without the user entering it? We are posting a 551 posting from a legacy system and jsut want to find out if I can do any OBYC settings to make the cost center come up automatically?

    I believe the above answer is best approach, assuming you are always scrapping to the same Cost Centre. You can default a Cost Centre indirectly, by linking it to the defauled GL (if it's valuated stock then technically I believe it is a General Ledger code, rather than a Cost Element).
    If you're going to do this for 551 you preumably want to do it for the other scrapping movement types 552, 553 etc. too.

  • How to get the cost center of production order

    hi guys
    please tell me how i can get the cost center of the production order. 
    thanks.

    You need AUFK-KOSTL ?
    Pole

  • How to make the Deprtmnt field in the cost center master data as required ?

    Dear Experts,
    I want to make the Department field in the cost center master data as required field.....how do i do it?
    regards
    Suresh

    Hi Eli,
    Thanks for the quick reply
    while creating the Cost center itself the field should come as required field........can that be met with this enhancement?. Because the transaction code being used int the enhancement is for change mode but i want this feature in  create mode itself.
    thanks
    regards
    Suresh

  • Validation in the network header for the responsible cost center field

    Hi Experts,
           I want to do the validation for the network header that, the cost center in responsible cost center field of WBS & network should be same... If the user enters other than WBS in the network it should give an error message....
    when i am trying to do validation in the network header i am  unable to see the filed of the responsible cost center for the WBS element.
    kindly suggest how can i achieve these....
    with regards
    Raman T S

    Hi Abdul,
       Thank you for your reply. There was no entries in the GB01. I went to SM30 & in view V_GB01C i maintained the entries
    as
    Boolean Class - 71 - WBS element
    Class type - B
    Table - PRPS
    Field - FKSTL.
    Next i went to maintain the validation in the T-Code OPSI, i am unable to find the field of the WBS element cost-center in the Network header.
    Can u tell me if i had done anything wrong in the above steps.
    what the user exit for the network can u tell me...
    With Regards
    Raman T S

  • Open field for cost center on the material master

    We have a unique requirement in a facility we intend to implement plant maintenance in to track a cost center to a material by including the cost center on the material master somewhere.  Cost center is not a field on any of the material tabs we use for maintenance materials, but the requirement is just that it is tracked in a field, even if it's just an open field like a "user defined field" or another field not used often.  We realize there are disadvantages such as the field not being checked against active cost centers, but we are looking at options short of adding cost center as a field manually to a tab (which I believe would require ABAP assistance).  I don't think there are any other fields/tabs we are currently not utilizing but I could be wrong... The best option we can think of is adding it in a material characteristic so it shows on the classifications tab, but I thought I would see if anyone has any other ideas.
    Thanks

    Not sure what is the need of cost center on material master when you want to implement Plant maintenance module. Do you have any specific requirement for this?
    Ideally cost center will be derived from either functional location/ equipment (equivalent of material master) on to PM work order or notification.
    Can you elaborate the requirement?
    After all if you wish to go with cost center, then I suggest it should be at plant level as PM requires plant level distribution. You can add up a custom field and give the reference of cost center data element with help of developer.

Maybe you are looking for