Assign a new employee as employee responsible in place of other employee

Hi,
  I have a requirement wherein an employee "A" is moving out of the organization and a new employee "B" is coming in. Hence we have to transfer/assign all the instances/transactions of employee "A" to employee "B", wherever employee "A" was depicted as Employee Responsible.
Thanks in advance.
Regards

Dear Shaji,
I believe it requries a Custom Program Development which will be executed upon such scenario. You can do following steps to do that:
Develop a Custom Program with 2 selection screen parameters as the Source Employee Responsible and Target Employee Responsible.
Identify all the open transactions wherever the source Employee is assigned using the CRMV_LINKPARTNER db view.
Use FMs CRM_PARTNER_MAINTAIN_SINGLE_OW and CRM_ORDER_SAVE in order to assign Target Employee to these transactions.
All the open transactions now will have the Source Employee Responsible replaced by the Target Employee Responsible.
Hope this helps.
Thanks
Vishal
Edited by: Vishal Kesar on Aug 9, 2011 12:20 PM

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

  • HR_MAINTAIN_MASTERDATA create new employee with specific PERNR

    I have a list of new employee to import into SAP in automation
    And this employee have a I have a list of new employee to import into SAP in automation
    And this employees have a their id
    How can i create new employees into SAP with a their id ?
    thanks

    Is your system set up to assign a new employee number when the hire process is initiated?  Why are you giving people an employee number before they are hired into the HR system?
    If you use PA40 I think (not sure) you can assign an employee number on the screen.
    SL

  • Po Status IN PROCESS how to re assign it to new employee ??

    Employee submit  Po to unused employee . now oracle wait this employee to approve the PO and PO Status is "IN PROCESS "
    ...  how to reassign this PO  to new employee to complete the document approval process  ??

    You may navigate to Manage Document window in the PO Superuser resp to redirect.
    OR
    Please use the workflow administrator resp to reassign.
    Sent from my iPhone

  • A business partner creates a new employee

    Hi there.
    In transaction u201CBBPMAINEXTu201D (Process user data), a business partner can create a new employee, example a bidder employee.
    When he populates and send request, the system shows us next message: u201CYour registration application was received and will be forwarded to the processor responsibleu201D
    I have some question?
    ¿Is it sent an email to any one?¿Is there any WF in order to approve the creation?¿Is there any transaction in order to supervise the new employee?
    I suppose that there is any way in order to inform the system administration or the buyer. Is it necessary any role in order to receive the email or the WF.
    Thanks in advance.
    Raúl.

    Hi,
    Approval of external user master records (WS10000209)
    Approval of external business partner registration
    (vendor, bidder) and their contact persons.
    The approver must be entered as a possible agent in the agent
    assignment of the standard task TS10008109.
    If the external business partner and employee have not yet been registered, external
    employees can register the company as a vendor, bidder, or portal bidder and register themselves as
    the contact person of that company. When the registration application is saved, the approver
    responsible (a professional purchaser or system administrator) receives a work item in the Enterprise
    Buyer system. Using the work item, approvers reach the application Managing External Business
    Partners, where they can adopt and complete the relevant data from the registration application.
    Approvers must inform the applicant of the approval or rejection of their registration application and
    of the relevant logon data for the Enterprise Buyer system. This can be done via e-mail using the
    application Managing External Business Partners, if necessary. Prerequisites: You must have
    defined the responsible processor. To do this, enter the processor as a possible agent in the agent
    assignment of the standard task TS10008109
    Could be helpful..
    Thanks
    prasad.s

  • Creation of new employee groups and sub groups

    Hi All,
    What all the steps should I follow to create new employee groups and sub groups? and  How many structures should I create for this?
    Its urgent pls.......
    Good replies will be rewarded!!!!
    Regards,
    Sita

    Hi
    You can create the employee groups depending up on your clients requirement, Eg: Permanent, Temporary, Seasonal, Trainee, Advisor etc
    And define the employee subgroups and assign them to the employee groups Like
    Enterprise structure>Definition>Human Resource Management-->Employee Groups & Employee Groups
    Enterprise structure>Assignment>Human Resource Management-->Assign employee subgroup to employee group
    you can create employee subgroups depending up on your requirement like asst manager, manager, GM, MD, VP ETC an assign them to the employee subgroups ok.
    Ensure that certain empployee subgroups may not be assigned to employee group based on requiremen, but create all the employee sub groups which is existing in the organization.
    Regards

  • Hiring new employee with HR_MAINTAIN_MASTERDATA

    Hi,
    I am trying to hire new employee with HR_MAINTAIN_MASTERDATA. For now, I only gives the mandatory values of the infotype 0002 in proposed_values and parameters to the FM.
    CALL FUNCTION 'HR_MAINTAIN_MASTERDATA'
         EXPORTING
           pernr                    = no_emp_int
           massn                    = '01'
           actio                    = 'INS'
           tclas                    = 'A'
           begda                    = sy-datum
           endda                    = '99991231'
    *       OBJPS                    =
    *       SEQNR                    =
    *       SPRPS                    =
    *       SUBTY                    =
           werks                    = '1000'
           persg                    = '1'
           persk                    = 'D9'
    *       PLANS                    =
           dialog_mode              = '1'
    *       LUW_MODE                 = '1'
           no_existence_check       = 'X'
    *       NO_ENQUEUE               = ' '
          IMPORTING
            return                   = return
    *       RETURN1                  =
    *       HR_RETURN                =
          TABLES
            proposed_values          = it_prop_val
    *       MODIFIED_KEYS            =
    When it is executed, it gives me the error:
    'No data available for A 00007787 0003' where 00007787 is the employee number. My guess is that 0003 is for the Payroll status (0003) infotype. I thought it would be automatically created with the FM.
    When I change the dialog_mode parameter to '0', no error appears but, the employee data isn't saved i.e. I cannot access it with PA30 or PA40. It says 'Personnal number not yet assigned'.
    So, I'd like to know how to save data correctly and why dialog_mode '1' or '2' failed everytime.
    Thanks a lot for your answers, points will be awarded as it fits my needs!

    Patrick
    My guess is that this FM HR_MAINTAIN_MASTERDATA will not create all 4 infotypes (0, 1, 2 and 3 as I think all those 4 are mandatory for every employee). I would say that you need to specify data for each infotype separately. You can in fact create all those 4 infotypes in separate calls of FM. I was doing this some time ago (with calling FM 4 times) but I was using different FM - HR_INFOTYPE_OPERATION.
    The obligatory fields for each infotype depends on the setting in you system so you need to find this out by your-self.
    As per infotype 0003 do not forget to set properly field VIEKN - see feature IVWID otherwise maintenance of created employee may not be possible.
    One last thing - you may try to use IDOC HRMD_A for employee creation. This way is much faster than using FM's. But be careful no data check/validation is done when you pass an IDOc to application (which maybe an advantage in your situation).
    Andrzej

  • Org Assignment of global employees in Compensation Management

    I have a problem with Compensation Management but it also relates the Org Assignment of global employees
    In Comp when I try to submit an employee using transaction HRCMP001, I have an error saying no org assignment exist on 01. 01 .2008.
    The business scenario is as follows. EE is hired on 01012008 in UK for e.g. he gets terminated on 31.05.2008 and then gets re-hired in another country using the Global Employee Personnel actions on 01.06.2008. In this county, he becomes eligible to receive the increase but when I try to submit, the error comes up that no org assignment exist for 01.01.2008. I have changed the settings in T582A to u2018copy infotypeu2019, it tries to reference the previous org assign infotype from 01.01.2008(which is correct but the system rejects it and will only accept the new date of the new hire 01.06.2008) thereby not referencing the old org assignment in the new personnel number.? I tried the propose infotype option but it did not do anything. Does any one have any suggestions? Thanks ever so much for your anticipated help.

    You create the compensation packages using info type 0706. This info type has
    Two subtypes; one for home country and one for host country
    Check this link
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/32/79c73c0c52085be10000000a114084/content.htm

  • HCM workflow :can it be customized for new employee induction process?

    Hi
    I understand that workflows can be customized to reflect complicated approval mechanisms.
    But can we link e-recruitment and training modules for a workflow on new employee induction training process??
    Appreciate any insights into related issues.
    Brunda

    HI Brunda ,
    you can do what ever u want with workflow. some topics which will help u
    1. identify the trigger point to start the workflow
    2. identify the tasks u want to perform in the induction process & create workflow steps for them
    3. if standard BUS object is not available then create a custom as per your requirement
    4. create custom workflow with the steps created
    now the trigger point can be assigned to the custom workflow
    Thanks & Regards
    Shirish

  • E recruiting Data Transfer for New Employee

    Hi all,
              We are implementing E-recruitment 3.0, Ecc 6.0 and E recruitment system are in the same system, we processing internal recruitment currently, here i can receive the internal applications, we can able to view and process the applications in recruiter role. Here i can execute the sequence of activities for application process group for received applications, we not integrated any XI systems for e recruitment process.
             After processing the activity to be hired, the next activity is Data transfer for new employee, this is also executed successfully for data transfer of employee positions, job, org unit details etc.
           1.  whether transferred data of applicant is processed via transaction PA48(Hiring of transferred employees)for internal recruitment in R/3 HR system, after the data transfer activity in E recruitment portal screen ?
           2. is any other roles and application url available for Hiring internal candidate which could be done in portal E recruitment screen itself with out coming to R/3 HR transactions side ? with out going into PA48 for hiring.
          3. any specific roles we have assign for recruiter ?
          4. any process carried out in Managerial self service?(according to me MSS is different instance to process recruitment process for internal and external recruitment for Vacancy filling) please correct me my vision on MSS.
            your answers and suggestions will be highly appreciated!
    Thanks from,
    Venkatesh Mani.

    1. whether transferred data of applicant is processed via transaction PA48(Hiring of transferred employees)for internal recruitment in R/3 HR system, after the data transfer activity in E recruitment portal screen ?
    If you are selecting the internal candidate , you need not hire the employee again using PA48. You can trigger transfer / change in position workflow using PCR form.
    2. is any other roles and application url available for Hiring internal candidate which could be done in portal E recruitment screen itself with out coming to R/3 HR transactions side ? with out going into PA48 for hiring.
    I dont think we have any specific action from eRecruitment side to run the hiring action.This needs to be done from R/3 only.
    3. any specific roles we have assign for recruiter ? Not sure about this.
    4. any process carried out in Managerial self service?(according to me MSS is different instance to process recruitment process for internal and external recruitment for Vacancy filling) please correct me my vision on MSS.
    If its intergrated portal with the Requestor role attached in the manager profile , they will be able to carry out both internal and external candidates selection. I dont think you would require different instance.
    We can also wait for someother inputs from forum gurus.
    Thanks.
    Gautham.

  • SRM Master data - Starters(New employee) and leavers(existing employee) process and updates to SRM system

    Hi Team,
    What is the process when New employee Join the Organization and how it updates to SRM System?
    What is the process when existing employee Leaves the Organization and how it updates to SRM System?
    Thanks & Regards,
    Rameshwar.

    Hi Rameshwar,
    The process and approach may differ organization to organization.
    However, let me tell you what process we follow -
    1.     Whenever the New employee or User joins organization it is automatically updated in the Idm (Identity management system). Hope you are aware of this application.
    2.     The User who wants access to SRM as the end user will apply for the specified roles (Portal roles for Portal access & SAP roles for shopping) through Idm. The Idm is connected to the SRM system and whenever there is a addition / change/ update in Idm it will also update the SRM system.
    3.     Only for SAP Approver roles we have WORKFLOW setup in Idm.So that the user is created in the SRM system with specified approver roles only after approval is completed in Idm.
    For Requester role there is normal workflow.
    4. Once it is approved, the user is created in the SRM system and we can check in SU01D
    5.     This is User creation centrally. However, if you have admin access you can also directly create in SRM using SU01 transaction.
    6.     Once the user is created with specified roles, we need to manually put the user in PPOMA orgnaization strcuture.
    7.    Same procedure is followed when the employee is left the organization.
    8. Throught IDm we remove all the authorization to SRM. however the user gets deleted in SRM but the Assignment still remains in the PPOMA. Which the consultant has to delete it manually.
    9. Hope this process helps you in some way.
    Thanks.
    From RBEI,
    Snehal

  • Hiring new employee

    hi,
    i am working on sap 4.7 .
    when i try to creat hiring new employee through PA 40 i can't see Hire  can any body give me procedure for how to hire new employee

    Hi,
    Can you cehck the following necessary configurations.
    IMG  Personnel Management  Personnel Administration  Customize Procedures  Actions  Define Info groups
    u2022     In this step, you define the mile-stone Actions that need to be performed for an employee during his tenure with the organization.  The User Group (user parameter "UGR") is also activated for each Action so that the Info Groups associated with each Action would be User Group dependent.
    u2022     If there are no entries for an info group for the user's user group or if the user has not maintained their user group, then the info group is determined using the default user group which is the country grouping.
    u2022     In addition to this, the info group can be set up so that it is dependent on the employee's control data. This is activated by using feature Info group modifier (IGMOD).
    IMG  Personnel Management  Personnel Administration  Customize Procedures  Actions  Change Info groups
    The info groups are chosen by assigning the operations, info types and info subtypes for the user group 40.
    u2022     When operation INS is used while assigning ITs to IGs the system checks to see whether an info type already exists (possibly with the same subtype).  If such an IT already exists, the system switches from "Create" to "Change".
    u2022     It normally makes sense to use the operation "Create" (INS) for a hiring action. For all other actions, we could use function code "Copy" (COP).  While using function code u201CCopyu201D, existing records with the start date of the action are proposed. If no records exist for the info type, the system internally switches to "Create".
    u2022     During a Termination action, we use the operation LIS9 for delimiting records.
    Personnel Management  Personnel Administration  Customizing  Procedures  Actions  Set up personnel actions  Personnel Action types
    Personnel Management  Personnel Administration  Customizing  Procedures  Actions  Create reasons for personnel actions
    Personnel Management  Personnel Administration  Customizing  Procedures  Actions  Change action menu  User Groups dependency on Menus and Info Groups
    Here you can check the ref user group
    Personnel Management  Personnel Administration  Customizing  Procedures  Actions  Change action menu  Action Menu
    Thanks and Regards,
    Revathi.

  • New employee subgroup urgent

    i need to create a new employee subgroup.
    I have created it through Enterprise Structure->Hr->Employee Subgroups.
    Now what other things need to configure.
    regards
    Niki

    now got to
    assign employee sub grps with sub grps
    Enterprise Struicture
    assigments
    financial accounting
    human resource
    assing emp groups to em p sub grps

  • BAPI for create new employee

    Hi,
    There is any BAPI for create a new employee (transaction pa40)?
    Basically a bapi that create employee number and assign personnel area, EE group,...
    I suppose that BAPI_PARTNEREMPLOYEE_CREATE is for external customer users... not the bapi that we are looking for...
    Regards.Thanks.

    Hi Garcia,
    The FM calls the transaction PA30/PA20 based on your activity whether to create/display.
    If you do not have the FM HR_MAINTAIN_MASTERDATA
    You can use even BDC to create the employee data.
    Fill all the required data for an employee and call the transaction PA30 for each infotype.
    Also HR_INFOTYPE_OPERATION implicitely calls the HR_MAINTAIN_MASTERDATA .
    search for the same ..and also look for the include LHRMMU03.
    Check for Function group HRMM which has these FM's

  • 0HR_PT_1 Datasource doesnot extract New employees in Delta Load

    Hi Gurus,
    I did an initialization of delta based on Company code selection and calendar month range (01.2008 to 12.2009) in the month of Aug-09 around 60million records came into BI.The dataload was successfull (Info yellow but made into green). After that when the new employees created in ECC for these emplyoees there is no data being extracted through 0HR_PT_1 datasource.
    Gone through the following notes
    Note 670751 - Time management extractors and new employees
    This talks ablut selection range for Personnel Number which i have not given at the time of init. But now already data is there in BI and it will take hell out of time. Its not sure even though we did init selection with peronal Number ranges 10 years data is coming into BI.
    Note 353177 - Long-run. progr. at time data extrct. in delta mode
    This note talks about time frame which itself is a confict with the infotype 0439.
    Please suggest how to minimize the successfull initialization of delta with out missing the new employees workschedule data.

    If u click the 'Documentation' icon at the IMG node, u can see the following
    Define Time Frame for Transfer
    In this step, you define the time frame used to select time data for reports in the Business Warehouse. Only time data entered for a date or period within this time frame is transferred to BW.
    The time frame you specify is activated when you
    Request data for initializing the delta transfer
    Request the delta since the last request or repeat the delta request
    Transfer all requested data and do not restrict the required period in BW.
    Example
    1. You regularly use BW to gain an overview of the current calendar year.
    You enter January 1, 2001 as the earliest transfer date and December 31, 2001 as the latest transfer date. At the start of the next year, you set the dates forward one year.
    2. You want to have regular access to the current data. You also want to take account of time data that has changed in the last six months. You are also interested in absences that have been recorded for future periods.
    You therefore set the earliest transfer data to six months ago and the latest transfer date to six months in the future. Each month, you set the dates forward one month.
    Recommendation
    Make the time frame as small as possible to avoid unnecessarily long runtimes, and as large as necessary to transfer all relevant data.
    Activities
    1. Choose the Check Feature TIMMO activity.
    2. Check the modifiers specified. If you want to use special modifiers for BW, adjust the feature accordingly.
    3. Choose the Earliest Transfer Date activity and enter the date up to which
    a) Data is to be selected (when you request all data)
    b) All changes made after the last request are to be selected (for a delta request)
    4. Choose the Latest Transfer Date activity and enter the date up to which data entered for the future is to be selected.
    5. Note these activities (outside the SAP system) for your periodical activities so that you can update the time frame monthly or annually, for example.

Maybe you are looking for