Business partner address issue

Hi Experts,
I am involved in a CRM upgrade project from 4.0 to 5.1.
There is a typical problem.
For some business partner types, all the BPs are having double address maintained in the database,i.e., the address of the business partners are maintaned twice, though only one address has been entered for them during BP address entry.
So whenever we are working with tcodes like opportunity, it is prompting us to select one of the address from the pop-up. Whenever we are entering any partner value in the Partner tab, a pop up comes to select one of the address though both the addresses are same.
What I saw in ADRC table is there are 2address no.s maintained for the same address.
No clue why it is happening and how to rectify it.
Please help, its an urgent issue.
Regards,
Sangeeta

Hi,
   You can write an executable report to determine the duplicate addresses and then delete them selectively from ADRC table using the API
BAPI_BUPA_ADDRESS_REMOVE
or using delete statement and then calling
commit_work
   If you are using mobile sales application and having the same problem, then i would advise you to use Middleware concepts of Bdoc creation to create bupa_main Bdocs with the delta mode set properly for address and then trigger the mobile bridge programmatically to create the relevant sBdocs and replicate to the clients.
  Also, if you would this problem in R/3, then you would need to trigger the bupa_main adapter object upload using request loads.
Reward if helpful.
Thanks,
Sudipta.

Similar Messages

  • 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

  • CRM Datasources for Activities & Business Partner Address

    Hi Experts,
    Can you please help in understanding following issue?-
    For both these datasources-
    1) 0CRM_SALES_ACT_1
    2) 0BP_DEF_ADDRESS
    I can see huge queue stacked up in CRM side in tcode SMQ1/RSA7.
    But delta loads for these datasources bring exactly 1 millions records every day and this is happening since last month.
    Even after delta load completes, I don't see corresponding decrease in delta queue entries.
    -For second datasource delta queue entries are varying around 21+ million records
    -For first one its varying from 5 million entries to 7 million entries
    It started happening around the time when people from CRM team loaded data in huge amounts in CMR from other lagacy systems. Historical data loads & conversion in CRM is finished long time back but queues for some cases are still stuck at big numbers.
    -->When I double click on queue, following is the status-
    "NOSEND"
    -->Further double click on it gives following two types of entries-
    a) Transaction Recorded
    b) Message Edited in Target System
    Any helpful responses are welcome.
    Thanks,
    Arun Purohit

    In R/3 you can check
    WB2_PARTNER_ADDRESS_CREATE
    also confirm in which system u need to create the business partner address.
    Additionally you should also check out
    BAPI_BUPA_ADDRESS_ADD        
    BAPI_BUPA_ADDRESS_CHANGE     
    BAPI_BUPA_ADDRESS_GETDETAIL  
    BAPI_BUPA_ADDRESS_GET_NUMBERS
    BAPI_BUPA_ADDRESS_REMOVE     
    These may be helpful
    Regards
    Alok Pathak
    Message was edited by: Alok Pathak

  • 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.

  • 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

  • Business Partner address in GTS is "garbage" characters

    We are testing our upgraded ECC 6.0 system and if a customer master in ECC has an international version maintained (Kanji) the business partner address in GTS (version 7.1) has garbage characters for that business partner.   Do I need to make an adjustment in ECC to /SAPSLL/DEBMAS_SLL so that it pulls the address data from the customer General data screen (always maintained in English there) rather than from the International address screen?
    These customers looked correct in GTS when we were on ECC 5.0.
    Any thoughts?
    Thanks.

    Hello Vicky,
    what is your highest support pack installed on ECC6 and on GTS? Did you search for notes?
    General question, in case you wont transfer international addresses would be the GTS user happy not to have this information is GTS? For instance for preference mngmt it is required.
    Cheers,
    Gabriel.

  • 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

  • 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

  • Query regarding Business Partner Address in SAP B1?

    Hi Friends,
    WHile i extract SAP datas for my ETL Product,I found some issues..Hereby i m telling the steps to reproduce that in Demo database of OEC Computers..
    1.Open SAP B1 Business Partner data
    2.Open C40001 Business partner data..
    3.Open Addresses tab of that Business partner
    4.Click Bill to Address..And u can c no datas is present for that BP 'C40001'.
    5.And Open OCRD in Sql Server.. And u can c Address as      '208 Hollywood Av'and ZipCode as '28989'.And it's present in XML of that Business Partner data but not shown in UI in Address tab..
    6.Where these datas are present in Business Partner UI..How can i view those in UI?
        Please give me a clear information for that..
    Thanks in Advance
    regards
    Sooriyakala.P

    Hi Sooriya,
    I was able to reproduce the issue in our demo database.
    This is most likely just an anomaly in that specific database, maybe created by manipulating the database directly.
    The actual data of the BP Addresses grid comes from CRD1. The third shipping address for BP 'C40001' actually seems to have the same information as in OCRD.Address.
    The Address field in OCRD is just a convenience shortcut that should duplicate whatever is written to the single billto address for that customer. You're right that the field should be empty as there are no billto address rows in CRD1 for that customer.
    I'm pretty sure you will not be able to reproduce this in a real live database. However, there are other issues to watch out for with BP addresses. For instance with SBO 2004, there is a issue regarding updating the name of a billto address. If you do it with DI API (or with DTW), you will end up with two billing addresses. This cannot be done in the client, as it is against the validation rules. The nasty part is that DI API does not currently support removal of BP addresses. It's no fun doing it manually for 4000 customers
    Henry

  • Unable to replicate Business partner Address

    I am replicating Business Partner(BP) from ECC 6.0 to CRM 7.0.
    r3am1 shows that all objects have been loaded sucessfully....however when I enter data using bp transaction in ECC the address doesn't get replicated in CRM.
    the adress fields show up empty in CRM....whiel all other fields are populated.
    Anyone has any idea how to solve this problem?
    I will be grateful for any clue.
    Regards,
    Nasreen

    Munish,
    Thank you very much for replying.
    My problem was solved by re-loading the customizing object DNL_CUST_ADDR
    Regards,
    Nasreen

  • Business Partner for Issue Management

    Hi! Does anyone have documentation on how to create a business partner in transaction BP and have it show up in the Processor list in Issue Management?
    Thanks,
    Lonny

    Hi
    for any users of solman issue management you need BP or master data
    so you can call Tcode BP_GEN and then choose system followed users to create the BP
    Once done you can simply goto BP for that particular user in BP tcode and choose the role as Employee then save it with userID because everybody  is not processor.normally processor is the one providing solution to key users who raise incident
    Regards
    Prakhar
    Edited by: Prakhar Saxena on May 25, 2011 3:39 PM

  • Formatted search - Copy Business Partner address of active screen

    Hello,
    I am using a credit card addon that creates a tab in Business Partner Master Data labeled "Credit Card". On this tab, credit card information is stored for the business partner. This includes CC Name, CC Type, CC Cardholders Name, CC Number etc.
    Credit cards are added on this tab, similar to an address being entered on the address tab. You have to click "Add New"
    The business process is the following:
    - CSR receives call from random customer (no BP data exists)
    - CSR creates new BP
       - Enters address for Bill to and Ship to.
       - We are required by this addon to enter address on credit card for a third time. This is where we would like to streamline the process by creating a formatted search to copy the Bill to information from the Address tab, to the address information on the credit card tab.
    This is where my dilema is. I am not sure how to capture the active record's information and bring it over to the credit card tab.
    Does anyone have an recomendations?
    John Sefton

    From what I have noticed.  You can create individual FMS and place them in the respective fields in the CC Tab.  I could only test this on the BP Remarks and they seem to work.
    For Address Name
    SELECT $[$178.1.0]
    For Street
    SELECT $[$178.2.0]
    For Block
    SELECT $[$178.3.0]
    Please enable system information from the VIEW menu for the other field co-ordinates

  • Business partner number Issue in Service Groups

    Hi ,
    In My Current Business process we are creating Manual Organizational Unit  Service Groups,  at the time of creation system should generate Business partner number with ROLE Organization.
         Recently we are updated system windows to UNIX . from that release system not generating business partner number automatically in Organizational unit .
    I  have run the program HRALXSYNC  to Synchronize organizational unit  in background,  then system generated business partner number but this  number not  visible under organizational unit  beside objective id . Available under transaction BP .
    And we are failed to find service group name under  service groups result list..
    Regards
    Raju

    Can  any One help on this
    Regards
    Raju

  • Business partner Archive Issue in Web UI

    Hi All,
    I have a requirement to set the archive flag in BP while edit it in Web UI . Once user select status as close in EDIT mode of BP and press SAVE button then it should set the archive flag in backend.
    could you please let us know where can I write the code so that after pressing save button after editing the data BP can be archived.
    I tried writing code in PARTNER_UPDATE badi using FM - BAPI_BUPA_CENTRAL_CHANGE but it is raising Abort message and not working.
    Please advise.
    Regards

    You can check what badis are triggered in class cl_exithandler. Set the breakpoint in method GET_INSTANCE and keep an eye on exit_name (names of calling badis).
    Badi BUPA_GENERAL_UPDATE triggers during save process, the general purpose of it is to change BP data. You should not copy the same code of CMS_CM_BUPA_GENERAL (it sets BP central block), I have just given you a point how to do it in similar way.
    Maybe it would be helpful (some hints for your code):
    1. Read status value (BUPA_STATUS_CALLBACK or find another one FM)
    2. Use FM BAPI_BUPA_CENTRAL_CHANGE (Business Partner Centrally blocking & Archiving)
    Maybe there are another options, but you  can try this.
    Use debug it always helpful.

  • Business Partner relationships issue

    Hi All.....I am creating Business Partners in Partner Financial Systems.
    When I go to Relationships screen, where I can create, display, change and delete the relationships for the BP.
    I want to control the create/change/delete functionalities when I open the Business Partners in display mode.
    Please suggest how we can handle this functionality?
    Regards
    Ram

    Hi Shwetha,
    In the partner determination procedure the partner functions
    - 00000003 Bill-To Party (CRM)
    - 00000004 Payer (CRM)
    both have the access sequence 0005 (Preceding Document -> Business
    Partner Relationships: Sold-To Party -> Current Partner: Sold-To Party.)
    The access sequence looks like this:
    10     COM_PARTNER_A Preceding Document
    20     CRM_PARTNER_A BP Relationships By Sales Organization
    30     CRM_PARTNER_C Business Partner Relationships
    40     COM_PARTNER_C Current Partner
    I created my own copy of this access sequence (Z005) and removed step 40.
    This did not help. Was this what you had in mind?
    Kind regards,
    Johan Wigert

Maybe you are looking for

  • Power Mac 1.8 Dual G5 Runs slooooow

    We have 2 Power Mac G5's running the same OS 10.4.11 and Adobe creative suite 2. An issue with one is that it opens all Adobe aps real slow. It took 52 seconds to open InDesign but the other Power Mac opened it in 16 seconds. Also, an 84 MB file in P

  • UIWebView Ignores Cache Policy on the iPhone but works on the Simulator

    I'm using the following line of code to retrieve a web site in a UIWebView request = [NSURLRequest requestWithURL:myURL cachePolicy: NSURLRequestReturnCacheDataElseLoad timeoutInterval:1000]; on the simulator it does the correct thing, requests just

  • HP desktop won't start, red light flashing and beeping, loud fan

    Yesterday it was working just fine. I turned it off for the night and when I tried to turn it on this morning, a red light was flashing and beeping as well as the fan making a loud humming noise. I've read the the beeping and flashing means something

  • When i draw a line it coverted into graphic by default

    hi, when i draw a line it coverted into graphic automatically, i have own to break apart it with ctrl+b. pls help me. this was not before .

  • ,avi files won't import to iMovie HD

    Have a casio elixim camera that does movies too and quicktime will play the movies but I keep getting an error when I try to import them. Is there a way to convert to another format to possibly imprort to iMovie. On the casio website it says it's not