Employee relationship to org unit contains a wrong email id replica from HR

We have an issue with HR employee replication from ECC to CRM.
Employee1 and its assignment to Organization is replicated to CRM from ECC system through the standard process.
Than for that employee, a relationship is created as u201Dis employee ofu201D for the same organization. Till here every thing is working fine.
But when we open the relationship, it contains an email id which is of another, employee2 and no way related to this employee1.
And in General data address tab of employee1 it contains the correct mail id of employee1.
Now the problem is whenever a mail is triggered to the employee1,it goes to the email id of employee2 as this is present in the relationship of employee1.When trying to click on change button, it is showing the warning message that u201Demployee is changeable only in the HR systemu201D.
When I run PFAL in ECC and BD87 in CRM again it is not updating.
Could any body help me how to remove this second email id.
Regards,
Prasad
Edited by: prasad voruganti on May 30, 2011 10:14 AM

Hi,
Since your HR Active Replication is ON, you cannot change it in CRM unless you deactive this settings, whic I dont think appropriate.
However, you mentioned that in relationship tab you find a different email id of employee 2. It is worthwhile, to check the master data again for that employee in HR system, whether some fields might be wrongly updated.
Or you can re-enter the email-id in HR system and run the PFAL.
Let me know if this helps.
Regards,
Madde

Similar Messages

  • Assigning new employee to a org unit manager

    Once I had closed all the milestones of the firt implementation project(1. Design Accepted - 2 Solution Accepted - 3 Go Live Readness Acceptance) and tested some cenarios I found an error in the organization structure. To solve this problem I created a new Job D a new employee and had tried to assign this new employee as an org unit manager. The problem is that whem I Open the field " Select Organizational Unit Manager" the system does not show this new employee that I just have created. Does anybody knows whats is wrong? Should I have to create a new Project? Thank you in advance for you suport. Abilon Neves

    Hi Sushant,
    That´s the problem.
    I can´t assign this new employee to the org unit.
    The system does not list the new employees to be assigned. Only the old employees are listed.
    I´m in the first implementation Project and i closed all the milestones.
    Do you know if it can cause these problens?
    Should I open a new Project?
    Kind Regards.
    Abilon Neves
    SAP Consultant

  • 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

  • CRM employee (business partner) & org unit extraction question

    Hi all,
    I have a question regarding extracting business partner and org unit in CRM. Basically user wants to report on employee level and org unit level.
    When I looked at the org unit hierarchy datasource (0BBP_ORGUNIT_HR01_HIER), it does not include the employee. I also tried the DS 0BP_UNAME_ORGUNIT_ATTR, but that does not give me the org unit of an employee.
    Any hint is highly appreciated.
    Best regards,
    Ben

    HI
    Try this DS  0CRM_POSITION_ATTR,here u will get the org.unit,but u need to add the users (employees) in the data source.
    Sridath..

  • Function Module for fnding all employees under an Org Unit

    Hi,
    Is there any Function module to find the employees of an ORG Unit .
    I need to specify the Org unit Name and get the employees out of it .
    I looked at the FM
    HRCM_ORGUNIT_EMPLOYEE_LIST_GET .
    It has import parameters as
    OTYP
    OBJID
    PATH_ID
    What values do i need to pass.

    hi,
    chk this.
    call function 'HRCM_ORGUNIT_EMPLOYEE_LIST_GET'
    exporting
    plvar = p_plvar
    otype = 'O '
    objid = s_orgeh-low
    begda = p_effdt
    endda = p_effdt
    * PATH_ID = 'O-S-P'
    tables
    pernr_table = i_pernr
    exceptions
    path_error = 1
    root_error = 2
    no_employees_found = 3
    others = 4
    Thanks,
    Anver

  • How to total No. of employees based on Org unit as well as Job ID in ALV

    Hi ,
    I need to subtotal no. of employees in an org unit and also another subtotal for employees under same job ids using ALV Grid display.
    Regards,
    Sarika.

    Hi Sarika,
    Create an additional column in your output for integer field and populate the same with value 1 fro each row.
    Then, SORT the internal table by Org. Unit and Job and perform sum operation on the column for integer field.
    You can SORT by adding fields to the IT_SORT parameter in REUSE_ALV_GRID_DISPLAY and mark the DO_SUM in the new integer column fieldcatalog entry.
    Cheers,
    Aditya
    Edited by: Aditya Laud on Feb 14, 2008 2:25 AM

  • 002 relationship between Org units - Failing

    Hi All,
    I am trying to maintain relationship 002 between two org units via function module - RH_RELATION_MAINTAIN.
    This function module is failing to do so. (SY-SUBRC not equal to 0) .
    Can you suggest me if there are any prerequisite that is needed to maintain this relation between two Org units ?
    What could be the possible reason for failing.
    Thanks,
    Nitu Kumari

    CALL FUNCTION 'RH_RELATION_MAINTAIN'
          EXPORTING
            act_fcode           = 'INSE'
            act_plvar           = '01'
            act_otype           = 'O'
            act_objid           = v_current_org_id
            act_rsign           = 'A'
            act_relat           = '002'
            act_sclas           = 'O'
            act_sobid           = v_new_org_id
            act_begda           = v_effective_date
          EXCEPTIONS
            maintainance_failed = 1
            OTHERS              = 2.
    Sy-SUBRC is not equal to 0 after this FM is called.

  • How to read employee user's Org unit name,Org unit add and user position

    Hi ,
    Is there any Function module or a class-method to read a user assinged Orgunit name ,Org unit address and the user position at that org unit.
    i have a given out a search on sdn but could not get the answer.
    Thanks for your time
    Seema

    Eswar,
    Thanks for your fast reply.
    I found this table before.But i do not have idea of passing what paramters to get my specific org and position of an employee data from this table.
    Let say i know my BP number for employee and Username of him.
    i could find out his Obj id using EMP user name.
    When i look into table HRP1001 using above Obj id, i could see there are 3 entries exist in table , among one of them is talking about position  as
    Sclas = S  and SOBID = 50020832.
    So how would i know by having this number , is it dealing with position and what kind of position it is,,,whether a manager or something else?
    Hope you got me.
    Basically am aslo looking for a FM where in i cold porvide aBP number or EMP username, where inturn i ll get a Emp position his org details.
    Seema
    Edited by: seema rajjot on Apr 9, 2010 8:40 PM

  • In MSS, Other than Manager to access the employee in the Org Unit

    Hi all,
    IN our current project, for MSS, Head of the Org Unit (A/B 012) triggers the Personnel Change request, First Level Approver (HR-Partner from Custom Infotype) approves the PCR and Admin process the PCR.
    Now the requirement is changed... HR-Partner needs to trigger the PCR, followed by Approval from head of Org Unit and Admin to process the PCR.
    For the HR Partner to view the Position in the Org.Unit or only the positions,
    We can have custom A/B Z12 between HR-Partner Posiiton and Org Unit
    OR
    We can have custom A/B Z02 between HR-Partner Position and reporting postions.
    Now What are all the required OADP configuration required to Allow the HR-Partner position to view the reportees and create and submits PCRs for them..
    Regards
    Ramanathan

    yes this all comes to the evaluation path a user has he neednt be a manager, in OM, he can be another user with extra structural authorisation like HR admin,
    so change in T77AW and assign them in OADP.
    https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=190743879

  • Missing position and Org Unit relationship in PO13

    Hello SAP Pundits,
    I created a Position 1234 with transaction PPOM with Org Unit A and Job code X with start date 01/01/2009
    Now I hire an employee XYZ with this position X from start date 01/01/2009.
    When I go and see position X in PO13 it shows following relationships
    1)     Position 1234 - Org Unit A from 01/01/2009 to 31/12/9999
    2)     Position 1234 u2013 Job Code X from 01/01/2009 to 31/12/9999
    3)     Position 1234 u2013 Person XYZ from 01/01/2009 to 31/12/9999
    Perfect till now.
    Now if I change the Org Unit of the Position 1234 from A to B from date 01/04/2009 using PO13.
    A new record is created in IT0001 with start date 01/04/2009 and previous record is delimited.
    But now if I check the relationships in PO13 for position 1234 I donu2019t see the new record for Position 1234 and Org Unit B.
    However the previous relationship between position 1234 and Org Unit A is delimited till 31/03/2009.
    Why am I not able to see the assignment of Positon 1234 with new Org Unit B? Any reason why I am getting such an error?
    Thanks in advance.
    Regards,
    Ajay Hosur

    When you have changed the Position 1234 to org Unit  B from 01.04.2009 then the previous relationship will not show in po13, it goes into History which you can see in Complete Position Description..
    goto pp01 and select that position and create relationship with Org Unit B... am not sure why in Infotype 0001, previous record get delimited and new record got created..

  • For an Org Unit, how do we get all Reporting Org units (Also employees reporting to the sub org unit) & Employees ?

    Hi Experts,
    I have a very common requirement in SAP HCM ABAP development.
    For an Org Unit, how do we get all Reporting Org units(Also employees reporting to the sub org unit) & Employees ?
    I have tried using RH_STRUC_GET_MULTIPLE_ROOTS and RHPH_STRUCTURE_READ, but the evaluation path is insufficient to get all objects under it. I tried with both O-S-P and O-O-S-P evaluation paths and as per some constraints, I can’t create a customized evaluation path for a reason.
    I am using PNPCE database for user selection screen and user would be advising the Org unit. I even referred the standard transaction ‘S_AHR_61016495’ which is using PCH logical database.
    I would really appreciate if anyone could provide a solution for this. (Rewards guranteed )
    Kindly help.
    Thank you.
    Regards,
    Mahesh Konade

    Hi Alexandre,
    Although I could not respond in time, thank you so much for your prompt reply.
    I had used the same RHPH_STRUCTURE_READ and passed the appropriate values to it, but it did not populate the required results. I cross checked the results manually, may be some relations issue. But later I tried using RH_STRUC_GET_MULTIPLE_ROOTS and it worked fine.
    Meanwhile I had done a workaround with PCH and RH_STRUC_GET and it served the purpose of getting all the Org units, it’s reporting sub-org-units, positions and persons (The deepest structure from the root org unit advised on selection screen).
    The solution I used is, I captured the org-units advised on selection screen by user using PCH logical database and then by looping on sub-org units reporting to the main org-unit I populated related positions and persons holding them and assigned it to the PNPCE logical database.
    Thank you so much for the help.
    Regards,
    Mahesh Konade

  • Org unit - Orgunit relationship

    Hi Experts,
    I have uploaded org unit to org unit relationship through BDC using PO13 transaction code and relationship type A0003 but somehow in ppom_old i am not able to view the relationship between org unit to org unit.
    Kindly suggest.
    Regards,
    J

    As mentioned by Dilek, t-code pp02 can be used to maintain any OM Object (but you have to specify the Object Type).
    Some other t-codes are specific to Object Types
    po03 Maintain Job
    po10 Maintain Organizational Unit
    po13 Maintain Position
    po14 Maintain Task
    and if you replace poXX by pqXX, you'll get the Measure for the same Object type.
    Just for fun, I typed in other t-codes starting with po and got
    po01 Maintain Work Centre
    po02 Maintain Development Plan
    po04 Maintain Business event type
    etc...

  • 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 employees time depend

    Hello Experts,
    I need a help how to build DSO which gives all the employees in org unit & what the position for each employee between 2 dates
    Thanks

    Hi Alexandre,
    Although I could not respond in time, thank you so much for your prompt reply.
    I had used the same RHPH_STRUCTURE_READ and passed the appropriate values to it, but it did not populate the required results. I cross checked the results manually, may be some relations issue. But later I tried using RH_STRUC_GET_MULTIPLE_ROOTS and it worked fine.
    Meanwhile I had done a workaround with PCH and RH_STRUC_GET and it served the purpose of getting all the Org units, it’s reporting sub-org-units, positions and persons (The deepest structure from the root org unit advised on selection screen).
    The solution I used is, I captured the org-units advised on selection screen by user using PCH logical database and then by looping on sub-org units reporting to the main org-unit I populated related positions and persons holding them and assigned it to the PNPCE logical database.
    Thank you so much for the help.
    Regards,
    Mahesh Konade

  • CAT2 Org Unit Structural Authorizations - Employees moving to different Org

    Hello, everyone -
    We currently use structural authorizations to restrict time keepers to only maintain time entries for employees in their org units. If an employee moves to an org unit maintained by a different timekeeper, we want to continue to allow the previous time keeper to maintain entries for the time the employee was in their org.
    Example: pernr 1 starts out in org unit X. Org Unit X time entries are maintained by time keeper A. Effective 5/1/2014, pernr 1 moves to org unit Y, whose time entries are maintained by timekeeper B. The standard maintenance data entry profile allows the user to go back 6 weeks. On 5/2/2014, time keeper A tries to enter overtime worked by pernr 1 for his org unit on 4/30/2014. He receives the error "Not authorized to maintain data for personnel number &2 using profile &1".
    How do we allow a timekeeper to make entries for any employee who was in any of their org units, even if they're no longer there?
    Thanks in advance, and I'll definitely reward points for any helpful answers.
    - Steve

    Hi, Rohit -
    The actual scenario is that we are set up to move all withdrawn personnel numbers to a pooled "separated" position in a separate org unit. This frees their previous position to be filled by a new hire. It also means that a LOT of personnel numbers are in this org unit, which the time keeper should not have access to.
    D.  -
    We're using a custom function module entered in T77PR to retrieve the organization units that the time keepers should access.  Here are the entries in T77PR:
    (The "Maint."/Processing Type column is checked for all 3 rows.)
    Z_HRLY_TMKPR 1 01 O          O_S_P 12 3   ZBC_GET_TKEEPER_ORGS_BY_USER
    Z_HRLY_TMKPR 2 01 S          O_S_P 12 3   ZBC_GET_TKEEPER_ORGS_BY_USER
    Z_HRLY_TMKPR 3 01 P          O_S_P 12 3   ZBC_GET_TKEEPER_ORGS_BY_USER
    The function module uses a custom evaluation path ZHT that looks like this:
    15 * B 008 Holder * S
    20 S B ZHT Hourly Timekeeper * O
    30 US A 208 Is identical to * P
    I'm not sure what you'd like to see related to the profile... Is there a way to configure the CAT2 logic to allow a user to maintain a personnel number who is in the org for at least part of the time that the employee was in an organization that the user is authorized to maintain?
    Thanks again,
    - Steve

Maybe you are looking for

  • Duplicate a Text Field on Every Page of a Document?

    Today I wrote my first vb.net/adobe app.  I managed to open the pdf doc in adobe and create a named text field.  I managed to insert a java script that gets the current date when the document is open and updates the text field.  I would like to dupli

  • Getting while running the BPEL process from java

    Hi All, We are using the following java code to run the BPM process. package callBPMProcess; import java.util.Hashtable; import java.util.UUID; import java.util.List; import javax.naming.Context; import oracle.soa.management.facade.Locator; import or

  • Request could not be submitted for background processing

    Using Crystal Reports XI R2 <br />Using Visual Studio .NET 2005 <br /> <br />Here's the scenario.  The client goes to run a report and specifies the filters they want for the report.  We load a pre-built rpt with no saved data and pass the filters in

  • Music on hold is not working in CIPC

    Dear All can somebody tell me why music on hold is not working in CIPC cisco unifed ip communicator which i have installed in my network for users i have configured a router CME to work voip for my network but MoH is not working music on hold is not

  • Truncate taking too much time

    Hi, We have a table named FACT_JRNL_LN_DTL which contains around 491000 records. The problem is whenever we tried to truncate it , it is running for more than 1.5 hours and afterwards we need to cancel the operation. The table has 538 extents. Please