How to Remove Business Partner Address using DI Server

Hello,
I need to remove Business Partner Addresses using DI Server, the example in the SDK only mentions the remove of the entire business partner, but I need to delete only one of the business partner addresses, how can it be done?

Hi,
the usage of the "UpdateWithSubDeletion" method of B1 object atom might be an option.
You need to update the complete business Partner with the changed amount of addresses.
The usage is tricky, you need to retrieve the BP, which you want to update, first via synchronous retrieval method using import/export mode.
From the retrieval result you should start to update every segment with all fields including the BPAddresses segment in exactly the same sorting order as displayed from the synchronous retrieval.
Best regards
Bastian

Similar Messages

  • How to do search of business partner data, using a message from external sy

    Hi CRM Gems,
    please send the answer to the following question.
    1.How to do search of business partner data, using a message from external system. What FM’s, BAPI etc that can be used for this functionality?
    your answer will be valuble to me.
    Regards,
    Krishna..

    Hi krishna,
      Look at BAPI   BAPI_BUPA_SEARCH.
    Regards.
    Manuel

  • Business partner migration using lsmw direct load .

    Hi,
    We need to do business partner migration using the direct load method.
    We are thinking of using direct input method of lsmw for the data transfer.
    Could someone suggest a proper object/ subobject for the same.
    Alternatively has anyone done the same using LSMWbapi or LSMWidocs.
    Inputs will be highly appreciated <<text removed>>
    Dirk.
    Edited by: Matt on Dec 19, 2008 1:33 PM -  Do not offer rewards.  Please read the rules of engagement.

    Hi ,
    Does this solution give any way to update the customer fields too ?
    We have few customer fields added to BUT tables ... How can we update these fields using LSMW and IDOC ?
    Could you please give your opinion on thesame.

  • How to create business partner temblet

    Dear friends,
            how to create business partner temblet .
      please send the following mail address
       [email protected]
                      Thangs in advance
    Regards,
    S.Siva

    hi
    Refer to the links below might get u some info
    General Business Partner-initial screen
    http://help.sap.com/erp2005_ehp_02/helpdata/en/39/0b77a9df3011d189fc0000e829fbbd/frameset.htm
    Business partner as Template
    http://help.sap.com/erp2005_ehp_02/helpdata/en/2f/3a2a09969611d2ac750000e829fbfe/frameset.htm
    Business Partner
    http://help.sap.com/erp2005_ehp_02/helpdata/en/43/a0dfe510d825e5e10000000a1553f7/frameset.htm
    Creating or Changing Master data Template
    http://help.sap.com/erp2005_ehp_02/helpdata/en/c7/adcef39296f94e8ef7077ce160200e/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/57/92f63aad7e3014e10000000a11402f/content.htm
    http://b1up.net/index.php?id=modules
    Reward if USeful
    Thanx & Regards.
    Naren..

  • Business Partner Address not populating

    Hi,
    The Business partner address field is not getting populated properly. We did a full load last week and still we could not see those addresses for certain business partners. However we were able to see the addresses in RSA3 and PSA too but not in the InfoObject. Can anyone throw a light on this issue. Anything will be highly appreciated.
    Thank You,
    Kishore
    Edited by: Mayank Agrawal on May 11, 2010 10:41 PM

    Hi,
    As the data is getting populated successfully till PSA there should be no problem with the datasource.
    Now, if you are using 3.X, then check for the transfer rules and update rules also check whether
    any routines have been implemented and check the routine for any logic implemented in filtering/hiding/removing the address data. Try to debug the same using "simulate update" option over any datapackage.
    If you are using 7.0 then check in the transformation for the mapping of fields or any routines implemented in
    filtering/hiding/removing the address.
    Regards,
    Lakshminaraasimhan.N

  • How to search Business Partner filter by country

    As topic above, how to search Business Partner filter by country, which table is involve?
    Appreciate your kind effort
    Thx

    Hi
    1) you can use the function module 'BAPI_BUPA_SEARCH' to filter BP by country. In the address data field, you can enter country code (say IN for India) and this will return you the list of BP's belonging to the country.
    2) You can use view BBPV_BUPA_ADDR to see the BP's for a particular country.
    for this view, if you look at the "Table/Join Conditions" tab, you can see the underlying tables used for join ->
    BUT000 ->BuPA Master
    BUT020 ->BP Address table
    ADRC ->Address services.
    Hope the above info helps.
    Regards
    Nisha

  • Find the SetCurrentLine in Business Partner /Addresses/ billing address

    I am using B1 2004.2 B
    In this below example:
                oBp.Addresses.SetCurrentLine(0)
                oBp.Addresses.AddressType = BoAddressType.bo_BillTo
                oBp.Addresses.AddressName = "Test1"
                oBp.Addresses.Add()
                oBp.Addresses.SetCurrentLine(1)
                oBp.Addresses.AddressType = BoAddressType.bo_BillTo
                oBp.Addresses.AddressName = "abc"
    My requirement is to synchronies the BP master with another database.
    I have some issues in Business Partner /Addresses/ billing address.
    How to find the SetCurrentLine in  oBp.Addresses.SetCurrentLine(XYZ)?
    I see a Line number in CRD1 table, is that refers to the line number which I can use in oBp.Addresses.SetCurrentLine(xyz) ?
    I tried it but it fails, the line number is based on the order in which the records are displayed in the BP/Addresses/ billing address Screen.
    For example:
    Address          Linenum
    Abc               1
    Test1               0
    In the above example “Test1” is added first and “Abc” is added second.
    So the line number is 0 and 1.
    When the records are displayed in BP/Addresses/ billing address Screen,
    it displayes “Abc” first and “Test1”as second record.
    So according to the screen display the “Abc” is line 0 and “test1” is line 1.
    But in the database the values are vice versa. So when I want to update the
    Values using the DIAPI , I need to know the value for SetCurrentLine(XYZ)
    How can I find it?

    Line number in CRD1 table has nothing to do with SetCurrentLine.
    SetCurrentLine index depends on the order of
    the records displayed in BP/Addresses/ billing address Screen, which is sort by
    Name.

  • Problem with SRM Business Partner enhancement using EEWB.

    Hello Gurus,
    I am doing Business Partner Enhancement using EEWB. basically adding new tab with few data fields. After using EEWB, the new tab hasbeen generated automatically and BP is creating successfully and data is stored in tables.
    But in the custom tab, the fields are displaying in table format after using EEWB. User dont want in the table control, and they want normal screen fields.
    How can we do that.  After that, will it reflect to portal automatically or do we need to do any thing?
    Pls suggest me.
    Regards,
    Ram

    Hi all,
    I used EEWB to enhance BUT000 wiht a new field and a new tab.
    How can I show them in SRM7?
    BBPMAININT has been replaced with an "equivalent" WebDynpro application and old Badis are not supported anymore.
    any ideas?
    thanks in advance.
    Albe

  • Updating business partner addresses in CRM

    Hi,
    I Need to build a interface to update business partner addresses in CRM and assign it to a address usage. I can not find a suitable FM/BAPI for this purpose. Please advise me how to accomplish this.

    Hi,
    Where do you start to activate or configure Business Address Services in R/3 Business partners. Any links to user guides or startup documents will be greatly helpful.
    Thanks very much
    Cheers!
    Padi

  • Can someone please help me figure out how to "clear" recent email addresses used in Mail?

    Can someone please help me figure out how to “clear” recent email addresses used in Mail?  For example, as I begin typing a name/email address in the “To:” field, Mail begins suggesting addresses that I’ve previously used.  I don’t want any suggestions unless they are in my contacts. 
    Another example:  When using MS Outlook, it will also remember and suggest email accounts previously used, but I can arrow down and delete an account from the list so it won’t automatically popup or suggest in the future. 
    I appreciate any guidance in this matter. 

    The iOS email app stores all email recipients in a list of previous recipients which cannot be turned off. The email address autofill feature when addressing an email pulls from contacts and from the list of previous recipients which can't be prevented. There is no option to clear the list of previous recipients - not at the present time anyway.
    If you don't want any suggestions, select from contacts instead when addressing an email.

  • Enhancement of Business Partner (Relationships) using BDT -Bus Data Toolset

    Dear Experts,
    I have a requirement from my customer enhancing the Business Partner Relationships using BDT.
    I should add 2 fields namely salary, employer start date in the Business partner Relationships, it must be added in the characteristics of relationships as one employee can have multiple employers and vice versa.
    If I would like to add the fields in Business Relationships using BDT, are the steps same as adding fields in business partner? or do we need to perform any other steps? Did someone already did this type of modification, please provide your suggestions.
    After adding the fields is it possible to cusomize the fields for history of the changes? e.g. if salary field has been newly added and after creating a BP after some days I want to change the salary and for the changed salary I want to have a history.
    I would appreciate if you can help me with your suggestions.
    Many thanks and best regards,
    Afroz

    Solved the problem Using EEWB.

  • How to Create Business Partner with  fix number in t-code :BP

    Dear SIr,
    Normally I will set number range for auto  to create Business Partner. In case , If we would like to crea How to Create Business Partner with  fix number in t-code :BP , howe to do?
    Please kindly advise.
    THnak you and best regards,
    Vimol

    Dear Shobhit,
    How to put the thread as you mentioned.
    Best regards,

  • How to create business partner in solman

    How to create business partner in solman?...

    Hi,
    Check pages 8 - 11 in this document.
    https://websmp209.sap-ag.de/~sapidb/011000358700001197002005E/Addtional_Information.pdf
    This would solve your problem.
    feel free to revert back.
    --Ragu

  • Business Partner Address Template Import

    We are importing Business Partner Address Template showing error
    "invalid item 'S' in enum 'BoAddressType' oBusiness Partner

    USe
    bo_ShipTo   for ShipTo Address 
    bo_BillTo  for BillTo Address

  • Trying to update iPad mini. Old email continues to appear and can't authenticate. How to remove it totally and use my iCloud I.D.?

    Trying to update iPad mini. Old email continues to appear and can't authenticate. How to remove it totally and use my iCloud I.D.?

    If you have any apps that were acquired with the old ID they will always be tied to that ID. Delete them and reacquire them with the new ID that you have in Settings > iTunes and App Store

Maybe you are looking for

  • SQLPLUS commands in SQL Developer

    We are using 11g with Sql Developer. We have some script such as healthcheck etc provided by oracle support, which has SQLPLUS commands in it. We are not able to run those in SQL Developer. We are getting errors. Are there any way, we could invoke SQ

  • Firefox version 3.5.16 will not start under Windows Vista and Windows 7 32bit

    I have a Windows Vista computer that will not start any newer version of Firefox than 3.5.16. The process will run (as seen in the Task Manager) but do nothing. I have since updated Windows to version 7 and the problem persists. I have tried uninstal

  • HT1925 how to unlock an i pod nano

    how do I unlock an I Pod Nanao after I did the removing and reinstall?

  • Mac Air turn tone off

    I am trying to turn off the 2 tone notification sound on my Macbook Air, can someone help me figure out how to do this other than mute?

  • Adding animations to iweb

    I'm building a site with iweb and I want to add some images that have animation (gif). each time I add it I get the "player" window so I have to hit play to get the animation to work. Is there a better way to add animation or is there a way to have t