How to change HR assignment for BP with employee role in CRM

Hi,
we download employees from R3 HR into CRM. By mistake, some duplicates BP were created. we want to change the assignment with the BP employee in CRM and the employee in R3. In other word, to remove the personnel number ID stored in CRM and to add this personnel ID to others BP in CRM.
For example:
In CRM,  BP 100 does not have a personnel number assigned to his employee role.
In CRM, BP 101 (duplicate of BP 100) is assigned to the personnel number 345 from the employee in R3.
We'd like to assign the personnel number 345 to BP 100 and remove the link with HR in BP 101.
is it possible?  where is this assignment stored - In R3&HR or in CRM?
can you guys share your experience on how to resolve this
thanks in advance
Stephanie
Edited by: Stephanie Blouin on May 6, 2008 2:16 PM

Hi,
We can assing the CC in two ways.
1. is for position.
2. or for a Org unit.
In your case if it is for Position. GOTO PP02 enter the details as
Plan Version    HI
Object Type     s
Object ID       50018133
Object abbr.
Infotype        1001
Subtype         A011
Planning status 1
Validity        06/23/2008  to     12/31/9999
Data sample.
Then goto change and change the CC. this will also updates the IT0001.
If not, You can also change through Org unit.
Where goto PPos_old> select the org unit> then goto staff assignments> select the required position> and there is a option called goto from top menu> there you can check accoutn assignment>  there you will get diff screen to be displayed--> there select the position if you want to change and select the option maste cost center and change the CC by giving dates, this will also updates the IT0001.
Reward me if hleps.
Thanks,
Vasu.

Similar Messages

  • HOW TO CHANGE COST CENTER FOR AN INDIVIDUAL EMPLOYEE

    HI ALL
    I WANNA CHANGE A COST CENTER FOR AN EMPLOYEE WITH OUT CHANGING THE GROUP OR HIERARCHY
    CAN U HELP ME? .....................
    I TRIED THRU PA30,PA20 BUT COST CENTER FIELD IN GREY COULOUR.

    Hi,
    We can assing the CC in two ways.
    1. is for position.
    2. or for a Org unit.
    In your case if it is for Position. GOTO PP02 enter the details as
    Plan Version    HI
    Object Type     s
    Object ID       50018133
    Object abbr.
    Infotype        1001
    Subtype         A011
    Planning status 1
    Validity        06/23/2008  to     12/31/9999
    Data sample.
    Then goto change and change the CC. this will also updates the IT0001.
    If not, You can also change through Org unit.
    Where goto PPos_old> select the org unit> then goto staff assignments> select the required position> and there is a option called goto from top menu> there you can check accoutn assignment>  there you will get diff screen to be displayed--> there select the position if you want to change and select the option maste cost center and change the CC by giving dates, this will also updates the IT0001.
    Reward me if hleps.
    Thanks,
    Vasu.

  • How to change material component for a Purchase Order?

    How to change material component for a Purchase Order?
    I need FM .
    PLEASE help

    Dear ,
    Create PO with item category L....There in Item detail you will get tab for material.
    There click in component Button, it will take you to the component screen there you can assign and deassign components.
    Hope this helps.
    Regards
    Utsav

  • How to change default approval for ResourceAuthorizerApproval ?

    Hi,
    I'am new in OIM and I follow documentation where I found some predefined workflows. I'd like to use them.
    Could you tell me, step by step, how to change default approval for ResourceAuthorizerApproval (only for my new defined resource).
    I'm using OIM 11g and Design Console 11.1.1.3.0.2.0

    Ok, I made new tamplate (copy of existing one), there I changed Template Level Approval Process and set allowed resources. It seems to be ok :)
    If there are other solutions please share with me
    Thanks
    M.

  • How I change the icon for iTunes songs?

    When I drag iTunes songs onto my desktop the icon is white with a gray iTunes icon. How can change this icon for all of my iTunes songs?

    Thanks Patrick. I used Control-Click on the actual audio file on my desktop opened the Show View Options menu and turned off the icon preview option. That changed my icons from gray with a white background to red with a white background which is exactly what I wanted.  You pointed me in the right direction. Appreciate it.

  • How to change Apple ID for all applications in iPad2?

    I have changed Apple ID via Settings > Store > Apple ID > Sign out my old Apple ID > Sign in with my new Apple ID.... But, by this method, Apple ID in  iCloud, Facetime, and iMessage isn't changed follow to my new one! Do I misunderstand about changing ID? and How to change Apple ID for these applications?
    PS. I do not want to do hard reset my iPad2
    Thank you all for your kindly help ^^

    Go into Settings > iCloud > Account > Change to your new Apple ID
    Settings > Messages >  Recieve At > New Apple ID
    Settings > Facetime > Change to new Apple ID

  • How to change the color for HTML words in JEditorPane?

    Hi Sir,
    In the JTextPane , we could change the word's color by using:
    Style style = doc.addStyle("test",null);
    StyleConstants.setForeground(style, Color.red);
    doc.setCharacterAttributes(10,20,syle,true);
    we can change the text into red color,which range is from 10 to 30.
    But how to change the color for HTML words in JEditorPane?

    Hi,
    you can use an AttributeSet to apply the foreground color. Let's say, doc is a HTMLDocument, then SimpleAttributeSet set = new SimpleAttributeSet();
    doc.getStyleSheet().addCSSAttribute(set, CSS.Attribute.COLOR, "#0D0D0D"); would apply a color to a given AttributeSet. The AttributeSet with your color then can be applied to a selected range of text in a JEditorPane by   /**
       * set the attributes for a given editor. If a range of
       * text is selected, the attributes are applied to the selection.
       * If nothing is selected, the input attributes of the given
       * editor are set thus applying the given attributes to future
       * inputs.
       * @param editor  the editor pane to apply the attributes to
       * @param a  the set of attributes to apply
      public void applyAttributes(JEditorPane editor, AttributeSet a) {
        ((HTMLDocument) editor.getDocument()).getStyleSheet().addCSSAttribute(set, CSS.Attribute.COLOR, "#0D0D0D");
        editor.requestFocus();
        int start = editor.getSelectionStart();
        int end = editor.getSelectionEnd();
        if(end != start) {
          doc.setCharacterAttributes(start, end - start, a, false);
        else {
          MutableAttributeSet inputAttributes =
            ((SHTMLEditorKit) editor.getEditorKit()).getInputAttributes();
          inputAttributes.addAttributes(a);
      } Ulrich

  • HT1311 How can I get updates for apps with new Apple ID

    How can I get updates for apps with new Apple ID. I have apps that I got for free, and some that I have purchased. I had to create a new Apple ID because I don't have a credit card now.

    Apps will always be tied to the ID in which they were purchased or downloaded under. You can not change this unless you buy or download the free  app using the new ID.

  • How to change SelectionColor in TLFTextFielfd created with new TLFTextField(); syntax?

    How to change SelectionColor in TLFTextFielfd created with var txtTest:TLFTextFielfd = new TLFTextFielfd(); syntax ?

    You have posted in the AS1/2 forum.  If you are using a TLFTextField, it can only be used with AS3.  You might need to repost in the AS3 forum if you truly intend to use the TLFTextField.  As far as I can see there is no SelectionColor (or selectionColor) property for the TLFTextField.
    Also, in every instance of the word you have mis-spelled it...
    "TLFTextFielfd" should be "TLFTextField"

  • HT5312 I don't know how to change my questions for my Apple ID

    I don't know how to change my questions for my Apple ID

    Alternatives for Help Resetting Security Questions and Rescue Mail
         1. Apple ID- All about Apple ID security questions.
         2. Rescue email address and how to reset Apple ID security questions
         3. Apple ID- Contacting Apple for help with Apple ID account security.
         4. Fill out and submit this form. Select the topic, Account Security.
         5.  Call Apple Customer Service: Contacting Apple for support in your
              country and ask to speak to Account Security.
    How to Manage your Apple ID: Manage My Apple ID

  • HT1918 How to change apple id for my iPad

    How to change apple id for my iPad ?

    Are you getting help with this yet?  I have struggled with the same thing and worked with pieces and when I logged in just a bit ago, I tried something and all of a sudden the long list of non-updated apparent were all of a sudden being updated with my new,CORRECT, ID and I am so happy.  I will come back here tomorrow or later today and see if there are others who're needing to know what I did.

  • How to change apple id for icloud?

    how to change apple id for icloud?

    From the knowledgeable Roger Wilmut:
    You can't change the primary email address, the one you created when you opened an iCloud account (or if you migrated from MobileMe the address you log in with) other than by opening a completely new account.
    http://support.apple.com/kb/HT5621
    However you can create three 'email aliases' - these are extra addresses, not accounts, which deliver into the same inbox as the main address.
    http://help.apple.com/icloud/#mm6b1a490a
    It's actually quite a good idea to give out an alias address rather than the main one, since these can be easily changed should you get spammed.

  • How to change the Schedule For settings for an object

    Hi All,
    do you know how to change with BO Enterprise SDK Java the schedule settings for an object?
    I mean these settings that can be changed manually In the Objects management area of the CMC, selecting a report object, Schedule tab, Schedule For link:
    - Schedule only for myself
    - Schedule for specified users and user groups
    Rest of settings can be managed with ISchedulingInfo, but I don´t know how to change the "Schedule for" property.
    Should I use other SDK?
    We have Webi Documents, BOXIE R2 SP2
    thanks,
    regards,

    Hi,
    I think I´ve solved it,
    we can use
    ISchedulingInfo.getMultiPassObjects()
    that returns a java.util.Set of user/usergroup IDs on the schedule for multipass.
    and then we can work with this Set (adding or removing users and groups).
    Setting manually to "Schedule only for myself" in the CMC is the same that removing all the elements from the getMultiPassObjects() set.
    thanks,

  • HT201269 How to change the email address associated with an iPhone account?

    How to change the email address associated with an iPhone account?  I inherited my son's phone and it still shows his phone number even though I can add my own email account.  My iCloud is also associated with his phone number.

    If you mean you want to change the iCloud ID your phone is signed into on your phone (which looks like an email address), you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iDevice, then sign back in with the ID you wish to use. 
    If you don't know the password for your old ID, or if it isn't accepted, and your old ID is an earlier version of your current ID, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice on your device, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • How to change printer preferences for HP envy 4500 using Google Chromebook HP pavilion 14

    I want to know how to change printer preferences for HP envy 4500 using Google Chromebook HP pavilion 14?
    This question was solved.
    View Solution.

     Hi chefcorbin,
    Welcome to the HP Support forums.  I understand that you would like to learn how to change the printer preferences using your Chromebook.
    I have included a link to Google support on printing a page with Chrome and it lists the print settings that you can adjust.
    Google Chrome Help - Print a Page
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

Maybe you are looking for

  • Changing seq. aspect ratio: crashes FCP

    Hi all, Despite my best intentions, my project contains sequences with different settings, which is causing problems on export. A quick overview of sequence contents and field dominance settings: - SEQUENCE FIELD DOMINANCE: NONE - PSD frame-graphic o

  • How to add a link like "Export" to schedule the report in dashboard

    when i add a report into dashboard, i can "analyze","edit" or "export" it using report links. but now if i browse my dashboard, i find a report which i am interested in, and i want to schedule it directly in dashboard. i suppose it will be a botton o

  • Messages doesn't  keep my "Show as Boxes"display preference after restart.

    Any ideas on how to make Messages keep my "Show as Boxes"display preference after restart. It always defaults back to "Show as Ballons". Thank you community, Paul

  • Solaris 8 Install Problem - Partition(s)

    First, I am a relative "newbie" when it comes to SUN Solaris and System Adminstration, though I know enough UNIX to be dangerous (read "get me into trouble" - hahaha). I tried to do an "upgrade" to the O/S (2.7) on my Ultra 5, but when doing an "init

  • Freight Charges as Payable

    Hi, Can anyone please guide us how to configure freight / transportation charges for the shipment as payables. We receive the invoice from the transporter and then make payment against it. Thanks.