RUEI 12.1.0.3.0 - Dropdown List Not Showing Correctly in Session Replay

Hello all,
While using Session replay, I found out that dropdown boxes/menu does not work in Session replay mode. I am using RUEI to monitor oracle.com
Anyone has a similar experience? Care to assist, please?
Regards,
Nathan
Edited by: 959447 on Dec 12, 2012 5:30 PM

Hi Nathan,
java script execution can be in disabled state to prevent you from actively differentiate the execution path other than the original session. you can influence that behavior under configuration (your app selected) than the "javescript Replay" tab.
should this not resolve best to file an SR so we can take a look together with you.
R, jurgen

Similar Messages

  • Value help dropdown list not showing up other values

    Dear all,
    I'm new to Adobe and Java WD. I managed to go through all the tutorials and developed a WDJ and embedded an interactive form in the view. I also used an RFC Model to pull some values from n R/3 table and populate in a context node element.
    These values are appearing perfectly fine in the WDJ if I'm using a table or a drop down list index field.
    But in the Adobe form, when i bind this context node to a WebDynpro native Value help drop down list box, only the first value of the table appears. On clicking on it, nothing happens. I'm not sure what is the problem.
    Can anyone please help me in this? Should i write some code to bring the other values too? (the tutorial doesn't say this!)
    If so, then please give some sample java codings and step by step process for populating the field values with the table values.
    My node structure is like below
    Context
         Ysam_Get_Values_Input(Node-RFC)
              Output (Node-RFC O/P)
                   Values(Node-table from the RFC)
                       Slno (attribute that has the values to be populated with)
    Any help is greatly appreciated.
    Thanks,
    Sam

    Hi Raja,
    In the view:
    <htmlb:gridLayoutCell id                  = "AddedProfileNameIF"
                                        columnIndex         = "2"
                                        rowIndex            = "2"
                                        horizontalAlignment = "LEFT"
                                        verticalAlignment   = "MIDDLE" >
                    <htmlb:dropdownListBox id         = "added_profile1"
                                           helpValues = "//model/ust10st.profn"
                                          />
                  </htmlb:gridLayoutCell>
    In the Model:
    method MODEL_INIT .
    select profn from ust10s into  table UST10ss.
    read table UST10ss index 1 into UST10st.
    endmethod.
    In controller:
    METHOD do_init .
      m_model ?= create_model( model_id = 'm'
                               class_name = 'zcl_model_zsox1' ).
    m_model->model_init( ).
    ENDMETHOD.

  • Goods movement list not showing EAN in Order Unit..!

    Hi Guys,
                   I have an issue with goods movment list (tcode MB26).
    good movement list not showing EAN in Order Unit..!
    EAN No. and Storage Bin is maintained in Material Master but its not showing up Goods Movement list.
    Please find the screen shots.
    Thanks
    Sam

    are you still in 46c release? for 46c exists an OSS note to fix the issue with the bin:202240 - Transaction MB26: Storage bin is not supplied

  • Contact choice list not showing up on dial screen

    I have a large contact list in the address book and today the contact choice list not showing up on the dial screen when I press the first one or two letter of the contact name, for example, there are 2 contact in my address book, John Smith and John Joe, when I press "john", BB will filter the address list and show up 2 contacts above in the choice list, but it stop working today, any ideas? thank you.

    Never mind! If anyone else has this issue.... After trying numerous things , I simply turned iMessages off on ipad, restarted ipad and logged back in.

  • Transparent pop up list not showing?

    Transparent pop up list not showing ?

    This is sporadically occurring issue hence I cannot pin point one single reason. Since sometimes you are able to logon and some time not certainly it could not be a Role authorization issue.
    Just check if your business role is properly configured. Thats all i can say.
    Regards
    Kavindra

  • Dropdown List Not Refresh with Static PDF

    Hi,
    I'm using LiveCycle ES2 version 9 to design my form and view using Acrobat X Pro. In my form, I have a dropdown list that binds to a data connection to populate the list of products available. The SQL query of the data connection is as simple as below,
         "SELECT ProductCode, ProductName FROM PUB_Product WHERE ActiveInd = yes"
    Everything works perfectly when I save my PDF in dynamic form. However, due to some limitation with dynamic form, I have no choice but to save the PDF in static form. Problem with static form arises when there are changes to PUB_Product table which could be adding/removing product, setting an active product to non-active and etc. In case of any changes, I have to re-open the PDF in LiveCycle and save it in order to have the latest data reflected in the form. Is there anything I can do so that the changes to the product table will straight away reflected in the form without having to re-save it?
    Thanks in advance for your advise.
    Regards,
    Steven

    Hi Paul,
    Thanks for helping. I'm using Acrobat to view the PDF form. Thus, shouldn't have any problem connecting to the database.
    I've captured some screenshots as below and hope it helps you understand my situation better.
    This is my Access database
    This is my PDF. Added a data connection "Product" using SQL Query "SELECT ProductCode, ProductName FROM PUB_Product WHERE ActiveInd=yes" whereby it will only extract the "active" products.
    Binded the product code dropdown list with "Product" data connection to populate the list.
    The output of the PDF form. Only the active products are being listed.
    Now, if let's say I add a new product to my PUB_Product table, the dynamic form will straight away list the new product but not the static form.
    Dynamic form
    Static form
    In order to see the new product listed in the static form dropdown list, I have to re-open the form in Live Cycle and just simply save it. So my question is, is there anything I can do to skip this "open and save" step?
    Thanks.
    Regards,
    Steven

  • Dropdown list not updating when bound db changes

    I hope someone can help me.  I have a form created by Livecycle Designer ES.  It contains a dropdown list populated by a bound to a database table. All works well until the database table is altered.  The dropdown list does not reflect the change.  It is as if the values were snapshotted when the was saved in Livecycle.  I have been unable to find a way to make the list update. 
    Details:
    LiveCycle Designer ES version 8.2.1 - part of Adobe Acrobat Pro 9 with the latest updates.
    The table is contained in a SQL Server 2008 R2 database. 
    The data connection: OLEDB Database,
    Provider: Microsoft OLE DB Provider for ODBC Drivers
    Connection: UFN
    What am I doing wrong?
    -Rhinoplasty2012

    Hi Paul,
    Thanks for helping. I'm using Acrobat to view the PDF form. Thus, shouldn't have any problem connecting to the database.
    I've captured some screenshots as below and hope it helps you understand my situation better.
    This is my Access database
    This is my PDF. Added a data connection "Product" using SQL Query "SELECT ProductCode, ProductName FROM PUB_Product WHERE ActiveInd=yes" whereby it will only extract the "active" products.
    Binded the product code dropdown list with "Product" data connection to populate the list.
    The output of the PDF form. Only the active products are being listed.
    Now, if let's say I add a new product to my PUB_Product table, the dynamic form will straight away list the new product but not the static form.
    Dynamic form
    Static form
    In order to see the new product listed in the static form dropdown list, I have to re-open the form in Live Cycle and just simply save it. So my question is, is there anything I can do to skip this "open and save" step?
    Thanks.
    Regards,
    Steven

  • Combobox or Dropdown list not working in AIR 2.7 for Mobile Applications

    Hey,
    I want to use combobox or a dropdown list in my app for Mobile.It is coming properly on the screen.but when I try to select the thing from the list it doesnt gets clicked and the new value is not getting displayed on the dropdown.
    Previously I was using older version of AIR.but now am using AIR 2.7.
    So is AIR 2.7 creating a problem???
    Thanks in advance.
    Ronak Shah

    ComboBox and DropDownList don't work on mobile devices.  It has to do with the differences between touch interfaces and mouse interfaces.  You'd have to extend / modify the components a bit and I would recommend creating custom skins optimized for mobile devices.
    Or you can just use the ones I already optimized:  https://www.flextras.com/index.cfm?event=ProductHome&productID=21

  • Follow-Up Dropdown Lists Not Appearing in Interaction Record

    Dear SAP experts,
    I have setup Interaction Record as the leading transaction in the WebIC. In the Follow-Up area, user should be able to select a list of Transaction Type from the drop down menu eg: Sales Order, Service Request etc. I have configured the following but the dropw down menu is still not showing any items. I can however see the items only in SAP GUI, but NOT in the WebUI.
    1) Define Copying Control for transaction type eg: ZSIR (interaction record) --> ZSRV (service request)
    2) Defined the Transaction Type
    3) Defined Business Transaction Profile for ZSIR (interaction record) with Dependent Business Objects include ZSRV (service request)
    Could anyone tell me what i am missing? Do i need to perform the copy control for Item Cat as well?
    Please advice.
    Thanks

    I have not even come to that part yet. What i need now is the list of transaction types to be appeared in the Follow-Up drop down. How does partner determination cause whether the list appeared in the drop down or not. There's something really weird, when i unchecked the Settings for Activities for Business Activity Copy Control, one of the item does appeared in the drop down.

  • Drop Down List not working correctly

    Hi
    I have created one 'DropDown' List box with static entry list. When i am selecting the entries nothing is happening.
    I want to pass the selected value, how to do that?
    Regards
    Sandeep

    Hi
    Follow the steps below -
    1. Drag Form & select Drop Down list for the required field.
    2. In entry list select Static list.
    3. You will get 2 columns over there Value & Description. In value enter key of the field & in text enter description.
    4. Then create Button, select system action as 'Submit' & submit self option.
    5. then in connecting line select 'event as 'Submit' & pass the key of that field. i.e @field_key
    this should work.

  • Telephone Call List not showing in the T.Code - CRMD_TM_CLDIST

    Hi Experts,
    We are working in SAP CRM- ISU project in which we need to transfer the telephone call list to CRM .When we execute the transaction code CRMD_TM_CLDIST in CRM,system does not show any call list,as in ECC system is reflecting one call list successfully transferred(No of lines for processing 1)
    We have executed the transaction FPVT to transafer the call list to crm system but crm system is not showing any call list under transaction code CRMD_TM_CLDIST.
    Please share your input as how telephone call list will be displayed in crm system through ECC.
    Thanks
    Warm Regards
    Vineet Joshi

    Hi Sap,
    We are triggering the dunning process in SAP ECC, there when we excute the transaction FPVT after entering all the details & click on execute then in ECC,system shows that (No of lines for processing 1).
    We need dunning customers in CRM through calling list,but when we execute the T.code CRMD_TM_CLDIST, no calling list is reflecting.
    I hope the requirement is bit clear to you.
    Thanks
    Warm Regards
    Vineet Joshi

  • Distribution List Not Showing in GAL

    Using the Exchange Management Console in 2007 I created a new Distribution List and added some users to it.   It is showing up under All Address Lists > All Groups.  But it is not showing up under the Global Address List. 
    How can I get it to show up under the GAL?
    Thanks,

    Hi,
    Please try below steps :
     following command in the Exchange Management Shell.  
    Get-GlobalAddressList | Format-List Name,*RecipientFilter*,ExchangeVersion
    This command lists detailed information on the Global Address Book.  To view information on all of the other address books on your Exchange 2007 server issue the following command:
    Get-AddressList | Format-List Name,*RecipientFilter*,ExchangeVersion
    Both of the above commands will display the following Address Book attributes:
    Name
    RecipientFilter
    LdapRecipientFilter
    LastUpdatedRecipientFilter
    RecipientFilterApplied
    RecipientFilterType
    ExchangeVersion
    If the RecipientFilterType is set to Legacy that means that the Address book has not been upgraded to the Exchange 2007 format.  
    Below is the command that I ran to correct this issue:
    Set-GlobalAddressList "Default Global Address List" -RecipientFilter {(Alias -ne $null -and (ObjectClass -eq 'user' -or ObjectClass -eq 'contact' -or ObjectClass -eq 'msExchSystemMailbox' -or ObjectClass -eq 'msExchDynamicDistributionList' -or ObjectClass -eq
    'group' -or ObjectClass -eq 'publicFolder'))}
    While all of our other Address Books had been upgraded, you will need to ensure that you upgrade all of the Address Books on your Exchange 2007 server.
    For additional information please read the following article.
    http://msexchangeteam.com/archive/2007/01/11/432158.aspx
    Dinesh

  • Application list not showing in GoTo menu in 5130

    When I try to add applications to the GoTo menu in 5130-c2, the application list (from Select Options) is not showing. Instead it hangs and I need to switch off my phone and restart. My software version is latest. Please help me solve this. I have installed applications both on phone and on memory card.

    Hi,
    dont dispaly data directly,after  creating the both objects for containers and code for fcat and lay out ,
    then execute the report , if you able tos see small grid in corner, u can dispaly internal table by using settable_for_first_display.
    Thanks
    Srini

  • Lists not showing in Design view

    If I preview page in browser, I can see the bulleted list,
    but it is not visibile in design view, pretty annoying. Anyone know
    why this might be happening? I validated my code and got no
    errors...

    Open any html page
    either type the element in code view, say h1. Hello
    it doesn't show up in Design View (It's visible in Live view however)
    Or,
    In Design View type Hello (yes, it's visible!)
    Highlight Hello, then right click (I use a 2 button mouse)  select from the pop-up menu and format the hello as h1. Hello
    It disappears from the design view... (yes, it's visible in Live View)
    Menu spry's and other "widgets" inserted do not display correctly in Design View, but display Okay in Live view
    (This behaviour did not happen in CS4)
    Mo Eb ,  Garry
    ***      http://uofgts.com 
          **      [email protected]
    o "Beer is living proof that God loves us and wants us to be happy."
    -Benjamin Franklin, American statesman and diplomat,  (1706-1790 ).

  • Why is my to-do list not showing in mail

    I have watched tutorial on setting up to-do lists in Mail but my mail application is not show To-Do only notes and flagged are showing under the reminders heading.  How can I fix this?

    Only my computer hard drive is and I want to import from an external drive.  I have always been able to until I updated to Aperture 3.6 and Yosemite.
    I had the same problem. On the folders on the drive with the Aperture library did show in the Import panel. After I clicked the computer icon in the upper left corner of the Import panel, suddenly all drives appeared.
    You can also try to drag the folder you want to import into the Import panel, to point the file chooser to the drive.

Maybe you are looking for

  • Can not install oracle on linux red hat 6.2

    when i strat the ./runInstaller script it gives error message . Xlib: connection refused by server.

  • Flash Builder 4.7 on OSX 10.9 (Mavericks)

    Hey Everyone, If you've updated to OS X Mavericks BETA and you're unable to start Flash Builder 4.7 visit the following page and download the the file on the right. Install Java 6 and run Flash Builder and everything should work as normal. http://sup

  • Lost my "wish list" playist, nonsense appeared in my music library

    I had a sizeable "wish list" playlist which disappeared while I was searching for a specific song in the playlist. A few of the songs immediatley transferred to my music library with the "buy song" bar. Most, however, disappeared. A large number of n

  • Macbook and galaxy note 2

    trying to get macbook to recognize galaxy note 2,need alot of help

  • How to Resolve the Exception

    Dear All, i want to edit the data when i do the action on button. for this i wrote the code like this: try PreparedStatement ps = this.getOADBTransaction().getJdbcConnection().prepareStatement("update xxcrm_costsheet_t set approved_status='C' where O