CRM 5 - using Data Cleansing for Postal Address validation/cleansing

Hi Experts
We are currently evaluting using a 3rd party tool to cleanse our customer master address data. This will require an export of our database, where it will be cleansed by the 3rd party tool (which we house) and re-imported back into CRM with the corrected address data uploaded against the business partner.
My questions are around using the Data Cleansing module under the SAP CRM Menu Master Data -> Business Partners -> Data Cleansing
Has anyone used the File Export and File Import functions to do data cleansing of this nature?
What is involved to set up the export correctly? I see it requires use of an identification number to export the data successfully. We do not have any of this data populated against our business partners, so I would like to know of ways around this if possible.
Any tips or tricks around using this functionality would be appreciated. Our 3rd Party software is QAS Batch, so any extra information anyone has on this particular tool would also be appreciated.
Many thanks
Regards
Cara

Found out the simple answer to a dumb problem:
You must drag-and-drop the ICON (Folder icon, document icon) of the object that you are moving, not just the text of the object. Dragging the icon will highlight the icon and the name of what you are trying to move and it will then move to the appropraite folder without giving the clipboard error.

Similar Messages

  • 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

  • Postal address validation popup

    Hi Guys,
    I am trying to display popup with multiple addresses which are similar to address keyed by agent to decide the correct address. I found an Link: [SAP note 1017763 |https://service.sap.com/sap/support/notes/1017763] which describes a possible solution. I have tried that solution but didn't get desired results.
    I will appreciate if any one who has already implemented such solution could share his experiences.
    My requirements are:
    1. validate street address (ADDRESS_CHECK BAdI implemented for that)
    2. If address is re-determined then display suggested addresses to agent in IC Web as pop-up
    3. Give agent option to accept suggested address or use the keyed address
    Thanks in advance.
    Best Regards,
    Jashan

    Hello,
    There are several SAP Notes for CRM 7.0 that deal with Address Validation and Duplicate Check.
    Best Regards,
    Justin

  • Where is the data file for the address book located, I need to restore mine from backup but don't know where it is.

    Where is the data file for the address book located, I need to restore mine from backup but don't know where it is to do so.  Putting my Mac Pro onto icloud synching contacts resulted in duplicate and triplicates of the same cards.  I have a few THOUSAND contacts and the last time this happened was on mobile me.  that had a function where you could replace info on the mobile me server with info on the computer.  I see no way to do that on the new cloud.

    In the stupidly hidden user's Library->/Application Support/AddressBook/ labeled as AddressBook-v22.abcddb
    For TM restores, see Pondini's TM FAQs for starters, since I don't use TM.

  • Is there any offer to use data only for my two weeks staying in London?

    I'm staying two weeks in London and i need a new sim card to use data. Any suggestion?

    Is your phone unlocked? See SIM only for phones

  • Use Data Warehouse for EBS 12.1.1 Data

    Hi,
    I want to create a data warehouse for our EBS 12.1.1 system.
    I read some article about it, but i don't understand Where should i start?
    please tell me what should i do???
    i install oracle warehouse builder but i couldn't used it.
    Best Regard

    Thanks Eric for the response.
    Our requirement is, in a Production instance, not to allow a DB user (APPS/SYSTEM) to see the confidential data. For example, a user who has the APPS schema password should not be able to see the salary details. However allowing the application like forms/reports/jsp to present the actual data and not the masked data.
    I understand from your reply that the data masking feature CANNOT be used for this purpose as it is rebiulding the tables with the masked data. However we understand that the same feature can be used in a TEST/DEV environment so that we can restrict the developer who is working on the TEST/DEV instance, from accessing the confidential data.
    Any pointers to acheive our requirement will be highly helpful.
    Thanks for your time.
    Ramana.

  • Using Data Merge for filenames?

    First off, I'm running Indesign CS5 on Snowleapord.
    I've used Data Merge to create one file with 45 pages. Each page is a form letter, with the first line being the persons name.
    What I need to do is save each of those pages as its own Jpg file, (Easy to do, just export>Jpg)
    Where  I'm having trouble is in the filename scheme. If it saves each page as  "formletter-1" "formletter-2" I end up not knowing who's letter it is.
    I'd  like to name the files for the name of the person in the letter, the  <<Name>> field from data merge. There are FAR to many to do  this by hand.
    Any suggestions?
    Thanks so much.
    PS
    I don't know anything about scripting. I hope somebody can write one or provide me with a link to a solution.

    I am trying to do the same thing.
    I have an Indesign document with data merge information on it. I can successfully get it to create either a multipage indesign document or PDF.
    I now want to name PDF with one of my field names and create single named PDF files.
    I tried clicking on the above link be the website has no information on it.
    I am using a mac and unfortunately know nothing about scripting.
    Many thanks if someone can help.

  • What can i use Data/Services for?

    I have a datagrid displaying data from my database and i can get access to whichever data item i want.
    What i want to do is use data from the database without creating a data grid, how can i do that?
    e.g displaying a text field from the database in a textbox, how would i do this without calling datagrid.selecteditem...?

    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
       xmlns:s="library://ns.adobe.com/flex/spark"
       xmlns:mx="library://ns.adobe.com/flex/mx" creationComplete="windowedapplication1_creationCompleteHandler(event)">
    <fx:Script>
    <![CDATA[
    import mx.collections.ArrayCollection;
    import mx.events.FlexEvent;
    import mx.rpc.events.ResultEvent;
    [Bindable] private var resultData:ArrayCollection=new ArrayCollection()
    protected function windowedapplication1_creationCompleteHandler(event:FlexEvent):void
    // TODO Auto-generated method stub
    myHTTPService.send()
    protected function myHTTPService_resultHandler(event:ResultEvent):void
    // TODO Auto-generated method stub
    resultData=event.result as ArrayCollection;
    // resultData=myHTTPService.lastResult as ArrayCollection
    ]]>
    </fx:Script>
    <fx:Declarations>
    <!-- Place non-visual elements (e.g., services, value objects) here -->
    <s:HTTPService id="myHTTPService" result="myHTTPService_resultHandler(event)"
       url=""/>
    </fx:Declarations>
    </s:WindowedApplication>
    Hope this helps,
    Balakrishnan V

  • How use date navigator for marking a date.

    Hello Experts,
    How to use  DateNavigator  for set a colors in calendar using web dynpro abap.
    Thanks  in advance.
    Regards,
    Chetan.

    About the use of "Date Navigator", there are many properties needed to set. In detail, you can reference to the material "NET311".
    There is one chapter which takes the concern about "Date Navigator".
    I have one example about this topic. However, it is written in Chinese.I don't know whether it can help u or not.
    http://space.itpub.net/17144169/viewspace-674231
    Best wishes~

  • How to use Data Mining for a blind DBA?

    Hi, I'm a blind DBA and I need some input and some suggestions from the forum on how to access the Data Mining feature.
    This feature is becoming more and more an essential part of my daily tasks, so I need a way to use it.
    Database: Oracle 11.1.0.7.0
    OS: Windows XP Pro and Linux
    Adaptive Technology:
    JAWS Version 11.0.1467 by Freedom Scientific BLV Group, LLC
    JAVA Access Bridge by SUN Microsystems
    I know there is a Windows program called Data Miner, unfortunately my JAWS speech synthesizer does not work with the interface and I need an alternative. I
    read Oracle's documentation on the Data Miner API., but it is short on examples, details , and step by step instructions. Does anyone have a more
    comprehensive set of examples on how to use the Data Mining API. from start to finish, specifically for market basket analysis? Any help would be
    appreciated.
    Thanks.

    Hi,
    I am not very knowledgeable about Oracle Data Miner, the graphical user interface to Oracle Data Mining, but I can respond to your question about API documentation.
    You may find the source files for the Data Mining sample programs to be very helpful. They provide many examples. After installing Oracle Database, install Oracle Database Examples. This separate installation process installs the sample programs in the DEMO directory under Oracle Home. Instructions for installing and configuring the sample programs are provided in Oracle Data Mining Administrator's Guide. Here is the link to the relevant chapter in the 11.1 Administrator's Guide.
    http://download.oracle.com/docs/cd/B28359_01/datamine.111/b28130/sampleprogs.htm#BABEHFEB
    As for the API documentation, the best place to start is probably the Data Mining Application Developer's Guide. Here is the link to the 11.1 Application Developer's Guide.
    http://download.oracle.com/docs/cd/B28359_01/datamine.111/b28131/toc.htm
    The Data Mining PL/SQL API for creating data mining models is implemented in the DBMS_DATA_MINING package. The syntax of Oracle PL/SQL packages is documented in PL/SQL Packages and Types Reference. Here is the link to the chapter in the 11.1 version of that manual.
    http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28419/d_datmin.htm#i1062150
    The Data Mining functions for scoring (applying mining models to new data) are implemented as SQL functions. The syntax of Oracle SQL is documented in SQL Language Reference. Here is the link to the Data Mining SQL functions in the 11.1 version of that manual.
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/functions001.htm#sthref953
    Hope this helps,
    Kathy
    Edited by: ktaylor on Nov 10, 2010 8:14 AM

  • Using data values for member selection

    Hello everybody:
    I know there are functions to operate with members, strings, member names, ... so that you are able to convert from a string to a member (@MEMBER) and conversely.
    But, is there any way to use a member value to select another member?. For example, if in the account dimension I have a member "parent" with value '100'. Could I save in the member '100' a value, using the '100' saved value in "parent" to select that member. So if its value is '200', I should save in member '200'.
    Thank you
    Regards,
    Javier

    Hello CM:
    I apologize for the description :(.
    There are three indicators: "InitDate", "EndDate" and "Parent". There is another dimension with three members: "1", "2" and "3" with these data:
    "Parent" "InitDate" "EndDate"
    "1" "Missing" 20120101 20120301
    "2" "Missing" 20120201 20120228
    "3" 1 "Missing" "Missing"
    My intention is that "InitDate" and "EndDate" for "3" were values taken from member "1" based on "Parent" value for "3".
    So my question was related to create this formula:
    "ID" (
    IF ("Parent" <> #Missing)
    "InitDate" (current member) = "InitDate"->@??????("Parent");
    "EndDate" (current member) = "EndDate"->@??????("Parent");
    ENDIF;
    That is, being able to recover value "1" in "Parent"->"3" to create cross-dimension "InitDate"->"1" and "EndDAte"->"1".
    The problem is that I do not know how to recover a cell value (data) and use it for creating a member name. I think that functions like @NAME, @MEMBER, @ALIAS ... are based on using atributtes, strings, @CURRMBR functions and others, but not for values stored in that members.
    I hope this helps you to understand better what I mean.
    Thank you
    Regards,
    Javier
    Edited by: Javi M on 25-May-2012 02:17

  • Using data guard for migration pruposes.

    Hi we are looking to consolidate a couple of databases onto a single server. One of the databases is our bi database which is currently running on a single server and it is running oracle 10.1.0.3 on suse linux 64 bit.
    We also have an oracle 2 node cluster running on RHEL4 64 bit linux itanium. which is our sote database.
    We are looking to create a physical standby server of the store database onto a new server and storage array and also we are looking to migrate the bi database over to the same server/storage platform and would like to use ASM as the storage option for both of the database once they are migrated and also replicated to the new server.
    I guess my question is...can I run multiple different versions of oracle on the same server or is this just a bad idea? we know that we need to have the same version 10.2.0.3 for the physical standby server which is a different version than the bi datatabse so would it be better idea to upgrade the bi database to also be running 10.2.0.3 before we are to try and replicate it to the new hardware?
    I hope this is not confusing,
    Thx.

    Lets start with what physical Data Guard standby is ... it is the creation of a row-for-row, block-for-block duplicate of a primary production database.
    If the version are not identical that is impossible.
    If the data contained within them is not identical that is impossible.
    If you want to merge databases I would suggest Transportable Tablespaces ... nothing is faster and safer.
    Once you have you data merged you can then create a physical Data Guard standby for purposes of replication if you wish.

  • License Type Requirements To Use Data Guard For Oracle EE

    Hi,
    I haven't been able to get a straight answer on this, so hopefully someone can help me.
    We currently have two physical servers, both licensed to run Oracle Database 11gR2 EE, however one is running a cpu-based license (primary server/production) and the other is running a named-user based license (secondary server/soon-to-be-standby server).
    I had no hand in selecting the license model, so this is what I have to work with. So the question is this: With this type of license model differences, can I use Oracle Data Guard?
    Our Oracle software vendor says no because of the differences in the license models.
    Any feedback would be invaluable. Thanks.

    That is so because there is not much to say about it: You create your standby as described in the Data Guard doc (RMAN DUPLICATE)
    Then you ship the Archivelogs to the standby and do recover database there. Technically easy. No higher protection mode possible, though.
    I am no License Specialist, but I think that you will always need some kind of license for the standby database - even if you maintain it this way.
    My recommendation would be to clarify with your company first what your Recovery Point Objective is - can you live with the probably high amount of data loss in case of Disaster on the Primary?
    If not - purchase the correct license and continue with Data Guard Best Practices instead of doing a home grown solution.
    Security is not cheap.
    Kind regards
    Uwe Hesse
    http://uhesse.wordpress.com

  • Why can't I use data connection for FaceTime on iPhone 4

    My iPhone 4 says I have to use wifi in order to use my FaceTime and I was wondering why can I just use my AT&amp;T data connection instead.Every other iPhone could use their FaceTime but the 4 cant.We have an update to be able to use both ?

    As already provided:
    "I believe AT&T requires that you be on one of the "shared" data plans in order to do FaceTime over cellular. If so, either change your plan or complain to AT&T, as this has nothing to do with Apple."

  • How to erase data files for ical &  address book

    I have Palm Treo 700P, am a .mac subscriber and on syncing have had problems with multiple entries and re-entries from my .mac account or MacBook or the Treo. AND, conflict resolver has hundreds of conflicts.
    Will the following work, and, how do I do it.
    -Back up iCal and Address book.
    -Delete whatever files I need to to erase the existing program database on Treo/address book/ iCal
    -Re-sync with .mac to get "one" copy of my databases on all 3 hardwares.
    If not, how should I do it?
    Thanks,
    Ross
    Message was edited by: Ross Smith

    Hi,
    There's a dedicated forum for Server customers.
    Good luck,
    S.

Maybe you are looking for

  • IMac overheating and shutting down when running XP?

    I'm using my iMac to play games in Windows, which stresses the processor a lot-- it heats up like crazy. If it gets too hot, it either locks up or the graphics cut out altogether and I'm left with things still running and responding (I can tell from

  • Unable to start Hyperion EPM Architect - Process Manager after upgrade

    Hi All, I'm unable to start Hyperion EPM Architect - Process Manager after upgrading from EPMA 11.1.1.3.0 to 11.1.1.3.03. I get the following error in the Event Viewer. Service cannot be started. Hyperion.DimensionServer.ProcessManager.Interface.Proc

  • Inspection lot cancel after UD made.

    Hello all,            For one MIGO Inspection lot is created and material was accepted. now it is in FI module for payments. But FI people found that it was wrong Vendor. MIGOwas done for a wrong Vendor. So now i want to reverse the Inspection Lot. P

  • Purchase/order account

    I registered the CS5 products on my Adobe account, but I didn't purchase them with that account, I can't access the order and then, I can't benefit from the special offer of CSCloud. I don't have access to the account that ordered the purchase. How c

  • Workflow setting to launch applciation from portal UWL

    Hi, Do we require to make any settings if we are to launch our Dynpro application from the portal UWL. I have a parameter whose value keeps changing for each workitem generated. Do i need to make any settings on the backend side so that this value is