Search by "last Name" via PA20

When trying search by "=last name" in the Personnel No column the message comes "enter a numeric value".
What could be the reason?

HI,
Is this when you click on F4 when entering personnel number?
Thanks,
Ameet

Similar Messages

  • Search for last name by any spelling

    I am tring to do a search in MSSQL on a column in the database.  If the user types in the lastname field smiths or smeth, the records return would be anything near that spelling.  I am looking for all the 'smith' last name in the column and I have tried every which way with the percent.  And I am not returning any records.  Here is my current code.  and lastname like '%#form.lname#'
    thanks

    This may be too much work, but you could use the soundex library at CFLIb to go through your DB, converting the names and putting them in a new column of the table (soundex_lastname).  Then you could soundex() the user input in the query and compare it to the soundex_lastname field in the database - that way your DB doesn't have to support soundex.
    Note, that soundex only really works well with anglicised names, it doesn't work very well for international names or any other text as far as I can see.  Check out the link for more information.

  • Not able to view users in F4 with Last Name, First name with tcode-PA20

    When we go to PA20 tcode and input personel id the details are shown for person.
    But When I select F4 at the Personel Number and enter  Last Name and First Name - It shows No Values selected
    Which authorizations are required for populating F4 data in tcode PA20.
    Warm Regards,
    Rajesh

    HI
    You can check the authorization , after u execute  PA20 , search as u described.
    Come out of that tcode , run SU53 , u will get exact missing objects in the Auth,
    Regards
    sameer

  • Hi - When I go into Contacts and type a letter in the search bar to get to last names that begin with that letter I get a list of random names that don't correlate to the letter. My settings are fine.  Help ?

    Hi. When I go into my contacts and type a letter in the saerch bar to get to a list of last names that begin with that letter I get a list of random names that don't begin or end with the letter.  My Settings appear fine.  Any insights would be greatly appreciated.  Cheers Bill

    The search bar is not designed to take you to names beginning with the letter you put in. If you want to do that, use the letters down the side. In the search bar, the device will return results for all contacts that have that have that letter in them. If you type a couple of letters of the name, you'll find what you want faster. Once you get used to how it works, it's quite efficient.
    Best of luck.

  • How to search users in Outlook Using Last Name and First Name

    During recent times we change the naming convention in AD, FirstName , LastName
    We can search users using More Columns but I would like to know alternate method to search users. The search result should sort results by last name as query
    Regards Chen V [MCTS SharePoint 2010]

    Hi Chen,
    Based on my knowledge, there is no related method to enforce all users using More Columns as the default search option in Outlook Address Book. We can just change the search option for individual Outlook user by remembering the last search using as I mentioned
    above.
    Sorry for any inconvenience and thanks for your understanding.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Search contacts by last name

    I have recently deployed a new BB Pearl 9100 to a user that is attached to a BES server w/ MS Exchange 2003.  This is the users first blackberry coming from a Nokia device.  They are used to viewing their contacts by typing in the first character of the contacts last name such as "S" for 'John Smith" and all contacts whose last name starts with "S" are displayed.
    On the current BB 9100 I can change the sort option on the phone by going to Contacts | Options | Contact Display and Actions | Sort By: Last Name. But when the user searches the contacts and types the letter "S" for 'John Smith' on the Blackberry, the user is shown all contacts that contain the letter "S" (first name, last name, or company).  I know that you can type"SMI" to narrow your query but is there a function on the device or a BES policy that can be applied to display/search for contacts in the manner that they are used to?
    Any help is appreciated.
    -Craig

    they can maybe change the name to SmithJohn.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Search employment verification database by first and last name

    hi
    can anyone please tell me from which info types do i have to get the data???
    this is in compensation management
    thanks
    sateesh

    Sateesh,
    I am assuming that you are trying to build a search help using SSN (surprised), first name and last name.
    I believe for this you can just use infotyypes 2 or 3. i dont what field in those infotypes your company is using to store SSN.
    I dont think you need to use any other ifoctypes like 267 etc.
    Thanks,

  • 6233 Search contact in last name AND first name

    Hi,
    the 6233 does not search Contacts in both first names AND last names. It only searches only in what come first.
    Exemple : searching for "Paul" does not find "Smith Paul"
    Do I need a firmware update to fix this ??
    Thanks for your answer !

    Hi Chen,
    Based on my knowledge, there is no related method to enforce all users using More Columns as the default search option in Outlook Address Book. We can just change the search option for individual Outlook user by remembering the last search using as I mentioned
    above.
    Sorry for any inconvenience and thanks for your understanding.
    Regards,
    Winnie Liang
    TechNet Community Support

  • I have my contacts sorted and displayed last name, first name - however when I access my contact list via message they display first name, last name - WHY????

    Contacts sorted and dispalyed last name, first name - why when I access contacts via messaging do they display first name, last name?

    Hi
    It is when I tap on the +....
    My husbands display with first name first but grouped by surname alphabetically.
    Thanks
    Cat

  • Search combination of Org Name1 and Person First + Last Name

    Hi Everybody,
    Business Case:
    We have organizations witch have persons who are in a relationship to the organization. It must not be "contact person of". When a Person calls now our employee he had to find the correct person. To make this search easier i need a combined search for organization name1 and person fist + last name. The result must be all persons with a relationship to the company searched.
    Environment:
    SAP CRM 4.0 SP9 with Add On for Service Industries.
    User Interface: PC-UI.
    Is there a function module or class to do this search?
    Regards
    Gregor

    Hi Everybody,
    I've found a solution by implementing this Function module and adding it to the Query method:
    FUNCTION z_org_pers_search.
    *"*"Lokale Schnittstelle:
    *" IMPORTING
    *" REFERENCE(NAME_ORG1) TYPE BU_NAMEOR1
    *" REFERENCE(NAME_ORG2) TYPE BU_NAMEOR2 OPTIONAL
    *" REFERENCE(NAME_LAST) TYPE BU_NAMEP_L
    *" REFERENCE(NAME_FIRST) TYPE BU_NAMEP_F OPTIONAL
    *" CHANGING
    *" REFERENCE(CT_PARTNER_KEYS) TYPE CRMT_BSP_OBJECTKEY_TAB
    * Daten definition for partner search with COM_BSP_SEARCH_BP
    DATA: ls_search_criteria TYPE comt_bsp_bp_seareq_incl,
    ls_control TYPE comt_bsp_search_control.
    * Daten definition result tables
    DATA: it_org_keys TYPE bup_partner_guid_t,
    it_org_with_rel TYPE bup_partner_guid_t,
    it_pers_keys TYPE bup_partner_guid_t,
    ls_org_with_rel LIKE LINE OF it_org_with_rel,
    ls_pers_keys LIKE LINE OF it_pers_keys.
    * Search for Organizations
    ls_search_criteria-bp_name1 = name_org1.
    ls_search_criteria-bp_name2 = name_org2.
    ls_control-organizations = 'X'.
    CALL FUNCTION 'COM_BSP_SEARCH_BP'
    EXPORTING
    * IV_PARTNER1 =
    is_search_criteria = ls_search_criteria
    is_control = ls_control
    * IV_MAX_HITS =
    * IV_CHECKS = 'X'
    * IMPORTING
    * EV_HITS =
    * ET_BUT020 =
    CHANGING
    ct_partner_keys = it_org_keys.
    * Search for Persons
    FREE: ls_search_criteria, ls_control.
    ls_search_criteria-bp_name1 = name_last.
    ls_search_criteria-bp_name2 = name_first.
    ls_control-persons = 'X'.
    CALL FUNCTION 'COM_BSP_SEARCH_BP'
    EXPORTING
    * IV_PARTNER1 =
    is_search_criteria = ls_search_criteria
    is_control = ls_control
    * IV_MAX_HITS =
    * IV_CHECKS = 'X'
    * IMPORTING
    * EV_HITS =
    * ET_BUT020 =
    CHANGING
    ct_partner_keys = it_pers_keys.
    SELECT partner2 AS partner INTO CORRESPONDING FIELDS OF TABLE it_org_with_rel FROM but050
    FOR ALL ENTRIES IN it_org_keys WHERE partner1 = it_org_keys-partner.
    DELETE ADJACENT DUPLICATES FROM it_org_with_rel COMPARING partner.
    LOOP AT it_org_with_rel INTO ls_org_with_rel.
    READ TABLE it_pers_keys WITH KEY partner = ls_org_with_rel-partner INTO ls_pers_keys.
    IF sy-subrc = 0.
    APPEND ls_pers_keys-PARTNER TO ct_partner_keys.
    ENDIF.
    ENDLOOP.
    ENDFUNCTION.
    Best regards
    Gregor

  • Need to search contacts by last name

    I need to know how I can only search the contacts by last name. As it is right now, it search last name and first name. I only need the last name.
    Any ideas would be greatly appreciated.
    Post relates to: Treo 650 (Sprint)

    I am not sure I understand you? Do you mean when using the search function (Option key and magnifier) or when using the lookup function in the Phone, SMS and MMS applications?
    In the case of the Lookup function, I described how to use last name only in that context.
    In the case of Find, you cannot limit the field to which the search applies. You can only control the order of application databases to seach. It will search the database of the currently open application first. If you need a more advanced Find, I recommend www.intelligentfind.com.

  • Search PhoneBook by Last Name - Feature available ...

    Hey all,
    I want to buy a new Nokia phone for my dad, he's been using his 6600 for the past 2 years and very satisfied with it.
    The main feature that I'm looking for is to be able to search through the phone book using the first and last name.
    Eg. If the name is TOM HARRIS, I can search using Tom or Harris, as need be.
    Is the feature available in S60? If so, what is the cheapest S60 phone I can buy? I'm thinking of 6303 as of now.
    If not, what phone would I find this feature in?
    Cheers,
    Thanks in advance,
    dgsmax

    Thanks alot for the suggestions.
    Although, the phones mentioned here fall heavily out of my budget. I can still consider 5320, which also has the S60 OS.
    My dad def wouldn't like a touch phone, since he's more of a rugged-handling-user.
    I'm kind of in a tussle now, since the phones are falling out of my budget. Are there no other cheaper phones from Nokia that have this feature? Doesn't have to be S60, just needs to have the feature to power search through the phonebook.
    I'm looking for the most basic features, just the option to search through the phonebook. My dad barely SMSs anyone, just uses his cellphone for making calls and at times snapping a pic or two.
    Regards,
    DgsMax
    Message Edited by dgsmax on 13-Aug-2009 10:58 AM

  • Employee search iview serch by last name- how to make it case insensitive

    Hi All,
    We are using the compensation planning iview on MSS and in the top SAP has employee search iview to select the team. In their is an option to serach by employee first/last name. It works fine but the user has to type in the exact case the last name was saved in infotype.
    For example - last name Brown exists in our system. If you serarch using "br" it does not find it but if you do "Br" it finds the
    right employee.
    My question is - is there a way to change it so that the search does not consider the lowe/upper case and finds the name if matches anyway.
    Thanks for your help

    Hi, if you're at least on ECC 6.0, check the note [1106196|https://service.sap.com/sap/support/notes/1106196] for a custom configuration of search field.
    Regards!

  • Search help for usrid, first name , last name

    Hi Experts,
    Requirement:
    An input field with search help where user can search an employee based on his last name, first name (PA0002 u2013 NACHN and VORNA )  or user id(PA0105-USRID). (Wild card entries should be allowed)
    It should always return the user id (PA0105-USRID) of the searched employee.
    How should I go about it?
    Is there any way I can use the search help 'PREM' already existing in the system?
    Inputs are highly appreciated.
    Thanks,
    Regards,
    Kumud

    Hi Rob,
    Thanks for the input. The search help is created now.
    Before I close this thread, would you be able to provide me with the below input:
    1. I want that only valid records with ennda greater then current date should appear as output.(both for infotype 2 and 105)
    2. The userid should correspond to usrtype '0001'.
    currently I have placed below conditions in Selection condition of database view:
    PA0002     ENDDA     EQ     '99991231'     AND
    PA0105     USRTY     EQ     '0001'     AND
    PA0105     ENDDA     EQ     '99991231'
    Is there a better way is this is ok?
    Thanks,
    Kumud

  • Searching for OR Finding Contacts other than Alpha by First/Last Name

    Am I missing something? Or, is it not possible to FIND contacts by any means other than alpha on the first or last name field?
    It's such an elementary function of a "PDA" that I failed to inquire about the ability to LOOK-UP information with some simple SEARCH tool or utility.
    Even CALENDAR events...when did I schedule that appointment with Dr. Smith? FIND "Smith".
    I know "the girl" worked for some pharmacy? SEARCH for "pharmacy".
    Am I missing something? Where can I SEARCH for "HELP"?
    Thank you,
    Joe

    I too am having the same issue. I have about 900 "company" clients. I do business with the company yet can't perform any 'search' in the iphone contacts for that company. I absolutely am shocked by this. spent 45 minutes on the phone with apple and they said i was the first person to ever bring this up.
    I have to say that this is frustrating. Why can't I perform any search. Perhaps I'd like to visit a client that is within the same city i am visiting - i can't sort or search by anything except for the individual contact name.....crap. any thoughts (besides going in to outlook and putting the company name itself under the contact name - that would take forever)

Maybe you are looking for