Change Employee Personnel no.

Hi everyone
we have a situation where an employee is moving states but the company we use for payroll will only let us have one State tied to each badge number.
So we need to change the employee badge number (Personnel number)  Problem is I don't know if this is even possible.
I've read many threads on here about changing other information for employees but haven't found where or how to change the field
PERNR for an employee most the tables and infosets i've found where PERNR can not be edited
The only way I can see to do this is to term and hire the person back but I'm afraid that will lose all the employee's history with us
(oh yeah and we don't have a HCM person just throwing that out there so please excuse me if I don't know exactly what your talking about the first time)
any help will be appreciated
thanks

Hi,
Would create a new pernr linked via infotype 0031 to the previous one be an option?
You can hire that employee , configure one reason for action "State transfer" use Ref. Personnel no. field to get all data related to employees. For previous Personnel no. configure one action with customer specific status so that you will not run any other action on previous Personnel no.
http://help.sap.com/saphelp_45b/helpdata/en/7e/5e058e4a1611d1894c0000e829fbbd/content.htm
http://help.sap.com/saphelp_45b/helpdata/en/7e/5e06514a1611d1894c0000e829fbbd/content.htm
http://www.sapfans.com/forums/viewtopic.php?f=11&t=7939
http://help.sap.com/saphelp_45b/helpdata/en/7e/5e058e4a1611d1894c0000e829fbbd/content.htm
Cheers.

Similar Messages

  • Any chance to change the personnel No. of an employeeu2026

    Dear all,
    I have created one employee with a personnel no. 1178 instead of 1179,  
    Is there any chance to change the personnel no.???
    Regards,
    Milarepa

    Hi,
    You can use the transaction PU00 for deleting a personnel number. But before proceeding the same please make sure this employee have not accounted for Payroll and Time evaluation.
    Regards
    Raviiiiiiiiiiiiiiiiii

  • How to change employee responsible for open campaigns.

    Hi,
    I want to find out open campaigns and marketing attributes based on partner function i.e., employee responsible and these open documents I need assign to another employee responsible. Which function module I need to read the details and which fm is to change employee responsible.  Please guide me which fm i need to use how I can change to another employee responsible partner function.
    divya

    Hi Divya,
    If you are comfortable with the bol queries, you can execute the bol query services to get relevant data..
    here is the sample code to get marketing attributes for a bp.. here you can read additonal attribute "partner function" to filter the data as per your req.
    Marketing Attributes
      DATA : lr_mktattr_coll TYPE REF TO if_bol_entity_col,
             lt_mktattr TYPE TABLE OF crmt_mktbp_attribute,
             ls_mktattr TYPE crmt_mktbp_attribute.
      IF lr_buil_entity IS BOUND.
        TRY.
            CALL METHOD lr_buil_entity->get_related_entities
              EXPORTING
                iv_relation_name = 'BuilMktAttributeRel'
              RECEIVING
                rv_result        = lr_mktattr_coll.
          CATCH cx_crm_genil_model_error .
        ENDTRY.
        CLEAR lr_entity.
        IF lr_mktattr_coll IS BOUND AND lr_mktattr_coll->size( ) GT 0.
          lr_entity ?= lr_mktattr_coll->get_first( ).
          WHILE lr_entity IS BOUND.
            CALL METHOD lr_entity->get_properties
              IMPORTING
                es_attributes = ls_mktattr.
            IF ls_mktattr IS NOT INITIAL.
              APPEND ls_mktattr  TO lt_mktattr .
            ENDIF.
            lr_entity ?= lr_mktattr_coll->get_next( ).
          ENDWHILE.
        ENDIF.
      ENDIF.

  • Change employee reconciliation account

    Dear Sapgurus,
    There is a need to change one employees Reconciliation account from 21100000  to 21101000,  Kindly understand 21100000 is Vendor Reconciliation account and 21101000 is employee reconciliation account.   By anychance my Client was using 21100000 in one employees master data,  now I want to change it from 21100000 to 21101000.
    In FK02/XK02  recon account field is greyed not allowing to change though there is no balance in Employees account
    Please SAPGurus  give me the complete process of doing this, the answers will be rewarded.
    thanks

    Dear SAP Consultant
    If you want to change employee reconciliation account from vendor master data and it is shown grayed you can use transaction in SPRO -> Financial accounting->Accounts Receivable and Accounts Payable ->Vendor Accounts->Master Data -> Preparations for Creating Vendor Master Data ->Define Screen Layout per Activity (Vendors)
    And change the status of reconciliation account to be ready for input (Optional entry). then try to use fk02 or xk02 as you change in the previous screen.
    I hope that will help you
    Thanks

  • Change of personnel subarea results in change of legal person

    Hi Experts.
    I have search in this forum after answer on this question, but haven't find any.
    To start with, we have implemented CE.
    My problem is that if we have hired a person on wrong date and want to change the date to an earlier date, infotype 0000 is OK, but infotype 0001 will not be changed.
    The error message says: Change of personnel subarea results in change of legal person.
    I have checked the table V_001P_G and it seems to be right. I can't find any fault.
    I have tried all other suggestions I have found in this forum such as, Change and Execute info group when running Change entry/leaving date in PA30. Executing the programs RPUFIXDS and RPUP0001 with negative result.
    So if there is anyone who can explain to me what this error message actually means, and of course have a solution, I would be really happy.
    Thanks   //   Peter B

    Hi Peter,
    Apply the following note,
    1487263 - transaction PA41 error message is displayed in IT00
    after implementing, Kindly use transaction PA41.
    The 'Correct action' function (PA41) offers a special functionality for
    hiring and termination events only: When changing the begin date of
    the event the begin date of all infotype records belonging to the
    infogroup assigned will be shifted accordingly.
    Hope this will solve your issue.
    Regards,
    Meera

  • Change Employee team to another using DI

    Hi There,
    I have a request from customer are they want to change Employee from team to another, i'm using SAP B1 8.81 and i was try to find all property in Object Team, i just founnd property to add employee to Team by
                Dim RetVal As Long
                Dim oTeam As SAPbobsCOM.Teams
                oTeam = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oTeams)
                oTeam.GetByKey(2)
                oTeam.TeamMembers.EmployeeID = EmpID
                oTeam.TeamMembers.RoleInTeam = SAPbobsCOM.BoRoleInTeam.borit_Member
                oTeam.TeamMembers.Add()
                oTeam.Update()
    Any suggestion to remove employee from old team and move them another team by using DI, Pls help
    Thanks and Best Regard.

    Hi,
    Please repost above discussion in http://scn.sap.com/community/business-one-sdk to get quick response.
    Close this thread by marking helpful answer.
    Thanks & Regards,
    Nagarajan

  • Change Employee Group in MSS

    Hello Everyone,
    I created a 'Change Employee Group/Subgroup' request and it was successful.
    Now, where is this request supposed to be approved?
    I believe this has to do with configuring UWL and Workflow.
    Can anyone guide me on the procedure please?
    Regards,
    Motaz
    Edited by: Motaz Abu Karat on Mar 31, 2010 5:49 PM

    Hello Everyone
    According to help.sap, Workflow must be configured for MSS to function correctly.
    I need to know how I can perform the following:
    -You must have executed the basic Customizing for Workflow in your system.
    You set up the SAP Business Workflow in the SAP Customizing Implementation Guide (IMG) under SAPNetWeaver ® SAP Web Application Server ® Business Management ® SAP Business Workflow
    I can't seem to find any guide for this. Can anyone please point me in the right direction?
    Regards,
    Motaz

  • Change employee sub group code in configuration

    Hello Fellows,
    I have requirement to change employee sub group code in configuration. For example there are existing code starting AA text1, AB text2 and so on. I want to change it with 10 text1, 11 text 2.  System is allowing to change text only (i.e text1,text2). is there any way to change code (i.e AA,AB) ?
    Regards,
    Muhammad Umer

    Hi ,
    You can use t-code 'EC12' to which suits your requirement.
    In your case if you copy from AA to 10, and AB to 11 all ESG group related tables get updated.
    Later you can change the text as well
    After copying ,,Employees ESG wherever maintained will not update automatically.
    You can make use of Org reassignment to change ESG for employees with LSMW for PA40.
    If any PCR or Customization like User exit/BAdi,Custom tables if any where the old (AA) was maintained you need to replace/delimit with new one.
    use the copy button as shown in below screen shot.
    regards,
    Narendra

  • How to change Employee Number Generation from Manual to Automatic

    Hi,
    We have given Employee Number Generation Manual while creating Business Group. Now we want to change that to Automatic. I have tried to change but I count not.
    Please tell me what are all the steps needed to change Employee Number Generation From Manual to Automatic

    Hi,
    1. Goto org screen --> query business group
    2. Click other --> Business Group info
    3. Change second option from Employee Number Generation from Manual To Automatic.
    Also look
    Employee number generation process
    Hope it work for u.
    Ayaz
    Edited by: Ayaz on Dec 20, 2010 7:15 PM

  • Finding function to check whether this employee has changed Employee group

    I'm finding function to check whether this employee has changed Employee group from Temporary to Regular during the year or not.
    Is there any PY function can check as above condition?
    Thank you

    Hi,
    You have to read IT0001 data for reading Employee Group or Sub Group Change. Use the FM HRREADINF* to read IT0001 Data.
    Thanks & Regards,
    Sandip

  • Report showing changes in Personnel group/subgroup

    Hi,
    We need a report that lists employees who have had changes in ther personnel group and/or personnel subgroup.  Is there a standard report we can use, or do we need to write our own?
    Thanks in advance
    Kirsten

    Hi Kirsten,
    I haven't come across any such report that gives only data related to Employee Group / Employee Subgroup changes......
    You will have to write Custom Report to achieve this functionality.
    Check this,
    There is a program RPUAUD00 (Trailing two characters are zeroes) provided by SAP which allows us to see any changes that happens to data in an infotype through add / modify / delete. When you execute this this program and specify the employee code and infotype in the selection screen, it gives us details of when the data was changed, who changed the data and what data was changed in a particular infotype.
    Good Luck !!!!
    Kumarpal Jain.

  • Changes in Personnel information.

    Dear consultants,
    We change Personnel Info of an Employee such as Title (Miss to Mrs), Marital Status (Single > Married > Divorced or Widow.) Name after marriage, Date of Marriage etc. When we save the record, system only saves the new record but the privious information is wiped out. How can I see the track of previous changes in this information?
    Is all the Information from the Date of Joining / Birth of the employee is retained or deleted or delimited?
    Regards
    Bindumadhav
    9869028264

    i think this is due to Time consraint  V_T582A
    if an employee is married we say Marrried this will happen only once in life so TC  1
    when i was in project my manager asked how man G\F do u have i said TC  01 is applicable to Family Members and life partner  (just Kidding )
    But wht is the procedure followed when there is an option to marry more than once as Personal data is TC 01 and is defaulted
    any Clues
    Edited by: Sikindar on Apr 7, 2009 1:06 PM

  • Error message when doing HCM "change employee salary" on portal

    Hi experts,
        We have a problem when user did the "salary change" HCM form on HR portal.
        We checked the workflow log by SWIA, work item 23546, and there are error messages described as below:
    Error when processing node '0000000005' (ParForEach index 000000)
    Work item 000000023546: Object FLOWITEM method EXECUTE cannot be executed
    Error updating the process object
    Exit CL_HRASR00_POBJ_WF_EXIT triggered exeception for event STATE_CHG and (target) status READY->
    Transaction brackets of the workflow has been damaged
    Error when creating a work item
    Error when creating a component of type 'Step'
    Error when processing node '0000000005' (ParForEach index 000000)
    Error when starting work item 000000023546
    Agent determination for step '0000000005' failed
    Error in resolution of rule 'AC17900012' for step '0000000005'
    No authorization for user PRONKAI content Form Scenario content group ZPSP activity P
    Error when creating a work item
    Error when creating a component of type 'Step'
    Can anyone help me to analyze the error messages and the possible reason to cause this error?
    Any useful hint will be appreciated.

    Gentlemen - the problem has been found and resolved. Seems like the XML Data Source cannot contain a reference to a validating DTD. Once the following reference was removed AND I used employee instead of Employee in the template all worked.
    <!DOCTYPE employees SYSTEM "employees.dtd">
    I assume this is correct - not being able to contain a DTD reference? I will also, tomorrow (read that as probably Monday) be trying the same thing using XML Schema vaildation.
    THANKS for the help - Casey

  • Change Employee Respnsible

    Hi Friends.
    I am New to CRM environment. I have a requirement that, i need to change the Employee Responsible in an Activity. The Process Flow is that, when an workflow is triggered for a Activity, a WI is received by a ROLE, of the agents who received it, only one would act on this. The Actual agent of the Previous Workitem is to be placed in the Employee Responsible filed in the activity.
    Whether this can be achived by SET Parameter, or else CRM_ORDER_MAINTAIN to be used. Which is the table where i can get the
    Partner Number, as i will be having the ID of the person who executed the Workitem. Expecting a Clear explaination and solution.

    Solved my self...

  • Change employee group and sub group

    Hi all,
    During the new hire if an employees group and subgroup are enetered wrongly, how shouldl they be corrected. We have scenarios when the emplooyes group and sub group are corrected after a month or so and the users want to correct the same
    How do we do it?

    Goto PA40 reselect the same Hire action for this employee and click execute. In IT0000 screen enter the new EG/ESG.
    and save it. Then Save the IT0001, then fill rest of the infotypes.
    If you have already process the payroll and the new Emp group / Sub group is in different payroll area you wont be able to change it.

Maybe you are looking for