Transaction xk03 - Search term

hello, in the transaction xk03:
Step 01:You check the adress checkbox and validate.
1)On the display vendor:address screen, there is a field named search term 1/2,
2)When i press F1 on the field, technical options , i get the structure ADDR1_DATA-SORT1.
I would like to know the name of the table where the search term values are stored(SORT1).thx

Sooness,
Start transaction SE11 and display table ADRC.
Click the Indexes button.
You may find the SAP defined index I13 for the SORT1 field.
So, all address data is in table ADRC. And an extra database index exists for the sortfield. As far as I know you cannot access / read this database index using normal abap.
Ger

Similar Messages

  • Search term failed

    Hi all,
    When I am searching for Vendor number with field Name1 search key (Eg: for Michel I am searching with Mic*) in SE16 it is displaying correct vendors.
    If I am searching the same in XK03 search term is failing says ‘no values for the selection’.
    This is related to Russian language.
    I used to login in RU language when I am login into sap main screen.
    All these Russian language characters are in Cyrillic format.
    When I am going to search for vendor with name1 I am just copying the starting 3 characters [Cyrillic – RU] of name 1 and pasting in the search field to get my output.
    But it is failing at XK03 & it is successful in SE16.
    Why it Is happening like that, can any having idea about this please help me.

    Hi Suneel,
    Is this case sensitive (upper lower name)?
    If this isn't perhaps you may want to search OSS notes or send note SAP for advise.
    Also try to debug whether XK03 and SE16 are using the same search help or not.
    Regards,
    Ferry Lianto

  • CRM - transaction BP - length of search term 1/2 (adress)

    Hey,
    I'm working on CRM, transaction BP. I've 2 roles for customer : person and organisation.
    Search term 1/2 is 20 caracters long.
    But, it seems to be possible to do customizing on search term. For example, in my environnemnent, customer person may have 20 caracters long search term ; but customer organisation must have less than 10 caracters (there is an error message if I put a more than 10 caracters search term).
    Could you tell me how in customizing I can control length of search term ?
    Thanks
    Baptiste

    Hi,
    I dont think there is any customizing for this change in length. You can instead to achcek of length in dchck event of BDT.
    Smita.

  • Activate Search Term/2 in Vendor master - ADDR1_DATA-SORT2

    Hi,
    I would like to know the steps to activate the Search Term - 2 in Vendor Master XK01.
    Thanks,
    Joel Cutinho

    Hi,
    I have discovered the procedure to add the Search Term 2 in Search Help of XK03 Transaction.
    1. Goto Se11 -> Search Help, Enter KRED
    2. The KRED is Collective Search Help associated with Vendor Maintainence.
    3. In the 'Included Search Help' tab, you will find all the 'Search helps'. These will appear when you press F4 in the Vendor Maintainence Transaction.
    4. Select any one search help where you would like to insert the Search Term 2 or any associated field you want to include in the search term.
    5. Double click and open the search help and you will find 'Selection Method'. 
    6.Go to SE11 (View) Copy the selection method name and make a Z (copy) of the selection method. In the Z selection method. Go to 'Table/ Join' Tab and insert the table if you want to join any tbale other than LFA1 and then in Join Conditions Match the Key FIelds of both the tables, (Here i have used ADRC as the join with LFA1). Then in 'View fields' add the field (Ex: SORT2)you want to display in the search help. Save and activate.
    Note: You can also give selection conditons.
    7.  Come back to step 5 where you had selected the Selection method, Replace the selection method to Z, which you have created just now. Then in the Search Help parameter add the field that you recently added in the Z.
    Note: Use the order of the appearance of the field using (LPOS, SPOS) in the search help parameter. Save and activate.

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

  • 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

  • Update Vendor Search Term #2 after saving.

    Hello Xprts,
    I've been trying by several ways to update the search term #2 of the vendor master data transaction (xk01) after saving the record. The tcode has 2 badi's : VENDOR_ADD_DATA and VENDOR_ADD_DATA_CD but none of them has the right Method to update after saving a record, like "BEFORE_UPDATE". I developed a FM and try to call it by a UPDATE TASK with a CALL TRANSACTION XK02 in update mode with a batch input code but i also can't update in that mode. Does anybody knows another badi, event, method to clear this sceneraio. i'll really appreciate the help.
    Regards,
    Steve.

    use user exit - SAPMF02K

  • Vendor city, name1 missing in F4 menu for search term

    Dear All,
    Greetings.
    I came across very strange issue. When we search any vendor in xk03/fk03/mk03 with some search term we get the list of vendor related to that search term.
    In my case for some particular search term i am getting some 3-4 results, out of which one line item shows only vendor number and city and Name1 is blank, where as if I checked in vendor master, those entrie are existing. For rest of the search results it shows both vendor city and name1 correctly.
    Did anybody of you come across this ever. Is this something related to list display issue.
    Please suggest if yes.
    Regards,
    sachin

    I could not understand your question fully, but what i have understood is, that when you search using "Search term" you get few  results but without vendor name & etc. This is standard behavior.
    When the results from the "search term" are fetched, right click on the screen and goto "Personalize" select among the available fields (which will already be selected) and press Ok. Your search result will now display all the fields including Name of the vendor.
    I hope i have understood your question and this will help.
    Regards,
    Ahmad Farhan Khalid

  • Table Name for Search term

    Hello,
    Need to know table name for search term 2 in vendor master data ( general data)
    Field name is SORT2. need to know when i enter some term let say test in search term 2 of vendor master data, where its going to hit in table.
    Thanks
    Himanshu

    Hello,
    My main issue is i need to use search term 2 for some transactions.
    lets say for one customize transaction z123 i am using search term 1(vendor master) already and now i want to use search term 2 also.
    This z123 is let say vendor report transcation, so when i get venor details now there must be search term 2 column also in report.
    Now i need to find out link between vendor number and table adrc so that i can tell abap person to do developement.
    Thanks
    Himanshu

  • Change the search terms in BP

    Hello everybody,
    I have a problem with the search terms in the BP transaction. In the 'Adress' section, I want to replace the field 'Search term 1/2' by 'UID/N° de Siret' and I cannot manage to do it. I tried with the Screen Painter but since the field contains an I/O template, the underscore are replaced by the letters of the template. I tried many other solutions but the result is always wrong.
    Can you tell me how to resolve this?
    Thanks a lot.

    Hi,
    See  more information on how to go about this change is given in below link .
    http://www.sapdevelopment.co.uk/enhance/bdt/bdt_bp.htm
    Here you will add new field group for your new field
    104 and 105 are the field groups for search term.
    You should not delete this entry. Just add your new field group and hide the search term.
    For hiding
    Go to SPRO
    Folow the path
    Cross application components -> SAP business partner -> business partner -> basic settings -> field groupings ->  field sttributes per client
    select central data and choose hide for search terms.
    Warm regards,
    Smita.

  • Tcode XK03 Search Help

    Hello All,
    I have a question regarding Tcode XK03 Search help.  We would like to modify the search help that is displayed when a user does a F4 on the vendor field.  There is a tab called Vendor by Tax Information in the search help that we do not want displayed.  When I go and see the name of the search help I see the name as just a '=' sign, and nothing else.  Does anyone know how I would go about taking out this tab?  Thanks in advance.
    Gabe

    Hi
    Ot edit this search help you can access it directly from transaction SE11, however to do so it is considered a modification in the system.
    In se11 ,choose Search Help and inform the name, in this case this is a collective search help .
    Kind regards

  • Search term in Customer Master?

    Hi
    I want to know what is the exact function of a search term used in the Customer Master transaction.
    Thanks

    Hi Subhash,
    Search term helps the Sales order Entry person to identify the customers easily.
    For example, My client has a number of Walmart Stores all over the US as Customers. Each Walmart Store has its unique store ID. So when some body calls to make an order from a particular Walmart store, they will give thier store ID. We have used the search term to store the uiqure store ID for each store. So they will enter that in the search term area and pulls the customer information into the Sales order. this is just one example.
    Please reward points if helpful.
    Thanks,
    Sree.

  • BAPI create customer with search term 2?

    Hi all,
    I'm looking for a BAPI/FM, which can create customer master record with 'Search term 2' input field. Pls let me know the BAPI/FM name if you know.
    Regards,
    Hung.

    Hello Hung,
    SD_CUSTOMER_MAINTAIN_ALL is used in standard during the maintenance of a consumer using the standard customer master data transaction XD01 & XD02.
    It is not intended to be used out of the transaction and in no case it should be used out of its original context. Due to the specificity of the function module, out of the original context we may face limitations and data inconsistencies.
    For the maintenance of customers, there is NO BAPI and NO direct function module.
    There are some functions modules like the one above where the name is looking nice. But these should not be used.
    Below ECC 2005 (6.00), the only solution was batch input and DEBMAS idocs. See [note 384462|https://service.sap.com/sap/support/notes/384462]
    Starting with ECC 2005 (6.00) and above: a synchronisation tool has been introduce. See class CMD_EI_API and VMD_EI_API
    Hope this helps
    BR
    Alain

  • I am having a big problem with entering search terms in Google

    Here is the problem. I enter several search terms and do a search. So far, so good.
    After I am finished clicking on one or more links I return to the Google search page to do a new search.
    Since most of the words are the same, except the last one or two, I backspace over the old words and start entering the new ones.
    Then very strange things happen much of the time.
    1. It may restore the old words (the ones I already backspaced over and erased) and put my new words behind the old ones.
    2. It may just restore the old words, that had been backspaced over, completely removing the new words I had just typed in.
    Any ideas why this keeps happening? Is it Google or Firefox causing the problem?
    It seems very strange that words that had been backspaced over (erased) magically reappear as if I hadn't removed them.
    Thank you.

    What is the problem?
    Does send work?
    Receive?
    Error messages?
    Does the account work on other devices?
    DId it ever work on an iOS device?
    Did yo Google for the setting to use?
    DId you delete the account on the iPod and tried again?

  • Is there a way to block inappropiate search terms in Safari on an iphone or ipad?

    I want to block certain search terms on the iphone and ipad that my son uses. Is it possible to do this in Safari on these devices?

    Hi there Heather NY,
    You may find that the Parental Controls in iOS accomplish what you are looking to do. See the article below for more information.
    iOS: Understanding Restrictions (Parental Controls)
    http://support.apple.com/kb/HT4213
    -Griff W.

Maybe you are looking for

  • I have copied the  0datasource  to Zdatasource.but delta is not working

    Hi All, i have copied the datasource from 0ASSET_ATTR_TEXT to ZASSET_ATTR_TEXT. the init is working fine and the Delta is not working for this. while coping the datasource i have updated the tables Roosource, roosourcet, roosfeild. Is that enough, ki

  • InDesign CS3 crashing

    We have an issue with InDeisgn CS3 crashing on a regular basis randomlly 3-6 times per night while publishing a newspaper.  The environment is a small newspaper.  The affected systems are 5 editors iMacs running iOS 10.6.8 and 4GB RAM.  They use InDe

  • I keep getting an error when trying to set up my gmail account

    Any ideas?  I have enabled my IMAP settings but can't get email.  Help!

  • Password protecting scanned documents

    I can password protect pdf files, but when I scan a document, it won't allow me to password protect it. When I do "Save as" it doesn't give me security options. When I "print as pdf" it will give me security options but once I put in the password and

  • BOE XI 3.1 Performance Manager/Dashboard Manager - Import Customer Calendar

    I am trying to load a custom calendar in Performance Manager through the interface using the Import Calendar. I have followed the format correctly and loaded the CSV file onto BOE. When i try and load the calendar it keeps giving me error message and