Instrument drop down shows Logic twice

Attached is screen shot of the instrument channel drop down choices . Notice how Logic appears twice, once normal and then under the AU Instruments.
Just wondering what is at play here. thanks, Kendall

Ensure your code follows below logic
PARAMETERS: pa_it TYPE t582s-infty AS LISTBOX VISIBLE LENGTH 40 MODIF ID 2md.
TYPES: BEGIN OF t_infty,
        infty TYPE t582s-infty,
        itext TYPE char40,
       END OF t_infty.
DATA: it_infty TYPE STANDARD TABLE OF t_infty WITH HEADER LINE.
AT SELECTION-SCREEN ON VALUE-REQUEST FOR pa_it.
    REFRESH it_infty.
    SELECT * FROM t582s WHERE sprsl = sy-langu.
      MOVE-CORRESPONDING t582s TO it_infty.
      it_infty-itext = t582s-itext.
      CONCATENATE it_infty-infty t582s-itext INTO it_infty-itext SEPARATED BY ' - '.
      APPEND it_infty.
    ENDSELECT.
    PERFORM dropdown_list_values_create TABLES it_infty USING  'INFTY'.
FORM dropdown_list_values_create  TABLES f_tab
                                  USING retfield TYPE dfies-fieldname.
  "display internal table as a dropdown list,
  "return field 'INFTY' when the event is trigerred
  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
      retfield        = retfield
      value_org       = 'S'
    TABLES
      value_tab       = f_tab
    EXCEPTIONS
      parameter_error = 1
      no_values_found = 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.
ENDFORM.                    "dropdown_list_values_create
Regards
Marcin

Similar Messages

  • Drop Down shows the values twice

    Hi,
    In MPP, there is a drop dop which displays all the Infotypes along with the description.
    Populated all the Infotype using the FM F4IF_INT_TABLE_VALUE_REQUEST in Process on Value-request.
    But the drop down shows the values twice as,
    PA000 : Organisation Assignment PA000 : Organisation Assignment
    PA001: Actions  PA0001: Actions
    In debugging,i have checked the internal table which i pass to the FM, it has only one time.
    Could be help me to resolve this.?

    Ensure your code follows below logic
    PARAMETERS: pa_it TYPE t582s-infty AS LISTBOX VISIBLE LENGTH 40 MODIF ID 2md.
    TYPES: BEGIN OF t_infty,
            infty TYPE t582s-infty,
            itext TYPE char40,
           END OF t_infty.
    DATA: it_infty TYPE STANDARD TABLE OF t_infty WITH HEADER LINE.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR pa_it.
        REFRESH it_infty.
        SELECT * FROM t582s WHERE sprsl = sy-langu.
          MOVE-CORRESPONDING t582s TO it_infty.
          it_infty-itext = t582s-itext.
          CONCATENATE it_infty-infty t582s-itext INTO it_infty-itext SEPARATED BY ' - '.
          APPEND it_infty.
        ENDSELECT.
        PERFORM dropdown_list_values_create TABLES it_infty USING  'INFTY'.
    FORM dropdown_list_values_create  TABLES f_tab
                                      USING retfield TYPE dfies-fieldname.
      "display internal table as a dropdown list,
      "return field 'INFTY' when the event is trigerred
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield        = retfield
          value_org       = 'S'
        TABLES
          value_tab       = f_tab
        EXCEPTIONS
          parameter_error = 1
          no_values_found = 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.
    ENDFORM.                    "dropdown_list_values_create
    Regards
    Marcin

  • "Window" drop-down shows no windows, if it's the 'primary' window; works fine with all other windows.

    The first time I opened Firefox after the 'upgrade' to 34.0.5, it restored all of my windows and tabs from the previous session, as it should. But the Window drop-down showed only "Minimize" and "Zoom", and didn't list any windows, not even the one I was in (I'll call it the 'primary', since it's the one that was listed first). If all of the windows were minimized, I would have nothing, but once I made a new window, all of the windows would show up in the Window drop-down. After some trial-and-error, it appears to happen *only* when the active window is the 'primary', it works fine when any other window is active.
    How can this be fixed?

    As I stated I already did this and it was not helpful. The drive is not near capacity, but I could not give you an exact answer on how full it is. I know my data is still there as I can see items but just cannot access any windows or menu items as no text is displayed.

  • {module_categorylist} Categories drop down show sub categories only

    Hi
    On this page I have a FAQ search at the top of the page.
    http://www.pantheraaccounting.co.uk/features/faqs
    In the ‘Categories’ drop down I have a set of sub Categories called ‘FAQ’ - is there anyway I can just show the subset of categories instead of showing All Categories I have created for other parts of the site.
    e.g. Drop down list to show only
    FAQ
    - Corporation Tax
    - Self Assessment
    - UTR
    - Xero
    The code for this is   
    <table class="faq-search" cellspacing="0" cellpadding="2" border="0">
                    <tbody>
                        <tr>
                            <td><label for="CAT_Category">Category</label><br />
                            <select class="cat_dropdown_small" id="CAT_Category" name="CAT_Category">{module_categorylist}</select></td>
                            <td><label for="CAT_FAQSearch">Search (Optional)</label><br />
                            <input class="cat_textbox_small" type="text" id="CAT_FAQSearch" name="CAT_FAQSearch" /></td>
                            <td> <br />
                            <input class="cat_button" type="submit" value="Search" /></td>
                        </tr>
                    </tbody>
                </table>

    I have found the answer on another forum post - thank you to Adam (Logo Pogo)  https://forums.adobe.com/message/5818145#5818145
    If anyone else is looking for a solution this works;
    Actually, there is an undocumented way of doing this. Just like with the ecommerce catelogue list dump you can use the ID of the catalogue / category in the module tag to render that level like so:
    Ecommerce catalogue list dump:
    {module_cataloguelistdump,-1} --- renders all catalogues
    {module_cataloguelistdump,12345} --- renders the catalogue level with this ID of the top catalogue
    System Categories list:
    {module_categorylist} --- renders all categories
    {module_categorylist,12345} --- renders the category level with this ID of the top category

  • Drop down shows upwards IE 11

    My application have a drop down list.. When I tested it on IE,8,9. It is showing the drop down downwards, when I tested it 11 it is showing upwards...I want to set my drop down list down wards  IE11. Please help me to fix this issue. Thanks
    Its displaying downwards and upwards inconsistently across all the pages
    I have a normal select box as below.
    In IE 11 it behaves differently. It showing upwards in IE10 and 11. except these versions it is showing down wards.. How to fix this. 
    Please provide solution except setting  compability views for the sites in IE11. Or else please confirm this is IE 11 bug so that i can communicate to our client.

    Hi Rob,
    Thanks for your reply.
     I am sorry for the last line, I got fed-up on seeing on forum link only i have added that line. Sorry for that. I am not able to share it here.
    Since we are asking for a solutionm they are telling
    compatibilitymode or inprivate browsing.  We are doing migrating our application to support IE11.  I am not able to share my link since that is not allowed since i am new user
    I will share the code here. You evaluate it.
    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title></title>
    </head>
    <body>
        <form id="form1" runat="server">
        <div>
        <table cellpadding="5" cellspacing="5">
         <tr>
            <td>
                Dropdown has single value
                </td>
                  <td>
                   <select>
                <option value="BLUE">Blue</option>
            </select>
                </td>
            </tr>
            <tr>
            <td>
                Dropdown has multiple values
                </td>
                  <td>
                   <select>
                <option value="BLUE">Blue</option>
                <option value="RED">Red</option>
                <option value="Green">GREEN</option>
                <option value="Yellow">YELLOW</option>
                 <option value="Green">White</option>
                <option value="Yellow">Orange</option>
            </select>
                </td>
            </tr>
             <tr>
            <td>
                Checkbox 
                </td>
                  <td>
                    <input type="checkbox" name="vehicle" value="Bike">I have a bike<br>
                    <input type="checkbox" name="vehicle" value="Car">I have a car 
                </td>
            </tr>
             <tr>
            <td>
                Radio
                </td>
                  <td>
                   <input type="radio" name="sex" value="male">Male<br>
    <input type="radio" name="sex" value="female">Female
                </td>
            </tr>
        </table>
        </div>
        </form>
    </body>
    </html>

  • When iWeb finishes publishing, drop down shows wrong address

    It's kinda weird. When iWeb finishes publishing my website, a drop down window asks, do you want to visit, announce, or finish. If you click visit, it goes to www.gogoglidepath.com/gogoglidepath. It should say www.gogoglidepath.com. Anybody know how to fix it? I know it's just a little bug, but it bugs me.

    Well, no actually it is not incorrect, because that is how iWeb will publish. It will publish using a site folder with the same name as you called your site within iWeb. Did you name your site gogoglidepath in iWeb? If so, if you don't like it then you need to go back and change this in iWeb to something short like Site or S or whatever. That is how iWeb does things so your url is http://www.domain.com/sitename/pagename.
    Are you publishing to MobileMe and forwarding your domain name or publishing direct to your host? If using MME there is not a lot you can do about this apart from changing to web forwarding from CNAME forwarding so that your url will be http://www.domain.com. You can then only bookmark the whole site rather than pages.
    If uploading directly, you can upload just the contents of your site folder rather than the whole folder itself.

  • Editable drop down do not show national characters

    Hi
    I'm using DW CS3 with Developer toolbox, PHP MySql.
    Problem is that Editable drop down show national characters wrongly.
    actually its inserts data in to database with wrong encoding.
    I use encoding "charset=utf-8", all other forms working fine.
    Only Editable drop down show [squares] instead Ä Ö Ü ...
    How i can do that Editable drop down will inserts data in utf-8 encoding?
    (like other forms and fields in my page)
    Thanks!

    Does it help if you disable hardware acceleration ?
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://hacks.mozilla.org/2010/09/hardware-acceleration/

  • When I type in "www" in the navagation space I get a drop down that shows all the web sites I have visited! How do I turn this off?

    # Question
    When I type in "www" in the navagation space of the home page I get a drop down that shows all the web sites I have visited! How do I turn this off? edit

    That drop-down shows matches from your History and/or Bookmarks. To change what is shown, see "Controlling Behavior" in this article:
    *https://support.mozilla.com/en-US/kb/Location%20bar%20autocomplete
    <br />
    The information submitted with your question indicates that you have out of date plugins with known security and stability issues that should be updated. To see the plugins submitted with your question, click "More system details..." to the right of your original question post.
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.2"
    **New Adobe Reader X (version 10) with Protected Mode just released 2010-11-19
    **See: http://www.securityweek.com/adobe-releases-acrobat-reader-x-protected-mode
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    #'''Check your plugin versions''': http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**Use the links below to avoid getting the troublesome "getplus" Adobe Download Manager and other "extras" you may not want
    #**Use Firefox to download and SAVE the installer to your hard drive from the appropriate link below
    #**Click "Save to File"; save to your Desktop (so you can find it)
    #**After download completes, close Firefox
    #**Click the installer you just downloaded and allow the install to continue
    #***Note: Vista and Win7 users may need to right-click the installer and choose "Run as Administrator"
    #**'''<u>Download link</u>''': ftp://ftp.adobe.com/pub/adobe/reader/
    #***Choose your OS
    #***Choose the latest #.x version (example 9.x, for version 9)
    #***Choose the highest number version listed
    #****NOTE: 10.x is the new Adobe Reader X (Windows and Mac only as of this posting)
    #***Choose your language
    #***Download the file
    #***Windows: choose the .exe file; Mac: choose the .dmg file
    #*Using either of the links below will force you to install the "getPlus" Adobe Download Manager. Also be sure to uncheck the McAfee Scanner if you do not want the link forcibly installed on your desktop
    #**''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #**Also see: https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox (do not use the link on this page for downloading; you may get the troublesome "getplus" Adobe Download Manager (Adobe DLM) and other "extras")
    #*After the installation, start Firefox and check your version again.
    #'''Update the [[Java]] plugin''' to the latest version.
    #*Download site: http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)
    #*Also see "Manual Update" in this article: http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org
    #*Java Test: http://www.java.com/en/download/help/testvm.xml

  • Invoice recipient drop-down does not show all company codes

    Hi SRM Gurus,
    The user has three company codes assigned as attributes in the Org structure.
    When creating a shopping cart, the company code drop-down shows the three company codes and the user is able to select one of them.
    However, when creating an invoice, the user is able to see only one of the company codes in the drop-down (the last one in the list of three company codes in the org structure), therefore, does not have the option of changing the comp code. This is an issue - am not able to find any  OSS notes to resolve the issue.
    Any help is highly appreciated and will be suitably rewarded.
    Thanks,
    Sai

    Still don't have an answer. I'm now looking to use a radio button or something to use as a work-around. If I use a lookup and tell it to allow multiple selections (shows as checkbox) it does not show all values in the mobile view.
    If I input each item and choose choice, it only shows up as dropdown. I need radio buttons. If I choose lookup and allow multiple selections, it does not show all the options.
    I need some help on this.
    Jef

  • Drop down field in ALV values not getting changed

    Hi All.
    I have created an  drop down by key in ALV and I am initialising and filling the values in drop down in Modify view.
    When I am executing the application for the first time the values fill in fine in the drop down. However based on user selection the value in drop should changed. Keep in mind all the rows added in ALV should show the same values in drop down.
    Now the issue is when ever user changes the value but the drop values which were set initially does not changes.
    In other words if user selects supplier A the values for all rows in drop down shows as
    A
    B
    C
    But if user selects supplier B the values for all rows in drop down should changed to 
    X
    Y
    Z
    unfortunatley it still shows values as A,B,C .
    I have checked while debugging and values are changed based on condition but when I set them back in ALV using set_attribute_value_set it does not shows the new values.

    Hello Shakthi,
    The easier option would be to convert the DropDownByKey to DropDownByIndex. If you still want to proceed with DropDownByKey then you need to initialise the ALV data again.  do the following
    1. after changing the attribute-value_set, call the ALV interface controller method SET_DATA and pass the instance of the context node.
    2. reintiliase all the ALV settings like edit mode, converting the column editor to DropDownByKey etc....
    This will ensure the new attribute value set is reflected in the ALV component.
    BR, Saravanan

  • How to filter selection in drop down box in Report Builder 3.0

    New to SQL reporting services -
    what is the syntax for filtering the drop down list in Report Builder 3.0? 
    I have the following:  =Parameters!ReportParameter1.value   and =Fields!Store.value 
    my drop down shows the project name numerous times rather than just once.

    New to SQL reporting services -
    what is the syntax for filtering the drop down list in Report Builder 3.0? 
    I have the following:  =Parameters!ReportParameter1.value   and =Fields!Store.value 
    my drop down shows the project name numerous times rather than just once.
    Hi ,
    If I understood your requirement clearly then you need distinct value in Parameter list.
    In this case you need to select a distinct record in dataset that will be further used as Parameter input.
    Lets say your pameter accept value from dataset1;
    select 'Project1' pp
    union all
    select 'Project1'
    union all
    select 'Project1'
    union all
    select 'Project2'
    union all
    select 'Project2'
    union all
    select 'Project3'
    so in this case your report parameter will show.
    By selecting distinct record  you will get ;
    Thanks
    Please Mark This As Answer or vote for Helpful Post if this helps you to solve your question/problem. http://techequation.com

  • Creating a new drop down menu when an option in an existing one is chosen

    I’m using Coldfusion 9,0,0,251028 on Windows 7 64-bit, with a Microsoft Access 97 database. 
    I’m having a problem with using a drop-down menu to create another one below it once a certain option is selected
    (in this case, the option named “Breaking News”, which has an id of 31).
    What event trigger should I use to create a drop-down menu underneath the first one when “Breaking News” is selected? 
    Should I be using Javascript for something like this, or can Coldfusion handle it?
    Here’s the code:
    <cfquery name="get_info" datasource="#db#">
    select * from lists
    order by department asc, list asc
    </cfquery>
    <div align="left">
              <select name="list">
                     <option value="-1" selected> --------------------------------------  
                     <cfoutput query="get_info" group="department">
                            <cfoutput group="list">
                 <cfif list neq "Breaking News Cell Phone">
                         <option value="#id#">#list#
                 </cfif>
                            </cfoutput>
                  <option value="-1"> --------------------------------------
                     </cfoutput>
              </select>
    </div>

    Depending on the details, I might use ColdFusion to create the content of the second drop down.
    The second drop-down is supposed to be an expiration date that gets attached to the message so it can be self-removing.
    The first drop-down is to specify a category for a message to be sent out on.
    In this case, the only one that needs the secondary expiration drop-down is a single category (Breaking News),
    so all other options on the drop-down would have to not trigger the expiration date drop-down showing.
    In that situation, would you use ColdFusion to create the second drop down?

  • Controlling prompts drop down Dates

    Hi,
    I have a prompt that has a drop down value as follows
    "select period.period_name from dndo where period.period_year=year(timestampadd(sql_tsi_month,-1,current_date-7)) and periods.month_end_date < current_date-7 order by gl_periods.period_num"
    Until, the 8th of every month the drop down shows the previous month. For example we load May data within the 8th of June. Until 8th of june it will show April, on the 8th of june it will show May. I want this to be changed to the following, if the data has been loaded before the 8th of the month, I want to show the previous month and not wait until 8th of the month. Please help on how this can be done.
    Thanks for your help.

    Try doing this:
    1) Build two prompts, one where you assume the data hasn't loaded. So the prompt will display "two months ago" in the display. The second prompt will assume the data has loaded and the SQL will be for "last month."
    2) Put each prompt in a separate section, one section above the other, both being above your report.
    3) Click on the Properties button of each prompt section and then click on Guided Navigation. Link it to the small report you build. The first section should display "when there are no records to display" and the second prompt section should display when the smaill report does return records.
    This way one or the other prompt will display depending on when the data are loaded for the previous month. That should do it.

  • Reg : Two Drop Down's on Adobe Form

    Hi  ,
    I have a form on which I placed two Dropdown fields and I bounded them to the same internal table.
    The internal table has 10 records with a blank record as the first record.
    When I execute the form u2026 first dropdown shows blank record as the first record being selected   and
    Second dropdown shows next record being selected  .
    but my requirement is  ..both the dropdownu2019s should display blank record as selected
    Any idea???

    hi,
    bindind data  to 2 dropdown's  is perfectly correct.
    I able to see the values also in both the drop down's.
    but my question here is:
    frist drop down shows first value in the interanl  table as the defaut value displayed in the first dropdown.
    second drop down shows second value in the interanl  table as the defaut value displayed in the second dropdown.
    and suppose  if we have third dropdown..
    third drop down shows third value in the interanl  table as the defaut value displayed in the third dropdown.
    I want all the dropdown's to show first record as the default record to be displayed.
    any idea is greatly appreciated.
    try yourself by placing 3 dropdown's on the form and bind all the 3 dropdowns to the same internal table field.
    regards
    Arjun

  • Developer toolbox, Editable drop down encoding problem

    Hi
    I'm using DW CS3 with Developer toolbox, PHP MySql.
    Problem is that Editable drop down show national characters
    wrongly.
    actually its inserts data in to database with wrong encoding.
    I use encoding "charset=utf-8", all other forms working fine.
    Only Editable drop down show [squares] instead Ä Ö
    Ü ...
    How i can do that Editable drop down will inserts data in
    utf-8 encoding?
    (like other forms and fields in my page)
    Thanks!

    I already read that one (and a few others) but it never
    solved my
    problem, but perhaps it will help Markokiz
    Dooza skrev:
    > Maybe this will help:
    >
    http://dev.mysql.com/doc/refman/5.0/en/charset-server.html
    >
    > Steve
    >
    > kim wrote:
    >> Hi,
    >>
    >> I had a similar problem recently (not with tool box
    though) and I gave
    >> up using UTF-8 and went with charset=iso-8859-1
    instead. It seemed (in
    >> my case) that whenever data was being submitted from
    a page to the DB
    >> and then pulled back out I got the problem. I guess
    it's some setting
    >> in the MySQL but I just couldn't figure out where.
    This is only the
    >> case when I'm working with Danish characters. Maybe
    it could help you
    >> with your problem... maybe not.
    >>
    >> Markokiz skrev:
    >>> Hi
    >>> I'm using DW CS3 with Developer toolbox, PHP
    MySql.
    >>> Problem is that Editable drop down show national
    characters wrongly.
    >>> actually its inserts data in to database with
    wrong encoding.
    >>> I use encoding "charset=utf-8", all other forms
    working fine. Only
    >>> Editable drop down show [squares] instead ? ? ?
    >>> How i can do that Editable drop down will
    inserts data in utf-8
    >>> encoding? (like other forms and fields in my
    page)
    >>> Thanks!
    >>>
    >>>
    >>
    >
    Kim
    http://www.geekministry.com

Maybe you are looking for

  • Adobe air problem please help

    I downloaded town of salem off steam, when i tried to run it it said i needed to get/update adobe air, so i though thats not too hard, when i procceded to download it and install it a message came up saying "An error occurred while installing Adobe A

  • Reversal of sales documents

    Hello, The following situation has arisen in our production environment: A user created a sales order with 3 line items. The DA (outbound delivery) and invoice were subsequently created and the invoice was released to accounting. The document flow of

  • Capturing from HDR FX7 sony camera

    Tom With your help I solved audio track appearing in timeline but i have not audio, i think is a setting problem now, sorry but Im still learning. My software is fce and my problem is when I try to capture standard definition video, no with HDV Thank

  • Netra T1 105, issue with LOM prompt

    Hello all, I am having issue in accessing OK prompt from LOM menu. When I do the poweron, it sits on LOM event: power on. When I do, console it shows stand by. Please help me out here as I am working on making this server to respond. Thanks.

  • Have to keep putting in my password

    I keep getting the message, something like "Developer Tools needs to take control of ...  for debugging.  ...enter password to allow this. Everytime I turn on my Macbook and start Xcode.  Is there a way to 'always allow' this?