Changing Contact person's Work Address to his own Address

Hi everyone,
In an Account, I want to change the Work Address of a Contact to his own address.
By default, the contact's address comes up as the Account's address(which is a known thing).
How and what should I do so that I can see Contact's own address in the Work Address column in the CONTACTS assignment block in an Account..?
Please suggest if there is any solution for this.
Thanks,
Abhi

Can anyone please give some suggestion how could this be done??
Thanks,
Abhi

Similar Messages

  • FM for changing contact person attribute field PARH1 - tab knvk

    Hello,
    I'm still searching a function modul
    with which I can update my PARH1 - fields in the cp-adress.
    Table knvk, field parh1.
    Any ideas ?
    Thanks G.

    hi,
    as per my understanding you have to write own code for this specific requrement.
    but these threads might help you.
    [Fm to get the Contact person address if he doesn't ve thn his comp address   |Fm to get the Contact person address if he doesn't ve thn his comp address;
    let us know if it is giving you insight to solve this issue.
    Regards,
    Rajeev

  • Error While Changing Contact Person in MSA

    Hi,
    When the users are trying to change the data of the already saved BP or CP it is giving out error "Value of Attribute Tile is Not Valid" This is happening only for some of the BP and CP not to all.
    We are not maintaing any entries in the "Title" Drop down box and all the cp,bp are saved without the Title.
    Does anyone has clue to the problem

    Balaji Srinivasan wrote:
    Based on the couple of OSS notes I have searched,
    You should share the OSS note which you got from market place.
    Have you checked this note Note 445825 - Error message AM057 when deleting a contact person ?
    It has the reason and solution.

  • Changing Contact Person for Sold-to-party

    Hi Experts,
    i am having requirement like i have a order number and for that order number i have to add contact person for sold-to-party please can anybody help me..?

    You could do the following
    a) Extract the partner from CRM_ORDER_READ through the exporting parameter et_partner.(Check the exporting parameter)
    b) Manipulate the partner data you had extracted in step a)
    c) Pass the data to the importing parameter IT_PARTNER in the CRM_ORDER_MAINTAIN.
    I think this should work.
    Regards
    Kavindra

  • Change contact person

    good morning hallow the experts ...
    I have a problem, I want to change partners on bone contact person and only contact person are changed (active)
    because I want the user can only change some of the partners bussnies
    how do I change the settings for contact person
    thanks

    Hi rachelhel,
    It is normal, Open the require Business Partner Master Data and modify the Contact Person Details.
    Regards,
    Madhan.

  • Map R/3 contact person address to CRM contact person address

    Hi,
    Does anyone know how to enhance the middleware so that the business address of contact person in R/3 can be mapped/downloaded to the BP standard address (shown up in BP transaction) in CRM ? The business address of the contact person in R/3 is currently mapped to BP relationship address in CRM, while the home address of the contact person is mapped to the BP standard address.
    Thank you for the help,
    Regards,
    -James

    Hi,
    We have the sam issue to solve!
    Found any answers yet?
    Best Regards, Cem

  • Creating \ Changing Functional Location With Contact Person.

    Hello.
    I'm looking for BAPI / Function for creating/changing "Functional Location" with Adding, deleteing OR changing "Contact Person"
    I Have found the BAPI's : BAPI_FUNCLOC_CHANGE
                                         BAPI_FUNCLOC_CREATE
    but thier is no option to handle with "contact person" .
    (SAP Table "IHPA").
    Best Regards'
    Haim B.

    Hello,
    Instead of searching for any FM or anything. Go and create a flow thorugh LSMW and change the desired contact person through it..
    I assure you this is the best and most efficient way.
    first run LSMW and create a flow by changing the contact person of any one functional location and then assign the flow of that lSWM through external notepad file.
    Get in the notepad all the desired FL you want to change run that within minutes your job will be done.

  • SAPscript: Print our contact person in RVORDER01

    Hello gurus,
    we would like to print information about our contact person (name, telephone and fax number, mail-address) in our order confirmations (form copied from RVORDER01).
    In our invoices we use
    &GV_ADDRESS-TITLE_P&
    &GV_ADDRESS-LASTNAME&
    'GT_ADDTEL-EXTENSION&
    'GT_ADDFAX-EXTENSION&
    &GT_ADDSMTP-E_MAIL&
    to do this, but those do not work in RVORDER...
    Any ideas?
    Thanks
    Alicia
    PS: Sorry, I am a newbie when it comes to forms...

    Hi,
    You need to write a code in your RVORDER01, either via Exit or by creating enhancement spots ..
    First you must have to get personal number and other details as below:
    call function 'SUSR_USER_ADDRESSKEY_GET'
        exporting
          bname             = vbak-ernam
        importing
          persnumber        = persnumber
          addrnumber        = addrnumber
        exceptions
          address_not_found = 1
          others            = 2.
    First name and last name will come from table ADRP ..
    Email will come from ADR6-smtp_addr ,, telephone from ADR2 -telnr_long,, Fax details from ADR3-faxnr_long

  • Badi for Business partner contact person creation

    Hi Experts
    Kindly tell me what badi can I use to trigger error while creating the BP in role contact person , the requirement here is to check the email for duplication and throw the error
    Thanks & Regards
    Rajasekhar

    Hi,
    I think you can use BUPR_CONTP_CREATE to create contact persons or Badi BUPR_CONTP_CHANGE to change COntact Person Data. I give you a code example when I have used BUPR_CONTP_CHANGE to change data of contact persons:
    SELECT * FROM but051 INTO TABLE lt_but051 WHERE dprtmnt NE space.
    SORT lt_but051 BY relnr.
    MOVE ls_but051-dprtmnt TO ls_babi_persona_contacto-comments.
    MOVE 'X' TO ls_babi_persona_contacto_x-comments.
        CALL FUNCTION 'BUPR_CONTP_CHANGE'
          EXPORTING
            iv_partner       = ls_but051-partner1
            iv_contactperson = ls_but051-partner2
            iv_date_to       = ls_but051-date_to
            is_data          = ls_babi_persona_contacto
            is_data_x        = ls_babi_persona_contacto_x
          TABLES
            et_return        = lt_return_bapi.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          IMPORTING
            return = lt_return_co.

  • BAPI to create Contact person in Vendor master

    Hi
    We need to create Contact Person in Vendor master using BAPI.
    We already used BDCs in CREMAS IDOC posting to create contact person. Since we dont get the address number back in IDOC posting, we need BAPI which can create the contact person and return the address number created for that contact person.
    Regards
    Anand

    Hi,
    this is not supported by CREMAS idoc types and there is no plan to get this in the future.
    There is no BAPI and no direct function module to maintain a vendor.
    The only solution that is coming will be in ECC 2005 EhP 4 or EhP5 and available from class VMD_EI_API with method Maintain.
    If you need this functionality from the CREMAS idoctype, the only solution is to request a remote consulting project or an EoD project at SAP under component LO-MD-BP-VM.
    BR
    Alain

  • Curve 9300 synching personal contacts has blocked work email address

    Hi,
    I administer the cell phones for a small company. One of my new users sucessfully set-up his new BB Curve 9360's email with his work address last week. Over the weekend he synched his new phone with the contacts on his outlook at home which is attached to his personal email.
    At first he could not send an email with his blackberry as it was trying to send them from his personal address. He added his personal email address to his new blackberry but now all the emails he sends are from that address. 
    Ideally, he would like to have all of his contacts on his new phone and have only his work email come to his phone.
    Thanks for the help,

    Thanks for the additional information.
    I did go to our Pipex account and set up mrs.yellowtriumph as an alias for the [email protected] account.
    So now if go to a computer and send an email to either  [email protected] or [email protected] - then 'yes' the email does get through to the [email protected] account ok - so the alias is clearly working ok.
    I thought this was the answer. So, We went to the Blackberry 'set up email accounts' page on the handset and tried to set up an email account for the alias ([email protected]) using the password for the  'abc123' account. However, when the Blackerry 'went off' to check that this account existed (|I think that's what it does?) it came back with an error message along the lines of something like - unable to confirm/access? this account.
    Looking at the PIpex information, it looks as though the alias faciity works on a 'day to day' basis - but if you actually want to access the account (which I presume the Blackberry is when it goes away to check the account) then you
    have the use the 'real' account name ([email protected]) - so its a vicious circle really and we end up back at square one because the Blackberry cannot interrogate the [email protected] account during the set up phase.
    I am not familiar with BIS? Is this something you do/access via the internet? There seems to be no way to do this on the handset itself. 
    Any info gratefully received and we appreciate the time you have taken so far.

  • How to modify the contact persons company address changes

    Hi Friends,
    My requirement is i want to update the address of the contact person in relationships. Actually when we are maintaining the relationships it is automatically taking the Accounts address in company address field but i wants to maintain the different address for each contact person related to the particular account for that i used Bapi_bupa_contp_addr_change functions module as well as Bapi Transaction Commit also but it is not helpful.
           I want to change the contact persons address as per flat file, so please let me is there any fuction module for changing the address of a contactt person in relationships.
    Regards
    Kumar

    Hi Kumar,
    could you solution this issue?
    I use this FM, I cna Insert new telephones por relationship but, I can't delete and update.
    Can U help me? my code:
    data : i_bapiadtel like BAPIADTEL occurs 0 with header line,
           i_bapiadtel_x like BAPIADTELX occurs 0 with header line,
           i_return LIKE bapiret2 OCCURS 0 with header line.
    i_bapiadtel-telephone = '937102020'.
    i_bapiadtel-std_no = 'X'.
    APPEND i_bapiadtel.
    i_bapiadtel_x-telephone = 'X'.
    i_bapiadtel_x-std_no = 'X'.
    i_bapiadtel_x-updateflag = 'D'.
    APPEND i_bapiadtel_x.
    CALL FUNCTION 'BAPI_BUPR_CONTP_ADDR_CHANGE'
      EXPORTING
        businesspartner = '0020034745'
        contactperson   = '0090004124'
      TABLES
        bapiadtel       = i_bapiadtel
        bapiadtel_x     = i_bapiadtel_x
        return          = i_return.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
      EXPORTING
        wait = 'X'.
    Thanks in advance.
    Sergio

  • Fm to get the Contact person address if he doesn't ve thn his comp address

    Hi Gurus,
    This is seema,,am new to CRM .... got a doubt ... thought of posting it here...
    My req is i need to find out a contact person full address , incase if he does not have the address then i should refer to his company(has contact peron for) address and get it...
    am searching for FM where i cld achieve the above requirement..
    I had given a search for this before giving for a post...but i could not get it ...
    In the same requiremetn, i need to find out the person (employee) who is responsible for creating and his job title.. any FM to get employee details with his job title?
    Thanks for all your time.
    Seema
    Edited by: seema rajjot on Apr 6, 2010 3:00 PM

    Hi Seema,
    You can get the address of CP from tables BUT020, BUT021_FS, ADRC and ADR2 etc., In case if the CP address is empty, go table BUT051 and get the Company affiliated to it using the Relationship type BUR001. Then get the address of Company using the same tables again. Refer to the below link, it has details about how to read the BP address by Address type. If you want to read the default address use address type XXDEFAULT.
    [Read BP Address based on Address type and Update Address|http://www.divulgesap.com/blog.php?p=MTA5]
    Hope it helps.
    Regards,
    Ravikiran

  • Contact Person Standard address data disappears on enter(first time)BP_CONT

    Hi,
    During the quick create contact person creation (via accounts), based on client requirements the screen setting has been changed. (UI Configuration).
    BP_CONT/ContactQuickCreateEF
    So we have data displayed from 2 context nodes.
    1. BUILHEADER
    2. BUILCNTSTDADDRESS
    We have done the enhancement for this view so get the bespoke field called Dept.No, and to provide dropdown.
    Now when we enter the data for the first time, and press enter, all the data entered in BUILCNTSTDADDRESS disappears.
    However after first time, the data stays back on the screen (works normally).
    But, if we dont press enter, and simply press the back button, the data gets properly saved.
    Do anyone have any idea what is causing this to fail for the first time.
    I bebugged for few hours to find that super class CL_BP_CONT_CONTACTQUICKCR_IMPL got a method called CHECK_DATA_WAS_CHANGED. This gets triggered which calls the onsumbitonenter twice.
    I also tried bypassing the enhancement via user parameter and this works fine.
    Any idea what is causing this?

    So, Rakesh, here you go:
    We've needed to enhance method IF_BOL_BO_PROPERTY_ACCESS~GET_PROPERTIES of CL_BSP_WD_MIXED_NODE class in such way:
    method IF_BOL_BO_PROPERTY_ACCESS~GET_PROPERTIES .
    """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$:(1):CL_BSP_WD_MIXED_NODE:IF_BOL_BO_PROPERTY_ACCESS:GET_PROPERTIES:END                                                                 A
    *$*$-Start: (1)---------------------------------------------------------------------------------$*$*
    ENHANCEMENT 1  ZGET_MIXED_PROPERTIES.    "active version
    "Getting model's attributes
    "if SAP still didn't do this
    DATA: lcl_struc TYPE REF TO cl_abap_structdescr,
           lv_struc_name TYPE abap_abstypename.
    IF es_attributes IS INITIAL.
       lcl_struc ?= cl_abap_structdescr=>describe_by_data( ES_ATTRIBUTES ).
       IF lcl_struc IS BOUND.
         lv_struc_name = lcl_struc->absolute_name.
         IF lv_struc_name CS 'CRMST_ADDRESS_BUIL'. "do this only for addresses just for now
           ME->MODEL_NODE->GET_PROPERTIES(  IMPORTING es_attributes = ES_ATTRIBUTES ).
         ENDIF.
       ENDIF.
    ENDIF.
    ENDENHANCEMENT.
    *$*$-End:   (1)---------------------------------------------------------------------------------$*$*
    endmethod.

  • I have business and personal e-mail accounts with different contacts. Can I have more than one address book on my iPhone?

    I have business and personal e-mail accounts with different contacts. Can I have more than one address book on my iPhone?

    Set up an additional user account and use one for work and one for personal stuff - each will have a separate address book. Turn on fast user switching for easy switching between the two.
    AK

Maybe you are looking for

  • Creating pdf from different file formats in binder

    Hi. I tried to create a combined pdf file from .docx, .doc, pdf, .xlsx files using drag and drop function in the Adobe XI trial version. I got a 31,000 page pdf document (instead of about 50 pages) in the binder for all the combined files.  Most of t

  • Change Sales Order

    Hello, I have a piece of code in userexit_save_document_prepare which gets triggered. A user gets into an already existing Sales Order. The user makes some changes to the header text in the sales order and saves it. Is there any way we can figure out

  • Problem with Illustrator cs5 pathfinder

    Hi, I'm fairly new to illustrator and am having a problem using the crop command in the pathfinder; I'm trying to make a pattern swatch but when I try to crop out the parts of the design which overlap the rectangle, I'm finding it sometimes works but

  • LOCATING MISSING FILES IN LR

    When I click on the icon for a missing file, there is the option to click on "find nearby missing files." LR finds the file and a bar shows the "search for missing files has started. Howver it invariably gets stuck and never finds any other files. Ea

  • CRMD_ORDER  failed with operating system recv call failed 10054

    Hi , Our Functioanl fox trying to create sales order in cRM using CRMD_ORDER transaction. In the menu of the sales oerder creation after selecting product GUI abnormally termainte with error message "CR1: sAP system messgae: Work process restarted; s