Im working on pcr, issue is data is not popping up in drop down menu

Issue : I select a value from the drop down menu(working fine), below this, I have another drop down, in badi, this code is written in function module of method 'SCENARIO_PROCESS_USER_COMMAND', since it should trigger after the first d.d menu(user cmd).
While I'm Debugging I could see, the select query in the event 'SCENARIO_PROCESS_USER_COMMAND' is fetching the records and appending 'additional_data' itab.
I guess there is problem in front end, ie in tx. 'sfp' .
What is the javascript/formcalc code I need to add here for my 2nd drop down menu.
Thanks in advance

Hi gurus,
does any body have idea on this , im not getting where (back/front end) problem is ...
Issue : I select a value from the drop down menu(working fine), below this, I have another drop down, in badi, this code is written in function module of method 'SCENARIO_PROCESS_USER_COMMAND', since it should trigger after the first d.d menu(user cmd).
While I'm Debugging I could see, the select query in the event 'SCENARIO_PROCESS_USER_COMMAND' is fetching the records and appending 'additional_data' itab.
I guess there is problem in front end, ie in tx. 'sfp' .
What is the javascript/formcalc code I need to add here for my 2nd drop down menu.

Similar Messages

  • I cannot open more than 1 Tab per window. The "+" does not work as well as the item "New Tab" from the File drop-down menu. What shall I do ?

    I have just removed FireFox and reinstalled it again on my Mac Book PRO.
    When I open FIreFox I canNOT open more than 1 TAB.
    I click on the "+"on the top line of the window. It should open another TAB but id does NOT.
    I click on the File item in the top menu bar. A drop-down menu pops up. I click on "New Tab" and nothing happens.
    How can I get more than 1 Tab on the same window ?
    This feature works with Safari !
    Thank you so much.
    Best regards

    We have seen reports about a Community Toolbar extension causing this issue with not being able to open a new tab.
    So if you have such a toolbar then start with disabling it.
    *Tools > Add-ons > Extensions
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Spry Drop Down menu issue in IE

    I created a menu bar with Spry and it works fine in Firefox
    but playing up in IE. The drop down menu starts displaying from the
    top of the page and not where the menu bar is. I have never come
    across this issue with Spry and cannot figure out whats wrong. the
    page is www.cerdomustile.com.au/new if you want to have a look. the
    Spry code is:
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release
    1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights
    reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box
    with no margin or padding */
    ul.MenuBarHorizontal
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 11px;
    cursor: default;
    width: 500px;
    background-color: #000000;
    font-weight: normal;
    font-family: "Trebuchet MS";
    height: 18px;
    /* Set the active Menu Bar with this class, currently setting
    z-index to accomodate IE rendering bug:
    http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this
    container and are a fixed width */
    ul.MenuBarHorizontal li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 11px;
    position: relative;
    text-align: left;
    cursor: default;
    width: 100px;
    float: left;
    background-color: #000000;
    font-weight: normal;
    font-family: "Trebuchet MS";
    height: 18px;
    /* Submenus should appear below their parent (top: 0) with a
    higher z-index, but they are initially off the left side of the
    screen (-1000em) */
    ul.MenuBarHorizontal ul
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width:100px;
    position: absolute;
    left: -1000em;
    height: 18px;
    /* Submenu that is showing with class designation
    MenuBarSubmenuVisible, we set left to auto so it comes onto the
    screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    left: auto;
    height: 18px;
    position:absolute
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    width: 100px;
    /* Submenus should appear slightly overlapping to the right
    (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
    position: absolute;
    margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation
    MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    ul.MenuBarSubmenuVisible
    left: auto;
    top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text
    decoration */
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    background-color: #000000;
    padding: 0.5em 0.75em;
    color: #FFFFFF;
    text-decoration: none;
    /* Menu items that have mouse over or focus have a blue
    background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    background-color: #000000;
    color: #FFF;
    /* Menu items that are open with submenus are set to
    MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal
    a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal
    a.MenuBarSubmenuVisible
    background-color: #000000;
    color: #625647;
    SUBMENU INDICATION: styles if there is a submenu under a
    given menu item
    /* Menu items that have a submenu have the class designation
    MenuBarItemSubmenu and are set to use a background image positioned
    on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation
    MenuBarItemSubmenu and are set to use a background image positioned
    on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class
    designation MenuBarItemSubmenuHover and are set to use a "hover"
    background image positioned on the far left (95%) and centered
    vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class
    designation MenuBarItemSubmenuHover and are set to use a "hover"
    background image positioned on the far left (95%) and centered
    vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless
    you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form
    controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
    position: absolute;
    z-index: 1010;
    filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the
    slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarHorizontal li.MenuBarItemIE
    display: inline;
    f\loat: left;
    background: #FFF;
    }

    No one has any ideas? Someone had mentioned to me that it was
    some hybrid code that would have to be inserted to make IE read
    differently that Safari, Firefox. Not sure how to go about finding
    the code I'd need, though.
    Thanks in advance,
    Burt

  • Superfish drop-down menu – built from a SharePoint list not working

    Hi All,
              I required multiple menus and I am following the below url to achieve my task .After following the all the steps I don't get any result.Can any one help me how can I over come from the issue
    http://spjsblog.com/2011/11/06/superfish-drop-down-menu-buildt-from-a-sharepoint-list/
    Thanks, Quality Communication Provides Quality Work. http://siddiq-sharepoint2010.blogspot.in/ Siddiqali Mohammad .

    Hi siddiqali,
    In SharePint, it provides navigation feature which is similar to yours. Have you tried to use it? If not, I suggest you use navigation feature.
    http://blog.incworx.com/blog/sharepoint-2010-tips-and-tricks/global-navigation-drop-down-menus-in-sharepoint-2010
    If the navigation feature cannot match your requirement, there is a solution similar to the function in the blog that you mentioned, you can download and deploy it to your SharePoint.
    https://www.nothingbutsharepoint.com/sites/eusp/Pages/SharePoint-2010-and-Mega-Drop-Down-Menu-Navigation.aspx
    Deploy solutions in SharePoint:
    http://technet.microsoft.com/en-us/library/cc262995(v=office.14).aspx
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Autocomplete does not work (no drop-down-menu)

    Hi all
    I'm trying to setup the autocomplete-input, but it doesn't
    work. When I type anything into the textbox, the animated image
    beside the box shows activity and I see the submitted data from the
    backend in debug mode, but the drop-down-menu with the matching
    records does not appear.
    if I build a static list of possible choices in the
    cfinput-tag, it works.
    my cfc returns an array and this is serialized as JSON in the
    calling backend-template (see code below). In source code view of
    the html-page, I see lots of java-script and CSS inserted into the
    page.
    any ideas?
    stefan
    calling template:
    <cfsilent>
    <cfscript>
    //Get Query
    locationArray =
    application.addressDao.findLocation(url.term);
    </cfscript>
    </cfsilent>
    <cfoutput>#serializeJSON(locationArray)#</cfoutput>
    relevant part of CFC:
    <cfloop query="qLocations">
    <cfset arrayAppend(records, fPLZ & " " &
    fOrtschaft)>
    </cfloop>
    <cfreturn records/>
    form-page:
    <cfform action="" method="post" name="editForm"
    id="editForm">
    Dynamische Auswahlliste: <br />
    <cfinput type="text" name="ziplocation"
    autosuggest="url:ajaxLocationAutoComplete.cfm?term={cfautosuggestvalue}"
    autosuggestMinLength="3" maxResultsDisplay="10"><br
    />
    <br />
    </cfform>

    Rather a general answer I am afraid, as I can not see an obvious problem & solution:
    # Note for any one off problems with sites it is always worth clearing cookies for that site and cache [[How to clear the Firefox cache]] &[[Delete cookies to remove the information websites have stored on your computer]]
    # Try in safemode (see [[Troubleshoot Firefox issues using Safe Mode]]) that is accessible from your Firefox Button. (but at this stage do not yet try the reset)
    #* next try in safemode and also disable the java plugin that you have (Safe mode disables extensions not plugins)
    #* for info: note Java and Javascript are different animals: http://kb.mozillazine.org/JavaScript_is_not_Java
    # if the above do not help then try the Firefox reset, '''but''' be aware you will loose open tabs, extensions, and certain preferences, you may need to bookmark things first so you can find them again see [[Reset Firefox – easily fix most problems]]

  • Why does search engine drop down menu only works once?

    I'm quite happy with the new Safari 4 (first time user) but I'm frustrated by only being able to select once with my mouse from the 'Recent Searches' drop down window.
    Let me explain. After I launch Safari 4, I'm able to use my mouse and select one of the recent searches in the drop down menu in the normal fashion - go to an item on the menu and press the LH mouse button.
    However, after I've done this once, I can't do it again. When I select an item from the list and click my LH mouse button, the search window goes blank. The previous Google search results stay the same. If I highlight an item from the drop down menu and press the Enter key on the keyboard, it works fine. A mystery!
    The funny part is that it works fine on my other laptop.
    I've unistalled and reinstalled twice but with no success. When I do reinstall, my previous preferences/settings are still there. Where's the preference file so I can delete it? Don't know, but this might help my problem.
    Anyone else seen this problem?
    Regards
    John

    Hi mach37, can you delete the Vosteran search engine by highlighting it on the Search panel of the Options dialog and using the Remove button?
    ''If it comes back:'' I would suspect a bad add-on. Here's my suggested procedure for tracking down and cleaning those up:
    (1) Open the Windows '''Control Panel''', Uninstall a Program (on XP: Add/Remove Programs). After the list loads, click the "Installed on" column heading to group the infections, I mean, additions, by date. This can help in smoking out undisclosed bundle items that snuck in with some software you agreed to install. Take out as much trash as possible here.
    (2) Open Firefox's '''Add-ons page''' using either:
    * Ctrl+Shift+a
    * "3-bar" menu button (or Tools menu) > Add-ons
    In the left column, click '''Plugins'''. Set nonessential and unrecognized plugins to "Never Activate".
    In the left column, click '''Extensions'''. Then, if in doubt, disable (or Remove, if possible) unrecognized and unwanted extensions.
    Often a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.
    Any improvement?
    (3) You can search for remaining issues with the '''scanning/cleaning tools''' listed in our support article: [[Troubleshoot Firefox issues caused by malware]]. These on-demand scanners are free and take considerable time to run. If they finish quickly and especially if they require payment, you may have a serious infection. I suggest the specialized forums listed in the article in that case.
    Success?

  • The "Clear Search History" feature in the upper right drop-down menu no longer works in Firefox 4.

    The "Clear Search History" feature in the upper right drop-down menu that shows search terms no longer seems to work in Firefox 4.

    It is possible that there is a problem with the file that stores the "Saved Form" data.<br />
    Rename or delete formhistory.sqlite (plus formhistory.sqlite-journal and formhistory.sqlite.corrupt and formhistory.dat, if they exist) in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder] in case there is a problem with the file that stores the "Saved Form" data.<br />
    This will remove all saved form data, so you may want to rename formhistory.sqlite to formhistory.sqlite.sav or move the file to another folder in case you need to recover some saved data.
    You may also need to delete search.sqlite and search.json in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder]

  • Selecting the XML data from a drop-down menu or links

    Hi, I have this page:
    http://www.georgeglazer.com/prints/nathist/botanical/volckinv/volckinv.html
    There are prints of lemons/limes and prints of oranges. I
    want to have the visitor select which kind of fruit from either a
    drop-menu or from two links that look something like this:
    Lemons/Limes | Oranges. Looking at other help docs I found the
    region/state mapping demo at
    http://labs.adobe.com/technologies/spry/samples/data_region/StateMappingSample.html,
    and copied the code and tried to modify it. But I don't really
    understand the technical shorthand of the help docs (an ongoing
    problem I have with the Spry documentation) and I couldn't find the
    XML docs that the region/state mapping demos are based on so I
    couldn't see how they were set up.
    I got as far as this: nothing loads initially when you open
    the page (I'd like the lemons to load), but if you select Oranges
    from the drop-down menu you see the oranges, and THEN once you've
    done that, you can select Lemons/Limes in the drop-down menu and
    see those. I have three XML files I've been playing around with to
    get this to work: lemons.xml, oranges.xml and inventory.xml, which
    combines the two.
    I also suspect region/state mapping might not even be exactly
    what I'm trying to do here, but I can't figure out from the
    documentation exactly what this thing I'm trying to do is called. I
    know the photo album demo accomplishes something similar, and I
    could do that, but it seems way more complicated than what I need
    here (right?). Help will be appreciated!
    Thanks,
    Helen

    I made a different test using the file
    http://www.georgeglazer.com/prints/nathist/botanical/volckinv/inventory.xml
    and
    http://www.georgeglazer.com/prints/nathist/botanical/volckinv/volcktest.html
    where I sent up the inventory xml form like one I found in the
    Nested XML Data documentation where you have item ids and types, so
    all the oranges and lemons are in one XML document (which I'd
    prefer).
    Here's an abbreviated version of the inventory.xml:
    <inv_items>
    <inv_item id="1" type="lemon">
    <name>Lemons and Limes</name>
    <title>Cedro Ordinario</title>
    <plate>116a</plate>
    <fullimage>pl116a.jpg</fullimage>
    <tn>pl116a-2.jpg</tn>
    </inv_item>
    [and more lemons follow]
    <inv_item id="19" type="orange">
    <name>Oranges and Others</name>
    <title>La Zucchetta Imperiale</title>
    <plate>138a</plate>
    <fullimage>pl138a.jpg</fullimage>
    <tn>pl138a-2.jpg</tn>
    </inv_item>
    [and more oranges follow]
    </inv_items>
    What I'd like to do is display the names "Lemons and Limes"
    and "Oranges and Others" and when you click on "Lemons and Limes"
    you see only the thumbnails for lemons and limes, and when you
    click on "Oranges and Others" you see the thumbnails for only
    those. I'd like the Lemons and Limes to be selected when the page
    is opened.
    Help greatly appreciated!

  • Cisco Call Manager Administration Page Drop down menu not working

    I'm running the mobile app browser on my Xoom tablet and when I log into Cisco Call Manager Administration page I get the menu's but it will not pull down the options. The same issue happens in google chrome. I use your browser on my desktop and have no issues logging into Cisco Call Manager Administration page and getting the drop down menu's to appear but the mobile version of your browser is not working. Is there a work around? I tried changing the UAString to Desktop, iPad etc and the issue is still there.

    Thanks but I've tried all that. It happens in Chrome also. I've tried Opera and it works on that. I've read other forums and it looks like a Java script issue that Chrome and now Firefox Mobile cannot seem to resolve. My preference is Firefox and I'm sure as more tablets get out then this will be solved at some point. I just don't know how it is prioritized. I do know that in order for Androids to be viable in the business sector they need to address issues like these with a higher priority.

  • Username Drop Down Menu Not Working

    I'm having an issue with the drop down menu when I'm attempting to sign on or auto fill on certain websites. I have checked and indeed Firefox has saved usernames and passwords but it will not show up in the drop down box. When I double click on the box to sign in the drop box opens but everything is blank. If I manually type in the username then the password will auto fill. I have checked all my settings and I'm not in private browsing, I'm saving cookies and I'm not auto deleting anything when I sign off.
    Any ideas on what could be the problem? I have attached a link to see a screen save of the issue.
    Thank you in advance for all your assistance.
    http://img148.imageshack.us/img148/5686/firefoxusername.png

    Yes, I was using the form fill feature on the google toolbar. I have been using it for awhile with no problems but I turned it off and now my drop down menu is working properly.
    Thank you for replying!

  • Browser drop down menu not working

    My browser/navigation drop down menu is no longer working. I'm unable to select my most visited sites without have to type in the web address every time, how do i fix this issue?

    I can access the website, but the drop down menu (from the navigation menu bar) doesn't save the web address, so i still have to type in comcast.net or www.yahoo.com every time, vs clicking on the drop down menu (from the navigation menu bar) if that makes sense.

  • External XML data files to add values to drop down lists

    I would like to have external XML data files to add values to drop down lists in my form.. But when i create a data connection it is working properly only in the Preview in Livecycle Designer.. but not in the PDF form(Adobe Reader). Moreover im not sure whether it will work in the form manager..!plzz help me!
    Raghava Kumar V.S.S.

    Hi,
    For the case of raghavakumar, Is it really that I need to have LiveCycle Reader Extensions? Is there any other way that could do the same?
    Thank you

  • The Print function no longer seems to work in Firefox 6. When typing "Control P" or selecting Print from the file menu nothing happens. No error message, no drop down menu, nothing to select. Help!?

    I can't print, print preview, nothing. I have several printers associated with this computer, including an HP, and PDF creator - none of these appear in a drop down menu, there is no error message, yet these all function fine if I am not on the internet!

    No errors in error console. No effect using *. I tried using the dns name of my localhost both in the Firefox URL and in the javascript and I get exactly the same. I have spent a huge amount of time looking into this issue.
    One thing I noticed is that if I use the examples on the internet (http://arunranga.com/examples/access-control/preflightInvocation.html or http://saltybeagle.com/cors/) they work in the same browser. These examples however, are accessed through HTTP proxies.
    I am wondering if the issue has to do with using the same hostname just with different ports.

  • Top Navigation Bar drop down menu's do not work

    Top Navigation Bar drop down menu's do not work. It is only happening on a couple of my site collections and is affecting on the main page of those collections. There is only one web part on the main page, it is the Picture Library Slideshow web part. When
    I remove that web part, the menu's come back and work with no problem. I re-add the web part and the menu's stop working. Not finding any error's in the server logs, there are no visual error's thrown.  Any advice on what might be happening? I've checked
    the Java update on our computers and it has the latest version.  Open to any advice at this point.
    DA
    ~~~~~~~~~ DAnderson

    Hi,
    How does the Top Navigation Bar dropdown menu issue look like?
    Could you please provide a screenshot about the issue, also may detecte the problematic elements by using IE browser developer tool (keyboard F12)?
    Please also check if it is related IE compatibility issue.
    Thanks
    Daniel Yang
    TechNet Community Support

  • Drop down menu for date

    Hi all
    i want o select date range from the drop down menu like
    Year ( from 2007-to current year )
    and month (1 to 12)
    with default month as current month
    plz help
    It should be a drop down
    thanks

    Thanks sir, it works exactly like i needed.
    i just need some minor improvements,
    1.I should be able to display months as 1 - 12 instead of jan,feb,etc and its default value should be the current month
    and second
    for year it should be like 2007(default to the current year)
    Plz help
    P.S : My fields fro year and month in numeric
    Message was edited by:
    Rameez

Maybe you are looking for

  • Creating PL/SQL webservices in Workshop

    Hi, I am very new to workshop. In jdeveloper we can able to create a PL/SQL webservice. Is it possible to create a PL/SQL webservice Workshop? If so, Please let me know the steps & documentation. Please help me. Regards, Latha

  • Console -f not working in ALOM

    Hi, I connected to ALOM on V240 installed with Solaris 10. console -f does not give me console on screen. Sun(tm) Advanced Lights Out Manager 1.6.8 sc> console -f Enter #. to return to ALOM. ...I pressed ENTER a lot of times but does not give me cons

  • Query Syntax

    Hi Guys, Is there any where for me to lookup information of syntax that used in queries? I know stored procedure and able to write simply query with no problem But i encounter a syntax from other partner like: $[ORDR.DocNum] $[38.1.0] /* SELECT FROM

  • Can't install Flash player on Windows 7

    I just install window 7 ultimate 64bit version. When i install flash player, there is a black blank page pop up. I wait for the blank page more then 15mins. There is no action at all. It seems fleeze. I try to reboot and install it again. The same pr

  • CS4 update to 4.2 - problems remain

    I am very disappointed that the latest update does not fix the Multicam windows colour error when running Premiere with Matrox RT.X2. The boarders on the multicam boxes remain green, whether playing or recording, rather than turning red when recordin