Search "imported" Customer based on customer_info_ref

Hi Experts,
Can you please suggest how to retrieve the imported customer based on the customer_info_ref provided while importing the customer through the oe_customer_info_iface_all table. The orig_system_reference in hz_parties and hz_cust_accounts tables does not have this value. My requirement is to verify whether a customer is already imported based on the customer_info_ref provided during order import.
Thanks,
Ganapathi
Edited by: Ganapathi on Dec 12, 2008 12:17 PM

Hi Nagamohan,
Thanks for your response.
My requirement is as follows:
1) Customer data needs be be imported along with Orders.
2) I would like to check whether the customer has already been imported - If yes, I 'll use the existing customer number - else, I 'll import the new customer. The source data has a member Id information which I 'am using as my customer_info_ref for new imports. I want to search whether a customer already exists with the reference.
I was under the impression that this will be used for the orig_system_reference column in hz_parties table. But, this does n't seem to be the case.
Is my only option, to use an attribute column to store this information and query based on this attribute in hz_parties to verify whether my customer already exists? please suggect.
Thanks,
Ganapathi

Similar Messages

  • Error while searching a customer based on different criterias

    Hi,
    I am working on Smart Service Manager 3.0 and came across an error recently.
    I have a customer screen which has the search functionality. Search can be done on various criterias such as Customer ID, Name ,Serial Number etc.
    When we are searching customer on the basis of serial no.
    Example L62560, Cp_12345 ,172, 461
    We are getting the below error
    No more storage space available for extending an internal table.
    Function is ZSYCLO_CRMMD_DOCUSTOMER_GET
    If anyone can suggest the cause and potential resolution of this issue.
    Thanks,
    Star
    Tags edited by: Michael Appleby

    Star,
    It sounds like there a lot of rows being build and causing an error within SAP and thrown to the Mobile Server.
    I would suggest looking at the log file to all the values being set with the bapi and then debug the bapi in the sap system to see if you find where it is erroring.
    Stephen

  • Custom search for Catalog based on UDF fields combination

    Can we customize in OIM 11g R2 PS1 to search catalog items based on multiple fields (similar to User search scenarios). If someone has to search based on combination of 2-3 custom attributes e.g. UDF fields , is it possible ? do we need to do complex changes in code through Catalog APIs ?
    Edited by: Shashi kiran on May 15, 2013 9:45 AM
    Edited by: Shashi kiran on May 15, 2013 9:49 AM

    In my scenario , i have to customize catalog search with combination of 2-3 attributes including UDF attributes with standard attributes (Application Instance, Role and Entitlement). As, these 3 attributes (Application Instance, Role and Entitlement) are by default out of box ,present for catalog search we can use their combination for catalog search.
    But, what if along with these standard attributes ,if there are other custom attribute like UDFs (e.g. : Sub application,Domain,etc) in combination ?
    Is this customization for catalog search is possible through UI or do we have to make changes in Source Code exposing catalog APIs to work this scenario out ?
    Edited by: Shashi kiran on May 16, 2013 12:06 PM

  • Load or import custom style mapping in link options – is that possible somehow?

    Hi Everyone,
    I'm working with Instructions for Use and Technical Manual documents in InDesign. I'm constantly fine-tuning our templates, and now I have to refresh them again, because of a brand refresh. I'm using the Custom Style Mapping in the Link Options panel a lot, because it helps us to copy the text from older documents to the new ones with the right formatting, with less effort. The only thing I miss is the “Load/Import Custom Style Mapping” option from this panel.
    Do you know if there’s any options to export/import/load these mappings somehow from one document to another? Is it possible to write a script for that? I find this part of InDesign quite unattached, it seems to me (based on my search) that no other people are using it. I feel lonely, help me here!
    (I have created many new mappings in an older document, and I’d like to be able to use them in the new templates as well, but I can only do that if I map the styles again. And it’s quite time consuming. Maybe I'm just using too many paragraph styles, I have no idea – this could be another question: what is too much when it comes to styles...)
    Thanks a lot,
    Zita

    Sync is not intended to be used as a backup service like you are talking about, but it will work as long as you save the Recovery Key, as Jefferson mentioned (you also need your Sync Username ''[email address you used]'' and your account Password).
    Mozilla has just started working a new "cloud service" that is code named '''PiCL''' for "Profile in CLoud", which I am expecting will be a lot easier to use and might allow the user to access their bookmarks and other data from the internet without adding a "borrowed" PC to your Sync account.

  • How to import Custom idoc into  IR?

    I have a custom idoc and i need to map it with the receiver format after importing into IR . Please let me know the sequence of steps to import custom idoc into  Integration repository?
    I think I need to first import into IDX2 and then import into repository. Am I correct?

    Hi Prateek,
    thanks for the information .The normal standard idocs we import by searching the idoc eg- for importing matmas we type mat and we search it, since it is a standard idoc it will be available in the list (after selecting the chek box "Import of idoc or rfc interfaces from sap system permitted").
    But my question is how we import custom idoc as they wont be present in the list?

  • Searching for flash based forums, or a way to load forums into flash ?

    Im searching for flash based forums, or a way to load forums into flash ? i found this
    http://activeden.net/item/flash-forum/52576?page=1
    Any ideas or recommendations would be greatly appreciated

    You can load the raw html - if flash is told (e.g. via
    flashvars) the url of the page that you want (its available in
    flash as what you would think of as the browser's 'view source'
    style plain text) with either as2 or as3.
    But you can't do full browser-style rendering of the content
    because flash just can't do all that. You could parse the raw html
    (probably a custom parser as I think the internal xml parser might
    choke on some of the tags in html that are not closed such as
    <br> etc) and just pick out bits of text or images that you
    could display but you can't achieve an embedded browser.
    Adobe's AIR might be more what you want - it has embedded
    browser support- but it doesn't run inside a browser like flash.

  • Import Customer Contact in UCCX dialer automatically

    Hi,
    How we can import customer contact (ANI, Name etc) to outbound campaign automatically. Exact requirment is, we want to collect customer contact from the CRM and put in a location in a .text file and then this .txt file will be uploaded automatically to a specific campaign.
    Another query here is , if this .text file generate frequently lets say 100 no. per hour. Then how dialer will behave ? Will it start dialing after every upload?
    Please help.
    Thanks,
    Muzammel Haque

    Hi,
    you can use XPATH queries in your script, with the GET XML Document Data step, like this
    "/CUSTOMERLIST/CUSTOMER[@DNIS=$customerdnis]/Phone"
    where the $customerdnis will be value entered by the customer (?), and the result String of this step will be the Phone value (so you can use it to transfer the call to).
    To be quite honest with you, I don't really like the idea of having such an XML-based solution. XML usually works well if the file size is relatively small, but if it starts growing, it just starts eating up more resources. And, if the file is not valid, the whole thing breaks.
    Can't you just use SQL?
    G.

  • Function module to find the Credit limit of a Customer based on Credit Area

    hi Experts,
                       Is there any function module to find the Credit limit of a Customer based on Credit Area.
    Regards,
    Dheepak

    hi
    try this:
      select single * from KNKK INTO zzKNKK
          where KUNNR = xkunnr and KKBER = xkkber.
    credit limit: zzKNKK-KLIMK...
    regards,darek

  • How to import custom report to drag and relate menu ?

    Hi Professionals .
    Kindly advice me how to add or import custom report at drag & relate menu
    Any help please ?

    Hi Mohamed,
    Please check below link.
    What is Drag and Relate in SAP Business One - YouTube
    https://help.sap.com/saphelp_sbo882/helpdata/en/45/100314cf465d7ae10000000a11466f/content.htm
    https://help.sap.com/saphelp_sbo882/helpdata/en/45/10ff71cf465d7be10000000a11466f/content.htm
    SAP - SAP Business One: Your Solution for Generating Custom Reports
    Hope this helps
    Regards::::
    Atul Chakraborty

  • Problem in Importing Custom Themes in WD

    Hi,
    I'm facing problem in importing custom themes in WD. I executed program WD_THEMES and imported my custom theme.
    A message appeared as
    Only non-importable themes found (with the wrong
    version, for example), Do you want to view a
    list of these themes?
    There is problem in version. Current version is 7.0.14.1 but my version is having 7.11.3.2.0.
    Is there are possibilities to change the version.
    Please suggest on this problem.
    Thanks,
    JMB

    hi ,
    check out this thread :
    Re: How to call custom themes for Web Dynpro ABAP Application?
    http://ecohub.sdn.sap.com/irj/scn/index?rid=/library/uuid/7015b1f9-535c-2910-c8b7-e681fe75aaf8&overridelayout=true
    to know how to call custom thesmes for Web Dynpro ABAP applications
    check out this , how to edit the web dynpro themes :
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/10d5ef40-465e-2c10-9ca9-f548bfc3f236&overridelayout=true
    I wud further suggest u to post this question in Portal Content Development  forum to get more inputs for ur query
    regards,
    amit

  • How to import custom java jar/class into oracle to be used in java proc ?

    Hi
    I would like to know how to import custom java jar/class files into oracle to be used in java stored procedure.
    I am developing a oracle pl/sql procedure to call java program. The java program will be created as procedure and will be published.
    But, my question is that I do have a other external jar/class file that need to be imported into this java program.
    example
    raise_sal.java
    import java.util.*;
    import oracle.sql.*;
    <<reference other java programs >>
    import cmpmsgsvc.xxxx.* ;
    import cmpmsgsvc.yyyy.* ;
    import cmpmsgsvc.zzzz.* ;
    how do I import the cmpmsgsvc jar/class file into oracle so that I don't have any
    compilation errros on raise_sal.java program ??
    what are the steps to import/compile and validate to do this?
    thanks for your help in advance.
    Thanks
    rrb.

    Kuassi
    Problem is that, I have 6 jar files that are needed to be included in the main java program. And, there are more than 50+ classes, propertiers in those 6 jar files.
    It might be not good idea to have all those 50+ classes in the production database.
    Is there anyway that I keep all those 6 jar files in unix box (our's is oracle erp installation with oracle being installed on unix box) and just refer them in the main java program. I mean database will be loaded with main java program and it should able to refer other 6 jar files from unix.
    if we create a directory and keep all jar files in there and include that directory in classpath variable, does this works? or what is other method?
    Please let me know.
    Thanks

  • How to Import customized internal table to smartform from Print Program

    Hi Gurus,
    I want to Import customized internal table to smartform from print program, Can anybody tell me how it is possible.
    With regards,
    S.Saravanan

    There is no problem passing an internal table to a smarforms, smartforms have the same interface as a function module ([Defining the Form Interface|http://help.sap.com/saphelp_nw70/helpdata/en/1c/f40c5bddf311d3b574006094192fe3/frameset.htm] in [Smart Forms|http://help.sap.com/saphelp_nw70/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm]) so could you elaborate a little more on your requirement (is it a standard a custom forms, etc.)
    Regards,
    Raymond

  • GR processing time can be customer based

    Hi,
       Would like to know whether for  GR Processing Time can be customer based instead of setup in Material master?
       Please kindly advise. Thanks
    Regards,
    shirley

    Hi There
    What you meant by shortage,,,
    AV- Available date,
    GR- Availble date+GR processing time
    if you have not set up the GR processing time in Master, it may come as ZERO days,, so AV and GR date may be same,,
    if this is not your quesry, please provide more details on your query,,,
    Thanks
    Senthil

  • Search by Customer PO in VA02/VA03 is not returning values

    Hi,
    We currently have an issue where a single user is not able to look up by customer PO no. in VA02 or VA03 but she can look up by Delivery no. or Billing no. in the same tcodes. She can also search by PO no. in VA05. She has authorization to the sales area and plants as she was able to do this a week ago.
    I asked her to log in to SAP using a different workstation and it still didn't work. A co-worker to logged in to  this user's workstation and search by customer PO no. worked for the co-worker. SU53 resulted to missing authorization VA35 but this is immaterial since this tcode is not being used by the group.
    Any help is greatly appreciated. Thanks.

    We had this issue which we found out was caused by a personal list being saved accidently by a user.  Therefore when ever they searched using a customer number that didnt match the 1 order on their personal list, no results would be shown.
    The issue could be resolved as follows;
    Transaction: VA02/VA03
    Enter the customer number and right click on search.
    Select the possible entries option or press F4.
    At the top of the screen you will be able to see text that says how many orders are on the users personal list.
    Select each search tab until one tab will show the orders saved on the users personal list.
    You can then select the DELETE FROM PERONAL LIST ICON to remove the orders from your personal list.
    You will then be able to do a proper search revealing all results matching the search criteria entered. 
    The personal list only searches the orders saved within that personal lists and thats why no results are displayed.  Even though there might be orders on the systems for the customer you are searching for - the customers order may not be saved on your personal list.

  • Importing Custom Style Sheets Into UiXML

    Is there any documentation on importing custom stylesheets (.css files) into UIXML. Has anyone one done this or know of a workaround if it cannot be done?
    Tks,
    Booker Northington II

    Hi Booker -
    Thanks for the clarification. Here is a sample which shows how to import a custom CSS style sheet into a UIX document using the HTMLWebBean:
    <?xml version="1.0" encoding="UTF-8"?>
    <page xmlns="http://xmlns.oracle.com/uix/controller"
    xmlns:ui="http://xmlns.oracle.com/uix/ui"
    xmlns:html="http://www.w3.org/TR/REC-html40">
    <content>
    <document xmlns="http://xmlns.oracle.com/uix/ui">
    <metaContainer>
    <head>
    <contents>
    <html:link rel="stylesheet" type="text/css" href="mystyles.css"/>
    </contents>
    </head>
    </metaContainer>
    <contents>
    <body>
    <contents>
    <styledText styleClass="myStyle" text="Hello, world!"/>
    </contents>
    </body>
    </contents>
    </document>
    </content>
    </page>
    Note: The <html:link> element inserts the HTMLWebBean which references the custom CSS file. We can then use styleClass="whatever" to reference the custom styles.
    Andy

Maybe you are looking for

  • VSR in automatic PO creation ME59

    We have set up a lot of VSR (Vendor Sub Ranges) for a certain vendor. This vendor functions as a Procurement Service Provider. The purpose is that he gets a PO per VSR. Conditions, vendor master data and so on is all the same for all VSRs. In a contr

  • I can't log on to itunes account. Keep getting the error: Connection Manager::invoke::Failed to find service connection url. What can I do?

    I can't log on to my itunes account. Keep getting the error: "Connection Manager::invoke::Failed to find service connection url". What can I do?

  • Unsupported response content type soap error

    I have created a java method that returns an array of a class type (my class is an EJB). Then created a web service using Apache soap as deployment platform (see my previous posting for details). Created client stub and client application to access t

  • Compare date with implements Comparator

    I have a DefaultListModel (mode) staffed with EMPL (id, name, startingDate). I would like to sort the defaultListModel accourding to the dob. for this I do the following:                Object[] contents = model.toArray();                            

  • HT4061 My iPhone 4 will not restore.

    My iPhone 4 will not restore.  It displays a picture of a USB cable with an arrow indicating I need to connect to iTunes.  iTunes sends me codes 1603 or 1604.  I follow the instructions and get the same result. Is there anything else I should do?