Find org.unit of cost center

hallow
i have table of cost center and i wont to find all the or.unit of that belong to costcenters how i can do that?
Regards

Hi
You need to Join two tables PA0001 and T527x as a data source in your query. Give the org units as a input parameter for this query.
Another way is to check the IMG settings where the functionals have mapped org units and cost center. Since I am an ABAPer so I dont know how they do it.
Reward points, if helpful.
Regards
Waz

Similar Messages

  • Org Unit and Cost Center not displaying in 0001 with A012 relationship

    Hi Guru's,
    Kindly help me in this regard ,
    Whenever i hire a person to a position which has an A012 relationship (Chief Position) then Org Units and Cost centres are not getting displayed in IT0001 .
    But when i hire a person in the same org unit with A003 relationship ; both Org units and Costcentres are getting displayed
    I have used an LSMW for uploading relationships and objects and i have also run integration reports for the same but still i am not able to display org unit and cost centre in it0001 when i hire a person with A012 relationship .
    Kindly Help

    both great advice, also, check this link:
    http://help.sap.com/saphelp_45b/helpdata/en/14/d22fe48435d111950d0060b03c6b76/content.htm
    within this information there are various reports to run, which help recon OM and PA integration.  it will help you find your data problem and then fix the data for you if you follow step by step.
    best regards,
    michael

  • Org Unit to Cost center relationship issue

    Hi All,
    When I assign a Cost center to an Org Unit, i dont have any issues and got created. But when I assign the same Cost center to a different Org Unit, it delimits the previous Org relationship and creates the new one.
    I checked the Relationship A011 time constraint and it is 2 which is with gaps.
    This is strange and should not work in this way.
    Thanks in advance.
    Cheers
    Vijay

    Thanks a lot guys.. I found the answer...
    Cheers
    Vijay

  • Error while asssignment of Org unit  to cost centre.

    HI  Frdz,
    When I am traying to assign org unit to cost centre I got this error CALL_METHOD_NOT_IMPLEMENTED.
    Experts pls let me know  how to solve this error.
    I maintained A\001 relation for cited above.
    Thanks in advance.
    Best regards,
    Narayana Kaja

    Check the table T77S0
    When you create relationships between cost centers and positions or
    organizational units in Organizational Management, the system requires
    that the cost center is assigned to a controlling area, as a cost center
    must always be assigned to a particular controlling area. In this case,
    the value of this entry will be used as the default for the controlling
    area.
    Let me know if you need more information.
    Thanks,
    Kiran.
    Reward points are appreciated.

  • Organizational Unit and Cost center.

    Hi Experts ,
    Thank in advance
    <b>Can one let me know briefly about
    Organizational Unit and Cost center and its
    field name's as well and
    related tables if possible</b>
    Thank You and Regards
    Santosh

    Org Unit - ORGEH  Check Table -T527X
    Cost Centre - KOSTL  Check Table - CSKS
    For an employee they are maintain in PA0001.
    For an organization in  Table - HRP1000
    OTYPE = O for organization
    OTYPE = A for Cost Centre.
    Relation ship betwen them is store in Table HRP1001.
    Regards,
    Amit
    Reward all helpful replies.

  • To find out recently new cost center

    Hi all,
    I have a problem that I had updated one request new data(it's like 200904 transaction data) to cube,
    while the inexistent cost center in master data is added(0Costcenter).
        The problem arise,how could i find out which new cost center is added to 0costcenter,because I
    need to listed those new cost center to user.
        Thanks.

    in the maintain master data screen for cost center give all the attributes a restriction to initial value.
    once you get cost centers search with them in the infocube and take out final list from there.
    or you write a abap report to check cost centers which have all fields initial and get it in a file.
    data: itab type standard table of /Bi0/pcostcenter with header line,
            itab2 type standard table of /Bi0/pcostcenter with header line
    select * from /Bi0/pcostcenter
    into table itab
    where objvers = 'A'.
    loop at itab.
    if itab-BUS_AREA is initial.
      if itab-0COMP_CODE is initial.
    .... keep checking for all the attributes.
         .... if all atributes are initial
          append itab to itab2
      endif.
    endif.
    endloop.
    CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    filename = <give file name here>
    write_field_separator = space
    TABLES
    data_tab = iout
    EXCEPTIONS
    file_write_error = 1
    no_batch = 2
    gui_refuse_filetransfer = 3
    invalid_type = 4
    no_authority = 5
    unknown_error = 6
    header_not_allowed = 7
    separator_not_allowed = 8
    filesize_not_allowed = 9
    header_too_long = 10
    dp_error_create = 11
    dp_error_send = 12
    dp_error_write = 13
    unknown_dp_error = 14
    access_denied = 15
    dp_out_of_memory = 16
    disk_full = 17
    dp_timeout = 18
    file_not_found = 19
    dataprovider_exception = 20
    control_flush_error = 21
    OTHERS = 22.
    you will get all cost centers which doesn't has any attribute

  • Help to find org.unit manager

    hallow
    here i try to find org unit manager but its not working well
    plz some one can help
    i think i have problem in dates but i not sure
    thankes & regards
    LOOP AT i_t_data INTO lw_t_data_0org.
    SELECT begda endda sobid
    FROM hrp1001
    INTO TABLE lt_relat_org
    WHERE objid EQ lw_t_data_0org-orgeh
    AND rsign EQ 'B'
    AND relat EQ '012'
    AND endda GE lw_t_data_0org-datefrom
    AND begda LE lw_t_data_0org-dateto.
    SORT lt_relat_org BY begda DESCENDING endda DESCENDING sobid.
    CLEAR lw_relat_org.
    READ TABLE lt_relat_org INDEX 1 INTO lw_relat_org.
    IF sy-subrc EQ '0'.
    l_plans = lw_relat_org-sobid.
    SELECT SINGLE pernr
    FROM pa0001
    INTO lw_t_data_0org-zzmanager
    WHERE endda GE lw_relat_org-begda " lw_t_data_0org-datefrom
    AND begda LE lw_relat_org-endda " lw_t_data_0org-dateto
    AND plans EQ l_plans.
    ENDIF.
    APPEND lw_t_data_0org TO lc_t_data_0org.

    hi
    if it help
    here is table  i_t_data and i wont to add for all orgeh which manager manage
    this org btween dates
    Regards
    datafrom     datato       orgeh       org.manager
    19690101     99991231     50002993     00000000
    19690101     99991231     50002994     00000000
    19650101     99991231     50003004     00000000
    20050101     99991231     50003014     00000000
    19690101     99991231     50003018     00000000
    20050101     99991231     50003019     00000000
    20050101     99991231     50003020     00000000
    regards

  • How to find cost centers for a org unit ( if kost center is inherited)

    Hi all
    We have a org structure
    When a parent org unit is assigned a kost center then the parent also inherites the kost center
    I need to find kost center for all the org unit in my organization
    I cant see the inherited cost center neither in IT 1001 nor 1008 nor 1015 but i can see it in PPOME in the account assignment tab.
    How can i find the inherited cost centers to all the org units.
    i think i am clear with my requirement to all
    Thanks
    Raj

    Use the report RHSTRU00 in tcode SE38
    and give the follwoing values in selection screen
    Plan version                    01  Current plan
    Object type                     O   Organizational unit
    Evaluation Path               A011       All relationships to A011 -> cost
    execute the report to see all the orgunits with their cost centers

  • How to find Org unit User has selected

    Hi All,
    We are setting up printing on our CRM 5.0 system (Web interaction centre) and was wondering if anyone knows of a way to find out what Org unit the users is logged on as ??
    We are using Actions to print specific smartforms off for the users and need the prints to go to an assigned printer.. We are hoping to use a printer that is assigned to the 'Default Printer' attribute in the org structure (PPOMA_BBP)
    As you will be aware users can be in many positions (under the org units) in the org structure and when we log onto the Web IC we get the option of which one we would like to use... Is there a function that can read this Org unit so we can use it in the printer determination BADI to decide what printer the prints will go to ???
    Many Thanks
    Gaz

    As soon as you make the profile selection,IC sets the profile and org unit in the session.
    You can read them using
    Data: lv_prof     type ref to if_ic_profile,
                    pname       type        string,
                    orgunit     type        crmt_ic_org_unit.
    lv_prof = cl_ic_profile_service=>get_instance( ).
    pname = lv_prof->get_profile( ).
    org_unit = cl_crm_ic_services=>get_org_unit(  ).
    Thanks,
    Thirumala.

  • EIC Activity Owner Org Unit - Employee interaction center

    Hello Junta,
    I am trying to make a prototype for HR Employee Interaction Center for my company.
    In the Activity page of EIC application, there is a field called Owner Org. Unit which is mandatory. However I am unable to get any data in that drop down field. No org unit is showing up. I have also maintained the IC WebClient Profile OM infotype (1261) for that Organisational Unit.
    Kindly suggest as to what must be done to get some data into that Owner Org. Unit field.
    Can it be made - not mandatory. where can it be done ?
    Thanks in advance.
    Regards,
    Anand

    Hi Jarret
    Thanks!!
    Anand and myself are very close friends, and started working on EIC recently and with similar scope. It is very fruitful to know we both have opportunities in hand to work on rare skillset.
    I have followed your site and blogs. Very helpful indeed!!
    Regards
    Yash

  • Business Area is not inheriting from Org.Unit or Cost Centre

    Hi
    Business area is assigned to Org.unit in IT1008, when I executing the action business area is not defaulting / Inheriting from Org.Management.
    Any one could help me to solve this issue.
    Thank you.
    Bachi

    It seems OM and PA are not integrated, are they?
    RHINTE20  is the report can bring data from OM to PA.

  • Cost center is not updating in IT 0001

    Dear Mates,
    I've uploaded two sets of data using PP02 T-code where one is Historical data & the other is Current data. Here for Current data I'm facing a Issue  where Cost center & org unit's data aren't getting updated in IT 0001 & its still showing the Historical data in IT0001. This is even spoiling the show & frustrating, where users are unable to do CATS Reconciliation also. for more clarification kindly find below screenshots.
    PO13
    We have maintained historical data in system where one cost center is assigned from 01.01.2013 to 31.03.2014 & second cost center is assigned from 01.04.2014 to 31.12.9999 with current period, not only cost center's but also Org unit's are also not updating in the system. I've even tried with RHINTE00,10,20 & 30 program's but still I'm unable to get the desired results.
    Historical data from 12.11.2013 to 31.03.2014 in IT0001
    Current record 01.04.2014 to 31.12.9999 in IT0001
    Kindly let me know how to update IT0001.Is there any std program available to update the data apart from RHINTE**???
    Ur's
    Mohan

    Dear Mohan,
    Try assigning your cost center to position it will default both your org unit and cost center.
    Cheers!

  • Cost center (KOSTL) is not updating in HR master table for infotype 0001

    Hi ABAP gurus,
    We have one interface where we are posting the HR master data using the IDOC (IDOC_INPUT_HRMD) into SAP.
    While updating cost center, We have one issue regarding infotype 0001.
    It is working fine for all the fields except: KOSTL, ORGEH, STELL.  Surprisingly the created IDOC contains the value in these fields but it is not getting updated in master table PA0001. I have tryied inserting the value manually and it is working fine and tried with BDC Programming and no issues. Only we have this issue while we want to use the IDOC. This is mandatory in our interface.
    While debugging the IDOC function module I found that one condition is there for these three fields.
    CHECK NOT inte IS INITIAL. where inte value is being fetched from table t77s0 based on
    GRPID = PLOGI
    SEMID = ORGA
    In this condition I see no value for this combination and hence it is not getting further. I am not sure how this condition does exist for only these three fields and not for others.
    Can any please provide the reasona and solution for this.
    Appreciate the help in advance.
    Thanks,
    Jitender

    Dear Mohan,
    Try assigning your cost center to position it will default both your org unit and cost center.
    Cheers!

  • PPOME Cost Center Assignment

    Hi Experts,
    We face the following prblem when trying to assign a Cost Center to an Organizational Unit. The Scenario is the following:
    Org Unit A - Cost Center A
        is line supervisor of Orgunit B - Cost Center B
        is line supervisor of Orgunit C - Cost Center B (the problem occurs when trying to assign Cost Center B which is different from the inherited cost center of Org Unit A and the same as the Org Unit B. In this case the assignment of Org Unit B to Cost Center B is deleted! )
    I searched for a note but found nothing relevant.
    Please advice.
    Evaggelia

    Hi Evaggelia
    I think the relationship between O to K (Org Unit to Cost Center) is one-seided, means Unilateral Reporting Structure.
    You need to use A011 while assigning the Relationship between them either from top to bottom, or bottom to top.
    Regards
    Venu

  • Changing personnel area/subarea (IT1008) from org unit to position

    We are live with PA and Org. Mgmt, but have been advised to change the infotype 1008 data - personnel area and subarea to be stored on the position instead of the org unit (where we have it now).  A big reason for this is we have cases when we need to overwrite the personnel subarea at the position level.  For example, a position belonging to an org unit with subarea ABCD, may really be in subarea WXYZ.  Therefore, even though the org unit is ABCD, it will be overwritten at the position level to WXYZ.  My understanding is that the RHINTE30 program will not work approrpiately if we are maintaining the data this way. 
    In transaction PPOME there is an account assignment tab on the org unit with cost center (filled in) and personnel area/subarea (which will be blank moving forward since that data won't be maintained on the org unit).  Then, there is also an account assignment tab on the position with cost center inherited from the org unit (sometimes needing to be overwritten at the position level), and the personnel area/subarea data.  My question is how should I handle the view of PPOME for this data?  Can I hide the personnel area and subarea on the account assignment tab for the org units only so it is not confusing for the users?  The problem with having it this way is that personnel area and subarea are blank on the org unit and filled on on the position.  They are conflicting and both visable/maintainable to the User.  Any advise please?  Thanks!

    Hi Nish,
    I gave you my input on your other related message and now will go for this one.
    As I commented on the other message, RHINTE30 will not integrate infotypes 1008 and 1013. So you don't have to worry about using this functionality (first part of your message).
    On the second part (personnel area / subarea on position rather than org unit): there are some considerations here that are more functional / process driven than technical. From a technical point of view, everything can be done. You can hide data from infotype 1008 on the tabstrip for your org. unit using dynpro handling, even via customizing. You can even transfer the data from infotype 1008 on the org. units to the positions or delimit it on the org units. There are some quite easy ways of achieving this using the LMSW tool (have you used it? I can forward some documentation).
    But personally, I would not recommend to do this from a process point of view. Everything in SAP HR is about the inheritance concept, and I think this works very well when it comes to org. units and positions. It is normally advisable to record personnel area / subarea on the org. unit level. This will be inherited by positions (even if you cannot see it at position level in PPOME) and thus defaulted for the employee. At position level you should handle only the exceptions, which will be in turn also defaulted for the employee holding the position. In this way, data maintenance is minimized. If you delete (or do not use from now on) information about infotype 1008 on org. unit level, your HR department will have to maintain this every time a position is created, and even in cases in which a position is shifted from one org. unit to another one.
    In my opinion, you should address this with your HR department and explain the concept and the consequences of maintaining all at position level. It would only be advisable to do it if the org. unit structure is very cross-personnel areas and subareas. If it is a matter of handling exceptions, again, I would recommend to continue recording this data at org. unit level. All in all, if the data is not recorded on the position and you need to see which is its personnel area, you just need to double-click on the org. unit above.
    Just wanted to let you know my opinion, of course it's your decision. By the way, I'm of course not aware of other possible implications like home-developed reporting and so on.
    Regards,
    Rodrigo

Maybe you are looking for

  • AT&T - Instore and Online Ordering (Some Questions Answered)

    I ordered (upgraded) 3 existing 3g iphones on a family plan on June 15 around 5:45 EDT, and printed out an order number and receipt. All three show up in "order status" at AT&T if you log in and use the main wireless number on the account and the zip

  • Why I can't buy software via itunes

    Why it is not possible to buy mac software using itunes, I would love to upgrade to the latest version of ilife but because I have to go to a store and buy the complete package I have not buy it, if I would be able to upgrade or buy software via itun

  • In times of slow Internet, Thunderbird repeatedly says sending timed out, but it actually sends, resulting in multiple emails.

    That about sums it up. I feel very unprofessional when it happens. Can I determine from within Thunderbird when it sends or doesn't send? How can I fix it? Is there a way to tell Thunderbird to prevent multiple identical emails? When it times out, it

  • BSP App URL

    I have one bsp application. the app consists of one initial page(entry point) and any other pages. I wanna know the initial page's url as like 'http://xxx.xxx.xxxx:50000/sap/bc/bsp/sap/zhr_hap_018/index.htm' to call it from abap report program. I can

  • Update on Oracle-Realserver streaming

    Hello Larry, Thank you very much for hints. Sorry for re-posting my recent reply, but it seems that it was hard to find it when it's so much down the thread. I guess I figured out how to use the ldd command. Here's what it gives: libclntsh.so.9.0 =>