Retrieve org unit and manager parter id of a BP/User

hi,
Can anyone pls guide me how to retrieve organisational unit and manager parter id of a particular BP/User.
Regards,
SP

Hi there,
You can check that with FM RH_STRUC_GET.
For example, by indicating user 606060, you can call by passing parameters:
ACT_OTYPE                       US
ACT_OBJID                       606060
ACT_WEGID                       US_CP_O
The ACT_WEGID specifies the search algorithm. You can check another ones in table T778A.
The most interesting result to me will be in RESULT_OBJEC parameter.
Kind regards,
Garcia

Similar Messages

  • Managing Org  units and Master Data in project structure

    How are Org units and Master data managed at the project structure? What would be the appropriate place holders for them in the structure. Should we manage it at the top of the project structure or within the  business scenarios/processes. On what basis should we decide this? How would this impact in case of a global template rollout?
    Please share your experiences regarding this.
    Thanks.
    Mike

    any talented  guy do this way.
    i think  that ur working  in E2E project work
    before  singoff ur business process u should give to ur users  master data templets..they collect for  masterdatas in before realization phase...that time  u should know  how many specifications is there and  in spections how  many in quantitative and how many qualitative u will indentify. if any query let me  back.
    Edited by: Lakshmiananda prasad on Oct 6, 2009 11:48 AM

  • How we will create relationship with org unit and task catalog

    HI Experts
    How we can create relationship between Org unit and Task Catalog in Organisation management once we grouped all the tasks in one group.
    For Example we have one org unit under that we have 3 depts those will consider as org units only.under 3 depts we have professor,Lecturer,Reader as jobs and positions also.If we create Professor tasks in task catalog which all the tasks will be assigned to positions as well.
    If it is Org unit and Task catalog how we can create relationship.
    Thanks
    Rajji

    Hi,
    Please try.
      DATA: lt_hrp1001 TYPE STANDARD TABLE OF P1001.
      DATA: lw_hrp1001        TYPE p1001.
      lw_hrp1001-mandt = sy-mandt.
      lw_hrp1001-plvar = parent_pos-plvar.
      lw_hrp1001-otype = parent_pos-otype.
      lw_hrp1001-objid = other_pos.
      lw_hrp1001-istat = parent_pos-istat.
      lw_hrp1001-begda = sy-datum.
      lw_hrp1001-endda = lc_endda.
      lw_hrp1001-infty = '1001'.
      lw_hrp1001-aedtm = sy-datum.
      lw_hrp1001-uname = sy-uname.
      lw_hrp1001-rsign = codes.
      lw_hrp1001-relat = relats.
      lw_hrp1001-sclas = lc_sclas.
      lw_hrp1001-sobid = cord_pos.
      append lw_hrp1001 to lt_hrp1001.
          CALL FUNCTION 'RH_INSERT_INFTY'
            EXPORTING
              fcode               = 'INSE'
              vtask               = 'S'
              commit_flg          = 'X'
            TABLES
              innnn               = lt_hrp1001
            EXCEPTIONS
              no_authorization    = 1
              error_during_insert = 2
              repid_form_initial  = 3
              corr_exit           = 4
              begda_greater_endda = 5
              OTHERS              = 6.
    Hope this helps.
    regards,
    Xiang Li

  • Creation org unit and subarea

    create  a org unit and a sub area

    Please describe your issue in detail.
    Create org-unit: PPOC_OLD
    Create sub-area: IMG--> Enterprise structure --> Definition --> Human Resourece Management --> Create Personnel Area/Subarea.

  • Employee works for 4 org units and want to distribute the cost to 4 cost ce

    Hi Experts,
    I am in the implementation phase, requirement gathering.
    I have scenerio where, Employee works for 4 org units and want to distribute the cost to 4 different cost centers.
    so that I can be able to find the exact cost occured for each Org unit.
    Please let me know how to map this in SAP?
    P oints will be rewarded fully
    Kindly dont post if you are not sure of your solution friends.
    Thanks
    Jay

    Hello,
    Infotype 0027 is the standard solution for multiple reporting / multi tasking in SAP.
    but also check which org unit he will be primarily assigned.
    Regards

  • Transport of org.units and structure

    Hi all
    I know there is a possibility to transport org.units and its structure (PPOMA_BBP). There are some settings to do in table T77S0 (key = TRSP.CORR) and 2 reports RHMOVE30 and/or RHMOVE50 to be used depending on the setting done in T77S0.
    It is also required to configure ALE distribution model with IDoc type HRMD_A.
    My question is: what do I have to include in the filter? What are the relevant info types to be replicated via ALE?
    We're on SRM 4.0 with SRM Server 5.0 SP08. We don't have HR module in SAP R/3 in use.
    Thanks anyone for some help regarding this one!
    Kind regards,
    Renaud

    Hi Renaud ,
    Yr business card does not carry ID.
    PL. mail me to have a detailed doc on yr question.
    [email protected]
    BR
    Dinesh

  • 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

  • Mismatch between Employee Org Unit and HRP1001

    Hi,
    I am facing one peculiar issue. The Org Assignment for a person is showing a set of Position, Job and Org Unit. But when I check the HRP1001 table for that position, the OU Relation shown is different.
    On prodding, user told me that, they have deleted the relations table completely and renamed Org units and loaded fresh relations (O-O, O-S).
    My understanding is: PA0001 will pickup the relationship from HRP1001.
    Please correct me if I am wrong and how do I rectify this issue,
    Thanks & Regards,
    Vijay

    HI,
    Look out for RHINTE Reports ( RHINTE00 -40) REports.
    ( T code - SA38) - RHINTE00... )
    For more details on RHINTE reports look for existing posts on SDN.
    Thanks & Regards,
    Param

  • Org. unit and associated material groups download from Org. structure

    Hi,
    I want to download the material groups and associated material groups(Defined in External attributes) from organisation structure.
    Please suggest how to do it.
    Best regards,
    Sambit

    Hi. There's a point. You said you wanted to download a list so I presumed you wanted all the org units and all the material groups assigned to them.
    If you only want to do it 1 org unit at a time the function will work perfectly.
    I f you do want to see all I have had another thought actually.
    You could run program RHOMATTRIBUTES_REPLACE.
    This allows you to replace 1 attribute with another, but if you do not press the "change" button it works as a good report on attributes.
    If you just put in attibute PRCAT and then Old Value = Logical System of backend and New Value = Logical system of backend and tick substring then execute, it will show you all the org units and all the material groups.
    Just be careful not to press the replace button on the output, that would actually change data.
    Regards,
    Dave.

  • Is it possible to get a report showing Org Units and Number of Positions.

    Dear SAP Gurus,
    I am looking for a report about org units and no.of positions held by this org unit.
    eg :
    CEO(35)
      Department(35)
      ACS (5)                         ABC(30)                  
    AC1(2)  AC2(3)       AB1(10)  AB2(20)      
    The numbers in the brackets are all no. of positions under that org unit.
    I Hope you understand my request.
    Thanks

    S_AHR_61016512
    S_AHR_61016513
    and check the tcode SAP1 in that OM module reprots

  • HRMD_ABA - create org unit and matching BP automatically

    HRMD_ABA05 IDOC creates org unit but not with BP  as expected.               
    Note 550055 has been read.
    The settings in t77s0 seem to be OK. Maybe I go something wrong ?
    report HRALXSYNC can be run  and it will  create the BP from the ORG Unit.
    So why doesnt the orginal create via IDOC result in BP as expected/documented.
    ABAP STACK is 7.10 sp4
    Any tips on what to check appreciated.
    Cheers
    Phil

    Hi Kai
    Into Master data->Bussines partner->Integration Business partner-Organizational managment, there set up follow parameters:
    HRALX     OPROL     BUP004     Business Partner Role (Organizational Unit).
    ORGEH     PROLE     BUP004     Role of organizational unit in business partner
    Try with both parameters, it is if you activate HR-CRM integration.

  • Org Unit and linked people

    Hello everybody,
    I have a requirement to show the Org Units available in the system, I found a table (HRP1000 or HRP1001) where I can get it, but I nedd also to show the personnel linked to each Org Unit, does anybody know how can I do it?
    Is it posible??
    Thanks
    Gabriel P.

    You can create a range for this value...
    SOBID LIKE HRP1001-SOBID,
    And linked them with PA0001 table -;)
    HRP1001-SOBID ==> P0001-ORGEH.
    Greetings,
    Blag.

  • Org unit and a sales Org

    Hello,
    Does any Org unit must be assigend to a sale Org and why
    thanks,
    Iris

    Hi Iris,
    Organizational Units form the basis of an organizational plan, Organizational units are functional units of a company. Depending on how a company is organized, organizational units can consist of departments, groups or project teams.
    There are three different areas basically in SAP CRM Sales, Marketing and Service. An org unit can be assigned to different areas, for example an organization unit can be a sales organization in the Sales Scenario and service org in the service scenario.If your organization wants to be a sales organization, then you need to maintain the same on the Function tab of the org model. All the attributes relevant to the same, can also be maintained in the attributes tab page.
    Hope this was useful to you.
    regards
    Srikantan

  • Evaluation path to get personnel number all the org unit and subordinates

    Dear all,
    I have OM issue to ask.This is the scenario:
    Staff A  belong to  org 1. Under Org  1, I  have org unit 1-A, 1-B and org unit 1-C.
    Issue 1 :
    I want to run report(RHSTRU00) to  to generate all the staff number in org 1 (Include 1-A, 1-B, and 1-C).
    Issue 2 :
    I  want to run report for 1-A, only staff belongs in org 1-A appear.The others not appear.
    I was understanding I have to play around with evaluation path. Until now I can't find the suitable evaluation_path. I need your help.tq

    Hi,
    Not sure why you want to reinvent the wheel.  The standard report RHXSTRU02 will give you people by Org Unit.  Just enter the Org Unit ID number and you will get the employees as output.
    If you still want to use RHSTRU00, you can use O-P or O-S-P to get the employees and the positions.
    Paul

  • Unassign users from a Org unit and reassign to another org unit

    Hello Friends,
    There are users in my org who are already assinged to a org unit through USERS_GEN transaction (from SU01 users) and are creating shopping carts for the past four months without any issue.
    Now there is a requirement to assign few of the users to another org unit.
    I have created that org unit but not sure how to reassign it to a new org unit.
    I am new to SRM. Any help will be appreciated.

    Hi Dihsa,
    Thanks for the fast reply.
    In that link it has been mentioned that users can be unassigned from a org unit through USERS_GEN txn or drag and drop.
    I already unassigned a user by clicking on delete assignment in PPOSA_BBP. While I am trying to reassign the user through USERS_GEN to new org unit, I am getting the error: Central Person for this user already exists with E BBPU_MESSAGES 042 &.
    After going through some of the threads I realized that I should not do like that for deleting a assignment.
    Also I found one thread which is telling that ....new org unit has to be selected and then by clicking on the Assign button --> Incorporates..Postion.. a user can be reassigned.
    Is it a right way to do that.... I don know how to unassign using USERS_GEN txn.
    Also it would be great if you could help me to resolve the above error.
    Please guide me.

Maybe you are looking for

  • Open data set problem with binary mode

    Hi everyone, I am trying to read into a buffer the content of a binary file (like Excel) and to write that content file using open data set into a folder destination. The file destination has a size diferent than from the original one and cannot be o

  • How to query on multiple fact tables ?

    Hello all, I know this is a recurring subject around here. I have read various topics and tried many thing but I couldn't reach my goal : I want to query a BMM with 6 fact tables that all have common dimensions. For instance, I have Invoices facts, S

  • How to automate the "get" episode button?

    Something I would like to know how to do is configure iTunes to automatically get old (existing) podcast episodes (preferably over night while I am sleeping) with out making me stay up and press the "get" button for each episode!

  • Interenet is very slow

    My Ipad is lattest version 3g plus cellular.earlier version was 5.1.1 ios. & I updated IOS 6. Now  internet page is running very slow and not displaying anything.

  • Select XML Schema resource dynamically in Oracle Service Bus 10gR3

    I have configured a Any XML Service Proxy service in OSB 10gR3. Based on one of the elements in the XML, name of the XML Schema against which the XML would be validated is got. For the Validate action in the message flow modelling, how do I select th