Dropdown is not longer filled correctly after upgrading to EHP1 SP19

Hi there,
we had a working dropdown element integrated in an ALV which worked properly all the time. Now, after the upgrade to HP1 SP19, it offers some strange behavior.
The code below is working properly and the dropdown always offers the correct values.
But if I exchange the hard coded
and ls_zbaps_req_role-svp_unit_id = '002'
in the marked line with this
and ls_zbaps_req_role-svp_unit_id = wd_this->ALV_SVP_UNIT_ID
the dorpdown is not filled correctly.
The strange thing about this is that the table lt_value_set_rr iss filled correctl yin both cases, but with the binding to the cell editor it's get corrupted when using the attribute instead of the hard coded number. Any idea what might be the issue here?
Regards, Steffen
data:  lr_dropdown_key_rr    type ref to cl_salv_wd_uie_dropdown_by_key.
*   Get all unitnames
*    SELECT * FROM zbaps_req_role INTO corresponding fields of table lt_req_role.
    lr_node_rr = wd_context->get_child_node( name = 'INTERNAL_PERSON_DAYS' ).
    lr_node_info_rr = lr_node_rr->get_node_info( ).
*   Paste svpunit to value set of zbaps_svp_unit
    loop at lt_zbaps_req_role into ls_zbaps_req_role.
    if ls_zbaps_req_role-svp_org_id = ls_authorisations-svp_org_id
    HERE --> and ls_zbaps_req_role-svp_unit_id = '002'
     and ls_zbaps_req_role-obsolete ne 'X'.
      wa_value_set_rr-value = ls_zbaps_req_role-req_role_name.
      wa_value_set_rr-text  = ls_zbaps_req_role-req_role_name.
      insert wa_value_set_rr into table lt_value_set_rr.
     endif.
    endloop.
    wa_value_set_rr-value = '000'.
    wa_value_set_rr-text  = 'No Role Available'.
    insert wa_value_set_rr into table lt_value_set_rr.
*----- Set attribute info
   lr_node_info_rr->set_attribute_value_set( name      = 'REQ_ROLE_NAME'
                                             value_set = lt_value_set_rr ).
lr_column_internal = lr_column_settings_internal->get_column( 'REQ_ROLE_NAME' ).
lr_column_internal->delete_header( ).
lr_column_header_internal = lr_column_internal->create_header( ).
lr_column_header_internal->set_text( ls_int_per_days-req_role_name ).
create object lr_dropdown_key_rr
      exporting
        selected_key_fieldname = 'REQ_ROLE_NAME'.
lr_column_internal->set_cell_editor( lr_dropdown_key_rr ).

In addtion to Altenbach's comments - 
I'd recommend trying another VI function to get the power spectrum for
your signal to see if the behavior is the same.  You can find some
examples of VIs using the power spectrum functions using the NI Example
Finder.
You can go to LabVIEW's Example Finder by going to Help >> Find Examples.
Then search for FFT. There should be some results that include FFT and
Power Spectrum Units.vi, Power Spectrum Measurement.vi, Basic Spectral Measurements.vi,  and Spectrum Measurements.vi. Try opening and
running these examples to see if the VIs are returning the proper
results.
Mark Walters
Application Engineer
National Instruments

Similar Messages

  • Spry Accordion jerky and not content filling correctly after refresh

    Hello.
    I have a page I'm trying to make a Spry Accordion work smoothly.
    I've tried options such as, fixedHeight fps  from 30 - 500, timer from 100ms to 1000ms, disabling Keyboard navigation, all working somewhat, BUT....
    When opening and closing the panels sometimes they open to "fill content" and others no.
    For example in the LEgal panel there is only one line. I would like that panel open to a height equal to the line height. Some other pabnels open partially then fully, and back again.
    The animation can be pretty jerky.
    I've duplicated the page and while playing with a JQUERY UI accordion it is pretty smooth.
    IS there anything I can do to get the Adobe Spry to work?
    http://corporate.fr/ce/clientsSpry.html
    Ooops never mind. I will post this anyway as maybe other noobs will resolve the problem if they do as I did.
    I stuck this
    In the container after the div not realising the default <script> is put at the very end of the mark up just before the </body>
    Two things learned, one when the Adobe document says the script has to go in after the mark up, that means not just after the div with the Spry but all the way at the end,
    and two: if you modify the Spry options, note the var acc1 and the string "Acc1" have to be replaced with your Spry ID, in both places.

    Hello to all,
    I have spent HOURS trying to figure this out....
    I know the above code is messy, but it does correctly do the accordions via innerHTML.  I have a dropdown on my page and when the user changes the input there, I call "doSpryData" and it is supposed to 1) reload XMLDataSet and 2) redraw the Accordion (I would like to have different data displayed on the same page depending on what user selects).  For some reason, it will not redraw the accordion and show the data after it has been done once. 
    I am really desperate so any ideas would be much appreciated!
    Cheers,

  • Power Spectrum no longer working correctly after upgrading to 8.0.1

    Recently, I installed Labview 8.0.1 to correct a problem I was experiencing in 8.0.  The installation resolved my problem, but now the Power Spectrum no longer gives the correct result.  My program has not changed other than the update.  I checked my circuit and everything is functioning properly.  Before changing to 8.0.1 the power spectrum peaked at 40Hz and 80Hz,  which was correct, and now it peaks at 0Hz and 10Hz.  On top of everything, the peaks are much higher than they should be.  I expect peaks with a max of 2.5millivolts and now they are 1volt.  I don't understand what is going on. Nothing changed, but the software version.  Can someone please help me? 

    In addtion to Altenbach's comments - 
    I'd recommend trying another VI function to get the power spectrum for
    your signal to see if the behavior is the same.  You can find some
    examples of VIs using the power spectrum functions using the NI Example
    Finder.
    You can go to LabVIEW's Example Finder by going to Help >> Find Examples.
    Then search for FFT. There should be some results that include FFT and
    Power Spectrum Units.vi, Power Spectrum Measurement.vi, Basic Spectral Measurements.vi,  and Spectrum Measurements.vi. Try opening and
    running these examples to see if the VIs are returning the proper
    results.
    Mark Walters
    Application Engineer
    National Instruments

  • Safari not displaying pages correctly after upgrade to Mavericks

    Hi, I just upgraded my macbook pro (mid 2010) to Mavericks and safari now displays web pages as if I was really zoomed in. When I load a page I will see it correctly for a second and it will then zoom in (no amount of pinch on my trackpad solves the problem). I can cmd - a few times to get it back to a normal display size, but I need to do it for every tab I open. When I open chrome, everything displays properly. Any Idea on what could cause this problem? Thx in advance
    Sorry if I am not posting to the right forum, kinda new here

    Try holding the control key and using a 2 finger swipe up or down (direction depends on how you have the track pad set) and see if you may inadvertently done zoom from this, it is different from a pinch zoom

  • Firefox 4.0 and 5.0 not displaying website correctly after upgrade

    I recently updated to Firefox 4.0 on both my desktop and laptop. My website, www.mylifeundecided.com, is displaying fine on my desktop (XP) but not on my laptop (windows 7), it also displays fine on our mac (OS X) which also has firefox 4.0.
    For some reason the font is displaying too large causing everything to be bumped down and not appear right (and I already checked the zoom, it's not zoomed in or out, it's at 100% so that's not the issue.)
    I tried upgrading to 5.0 but experienced the same issue. It looks fine on Chrome, IE8 and Firefox 3. Here is a screenshot of the issue and how it's supposed to look. (the affected area is mostly in the circled box).
    http://tinypic.com/r/2nvfbc3/7
    Can anyone help? Much appreciated!
    Thanks!
    Jessica

    If you have increased the minimum font size then try the default setting 'none' as a high value can cause issues like you described.
    * Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    * Tools > Options > Content : Fonts & Colors > Advanced > [X] "Allow pages to choose their own fonts, instead of my selections above"

  • Scheduled jobs do not run as expected after upgrading to 10.2.0.3 or 4

    FYI, we've had a ticket open for several days because our scheduled jobs (dbms_scheduler) would no longer run as scheduled after an upgrade to 10.2.0.4 on HPUX, couldn't find the solution by searching in metalink, nor did I find it here or using Google - obviously I wasn't searching correctly. There is a note id that references a set of steps that appears to have resolved our problem. I am putting this note out here so that if you encountered the same difficulty you may come across this note earlier in your troubleshooting efforts rather than later. The full title of the note is: 'Scheduled jobs do not run as expected after upgrading to either 10.2.0.3 or 10.2.0.4'. The Doc ID is: 731678.1.

    Thanks - our ticket should be getting closed out on it (our dba will be updating it), the scheduler has been running reliably since we took the steps in the doc mentioned.

  • Iphone 4 not recognised by laptop after upgrading Itunes, the itunes symbol and a usb cord has appeared on my Iphone 4 screen. Frustrated isn't the word.

    iphone 4 not recognised by laptop after upgrading Itunes, the itunes symbol and a usb cord has appeared on my Iphone 4 screen. Frustrated isn't the word.
    After installing latest version of Itunes, I connected my Iphone via USB and selcted yes to upgrade my Iphone, towards the end of the upgrade a notification popped up indicating that the upgrade had failed. Since then my Iphone just isn't responding, I've tried reinstalling Itunes, turning off Norton Security.
    Any help would be greatly appreciated.

    Thank you Carolyn,
    I've been through all those and apart from anything else, itunes is not seeing my phone, I therefore cannot restore the phone.
    Have tried deleting and reinstalling itunes in case something was missing there, though the fact the problem is on both my mac and my windows machine seems to me to suggest a phone problem..
    Is it possible that the latest IOS update which I did a week or so ago was not completed correctly? If so could this cause the problem? And how can I correct it?
    Many thanks

  • Trying to email file from adobe reader 11.0 email addresses will not longer auto complete after moving to office 365

    trying to email file from adobe reader 11.0 email addresses will not longer auto complete after moving to office 365. It did work with older versions of outlook. Tried changing to global address book. It will only access global address book offline

    I have the same issue.  On a clean machine with Office 2013 64 bit installed.

  • My other mail boxes are not visible in mail after upgrading to Mountain Lion

    my other mail boxes are not visible in mail after upgrading to Mountain Lion

    In the mailbox panel move your cursor slowly down the right hand side . Should reveal show and hide.

  • Photo library does not sync in iOS4 after upgrade in 3GS

    Hi all,
    Photo library does not sync in iOS4 after upgrade in 3GS.
    Anyone having such problems?

    Just did. Uncheck sync photo check box and sync. Then check sync photo check box and sync. Solved.

  • Firefox will not connect to internet after upgrade. The window pops up but shows "connecting " in tab. And then it sit there. Close it down and then try to reopen it and get message " Firefox already running, Exit program or shut down computer" ???

    Firefox will not connect to internet after upgrade. The window pops up but shows "connecting " in tab. And then it sit there. Close it down and then try to reopen it and get message " Firefox already running, Exit program or shut down computer" ?????????????????

    1st problem see http://kb.mozillazine.org/Firewalls
    2nd problem, to close Firefox properly use File > Exit
    :not with the [x] in upper right corner which close window
    :see http://kb.mozillazine.org/Firefox_hangs#Hang_at_exit
    :if restarting use "Restartless Restart" extension as mentioned there.
    <br><small>Please mark "Solved" one answer that will best help others with a similar problem -- hope this was it.</small>

  • App updates not running on ipad2 after upgrade to iOS 5 - anybody know or a solution or have same problem?

    App updates not running on ipad2 after upgrade to iOS 5 - anybody know or a solution or have same problem?

    Operator error! The mute button was on.

  • Yosemite does not recognize HP printer after upgrade.  I can print from my iPhone, but not my 13" Macbook Air (2013)Yosemite does not recognize HP printer after upgrade.  I can print from my iPhone, but not my 13" Macbook Air (2013)

    Yosemite does not recognize HP printer after upgrade.  I can print from my iPhone, but not my 13" Macbook Air (2013)
    Are others having the same problems?

    Try this. Worked for me.
    - turn off your router
    - turn off you Mac's after removing all available printers
    - turn off all iDevices
    - do a factory reset of your printer remove all cables min. 30 sec.
    - turn on your router first
    - ran the network set up wizard
    - give your printer also a new name like "DeskJet 2015"
       Something which you don't have used before.
    - turn on your Mac's and add your printer
    - turn on your iDevices at least.
    Should work after these steps.
    It worked for me including all iDevices.
    iOS and Yosemite

  • My Macbook Pro has not been running correctly since "upgrading" to Yosemite

    My Macbook Pro has not been running correctly since "upgrading" to Yosemite. It has been sluggish no matter what program I am using, slow to respond to mouse movements, and unable to stream video. Any word on when Apple is going to send out a real upgrade?

    Try Reset SMC.  http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
    Best.

  • HP Compaq CQ60-215dx: sound will not switch to headphones after upgrade to Win Vista 64bit Ultimate

    HP Compaq CQ60-215dx: sound will not switch to headphones after upgrade to Win Vista 64bit Ultimate
    what can I do?

    Uninstall the current audio driver and install it again.
    other option is trying driver from microsoft update.
    Pavilion DV2922TX, XP-SP3 32bit, Intel T5750 2.0Ghz, Nvidia Geforce 8400M GS with 128MB, 4GB 667 DDR2, 250GB HDD

Maybe you are looking for

  • ITunes will no longer rip or burn CDs

    When I start iTunes it says "iTunes was not properly installed. If you wish to import or burn CDs, you need to reinstall iTunes." When I try and reinstall, it says that I have a newer version and it can not complete the install. I have been burning a

  • SAP B1 8.8 installation issue in windows vista home premium

    Hello Experts I have installed SAP 8.8 in windows server 2008.and upgraded to patch level 15. It is working properly. But one of my client's laptop is having Vista Home premium. While installing 8.8 client setup in the clients laptop , it is showing

  • Used supply in use error message

    We have a new laserjet p 3015. We have put three different toner cartridges in, each purchased from Staples and Office Depot, and we verified the security label on each. However, when we put them in we get a message: Used supply in use, economode off

  • Problem in Getting host name by using request.getHostName() on solaris 9

    Hi there, I'm trying to get the machine name of the system from which the request was initiated by using request.getHostName() on Solaris 9 but it is giving me the IP Address of the machine which har sent the request to the server and the same thing

  • Configuration XML Validation Strict in BPEL Process

    Hi, If we have 10 BPEL process and all using file adapter which reads or write XML file against schema. We have a configuration in BPEL console that validateXML - Validate the incoming and outgoing xml documents: "Stict or None" Stict means validate