Select Option (Underintensified-Not Selectable)?

What is the syntax of a select-option that can be seen on the screen, but cannot be selected(underintensified?
Thanks

Hi Tom
           It cannot be acheived with a syntax, its piece of code..
select-options : so_vbeln for vbak-vbeln modif id 'A1'.
at selection-screen output.
loop at screen.
screen-invisible = '0'  "<<<<<<< check the field in structure screen
modify screen.
endloop.
search the forum you can get good code samples..

Similar Messages

  • The html select box option is not getting displayed properly in IE11

    The html select box option is not getting displayed properly in IE11
    I have developed a website that has a select box drop down. The select box drop down is getting displayed properly in IE9. But in IE11, if I am selecting any option apart from the first one, the whole select box option is getting moved up in the page.
    In IE11, if option 2 is selected, then the select options is getting moved up. But in IE9, if option 2 is selected, then the select options is getting displayed properly.
    Please let me know the fix so that the select options are displayed in the same manner as in IE9.
    Sorry but I am unable to upload images as this site is throwing some error

    Hi Kevin Shen,
    Thanks for post.
    I tried above code in ie 11(version 11.0.9600.17633).
    But it is not working. If you select option 2, and open select box then it open on the select box.
    It should open below the select box.
    Code for above:-
    <select>
    <option>1</option>
    <option>2</option>
    <option>3</option>
    </select>
    Sorry I could not attach screen shot. We have normal select box with three options. If we select option 2, it is showing option list on the select box. It is coming below the select box in ie 10 and other browse like chrome. 
    So what we should do, so that all options will come below the select box?
    Thanks,
    Yogesh Toke

  • Select-options are not destroyed while calling view of used component popup

    Hi Friends ,
    I'm facing a unique problem. I'm calling a view of a component within another component. the view that I'm calling has some select-options. When I close the popup window ( using close 'X' of popup ) and then try to reopen the popup system give me a dump. I debugged and found that select-options are not destroyed by system and once it tries to create the select-options again it dumps because they are already there.  
    This is the source code extract of that dump for your reference .
    1 method if_wd_select_options~add_selection_field.
    2
    3   data:
    4     lr_table_descr       type ref to cl_abap_tabledescr,
    5     lr_struct_descr      type ref to cl_abap_structdescr,
    6     lr_value_field_descr type ref to cl_abap_elemdescr,
    7     added_field          like line of mt_added_fields,
    8     dfies                type dfies,
    9     description          type string,
    10     complex_restrictions type if_wd_select_options=>t_complex_restrictions.
    11
    12   field-symbols:
    13     <it_result> type index table.
    14
    15 * check of someone wants to add a field that already exists
    16   read table mt_fields
    17        with key m_id = i_id
    18        transporting no fields.
    19   if sy-subrc = 0.
    20 *   might be deleted - recreating a field with different setting is of course allowed
    21     read table mt_all_removed_fields
    22          with key table_line = i_id
    23          transporting no fields.
    24     if sy-subrc <> 0.
    >>>       message x000(00).
    26     endif.
    27
    28 *   remove the existing field in order to avoid duplicates
    29     delete table mt_fields with table key m_id = i_id.
    30   endif.
    I've already tried using REMOVE_ALL_SEL_SCREEN_ITEMS( ) method of interface IF_WD_SELECT_OPTIONS before creating new elements ( select-options ). If any one can help me in this It would really help and I'll appreciate it.
    Thanks in advance,
    Laeeq

    I've sloved the problem

  • Why am I not able to export NEF files to Photoshop from Lightroom to edit. This is new. When I right click on an image, the export to PS option is not selectable.

    Why am I not able to export NEF files to Photoshop from Lightroom to edit. This is new. When I right click on an image, the export to PS option is not selectable. I've never had this happen before. I haven't used it for a few weeks, so maybe there's an update (Mac or otherwise) that's screwing things up? HELP!

    I have an Edit In - Photoshop option, but not an Export - Photoshop option.
    Obviously to have right-click Edit In to work, the photo you're right-clicking on needs to be selected.  I assume this is not the problem, and that the photo is selected.
    Mavericks 10.9.3 has a problem where the Users folder is hidden, and you need to update iTunes to fix it, but it's been a few weeks since this happened so hopefully you're up-to-date and the Users folder isn't hidden anymore.
    If you can't get things to work, I'd uninstall LR and uninstall Photoshop, then install Photoshop, and update it, then install LR and update it, as a way to get any wayward security or other OS-level things reset.

  • Extension in Select-Options is not working

    Hi,
    The extension of select-options is not working for the following statement........
    SELECTION-SCREEN: BEGIN OF BLOCK sel WITH FRAME TITLE text-001.
    SELECT-OPTIONS: s_tp_no FOR e070-trkorr.
    SELECTION-SCREEN: END OF BLOCK sel.
    Please Help.......
    Thanks,
    Sheel

    SELECTION-SCREEN: BEGIN OF BLOCK sel WITH FRAME TITLE text-001.
    SELECTION-SCREEN: END OF BLOCK sel.
    Remove the colan ':' from ur code after SELECTION-SCREEN
    write it as
    SELECTION-SCREEN BEGIN OF BLOCK sel WITH FRAME TITLE text-001.
    SELECTION-SCREEN END OF BLOCK sel.

  • Mirrowing option does not appear in my AirPlay after I select Apple tv, it works fine from my phone, any ideas?

    Mirrowing option does not appear in my iPad'sAirPlay after I select Apple tv, it works fine from my phone, any ideas?

    Resolve issues with AirPlay and AirPlay Mirroring from iPhone, iPad, and iPod touch - Apple Support

  • Some of the messages in a gmail mailbox are missing.  I tried to select rebuild but this option is not available (i.e. it is greyed out).  Any suggestions?  The mail is all there when I go into the Google Mailbox.

    Some of the messages in a gmail mailbox are missing.  I tried to select rebuild but this option is not available (i.e. it is greyed out).  Any suggestions?  The mail is all there when I go into the Google Mailbox.

    I've ran the connection doctor and it's showing that the connection to the internet is fine
    What about the connections to the mail servers?

  • I am trying to create mobile pages using the steps file new new document page from sample mobile starters jquery mobile (cdn).  When "page from sample" is selected, the subsequent options are not available.  This seems like a silly question, but how do I

    I am trying to create mobile pages using the steps file>new>new document>page from sample>mobile starters>jquery mobile (cdn).  When "page from sample" is selected, the subsequent options are not available.  This seems like a silly question, but how do I acquire these options?

    You can get the latest jQuery Mobile Themes directly from jQuery Mobile's web site.
    https://demos.jquerymobile.com/1.1.0/docs/api/themes.html
    Or roll your own with ThemeRoller
    http://themeroller.jquerymobile.com/
    Nancy O.

  • Avi or wmv files wont automatically save (tick box option is not selectable)

    avi or wmv files wont automatically save
    (tick box option is not selectable)
    i go to options
    and select SAVE as the default for .avi and .wmv
    FF always asks me what to do every time?
    if i click save, the tick box option for 'always do this' is not selectable ?
    How do i fix this so i can automatically download .avi and .wmv?
    ie ........i click a link ..........it downloads......like other file types

    Try this:
    It works for ALL types of files!
    # Save a small avi file on your harddisk
    # Open Firefox
    # Go to File | Open File ...
    # Go to the file location and select it
    # Click Open
    # Now you see the small window named Opening …
    # Click radio button Save
    # Tick box “Do this automatically for files like this from now on.
    # Piruz bāshid!

  • CA website support page provides a main heading that requires a selection from the options provided. These options do not show. Other browsers operate correctly.

    This webpage does not present correctly. It is a support page which provides for a user to make a selection. These selection options do not appear. Other browsers such as Iexplorer and Google present correctly.

    This webpage does not present correctly. It is a support page which provides for a user to make a selection. These selection options do not appear. Other browsers such as Iexplorer and Google present correctly.

  • HT2534 This article is outdated, this option is not available I MUST select a card and I DO NOT want that!

    This article is outdated, this option is not available I MUST select a card and I DO NOT want that!

    - I do not know about other countries. The article does not say anything about other countries. Some Apple article specifically say that things are not available in all countries.
    - Are you following the instructions exactly? You also have to use an and email address that you have not used with Apple before.

  • Urgent : SSRS reports zoom in option is not working in IE9 compatability view

    Hi,
    We have SSRS reports which when viewed in IE 9 compatability view, zoom in option is not working properly.
    SSRS report have 4 charts inside a rectangle. when zoom in from 100% to 50% only rectangle shrinkes not the charts.
    Please let me know why it is happening and solutions if any?
    Rakesh Jayaram http://blogs.msdn.com/b/rakesh_ramblings/

    Hi Wendy Fu,
    Thanks for your support. Below are the steps and screenshots as per your requirement.
    /*******************Below are the steps to replicate ************************/
    This document explain IE9 compatibility issue with SSRS report (SSRS 2008 R2 and IE9)
    Tools and software used:
    Reports are rendered on Share Point 2010 server which uses SSRS 2008 R2.
    Reports are accessed using web browser IE9, IE10 ….
    Problem statement:
    To work OTHER reports compatibility mode in IE should be ON
    To work SSRS reports (mainly zoom) compatibility mode in IE should be OFF
    OTHER report is being used by customer and they will start using SSRS reports as well. While using both OTHER reports and SSRS reports customer do not prefer to keep switching between compatibility modes.
    “Browser Mode: IE9”
    Steps to reproduce Zoom issue for SSRS report with Compatibility mode is given below:
    Step-1: Select Tools menu -> Compatibility View Settings
    Below setting is suggested for OTHER users so tick as shown below,
    Step-2: On decision center select link and Open the report home page and click the link to open the report.
    Step-3: On SSRS reports Change Zoom level from 100% to say 50%. Here all charts are not moved with container frame.
    If “Browser Mode: IE8” is set with following steps then this issue does not happen.
    Press F12 and from and select IE8 as shown below.
         Press F12 again so this will set the mode and then try Zoom option it works fine. However this setting temporary and will remain for the session only.
    If compatibility mode is OFF then also this does not happen. Please see image below.
    Rakesh Jayaram http://blogs.msdn.com/b/rakesh_ramblings/

  • How can i remove my credit card from app store, the none option its not there and i don't Owen  nothing to apple, my last in app purchase was in clash of clans, please help!!! Because of that problem i cant update my apps! Plz help!!!!!

    How can i remove my credit card from app store, the none option its not there and i don't Owen  nothing to apple, my last in app purchase was in clash of clans, please help!!! Because of that problem i cant update my apps! Plz help!!!!!

    You've logged into your account and viewed your purchase history and there aren't any error messages shown (e.g. 'problem with a previous purchase'), and you haven't got any purchases due (e.g. pre-orders and/or subscriptions) : Why can’t I select None when I edit my Apple ID payment information ?

  • I am unable to quit or launch Safari. (Quit Safari option is not highlighted in menu) I cannot logout without quitting Safari. Can anyone help?

    MacBook Pro  OS X 10.7.5; 2.9 GHz Intel Core i7; 8 GB 1600 MHz DDR3
    I Cannot launch Safari or quit Safari. The Quit Safari option is not active or highlighted in the Safari menu. I tried to shut down and Log Out but cannot because Safari must close first. I have checked for software upgrades and there are none. What do I need to do to use Safari Or shut down Safari?

    Hey there KeelyBoley,
    If you are still not able to quit Safari, or shutdown/restart your Mac, I would force quit the application with any of these instructions that work for you:
    OS X: How to quit an unresponsive application using Force Quit
    Choose Quit by right-clicking or control-clicking on an app's icon in the Dock.
    If your app does not close using the steps above, use any of these steps to force the app to quit:
    Switch to another app, such as the Finder, then choose Force Quit from the Apple menu. Select the unresponsive app in the Force Quit window, and click Force Quit.
    Press Command-Option-Esc, then select the unresponsive app from the Force Quit window that appears, and click Force Quit.
    If Safari continues to become unresponsive such as in this case, a 3rd party plug-in may be the culprit, and this article will help you troubleshoot that:
    Unsupported third-party add-ons may cause Safari to unexpectedly quit or have performance issues
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • Download option is not working

    my nokia x6 00 ,in Nokia Store option ..download option is not working
    Moderator's note: We have provided a subject-related title to help other forum users easily view and respond to this post.

    Hi ahrar3359,
    Welcome to the Nokia Support Discussions!
    Can you further elaborate on your concern? What exactly do you mean by "download option is not working"? Can you select the Download option? If not, can you describe it? Is it grey out? Any error message? Does this happen to all of your apps? BTW, how are you accessing the Nokia Store? Is it via the Nokia Store app or through your phone browser? If you're using the app, try to access it via phone browser to check if the same issue will occur.
    If you are using the app, make sure that it is up to date. You can update it by going to store.nokia.mobi through your phone browser. You can also try to restart the phone to refresh it. Hope this helps.

Maybe you are looking for

  • Standard driver program for sale order

    i am working with sale order confirmation,(smartforms) is there any pre defined driver program for this.Not RVador01/ and i need to display the output in the form of a print out or PDF for sending the mail. So please give me the logic for this.

  • Why can I not install fonts? Office for Mac will not recognize them?

    My wife and I tried many times to install several fonts that we could use in Microsoft Office for Mac. Even though it said they were installed in the Mac, we could not see them in Word. We are new to the Apple products. We are not novice computer use

  • [SOLVED] k3b does not detect optical drive

    Hello, I am running Arch Linux x86_64 with recent updates. I have k3b 2.0.3 and when I launch it I get message that it does not detect my optical drive, and I need hal daemon. I checked, udev is running, node in dev /dev/sr0 has root.optical, my user

  • What is "invalid volume directory count"?

    I get it when I run Disk Utility on my iMac (OS 10.5.8)  My Safari was acting wonky (not correctly loading web pages, or not loading them at all) It says to run disk utility off the installer disk.  Will this wipe out all the stuff on my computer?  T

  • Proxy plugin misbehaves on certain ppath

    I have the following definitions in obj.conf of iplanet 4.1 SP11 under solaris 5.7. <Object name="spotbid" ppath="*/spotbid/*"> Service fn="wl_proxy" WebLogicHost="###.###.###.####" WebLogicPort="7012" DebugConf igInfo="ON" </Object> <Object name="ol