Change selected option in ComboBox as the user types

Is there a way to make the selected item in a ComboBox change
as the user types? Something like an autocomplete. The default
functionality seems to be that it will move to the next option in
the list that starts with the letter you type...but I'd like to be
able to type something like a last name and have it select that
option.

There is an autocomplete component on Flex Exchange. I don't
have the url handy but google will find it.
Tracy

Similar Messages

  • Change values of select option in fuction of the variant

    Hi abappers,
    I want change the data that contain several select-options.
    I have a table internal (c_varint) that I obtain with the next code:
    CALL FUNCTION 'RS_VARIANT_CONTENTS'
         EXPORTING
              report                = '/1BCDWB/DBBKPF'
              variant               = p_varint
    *         MOVE_OR_WRITE         = 'W'
    *         NO_IMPORT             = ' '
    *         EXECUTE_DIRECT        = ' '
    *    IMPORTING
    *         SP                    =
         tables
    *         L_PARAMS              =
    *         L_PARAMS_NONV         =
    *         L_SELOP               =
    *         L_SELOP_NONV          =
              valutab               = c_varint
    *         OBJECTS               =
    *         FREE_SELECTIONS_DESC  =
    *         FREE_SELECTIONS_VALUE =
    *    EXCEPTIONS
    *         VARIANT_NON_EXISTENT  = 1
    *         VARIANT_OBSOLETE      = 2
    *         OTHERS                = 3
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    and my select-options:
    SELECT-OPTIONS I1 FOR BKPF-BUKRS.
    SELECT-OPTIONS I2 FOR BKPF-BELNR.
    SELECT-OPTIONS I3 FOR BKPF-GJAHR.
    SELECT-OPTIONS I4 FOR BKPF-BLART.
    SELECT-OPTIONS In ...
    Now I want change the values but I got not him to changed it to me :
    loop at c_varint where selname eq i1.
       MOVE-CORRESPONDING c_varint to i1.
    endloop.
    loop at c_varint where selname eq i2.
       MOVE-CORRESPONDING c_varint to i2.
    endloop.
    loop at c_varint where selname eq i3.
       MOVE-CORRESPONDING c_varint to i3.
    endloop.
    loop at c_varint where selname eq i4.
       MOVE-CORRESPONDING c_varint to i4.
    endloop.
    but I dont obtain the data
    Can you help me, please?
    Cordial greetings.

    Hi,
    the documentation of the fm you´re using says:
    RS_VARIANT_CONTENTS
    This function module checks whether any parameters or select options of the variant have changed. If they have, it outputs an error message (variant obsolete).
    have you checked fm RS_CHANGE_CREATED_VARIANT instead?
    the documentation of this fm says:
    RS_CHANGE_CREATED_VARIANT
    Functionality
    This function module enables modification of a variant without processing the selection screen. In the table VARI_CONTENTS, you must supply all select-options and parameters of the variant with values. Any selection criteria missing from this table are set to their initial values in the variant. If no value is specified for the structure description (parameter VARI_DESC), all fields - except the name of the last user to make the change, the time of the change, the version and the language - are set to their initial values. The table VARI_TEXT is optional
    Best regards

  • Which table store the user type attribute details on 4.5b version

    Hi,
      I am hunting for the table which store the user type attribute.To simply the problem when i create user in the 4.5b system using su01 tcode & when you select user type from logon data say you select Dialog or BDC or Background and CPIC type now where this information is store in the table, what i got from system is User type (A=online, C=CPIC, D=BDC, O=ODC) but on UI it is showing as Dialog or BDC etc. which is confusing me.
      so can anyone tell the table which store detail info about say A = Dialog or D = BDC user type.
    thanks,
    John.

    Hi John,
    These are the Fixed values allowed to this Domain. No value table is maintained but they maintain the Fixed values in the Value Range Tab of the Domain.
    Go to SE11--> Domain Name ---> Display --> Select Tab strip Value Range, where you can see the fixed values for this Domain.
    Satya

  • How can I make a JButton enabled when the user types smthg in a JTextField?

    Hello,
    I have a JButton and a JTextField on a frame. The JButton is disabled, myButton.setEnabled(false).
    How can I enable the button when the user types something in the text field? Just typing, not pressing enter.
    Thank you

    There isn't one, actually. What you need is a DocumentListener and you have to associate it with the document object associated with the field i.e.
    field2.getDocument().addDocumentListener() (new DocumentListener() {
    });

  • SELECT-OPTIONS - How to get the output other than of the mentioned range

    Hi Friends,
    I need the output in my ABAP Query to display entries out of the date range that I enter in the selection screen.
    Supose I enter Date: 1st Jan 09 to 15th Apr 09, I should get an output out of this range.
    How do I do that with select options ? what do I give in the date-option and date-sign, etc., ?
    Please help.
    Thanks,
    Dikshitha

    Hi,
    USe the following piece of code
    TYPE-POOLS : SCCR.
    DATA : g_optlist TYPE sscr_opt_list,
           g_*** TYPE sscr_***.
    INITIALIZATION.
      CLEAR g_***.
      g_***-kind    = 'S'.
      g_***-name    = 'S_USER'. "select-option field
      g_***-sg_main = 'I'. " this u can change to exclude ur values accordingly
      g_***-op_main = 'TEXT'.
      APPEND g_*** TO g_t_restrict-***_tab.
      g_optlist-name = 'TEXT'.
      g_optlist-options-ne = 'X'.
      g_optlist-options-eq = 'X'.
      APPEND g_optlist TO g_t_restrict-opt_list_tab.
      CALL FUNCTION 'SELECT_OPTIONS_RESTRICT'
        EXPORTING
          restriction            = g_t_restrict
        EXCEPTIONS
          too_late               = 1
          repeated               = 2
          selopt_without_options = 3
          selopt_without_signs   = 4
          invalid_sign           = 5
          empty_option_list      = 6
          invalid_kind           = 7
          repeated_kind_a        = 8
          OTHERS                 = 9.

  • Select Options: How to preallocate the select options values?

    Hi All,
    I have been trying to preallocate my select options. I want to read all values a user is authorized for and set them in the range of the select options fields (before the are actually shown to the user). However, I wasn't able to..
    Does anybody know how to do that and can provide codong examples?
    Thanks, Johannes

    Hi Johannes,
    Refer to the below link which has an article on the same topic with code snippets-
    http://www.divulgesap.com/blog.php?p=NjY=
    Regards,
    Ravikiran

  • Change  select-options lable

    Hi expert ,
    SELECT-OPTIONS : PO_DATE FOR AUFK-ERDAT,
    but i want to write po_date as PRODUCTION ORDER DATE , as i know d default value is 8 characters,i want to know the solution problem.plz help me.

    Hi,
    Goto SE38 --> open your report program --> click menu GOTO --> click Text Elements --> click Selection Texts
    Here you can see al the parameters/selection option included on the selection screen. Change the output string as per your requirement. Now when you execute your program then you wil see the new text displayed on the output screen.
    Hope this helps you.
    Regards,
    Tarun

  • SQD3 select options not fetching all the data?

    Hi abapers,
    standard SDQ3 tcode is not fetching all the data?
    In this standard t.code how to find that for different Select-options, different data retrieval queries have been written?
    where to find the select options conditions are written?
    thans in advance

    This could be an issue as ROWTERMINATOR and FIELDTERMINATOR are not well placed.
    Use FORMAT FILE while using BULK INSERT.

  • Generating HANA where clause for select options having CP as the operator

    Hi All
    I am trying to generate where clause in HANA sql from the select options range table .
    I tried using the function modules  RSDS_RANGE_TO_WHERE and  RH_DYNAMIC_WHERE_BUILD .
    They are working for most of the cases . But  , when the range table has entries like
    Fieldname   sign opt  low high
    VBELN        I/E    CP  *4*
    Both of them fail to generate the right result .
    Could you suggest any other function modules , which take care of all such cases like include single values , exclude single values , incluse and excluse ranges , patterns etc .
    Thanks and Best Regards
    Varsha

    Hi Karthik,
    this is the api, I have done,
    create or replace
    FUNCTION get_where_clause_for_emp_req (
       emp_id       IN   NUMBER,
       salary            IN   NUMBER,
       job         IN   VARCHAR2,
       dept IN NUMBER
       RETURN VARCHAR2
    IS
       l_where_clause   VARCHAR2 (2000);
    BEGIN
       IF (    (emp_id IS NULL)
           AND (salary IS NULL)
           AND (job IS NULL)
           AND (deptIS NULL)
       THEN
          RETURN NULL;
       ELSE
          l_where_clause := 'WHERE ';
       END IF;
       IF (emp_id IS NOT NULL)
       THEN
          l_where_clause :=
                        l_where_clause || ' emp_id =' || emp_id || '';
       END IF;
       IF ((emp_id IS NOT NULL) AND (salary IS NOT NULL))
       THEN
          l_where_clause :=
                          l_where_clause || ' AND salary= ' || salary;
       ELSIF (salary IS NOT NULL)
       THEN
          l_where_clause := l_where_clause || ' salary= ' || salary;
       END IF;
       IF (((salary IS NOT NULL) AND (dept IS NOT NULL)) OR ((emp_id IS NOT NULL) AND (salary IS NULL) AND (dept IS NOT NULL)))
       THEN
          l_where_clause := l_where_clause || ' AND dept= ' || dept;
       ELSIF (status_i IS NOT NULL)
       THEN
          l_where_clause := l_where_clause || ' dept= ' || dept;
       END IF;
    l_where_clause := l_where_clause || ' ;';
       RETURN l_where_clause;
    END;I have done for three parameters, i need to include two more input parameters for this function, so I see going forward my testing cases will increases,
    so am looking for the best solution
    Thanks
    Edited by: NSK2KSN on Jul 7, 2010 3:11 PM

  • Enable change password option in masthead for the custom role

    Hi Experts,
    In our project we have to provide change password option to the custom roles. However we don't have to use eu_role or admin role. Could you please let me know how to go about it.
    Regards,
    RK

    Hi
      Please Refer this thread
        Password Change - Personalize in EP7.0
    You can use old persouserpassword screen after setting the UME property
    ume.admin.wdactive to false using the configtool
    Regards
    Ganesan S

  • Select option , want to hide the selection field

    hi all,
    I have a select option
    s_flight  low to high
    as per my requirement i just want to show the low and high fields.
    I dont want "s_flight" to be displayed on the screen.
    Can someone please help me with this

    Goto Selection Text and in Text window infront of that selection text make text field blank..

  • CO01 - system changes sch.start time given by the user (fwd sched., no cap. check, no shifts defined)

    Dear Experts,
    I am facing a very strange issue. Whenever I am trying to manually create and schedule a discrete production order  in ECC 6.0, with 1-forward scheduling (in CO01 transaction), by giving scheduled start date and time and pressing the "Schedule" button; the system changes the start time given by me (the date remains) and executes the scheduling with that start time.
    For example, when I want to produce 12072 PCs, and I give 08:00 as shceduled start time, the system changes it to 15:59, adds the operation times correctly and defines the 'correct' scheduled end date (again, with fwd scheduling type!).
    There is some logic on how the system changes the scheduled start time given by me. Below a certain production quantity, the issue doesn't come up, lead time scheduling is carried out, as it is expected. So the problem only occurs, when the order qty exceeds a certain limitation. In that case the order cannot be scheduled to a certain time phrame (between 07:59 and 15:59), so the system changes the scheduled start time given by me (whenever the order falls into the mentioned period). Depending on the order qty the mentioned period (to which the order cannot be scheduled) is changing.
    I made the following checks in the system:
    production calendar is set correctly, it is not blocking the production
    all the applied work centers are available from 00-24 hrs
    no shifts has been defined on any of the WCs, production is enabled in 00-24 hrs
    there is no other production scheduled on any of the work centers, capacity load is 0% on all of them, as it has been checked in CM03
    order scheduling was performed with '1-forward' scheduling type
    anyway, capacity check is switched off in the system
    formulas on the work centers are all correct, the processing time calculated based on them is also correct (No queue, wait, setup, etc. times are set in the system, we are only using processing times.)
    no error messages
    As far as I know, in the above case lead time scheduling must be carried out, the system is simply 'not allowed' to change the start date given by me, just add operation times to the start and define the scheduled end date.
    Thank you in advance,
    T

    Jiaul,
    please find the screenshots.
    1.Mark for Relevant finite scheduling in scheduling or capacity tab - yes
    2.Can be used for multiple operation - yes
    3.Capacity Planner Group set up - yes
    Caetano,
    in my case the order scheduled start date is exactly the same as the operation start date. The problem is that this date cannot be manually scheduled to a certain time interval, the system changes the scheduled start date specified by me. (Like there was a "blocked period".)
    Thank you,
    T

  • [WP8.1][C#]Is there any option to find out the User Own Mobile number Using c#?

    Hi,
    we are developing windows phone application. we need to show  user own mobile number in the app.
    Could  you please tell me about the possible to get the User mobile number in windows phone 8 0r 8.1 using c# ?
    Thanks in advance
    Regards
    Velmurugan D

    Hi velmurugandeva,
    To help clarify your post and let people easily tell what it is about, please use a clear and concise subject and include applicable tags.
    We will help to modify the tag base on this
    sticky post or you can modify it by yourself(recommended), and thanks for your cooperation.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Is there any option to find out the User Own Mobile number Using c#?

    Hi,
    we are developing windows phone application. we need to show  user own mobile number in the app.
    Could  you please tell me about the possible to get the User mobile number in windows phone 8 0r 8.1 using c# ?
    Thanks in advance
    Regards
    Velmurugan D

    Hi velmurugandeva,
    To help clarify your post and let people easily tell what it is about, please use a clear and concise subject and include applicable tags.
    We will help to modify the tag base on this
    sticky post or you can modify it by yourself(recommended), and thanks for your cooperation.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • 11g - LDAP Sync - Select Custom Object class based on user type

    Hi Gurus,
    We have Ldap Sync set up between OIM 11g and ODSEE, we have some custom object class in ODSEE when the user are getting created in OIM it is getting created in ODSEE and it has all object class , every thing is working fine.
    Now we have to select the object class based on user type of OIM, while pushing the user to ODSEE through LDAP sync.
    we checked the LDAPUser.xml we doesnt have any option to choose custom object class based on user type.
    Guys needs suggestion how to go forward on this requirement.

    Do you have OVD between OIM and ODSEE? If yes, then this can be handled at OVD. By modifying the LDAP Adapter and setting up search for users with custom objectclass instead of inetorgperson.
    Flow would be as follows:
    OIM --> LDAPRequest to Create User with inetorgperson to OVD --> OVD --> change request's objectclass to custom objectclass --> Create user in OID with custom objectclass
    ~Yagnesh

Maybe you are looking for