Search for customer using KNB1-ALTKN

Hi All,
I have my customers loaded in a new server with reference to old server, by mapping the olad customer under the field   KNB1-ALTKN, ( at company code data level).
I use ECC 6.0 where i dont find this field when i search the customers using F4 in VD03, can this be amended so that i can search the new customers by keying in this previous customer number field, if so please let me know on the steps involved.
Thanks & regards
Ilango

I hope you are aware that Table KNB1 is table Customer Master u2013 Company Code Data.
1. Check the field KNB1-ALTKN in XD01/FD01 in company code data instead VD01.
2. If the field is not available in XD01/FD01. Then check Account Groups with screen layout - select the Group - select company code data - select Account management - Previous account number, based on your requirement maintain the display of the field.
Further you can user exit EXIT_SAPMF02D_001 for populating this field automatically.
Regards
JP

Similar Messages

  • BAPI to search for customer

    dear all
    Iam search for a BAPI  to be used in search for particular customer using one of its attribute wich is stored  in kna1 table
    and also search in its details stored in ADRC taple if possible.       
    and also  BAPI for search for  equipment  using one of its attribute like serial number or sold to party .
    thank you

    Hi lamey,
    the function module BAPI_HELPVALUES_GET has exceptionally good documentation.
    Please read it an makle use of the IMPORTING and TABLES parameters to get what you want:
    *"  IMPORTING
    *"     VALUE(OBJTYPE) LIKE  BAPIF4A-OBJTYPE DEFAULT SPACE
    *"     VALUE(OBJNAME) LIKE  BAPIF4A-OBJNAME DEFAULT SPACE
    *"     VALUE(METHOD) LIKE  BAPIF4A-METHOD
    *"     VALUE(PARAMETER) LIKE  BAPIF4A-PARAM
    *"     VALUE(FIELD) LIKE  BAPIF4A-FIELD OPTIONAL
    *"     VALUE(EXPLICIT_SHLP) LIKE  BAPISHLP STRUCTURE  BAPISHLP OPTIONAL
    *"     VALUE(MAX_OF_ROWS) LIKE  BAPIF4A-MAX_ROWS DEFAULT 0
    *"     VALUE(DESCRIPTIONONLY) LIKE  BAPIF4A-DESCRIP DEFAULT SPACE
    *"  EXPORTING
    *"     VALUE(RETURN) LIKE  BAPIRETURN STRUCTURE  BAPIRETURN
    *"  TABLES
    *"      SELECTION_FOR_HELPVALUES STRUCTURE  BAPIF4B OPTIONAL
    *"      HELPVALUES STRUCTURE  BAPIF4C
    *"      VALUES_FOR_FIELD STRUCTURE  BAPIF4D
    *"      DESCRIPTION_FOR_HELPVALUES STRUCTURE  BAPIF4E
    EXPLICIT_SHLP can be used to specify the search help
    SELECTION_FOR_HELPVALUES can be used to specify complex selection criteria.
    Read the genreal documentaion and the parameter documentation, it has many hints for you.
    Let us know if successful, Thank you.
    Regards,
    Clemens

  • Hi. I am using the iPhone 4S and when I'm searching for places using Google it does not automatically detect my location. How do I change this?  FYI...under settings i

    Hi. I am using the iPhone 4S and when I'm searching for places using Google it does not automatically detect my location. How do I change this?  FYI...under settings i

    If you are missing using google maps - try the Nokia map app called "here"

  • Hi. I am using the iPhone 4S and when I'm searching for places using Google it does not automatically detect my location. How do I change this? FYI...under settings i have it set at "Use new precise locations from my device."

    Hi. I am using the iPhone 4S and when I'm searching for places using Google it does not automatically detect my location. How do I change this? FYI...under settings i have it set at "Use new precise locations from my device."

    If you are missing using google maps - try the Nokia map app called "here"

  • PI 7.1 are released for Customer use??

    Hi All:
    Is PI 7.1 is ready for customer use? Meaning can I install PI 7.1 and start exploring that??
    Farooq.

    Means whatever statistics you provided I have to be with that;-)
    Thanks for that..Also if I talk about PI 7.0 and PI 7.1, is later version have drastic change?
    Regards,
    Farooq.

  • Search for images using Keywords Problem.

    1) In LR4, Search for images using Keywords (click on arrow next to Keyword).
    2) Select image, export to PS6, save as Tif.
    3) Tif retains all Keywords when it appears in LR
    4) Despite that, image does not show up in the same 'Search for images using Keywords'.
    Can anyone help with this, it is frustrating me!

    V. 4.1
    Thanks, I will try, but it seems to be an inconsistent problem.
    Simon Fletcher
    Simon Fletcher Photography
    Woody's Nest
    Newton of Kinkell
    by Conon Bridge
    Ross-shire
    Scotland
    UK  IV7 8AS
    Tel: 01 349 864 830
    Web: www.simonfletcherphotography.co.uk
    Work:
    The Glass Scribe
    Tel: 01 349 867 088
    Email: [email protected]
    Web: www.glassscribe.com

  • How to Modify Search for Leads using Date types in the Assgmnt Block Date

    Hello Experts,
    I have a requirement to modify the search for Leads using Dates in the Assignment Block Dates and using the Posting Date of the transaction.
    Any ideas?
    Thank you in advance,
    Justin

    If you look at the grants, you'll see that there are over 170 objects from the FLOWS_030000 granted to PUBLIC:
    SQL> select count(*) from dba_tab_privs where owner= 'FLOWS_030000' and grantee = 'PUBLIC';
    173
    If we were go grant these privileges to a role, called APEX_APP_RU, and grant this role to APEX_PUBLIC_USER and any schemas an application is linked to (Workspace to Schema), would that be a workable solution?
    The only problem I see right off hand that this might not work is that PUBLIC has synonyms created for the FLOWS_030000 objects. If we revoke the underlying privileges, because of the synonyms, this might not work.
    SQL> select COUNT(*) from dba_synonyms where table_owner = 'FLOWS_030000' and owner = 'PUBLIC';
    176
    Does anyone else have any ideas?

  • Class for customer use

    Hi All,
    Can you please tell me how can I found if a particular class is released for customer use or not?
    Thanks,
    Rajeev

    SAP says this with respect to class -
    Internally Released Indicator
    Until a comprehensive release concept is developed for a packet discussion, two levels of release exist:
    Not released, that is, this class is only a utility class and is not actually used
    Internally released, that is, this class can be restricted (see internal release of function modules). There are no stability guarantees for use outside of SAP.

  • Search for row using BindingContainer

    my issue is create custom search field read user input
    then i want to use this input to iterate view object in JSF page
    to find matched record

    @https://community.oracle.com/people/Michael%20Shapira Your code does not work if the vo only has Inge record.
    @mbonga you should not iterate over all record in an iterator or vo. Think about what happens if your vo has 100000 rows. As each route gets read into memory you will see out off memory errors at some point. Then it's consuming time to read through all rows, and you can't be sure that you find the row. A better approach is to let the db search for the right row as this is what the db is optimized for. For this you can use a view criteria which returns the row you are looking for out null if the row isn't found.
    Timo

  • BAPI to search for customer in CRM based on search terms

    Hi,
    Could anyone please tell me if there is a function module in CRM to search for BP's based on search terms. ( Just as we could enter '*' in search terms in transaction BP and get a list of customers ).
    Thanks in advance,
    Sahil

    Hi Sahil,
    You can make use of BAPI_BUPA_SEARCH.
    In the import parameter CENTRALDATA you can pass the
    search terms.
    Ranjit

  • Help needed in Inbox search for Custom attribute

    Hi,
    We have  a requirement where in we are having a custom attribute on Service request to store the ECC Order number.
    We have enhanced the Inbox search to retreive all the service requests havig the ECC order number. 
    Here we are encountering a problem. i just created a new crm service request and entered order number 1234. and now when i search for the same in Inbox search giving the criteria order number as 1234. I get no results found. But when i extend the max list to 2000, then i see the service request appearing in the result list. not sure about the algorithm that is designed for inbox search.
    Any pointers on how to resolve this issue would be of great help.
    Thanks,
    Udaya

    Hi,
    I do not have the time to research this completely, but I had a short look into the class you posted.
    In the GET_DYNAMIC_QUERY_RESULT there is a call to CL_CRM_QCOD_HELPER->PREPROCESS( )
    A little bit lower there are blocks marked by comments for the single searches that are handled by this class. I had a look into the campaign_serach() method. There if you scroll a little bit down (around line 123) they set all search parameters to SIGN = 'I' OPTION = 'EQ'. This is done several times below as well.
    Set a breakpoint in the proprocess() method and check which of the blocks is called and how they handle your search criteria.
    Hope it helps.
    cheers Carsten

  • How to search for files using wildcards * and ?.

    Hi All,
    I've been searching the forum for a couple of hours now and have been unable to find a good example of how to search a directory (Windows OS) for a file using wildcards * and/or ?. Does anyone out there have a good example that they can share with me?
    Thanks

    Hi All,
    First of all I want to thank everyone for taking the time to respond to my question. All of your responses where greatly appreciated.
    I took the example code that was posted by rkconner, thanks rkconner, and modified it to allow me to search for files in a directory that contain * and/or ?. Yes, I said and/or! Meaning that you can use them both in the same file name, example: r??d*.t* would find readme.txt.
    I've posed my complete and thoroughly document code below. I hope it is very helpful to other as I have searched many forums and spent many hours today trying to resolve this problem.
    Enjoy
    * File Name: WildcardSearch.java
    * Date: Jan 9, 2004
    * This class will search all files in a directory using the
    * asterisk (*) and/or question mark (?) as wildcards which may be
    * used together in the same file name.  A File [] is returned containing
    * an array of all files found that match the wildcard specifications.
    * Command line example:
    * c:\>java WildcardSearch c:\windows s??t*.ini
    * New sWild: s.{1}.{1}t.*.ini
    * system.ini
    * Command line break down: Java Program = java WildcardSearch
    *                          Search Directory (arg[0]) = C:\Windows
    *                          Files To Search (arg[1]) = s??t*.ini
    * Note:  Some commands will not work from the command line for arg[1]
    *        such as *.*, however, this will work if you if it is passed
    *        within Java (hard coded)
    * @author kmportner
    import java.io.File;
    import java.io.FilenameFilter;
    public class WildcardSearch
         private static String sWild = "";
          * @param args - arg[0] = directory to search, arg[1] = wildcard name
         public static void main(String[] args)
              String sExtDir = args[0]; // directory to search
              sWild = args[1];   // wild card to use - example: s??t*.ini
              sWild = replaceWildcards(sWild);
              System.out.println("New sWild: " + sWild);
              File fileDir = new File(sExtDir);
              File[] arrFile = fileDir.listFiles(new FilenameFilter()
                   public boolean accept(File dir, String name)
                        return (name.toLowerCase().matches(sWild));
              for (int i = 0; i < arrFile.length; ++i)
                   System.out.println(arrFile.getName());
         }     // end main
         * Checks for * and ? in the wildcard variable and replaces them correct
         * pattern characters.
         * @param wild - Wildcard name containing * and ?
         * @return - String containing modified wildcard name
         private static String replaceWildcards(String wild)
              StringBuffer buffer = new StringBuffer();
              char [] chars = wild.toCharArray();
              for (int i = 0; i < chars.length; ++i)
                   if (chars[i] == '*')
                        buffer.append(".*");
                   else if (chars[i] == '?')
                        buffer.append(".{1}");
                   else
                        buffer.append(chars[i]);
              return buffer.toString();
         }     // end replaceWildcards method
    }     // end class

  • Implementing Data Search for Custom Objects

    Can any one have some information on implementing search criteria for custom objects.
    I am looking to modify the drop down values and search criteria based on custom data model.

    Hello Rajesh,
    The following configuration activity might resolve your query.
    Transaction: mdgimg.
    General Settings> UI Modelling> Define Field Properties for UI. Select your custom data model and go to "Hide Field Names."
    For the fields of the entity type, you don't want to come up in the search UI, check on "No selection".
    "No Selection" : These wouldn't come up as search Criteria. "No Results List": These won't come up in final result list.
    Best regards,
    Shephalika.

  • Searching for songs using v1.2

    I just got v1.2 iPod software and I saw the Special Keynote video on Quicktime. Jobs mentioned the ability to search for a song inside the iPod while using it. How do you do that?

    Just an FYI... the 5.5 designation is not officially used by Apple.
    That is a classifaction made up by the user base and could potentially cause some confusion.
    Apple designates the new 5th Gen iPod models as (Late 2006), not 5.5.
    Identifying different iPod models

  • Searching for un-used files

    Our Marketing department is close to maxing out 5.5 TBs of disk on our Xraid. Is there a way to search on files that have not been read in "x" number of days (likely a search that would show files that have not read before a particular date)?
    I'm using the term "read" because we likely have many older files (image files) that have an older Created or Modified date, but are read for printing, PDF creation and collecting for print and will need to be retained. I just want to locate the files that have not been touched in 18 months, including read for creating a PDF or printing.

    If your volume is indexed via spotlight, you might be able to pull this off. I said might. You really must test this because you are asking for if the file is "Read." The challenge here is that I am not sure if Spotlight will update a file that is read as compared to a file that is opened. So test this first. But, in theory, this might point you in the right direction.
    First, create or collect a bunch of sample files. Then start investigating those files using the mdls command. For example, if I have files titled one.txt, two.mov, and three.doc, I might get a result similar to this when using mdls one.txt:
    kMDItemContentCreationDate = 2009-06-24 17:05:15 -0400
    kMDItemContentModificationDate = 2009-06-24 17:05:32 -0400
    kMDItemContentType = "dyn.ah62d4rv4ge80g55sq2"
    kMDItemContentTypeTree = (
    "public.data",
    "public.item"
    kMDItemDisplayName = "one.txt"
    kMDItemFSContentChangeDate = 2009-06-24 17:05:32 -0400
    kMDItemFSCreationDate = 2009-06-24 17:05:15 -0400
    kMDItemFSCreatorCode = ""
    kMDItemFSFinderFlags = 0
    kMDItemFSHasCustomIcon = 0
    kMDItemFSInvisible = 0
    kMDItemFSIsExtensionHidden = 0
    kMDItemFSIsStationery = 0
    kMDItemFSLabel = 0
    kMDItemFSName = "one.txt"
    kMDItemFSNodeCount = 0
    kMDItemFSOwnerGroupID = 20
    kMDItemFSOwnerUserID = 501
    kMDItemFSSize = 23
    kMDItemFSTypeCode = ""
    kMDItemKind = "Document"
    kMDItemLastUsedDate = 2009-06-27 08:39:44 -0400
    kMDItemUsedDates = (
    2009-06-24 00:00:00 -0400,
    2009-06-27 00:00:00 -0400
    Ok, so you have some attributes that are based on time displayed in the results (kMDItemContentCreationDate , kMDItemFSContentChangeDate, kMDItemContentModificationDate, kMDItemFSCreationDate, and kMDItemLastUsedDate). The one that may provide what you are looking for is kMDItemLastUsedDate. This attribute will update each time a file is opened. Here is where the "read" part of your question comes in. I am guessing you are supporting the creative industry, likely desktop publishing. You have documents that point to images. Many never change but are used all the time. That being the case, I did not test to see if kMDItemLastUsedDate updates on an InDesign place or collect. I will let you test that.
    If this works, then you can use mdfind to find files older than 7 days old. Here is how you do it:
    mdfind -onlyin /Path/to/data 'kMDItemLastUsedDate <= $time.today(-7)'
    The structure here is simple. Tell mdfind to look only in /Path/to/data (set this to your real path) and search for any file whose kMDItemLastUsedDate attribute is less than or equal to 7 days old (increase or decrease the number as needed).
    This will produce a list of files. With a little shell scripting you can take the list and then act on it. ie: move the files, archive them, etc.
    As mentioned, you need to test your specific condition. I am curious to know if a place or update links will trigger an update to kMDItemLastUsedDate.
    Hope this helps.
    Message was edited by: Strontium90

Maybe you are looking for