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

Similar Messages

  • How to maintain the contact person in Business Partner ?

    Hi Experts,
    Could you help to resolving the below Requirement.
    __  +Requirement:+__
    How to maintain the contact person in Business Partner ?
    How to get the Contact person in Is-Media Documents?
    Thanks& Regards
    Venkat

    Dear Venkat,
    In SD Customer Master data, we can maintain Contact Person in General Data tab page.
    For my knowledge, we can not find u201CContact Personu201D field in ISM Business Partner u2013 General Data. Correct me if I am wrong.
    Mostly user enters the contact person details in u201CSearch Term 1/ 2 fieldu201D in Address tab page in ISM Business Partner u2013 General Data tab page. While creating ISM Billing Document for this Business Partner, system prints this contact person details in ISM Invoices.
    (Or)
    While creating ISM Order, user can maintain Contact Person name in Header Details(Click on u201CGo to >Header>Details>Purchase Order Data>Cont.Person)
    If you maintain Contact Person name in Header Details also, system print this contact person details in ISM Invoices.
    Check from your end.
    Best Regards,
    Chandramohan

  • How to fetch the contact person of the Vednor in SRM

    Hi All,
       I need to display the Contact Person of the vendor which is maintained in XK03(contact person(view)).
         ->How to fetch that name in the SRM ?
        ->Is any FM exists ?
    Thanks and Regards
    Channappa

    Hello Channappa,
    Contact person is only significant for Bid Invitations.
    For Bid Invitations, you don't have a Vendor but a Bidder with one or several Contacts Persons.
    So, when you are in BBP_BID_INV transaction, when you look for bidders to link to your bid invitation, you will find their contacts: this is standard process.
    In SAP GUI transaction BP, you will see bidder contacts if customizing done to use BBP_VENDOR_SYNC report to replicate vendors is correctly maintained.
    Regards.
    Laurent.

  • How to Upload the Contact Person to Cremas05 Idoc

    Hi Guru's,
    I have one question, I am a novice in SAP.
    I want to upload the contact person to Cremas05 Idoc . This data is present on Debmas Idoc but not in Cremas.
    Do you have an idea how we can do?
    Regards,
    Moh.

    Hello Moh,
    I'm sorry for the information but there is no ALE support for the vendor contact persons.
    This feature has not been developped and there is no plan to develop it for the next releases.
    The only solution I can see is a consulting project.
    SAP can help for you this.
    If you are interested in such activity, I would encourage you to open a customer message in SAP marketplace under component LO-MD-BP-VM and ask that the message gets forwarded to development support. You may also add my name too in order to speed up processing.
    Sorry for that information
    Best regards
    Alain

  • How do replicate the contact person to ERP partner fuction from CRM

    All experts,
         I already replicated contact person from CRM to ERP,but the contact person just appeared in tab contact person in ERP customer general data.
         Actually,when i created contact person relationship in CRM,i could assgin contact person to a salse area,so  I want to replicate contact person to tab partner fuction in customer sales area data in ERP. pls give me a  light. thks
    Raymond J

    Hi Raymond,
    I believe the contact person in question is assigned only as a partner function in R/3. Therefore you will only see the usage of that BP as a partner function, but not the relationship specific data.
    You will need to create a contact person relationship for the BP.
    So the relationship specific data will not be visible for a contact person in R/3 which is only assigned as a Partner Function in R/3.
    Can you please check this on your system?
    I hope this helps.
    Best regards,
    Ita

  • Badi for modifying the Contact person details....

    Hi,
    I have a problem here, can anyone help me.? I am creating a contact person for an account/bp in the IC Webclient. I  need to modify certain fields on Contact person address while saving. Can anyone tell what badi's or user-exits that I can use for this purpose?
    Regards,
    Phani.

    Hi,
    Business object for contact person relationship is BUS1006002.
    By the way you can check out any BOR in transaction SWO1 using F4 help :-).
    Thanks and warm regards,
    Smita.

  • How to get the Contact person name of Account site level contact person

    Hi All,
    I have contact person defined at account level and other at account site level.
    I am trying to print the site leve contact name in my AR Invoice report.
    What i used is bill_to_site_use_id a input in the below query
    select hp2.party_name
    from
    HZ_CUST_SITE_USES_ALL hcs,
    HZ_CUST_ACCT_SITES_ALL has,
    hz_party_sites hps,
    hz_parties hp,hz_parties hp2,
    hz_relationships hr
    --HZ_ORG_CONTACTS HO
    where hcs.CUST_ACCT_SITE_ID=has.CUST_ACCT_SITE_ID
    and hps.PARTY_SITE_ID=has.PARTY_SITE_ID
    and hp.party_id=hps.PARTY_ID
    and hr.subject_id=hp.party_id
    and hr.RELATIONSHIP_TYPE = 'CONTACT'
    and hp2.party_id=hr.OBJECT_ID
    and hr.OBJECT_TYPE ='PERSON'
    --and ho.PARTY_RELATIONSHIP_ID=hr.relationship_id
    and hcs.SITE_use_ID=3398 -- from (ra_customer_trx_all)
    But I get two records. So how can I differentitate the account contact and site contact.
    Am I missing any table or join. Or is the input provieded is not fine.
    Please help
    Thanks

    Hi -
    Please use the below code to get the Contacts at the Account level.
    where Sold to Org id is the Customer Account Id.
    SELECT hp2.person_last_name||', '||hp2.person_first_name
    FROM apps.hz_parties hp,
    apps.hz_parties hp2,
    apps.hz_relationships hr,
    apps.hz_cust_accounts hca
    WHERE 1 = 1
    AND hca.party_id = hp.party_id
    AND hca.cust_account_id = :sold_to_org_id
    AND hr.subject_id = hp.party_id
    AND hr.relationship_type = 'CONTACT'
    AND hp2.party_id = hr.object_id
    AND hr.object_type = 'PERSON'
    AND hp.party_id = hr.subject_id
    Thanks
    Vyaghresh
    Edited by: user11990386 on Jun 20, 2011 2:33 PM

  • How to modify the "To:" auto fill address field

    I want to change and/or delete address's that auto fill in the "To:" field of mail.
    Is this possable?

    The Mail.app stores all message recipients in a list of Previous Recipients and the address autofill feature pulls from the Address Book and the list of Previous Recipients.
    At the Mail.app menu bar, go to Window and select Previous Recipients.
    A previous recipient already entered in the Address Book will have a vCard icon to the left of the name or email address. You can remove a previous recipient from the list or add a previous recipient to the Address Book that is not already entered.

  • How to modify the actual person in the picture?

    Well my question is that I have pictures of me and my friends that are taken in dark places. How can I make them more vibrant or brighter per say. I have looked around everywhere for this type of help, but I couldn't seem find any tutorials on it. Basically I just want them to be more brighter in the picture, because the picture is taken with only a 5 megapixel camera aka my iPhone.

    LOL - There must be some sort of book, that only wives are allowed to read - maybe secretly handed down from mother to daughter?
    To the OP
    I use Chris' method often. Because of the way that Shadow & Highlight works, I will first Duplicate Layer (Ctrl+J), apply and adjust Shadow & Highlight there, and then experiment with both Opacity and Blending Modes for that Duplicate Layer.
    Then, I will apply Adjustment Layers (usually starting with Levels) to the Background Layer (I always convert that to a regular Layer).
    If the Image is underexposed, then you might find that you start really seeing noise (looks a bit like film grain), and I have had great results with Neat Image, a 3rd party stand-alone, or plug-in (your choice). It also works quite well with real film grain (don't see much of that nowadays).
    Good luck,
    Hunt
    PS - note that you can create Masks (starting with the various Selection Tools), to restrict adjustments to JUST an area of the Image.

  • Contact Person Business Address (VAP2) Street disappears inspite of manual

    Hi,
    We are facing a problem in the contact person Business Address street update (Transaction VAP2).
    1. We are manually entering Street and house number in
        Business Address screen using VAP2.
    2. Then System concatenates House number and Street and  
        puts it in Street address.
    3. Then the street address moves one character right side
        leaving space on the left side.
    4. It removes the address-street bit by bit on right side and 
        will remove the whole adddress.
    Not sure what is causing it to happen.If you encountered this problem or have any solution , please reply me .
    Thanks in advance,
    Mallik.

    Hi Markus,
    Can you help me how did you manage to resolve this ?
    Best Regards,
    Aakriti

  • BADI to update contact person relationshiop address.

    Hi,
    I have a requirement where I need to copy the Business Partner standard address into the Contact Person Relationship Address.
    This need to happen whenever a Contact Person Relationship is created .Is there any relevant badi for the same? I have tried using the badi PARTNER_UPDATE as this gets called every time the BP gets saved.But I found that in the standard documentation for this badi, any custom implementation is not recommended.
    I tried using the ADDRESS_UPDATE badi as well but it is not getting invoked when adding a new contact person relationship.
    Should I use transaction BUS7 here and assign a function module to the events DSAVC or DSAVE?
    Please let me know the right approach of doing this.
    Thanks,
    Samrat.

    Hi Samrat,
    In this case, you can also try to create a trigger on the save of the address of the BP. Maybe the logi can be as follws :
    If the address is a standard address, then copy it to the Contact Person also.
    For this, implement the ADDRESS_UPDATE BADI. It will give you the complete address content. If you now need any BP data or relationship data, you can make use of the CALLBACK modules -
    BUPA_ADDR_CALLBACK
    BUPA_BUT050_CALLBACK             
    BUPA_BUT051_CALLBACK    
    BUPA_BUT052_CALLBACK    
    BUPA_BUT053_CALLBACK    
    Now that you have all available data, you can go ahead and save it to the contact person. Do the database updates in UPDATE TASK.
    Also, it is just a recommendation to avoid custom implmentations for PARTNER_UPDATE. Lots of customers implement this BADI accoding to their business requirements.
    Hope this helps.
    Cheers,
    Rishu.

  • How to Modify the Seeded REQAPPRV Workflow?

    Hi All,
    Iam new to workflow.I have a minor change in workflow( REQAPPRV ).In " Messages" PO_REQ_APPROVED_JRAD .I need to edit the subject.Could you please give me the steps how to modify the standard workflow? After changes done how do we migrate to another instances WFT files?
    Thanks,
    Sandeep

    Pl post details of OS, database and EBS versions.
    Workflows are modified by using the developer tool Workflow Builder. You can migrate workflows from one instance to another using the server-side WFLOAD executable or using WF Builder itself.
    How To Obtain Oracle Workflow Builder          (Doc ID 401288.1)
    How To Update and Move Workflow From One Instance to Another?          (Doc ID 398460.1)
    HTH
    Srini

  • How can I delete the home address of the contact person

    Hi Experts,
    I want delete the home address of the contact persons in the ERP.
    Which data and where can you found it:
    In Tx xd02 in the general data of customer - register "contact person" and then button "home address".
    There I want delete all fields. When I looked in F1 - technical information I don't get the information in which table the data are included. I know only the structure.
    I think the general data of the contact person I have to look in the table knvk.
    The private and the business email address I can find in the table ADR6.
    In the table knvk there is a field "address number". I  know when there is a number then the contact person has a home address and when this field is empty then for this contact person isn't maintain a home address.
    Could I delete this field "address number" in the table knvk? Is then the home address automatically deleted?
    I don't know how can I delete this field. Can anybody tell me how can I do this? I looked in the Tx xd99 this field isn't available there.
    Or does anybody know how can I delete the home address of the contact persons on another way?
    Thank you in advance.
    Best regards, Jasmin

    Hi,
    I am sorry, I forgot to say I don't want delete only one home address. Yes, you are right, then I could delete it manually.
    But I want to delete all private addresses, so I should have a tool for mass deletion.
    Does anybody know how can I do this?
    Best regards, Jasmin

  • 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

  • Regd the contact person fax and email address

    Hi,
    I am trying to get the contact persons fax and email address.The telephone # is available in KNVK table.but I don't see fax and email.Let me know how to get the details.
    also I see PRSNR in KNVK..What  is the purpose of peson number?
    thanks
    Suganya

    Take a look at the code below, Extract from KNVK and use the prsnr number to extract tel number and email address.
    * Use function & dept to extract KNVK data and person number
    SELECT parnr kunnr namev name1 abtnr anred pafkt parh1 parh2 parh3 parh4 parh5 pakn2 pakn3 pakn4 pakn5 prsnr
    FROM knvk
    INTO TABLE i_knvk
    WHERE kunnr = wa_vbak-kunnr.
    * Use person number to extract the fax no.
    IF i_knvk[] IS NOT INITIAL.
    SELECT persnumber fax_number
    FROM adcp
    INTO TABLE i_adcp
    FOR ALL ENTRIES IN i_knvk
    WHERE persnumber = i_knvk-prsnr.
    ENDIF.
    IF i_knvk[] IS NOT INITIAL.
    SELECT persnumber smtp_addr
    FROM adr6
    INTO TABLE i_adr6
    FOR ALL ENTRIES IN i_knvk
    WHERE persnumber = i_knvk-prsnr.
    ENDIF.

Maybe you are looking for