How to assign changed organizational unit to person

Hi Experts,
we moved some employees from  one organizational unit to newly created one  in tcode  PPOM_OLD.
In PPOM_OLD i created new unit ,assign position then assigned employee
But when i see in PA30 the organizational unit remains same.Even when i observed in PA0001 table i can see two entries for one employee number the  old entry is with organizational unit  where as new one doesnt have organizational unit at all
Please guide me how can i do changes.
Thanks&Regards,
narasimha

Go to transaction code- PA40
Enter the date -
Select the action
Execute the Action.
Select the Reason for Action
Change the position number
Change the personnel area if required.
Press Enter and save the record.

Similar Messages

  • How to assign & changed org. unit to employee Id

    Hi
    We want to move some employees from one organizational unit to newly created one in transaction code PPOM_OLD.
    In PPOM_OLD i created new Org. unit ,assign position then assigned existing employee pernr.
    But when i see in PA30 the organizational unit remains same.
    Even when i observed in PA0001 table i can see two entries for one employee number the old entry is with organizational unit where as new one doesn't have organizational unit at all
    Please guide me how can i do changes.
    Best Regards

    Dear Raza,
    Go to pa30- given the Perner-select infotype action 0000-period- all-click on overview
    Now you can view all records related to infotype action-select the new created records-choose icon delete.
    Now create the new organization unit, Position & their relationships through t-code pp01.
    now transfer of employee from old position to new position through action tcode –pa40- select appropriate personal action (promotion, reorganization, transfer etc.)
    Put the perner and effective date –execute –in next steps change details as per requirement i.e. in second part- organ. Assignment –
    New position details –xxxxxxxx  /Personnel area-xx/Employee group-x/Employee sub group-xx
    Save.
    System goes to next info type  0001-
    In the same way give the require details & save.

  • How Employee groups and Organizational units are related

    Hi All,
    I had a requirement for bulk upload of Appraisal documents.
    I am an ABAP Consultant.
    Here client wants the Employee group as a Selection Criteria.
    Based on this I had a query how can I get Organizational units from Employee group.
    Actually this is my requirement and if any alternate solutions & suggestions are also welcome.
    Thanks for your time.
    Edited by: nayani pavan on Dec 30, 2008 3:17 PM

    Hi Madhu,
    Thanks for your reply, it is helpful and I need this query.
    Suppose for an organizational unit there will be subordinate organizational unit.
    That means how can I found whether is there any subordinate organizational unit for any organizational unit.
    Hi Ananth,
    But the requirement is in selection screen only Employee group will be available.
    Based on that we need to provide logic. So, I hope above solution is not helping me because they do not want to create appraisal documents person by person. Please guide me.
    Thanks & Regards,
    Pavan.
    Edited by: nayani pavan on Dec 30, 2008 3:56 PM

  • In Organization plan, Can we assign an organization unit under a position..

    hi experts,
         In Organization plan, I want to assign an organization unit under a position..If possible, how?..
      For example HR dept and Purchase dept need to be assigned under a position say MD or likewise..
        Thanks in advance..

    Hi Ramesh
    Check this Link
    http://help.sap.com/saphelp_40b/helpdata/en/9d/9bd0348a955c0ee10000009b38f83b/frameset.htm
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/404169f4-6ddd-2a10-35a0-e4a5a7c539b2
    Hope this will be useful
    Regards
    Vel

  • In Adobe Acrobat XI pro how do I change the units of measure from inches to centimetres?

    In Adobe Acrobat XI pro how do I change the unit of measurement from inches to centimetres?

    Edit > Preferences > Units

  • How do I change the units in InDesign from p0 to mm?

    How do I change the units in InDesign from p0 to mm?

    And you can do the same for existing documents, or just right-click a ruler and change the units at any time (even using different units on each ruler if you like).

  • How to change organizational unit .

    Hi Experts,
    I have a rule in which some responsibilities are defined. Could anyone please tell me how to change the values in the Rule like I want to change the persons listed there to someone else.
    Also if there is any way to change the organizational structure and what will be the steps.
    Thanks
    Papiya

    Hi
    To change rule go to PFAC and make copy of this rule.Later go to edit mode and change it (eg Function module that is used there or values in container tab).
    To change rule result you can also in workflow schema change Binding between rule and task (you will find there import parameters that influence rule result).
    to change organizational structure (eg in SAP CRM) you have to go to tcode ppoma_crm and make changes.
    later launch special report to attach those changes to transport.
    Regards

  • I live in the UK : How do I change the unit of measurement from inches to metric in iPhoto

    I live in the UK : How do i change the default unit of measurement from inches to metric?

    Terence
    Thanks for your answer to my question. I have tried what you suggested and 'metric' was already set as the default so unfortunately, it has not solved my problem which is when I set the dimensions for the print size before printing, I have to change from 'inches' to 'cms' for each photo every time. I was hoping that I would be able to set 'cms' as the default.
    Hope you can help me.

  • How to assign approval task to a person who is not a member of the site

    Hi All,
    I need to assign approval task to a person who is not a member of site but member of team site.
    I know that if a person need to approve/reject task form should have atleast contribute permission.
    Is it possible to assign contribute permission to that person through workflow using impersonate step?

    You can assign permission through workflow using impersonate step and add list item permission. Few things to note here
    1) Impersonate step actually impersonate the person who last modified the workflow. This impersonation is similar to code impersonation. So you have to be careful that person who is creating this workflow does have permission to assign permission to others.
    2) You will have to assign permission to the list item (or list) where the item is as well as the task list item (or list) where your workflow task would be created. I think that would be Association: Task List when in SPD.
    3) If user does not have any permission at the site level then the only way they can access the item and/or the task item is through the link they would have received in email. 
    I am not 100% sure how permission assignment works from SPD when you list and list items are inheriting permission from parent so please verify that part as well.
    Amit

  • How to get the Organizational Unit One level up

    Hi
    Does any one know any function module to get the org unit one level up by giving the current Organizational unit as input. Please reply very urgent.

    Hello Nirmal
    I am usually using the following function module to read to OM:
    *   SAP_SORG
    * OrgStructure with assigned orgunits)
        REFRESH: lt_struc.
        CALL FUNCTION 'RHPH_STRUCTURE_READ'
          EXPORTING
            plvar             = '01'            " active Planvar.
            otype             = 'O'             " OrgUnit
            objid             = l_wa_cb1-objid  " Toplevel-Node
            wegid             = 'SAP_SORG'
            begda             = iw_begda
            endda             = iw_endda
            pup_info          = 'X'
            with_stext        = 'X'
            tdepth            = 0               " alle Sub-Levels
          TABLES
            stru_tab          = lt_struc
          EXCEPTIONS
            catalogue_problem = 1
            root_not_found    = 2
            wegid_not_found   = 3.
    The parameter <b>WEGID</b> is the crucial on which determines the objects that are read from the OM. In your case you will need <b>WEGID = 'A002'</b> (reports (line) to).
    To understand the <i>evaluation path</i> (WEGID) better have a look at transaction <b>PPST</b>.
    Regards
      Uwe

  • Assignment of organization unit to a business partner

    Hi Guys,
    I am creating a business partner using transaction FPP7. I did not get the field to assign organization unit to a business partner.
    Regards
    Santosh

    Hi,
    Try this SPRO>Master Data>Business Partner>Integration Business Partner>Organization Management --->Set Up Integration with Organizational Management.
    Regards
    GK.

  • How to pass Nested Organization Units (ou) for the provisioning purposes

    I have defiend an Entity Adapter which would check the input string and create the Organization Units (such as ou=accounting, ou=finance, o=mycompany) tree and then update the Orgainzation name of Novell Edir User with this new value. The input string is from the Peoplesoft as trusted resource (we use some complext business logic to map to the proper ou tree structure in the Novell Edirectory).
    But, I got the cACT/eventPreUpdate Error :Dataobject contains invalid characters
    when OIM trying to create the user before provisioning to Novell Edirectory.
    Since the ou tree sturcture is used by the pSearchbase during Novell Edir provisioning process, and it should be in the form of ou=accounting, ou=finance, o=mycompany, I am wondering if you know how to solve this problem.
    Thanks
    Ken Huang

    ILovePlSql wrote:
    V_bom_header_tbl.assembly_item_name:= l_bom_header_tbl(i).assembly_item_name ;
    v_bom_header_tabl is a record type and l_bom_header_tbl is a table type .So is the above statement ok?I asked you for type definition. Please provide definition of BOM_BO_PUB.BOM_HEADER_TBL_TYPE and Bom_Bo_Pub.Bom_Head_Rec_Type. If BOM_BO_PUB.BOM_HEADER_TBL_TYPE is table of Bom_Bo_Pub.Bom_Head_Rec_Type then your statment is OK. For example:
    SQL> declare
      2      type BOM_HEADER_TBL_TYPE is table of emp%rowtype index by binary_integer;
      3      l_bom_header_tbl BOM_HEADER_TBL_TYPE;
      4      V_bom_header_tbl emp%rowtype;
      5  begin
      6      select * bulk collect into l_bom_header_tbl from emp;
      7      for i in 1 .. l_bom_header_tbl.count loop
      8        V_bom_header_tbl.ename := l_bom_header_tbl(i).ename;
      9      end loop;
    10  end;
    11  /
    PL/SQL procedure successfully completed.
    SQL> SY.

  • How can I change the units in perspective mode in Adobe Illustrator?

    When I'm making a drawing for ex. a rectangle on the left grid, the dimensions of the rectangle are displayed in points (pt). But I want those dimensions in inches. How can I change those dimensions. I've tried form Edit > Preferences > Units... but nothing changes. My dimensions on adobe Illustrator are shown in pt and not as the following image.

    View > Perspective grid > Define grid

  • How do I change the units for the vector shape stroke in the option bar?

    I work with vector shapes very often in Photoshop. In CS6, they have added the stroke and fill tools in the option bar.
    If I open a file with vector shapes that was created in CS5, the stroke defaults to 3pt. I would prefer it to default to pixels instead of points. I have found that if I change the settings prior to creating a new shape, it retains those attributes for all future shapes. However, if I am working on an older file, and would like to use this tool, it is frustrating to have to change this unit every time.
    Any assistance would be helpful. Thanks!

    Every time I move the volume, it moves back!
    Check, if you have a volume automation set on the software instrument track.
    If the track volume automation curve is enabled, the volume slider for the track will move with the automation curve.
    Click the automation curves disclosure triangle in the track header and disable the volume automation.

  • How do I change from united states to uk? I can't set up account cos I can't put in an area code,

    How do I change from us to uk? Or what do I put in the area code box to sign up a new apple ID? I can now log into my iPad but can't download any apps

    Order 1 online https://explore.ee.co.uk/Order-a-new-SIM for £10.

Maybe you are looking for

  • Cannot Get X11 Running

    So, I've spent the last few days setting up Arch on my iMac.  I've been using Linux for a few years, but this is the first time I've tried to setup a distro myself.  Anyway, I got things partitioned and dual booting okay, but I'm now stuck trying to

  • How the sales returns will effect after rebate settlement in sap

    Dear SD Experts, I have a query that the Rebate settlement is done (Material Rebate) after that the sales returns has taken place and again in the credit memo the system is showing the rebate accruals. Can any one please suggest me how the actual pos

  • Changing Buttons in Gallery Folder not Showing Up in Properties Window

    If you change the button size of custom buttons with Photoshop and replace the files in your Gallery folder, how to you get rid of the old buttons in Captivate's properties window?

  • Flash Player not recognised in Safari/not installing correctly

    I have just got my OS (10.8.5) re-installed on my MacBook, there are no applications on the computer. I installed the latest version of Adobe Flash Player and then went onto YouTube and it's still saying: You need to upgrade your Adobe Flash Player t

  • Conditional Build Tags

    I have been having an issue with conditional build tags. I have a project that has 8 different build tags created. Recently I have been generating the output (webhelp files) and topics that have been tagged as (lets say) A are showing, in part, in ot