Duplicate Check on Relationship Tab of Account PCUI

We are using the CRMM_ACCOUNT iView and I have noticed that when I create a new relationship to a contact, it does a check with all existing contacts in the CRM database and tells me that there is a possible contact already created in the system.
For example, I am on account ABC company.  I try to create a new relationship to individual John Smith.  It gives me a pop-up box and tells me that there is already a BP# in the system with John Smith.  
Does anyone know where this duplicate check is coming from???
Thanks!

Hello Darcie,
If you are in CRM5.0, the MAC for the contact subtab is CL_BSP_ACC_ACCMOD_CONTACT.
In the modify method, you can find a call the the super() modify method, in fact MAC CL_BSP_BP_ACCMOD_CONTACT.
There, you will find a call to cl_bsp_bp_cop_accmod=>existence_check.
In this method, the FM BUPA_SEARCH is used to determine of the contact already exist.
Hope this will help you.
Regards,
Fred

Similar Messages

  • Make fields un-editable based on condition in Relationship tab of ACCOUNTS

    Hi Friends,
    Iam working in CRM 5.0. Application: ZCRMMACCOUNT           View: Z*ACC
    I want to make the fields in the relationship tab of Accounts application to read only based on some condition (when the relationship is contact person).
    I have tried all the ways:
    1. In the READ method of Access Class, set the field property as 'A' in the et_field_attribute.
    2. Use the method set_field_attr of class cl_bsp_bp_global_service.
    But still the fields are in the editable mode. And here i cant use the Field Group Customization, because i want to make the fields read only based on some condition. I tried using field group variants, but while debugging, the method GET_FIELDGROUP_VARIANT is not called.
    Can you please suggest me your ideas and how to work with this?
    Regard,
    Raju

    Dear Raju,
    I am new to CRM, if i am wrong in explaing the things dont consider it.
    We to had the almost the same requirement then we went to the field groups level and chekced the following field groups and changed them to display only feature by checking the box in the field groups....
    ADR_DETAIL_COMM_DATA
    ADR_DETAIL_COMM_DATA_CAM1
    and generated the layout for the following parent field groups....
    ADR_DETAIL_COMM_ALL
    ADR_DETAIL
    BUP_ADR_DETAIL
    ADR_DETAIL_2
    and also check the field groups under the following parent field groups which matches to your requirement...by checking box of the related field group to display mode
    BUP_GENERAL_DATA
    BUP_BUS1006_SRES

  • Activation of duplicate check for vendor or customer account by matchcode

    Hi,
    Could you please me know how to do the activation of duplicate check for vendor as well as customer account by matchcode.
    Many Thanks,
    Panneer

    solved

  • PCUI -- BP being changed in relationship tab -- Generate Pop_Up on Enter

    Hi All,
    In the current project, SAPCRM 5.0 being used with both GUI and PCUI.
    The current requirement is that in the relationship tab, one of the relationship partner details would be changed in PCUI. As soon it is changed, that is when the user selects enter, a pop-up needs to be displayed with a message.Once the user selects the option, the option selected needs to be updated in another field in one of the other tabs at the same time and the pop-up closed.
    This functionality has been implemented in GUI and needs to be done in PCUI.
    Currently, I have inherited the class "cl_bsp_acc_accmod_relations" and redefining the read method.
    The logic that was used for validating the conditions in GUI, I am using the same thing here in the read method. But I am unable to get the BP details from the PCUI to proceed further.
    Is this the correct approach? Is there a BADI which can be used for this requirement?
    Is there any alternate approach?
    Thanks,
    Ravi Kiran

    I'm not sure why this warning is no longer appearing, but you can turn it back on like this:
    # Open the [[Options window]]
    # Click on the "Tabs" section
    # Click the checkbox next to "Warn me when closing multiple tabs"

  • Indexing for Business Partner Duplicate check((Manual Account Creation)

    Hi,
    We are working on a BP de-duplication functionality in SAP CORM. We have implemented all the necessary steps for de-duplication. But, we are facing one issue while trying to initially index the data using program - 'SIC_BAS_RADII' using the following input parameters:
    Field Name Entry
    Object Type BUT
    Object Subtype PARTNER
    Index Pool Table BUT
    Index Pool Field PARTNER
    Service Name NORMALIZE_INDEX
    Service Profile Profile defined in the configuration of the services
    Once we execute this program, it keeps on running for hours. Even after that we are not getting any successful completion message or any report related to its success execution.
    We also have option to index BAS_BUPA using t-code SES_ADMIN. Can this be considered as an alternative to program 'SIC_BAS_RSADRINI' ?
    Please let us know where are we going wrong in our execution steps/input parameters.  Anyone who has previously worked on this functionality, please help?
    Regards,
    Amit

    Hi Amit,
    To run the duplicate check you first need to activate the implementations SIC_ADDRESS_SEARCH of the BAdI ADDRESS_SEARCH and SIC_ADDRESS_UPD_TREX of the BAdI ADDRESS_UPDATE.
    You can search for duplicates by creating/changing a business partner only if the previous created busines partners were indexed (in TREX) aftre their saving.
    1. Activate both implementations.
    2. For indexing in TREX you need a RFC-destination to TREX. This RFC destination should be maintained in TA SES_ADMIN as following:
    Transaction SES_ADMIN   > Goto Customizing  > System Settings.
    Here should you enter the RFC destination for TREX.
    3. After you maintained the RFC destination for TREX, start SES_ADMIN
       Index   > Create/Activate Indexes, select BAS_BUPA and press continue
    4. Before you begin to work with checking duplicates you should do an initial indexing of the already existent business partners from BUT000. Therefore you should start the Report SIC_BAS_RSADRINI with the proposed parameters.
    5. After that each saved BP will be indexed and will be available for checking duplicates by the creation of new BPs.
    Please check: Transaction SES_ADMIN-> TREX Admin-> Queue Administration -> Function Set Queue Parameters
    Select the Queue ID  .....BAS_BUPA___1
    and set the parameter Replicate After Synchronize   > On.
                          Schedule Time                  All-0:01
    Eventually, you can start again the report SIC_BAS_RSADRINI and after 1 minute the data will be indexed in TREX.
    You can have a look also to sap help:
    http://help.sap.com/saphelp_crm60/helpdata/en/a3/eaa43ab9db4814e10000000a11402f/frameset.htm
    I hope this help.
    Thanks and regards,
    Ita

  • Need standard techniques for address duplicate checks.

    Hi ,
    I need to use sap standard techniques for standardization and duplicate check.
    I have checked the bogs
    Show Duplicates Button on  Accounts View
    Duplicate check for Business Partner
    I have checked ,BUT000 index is active  customizing table TSADRVGRPC.
    But still show duplicate button ,no pop up is triggered.
    Checked
    IMG => SAP NetWeaver => Application Server => Basis Services => Address Management => Duplicate Check
    BUT000 PARTNER  index active 90,0 SAP Business Partner
    BUT052  ADDRNUMBE   index active   Contact Person Relationships (SAP Business Partners)
    are maintained.
    Still i need to implement BUPA_ADDR_CHECK ?
    or any other BADI's ?
    Thanks,
    Anitha.

    Hi Ani,
    In order to have duplicate check activated in your system, you would need a TREX server and an RFC created between CRM and TREX. Once its in place follow steps:
    1. Goto SPRO->SAP NETWeaver->Application Server->Basis Services->Address Management->Duplicate check
    Here maintain limit for duplicates. Say if you maintain 70 here then only partners above similarity of 70% would be shown as duplicates.
    2. Activate Badis Address_search and address_update. If you dont want to activate these badis then create custom implementation of them.
    3. Go to t code SES_ADMIN.
    Here go to->customizing->system settings and give details like name of RFC connetion between crm and TREX server and then search engine as CL_COM_SE_TREX.
    come back and again in customizing->business addresses and indexes, create business object named BAS_BUPA with class CL_IC_INDEX_SES. Once you create this entry go to settings subnode and maintain object type as 1.
    Now come back to Ses_admin main screen and from top menu select index->create/activate indexes. Here select bas_bupa.
    4. Click on index immediately.
    5. Run report SIC_BAS_RSADRINI.
    See the magic of TREX...Duplicate check would start working...
    Now for standardization you can do it directly from SAP except for postal code, region, country but not for free text like street address, house number(Functional consultant can do it in SPRO). If you need this functionality then you need to have interface with third party system.
    Hope that helps,
    Regards,
    BJ

  • Duplicate line item in Statement of account

    Dear All,
    Why there is duplicate line item in Statement of account?

    Hi Ajit,
    In your ECC system follow below path and set Availability check rule to "B" (full delivery).
    SPRO --> SD --> Basic Functions --> Availability Check and TOR --> Availability Check --> Availability Check with ATP Logic or Against Planning --> Define Default Settings
    Select your sales area and set Availability check rule to "B" (full delivery).
    This should fulfill your requirement.
    Rgds
    Sourabh

  • Configuration Settings for Postal Adress Validation and Duplicate Check

    Hi,
    What are The Configuration settings for Postal adress validation and Duplicate Check for Accounts(BP'S) in CRM 7.0 version
    Can some one send me the configuration settings for Postal Adress validation and Duplicate Check
    Thanks & Regards
    Kishor Kumar

    Hi kishore kumar,
    For the Postal code Validation you need to install and configure the following
    Outside of your SAP system:
    1. Install Data Services and the Address Directories.
    2. Install Data Services Component.
    3. Install the RFC Server.
    On your SAP system:
    4. Install the BAdIs from the previous version of this product.
    5. Install the BAdIs support package from this version.
    6. Run the post-installation tasks required of a new installation of the BAdIs.
    7. Activate the IC WebClient, if desired.     
    Thanks
    Jayakrishnan Nair

  • Duplicate Check

    Hello All,
    We are implementing B2C/B2B/BOB webhsop for one of our client.
    In Standrad B2C webshop , duplicate check is performed at the user Id level during registration.
    Can the duplicate check be performed at any other place for example Email id, Address etc of the user?
    Request input for the same.
    Regards
    Sanjib Paul

    If the files are normally quite different (unless
    they're duplicates) you can identify duplicate
    candidates in a first pass. You only read the
    beginning of each file, say 256 or 1024 bytes or so.
    If this part of two files are identical you have a
    duplicate candidate. Then in a second pass you check
    the candidates in full. It's a version of the
    "hashcode" method.I believe we have one file with lots of records or entries - maybe you meant "Vectors" or "entries" when you said file? I got to thinking about my other post - unless you calculate the hash such that there's a relationship between the size of the hash and the "size" (whatever that means) of the vector then I thin sorting by hash code is a dumb idea, so don't listen to it. You'd still be stuck with a linear search (I think - it's late)
    Lee

  • Cannot add contacts to any section below Workgroup on Relationships tab

    In Lync, when I click over to the "Relationships" tab and can see "Friends and Family," etc., sections, I am able to add contacts from my "Groups" tab no problem to either "Friends and Family" or "Workgroup." 
    However I cannot add contacts to any of the other sections.  For example, I add a person to "Workgroup" and he shows up; then I drag him onto the "Colleagues" section and he disappears.  The comment "No one's in this access
    level" never goes away. 
    What is the trick to adding people to the other sections in the "Relationships" tab?

    Hi,
    Did the issue happen only for you or for multiple users?
    Did the contact exist on Group Tab after dragging the contact from “Workgroup” to “Colleagues”?
    You can login Lync client on other computer with your Lync account to have a test. If it works normally, you can delete user profile on your issued local workstation, restart Lync client and test again.
    You can also login Lync client on your computer with other well-worked Lync account to have a test.
    Please update to the latest version for Lync client as well.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Combining tabs in the PCUI

    Does anyone know how to combine the blocks of fields that are located in two tabs into one tab?  I'm trying to simplify the user interface by reducing the number of tabs that are used in the marketing planner.
    Here's an example:  I would like to take the data that is in the "status" tab and display it in the basic data tab in the PCUI.
    Any help would be appreciated.]
    thanks in advance.

    Hello Nima,
    Check the event in the tab page group for your second tab.
    Add this event to the multigroup of your first tab.
    Remove the event from the tab page group.
    You will get the second tab infos on the first tab.
    It is of course not possible to mix the fields of the first and second tab but you get them on the same page.
    In you case, the event of the status tab must be added to the multigroup MKT_PL_TAB_BASIC_M.
    Regards,
    Frederic

  • Add duplicate check on MIRO and MIR7 by modfying a user exit

    Hi ABAP / SAP Gurus,
    Good day!
    For transaction code MIRO and MIR7, I need to add a check if there are invoice with the same details of VENDOR, CURRENCY, DOCUMENT DATE and AMOUNT on table RBKP. And If there are same invoice, a warning message should be issued.
    I have modified an include program (ZXM08U14) in FM EXIT_SAPLMRME_003. Unfortunately, the warning message is being triggered after the "SAVE" button is clicked.  In other words, the "Warning Message” might be considered as something useless since the document will still be created without the user being informed of the "duplicate".
    I need the duplicate check's warning message to be triggered even before the "SAVE" button is clicked.
    In this light, i have some questions:
    <b>(1) For MIRO, where can I put the duplicate check that will trigger a warning message (if a duplicate has been found) even bofore clicking the save button?  Kindly give the User Exit / Program.
    (2) For MIR7, where can I put the duplicate check that will trigger a warning message (if a duplicate has been found) even bofore clicking the save button?  Kindly give the User Exit / Program.
    (3) Can I use BADI for the said functionality? If yes, kindly provide a simple instruction on how to proceed.</b>
    Thanks in advance!
    And don't worry, I will give appropriate points for helpful answers.

    Hi,
    Check the following Exits and BADI for both MIRO and MIR7:
    LMR1M001        User exits in Logistics Invoice Verification
    LMR1M002        Account grouping for GR/IR account maintenance
    LMR1M003        Number assignment in Logistics Invoice Verification
    LMR1M004        Logistics Invoice Verification: item text for follow-on doc
    LMR1M005        Logistics Inv. Verification: Release Parked Doc. for Postin
    LMR1M006        Logistics Invoice Verification: Process XML Invoice
    MRMH0001        Logistics Invoice Verification: ERS procedure
    MRMH0002        Logistics Invoice Verification: EDI inbound
    MRMH0003        Logistics Invoice Verification: Revaluation/RAP
    MRMN0001        Message output and creation: Logistics Invoice Verification
    Business Add-in
    INVOICE_UPDATE   Business Add-In: Logistics Invoice Verification
    reward if useful
    regards,
    Anji

  • Duplicate check on search term for BP creation in CRM

    HI,
    I want to do a duplicate check on search term for BP creation in CRM.
    i found one BADI ADDRESS_SEARCH. But the method address_search is not getting called.
    Is there any other BADI available? how can I handle this issue?

    hello,
    BP is BDT (Business Data toolset) enabled (you can check it by adding break point in FM BUS_PBO and executing BP transaction). You can add your check directly to standard view (the check will be executed each time when user pushes enter) or you could add you check to appropriate action (during saving etc.) there are number of actions which you could use it depends on your requirements. You can find a lot of info about BDT (if you are not familiar) in Wiki.
    br,
    dez_

  • TS2621 how do i check out of my email account?

    I am using Yahoo email on my ipad. As I share this ipad with other people in the family, I do not want to leave my email open all the times. How do I close it, check out of my email account when I do not need to use it?

    You have to use Safari to check your email.
    You can't sign out of the Mail App.

  • How to read data in CRM Activity relationship tab.

    Hello friends,
    I have a requirement to read data from CRM Activity relationship tab.
    Mainly i have to read Transaction No/object refernced trans field of CRM Activity relationship tab.
    Could anybody help me?
    Thanks,
    Bunny

    Hi,
    have you found in the meanwhile a good solution?
    I have also a similar requirement.
    At the moment I'm using the view CRMV_ACTFORGP to get the activities associated to a BP (by the way you have many filters that can be used) and then for each GUID (order guid - CRMD_ORDERADM_H-GUID) I call the fm BAPI_REL_GETRELATIONS to get the list of relationships.
    Regards
    Diego

Maybe you are looking for

  • Stock not updated after GR with 103 & 105 movement types

    Hi All I have raised one GR(MIGO) with ref to PO and movement type as 103(GR for PO with GR blocked stock). The same was released in MIGO using movement type '105'and stock type selected 'Unrestricted use'. After first step, In MMBE stock updated und

  • Iphoto crash's

    Everytime i try and edit my photos my iphoto crash's and slows down my computer, being a photographer this is a important feature on my mac and i really can understand why it is doing it as i was editing photos the other day and it was working fine b

  • Serve Cache Issue

    Hi buddies, I have been made up a download code and I'm using the serve cache functions. So, After got my path to the file as you can see below: Oninputprocessing: cl_http_server=>server_cache_upload( url      = display_url                           

  • Different numbers between devices

    Why does Photos on my iMac (the original library) have a different number of photos than my iPhone, MacBook and iCloud?  On my iMac (where I migrated from iPhoto to Photos) there are 39,953 Photos, 1938 Videos.  On my iPhone, Macbook and iCloud there

  • Create Horizontal Submenus

    What is the recommended best practice for changing the spry default CSS vertical submenu to a horizontal one? Looking for a horizontal main menu and a horizontal submenu.