BPS_WB: Update on change

Hi,
we have BW30B/SEM31B, BW SP25/SEM SP24. We have several planning layouts for the web.
On my web application (web interface builder) there are two dropdown list boxes for variable a and b. b is an exit variable with a function module.
Now we need to refresh and re-execute the function module for b when a changes its value. Therefor we did the following:
- add parameter WEB_REFRESH_ON_CHANGE value X in UPC_DARK2 table
- use the new layout in WIB
- Paramter "update on change by" of variable b we set to "=a"
But selecting another value for a does not force a re-executing of the function module for b.
We ist not correct? Can anyone help?
Thanks,
Mathias

Hi Marc,
the "event on selection" parameter of A is set to true. Meanwhile I found a hint in OSS 720265 that says the following:
>>> OSS 720265
You must code the dependency yourself in the generated class. You can force the selector to be refreshed, if you add the following line of code in the Initialization method, before the selector should be checked for the initial (inactive) state.
    SelectorToRefresh->m_subrc = 3. " force initialization
For example:
"*** inserted code ***
  if selector_shoud_be_refreshed. " use meaningful condition here !!!
    SelectorToRefresh->m_subrc = 3. " force initialization
  endif.
"*** end of inserted code ***
  if SelectorToRefresh->m_subrc > 2. " inactive
    SelectorToRefresh->api_get_variable( ).
  endif.
>>> End OSS 720265
I did so and now I really get into the module at the right time and can stop at a breakpoint within it! But now it seems that the changes do not affect the appearance of the dropdownlistbox in web. The shown entries in the ddlb are just the same although table eto_charsel is different to it at the end of the function module.
Is it possible that this is buffered?
Regards,
Mathias

Similar Messages

  • Error while Updating "Failure configuring Windows updates - Reverting changes"

    I've recently formatted my HP ENVY 15t-3200 CTO Notebook PC.
    When I'm updating the PC the Error of "Failure configuring Windows updates - Reverting changes - Do not turn off your computer" triggers on screen when the PC restarts after installing the Updates.
    It takes hours to revert the changes.........
    Pls. help me out as I can't update my PC to Windows 8.1 from Windows 8 Pro.
    I've also tried to resolve the issue by searching on the vrious websites but the issue has not been resolved yet.
    Thanks

    Hi,
    Try the following.
    Open an Elevated Command Prompt.
    Type in ( or just copy and paste ) the following command ( including spaces ) and hit enter.
    Dism /Online /Cleanup-Image /RestoreHealth
    This will take a while to complete, but when it’s finished, restart the notebook.
    Let windows fully load, then once again, open an elevated command prompt, then enter the following command and hit enter.
    sfc /scannow                 ( note that there is a space between sfc and the / )
    Let the process complete, then type exit and hit enter.
    Restart the notebook then try upgrading to 8.1 again.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • 8.1 Pro Pack Install Error - Couldn't Complete the Updates, Undoing Changes

    I have attempted to install the Windows 8.1 Pro Pack 64 Bit for my new Dell Inspiron 11.  I entered the product key, and the download began normally - I saw the update finishing at 100% and it said do not turn off computer, etc.  Shortly after
    the next message was "We couldn't complete the updates, Undoing changes, Don't turn off your computer.
    Please help...
    Steve

    Hi,
    Thank you for your update. In addition to disable the anti-virus, for the others who might take a look into this thread, please also try the methods mentioned in the below article:
    Troubleshoot problems with installing updates
    Also we may first try to use  Windows Update Troubleshooter.
    Best regards
    Michael Shao
    TechNet Community Support

  • IWeb not updating site changes, even overnight!

    Hi iWeb-experts,
    Having problems with iWeb and have waded through the site and other forums and yet to find a solution.
    Site is marccheckley.com. I successfully moved the site before MobileMe closed shop and made updates to the site a few months back.
    Now I'm trying to upload further changes but iWeb has stopped functioning. I get no status that the site is being changed, as it was previously. And I know this has not happened as I have it linked to my Facebook and no "updated website" has popped up on my Wall.
    I even left it overnight to update website changes and still nothing. Even clearing brower's cache etc. I tested the FTP connection all good and nothing been changed since my last updates a while back.
    All 'pages' of site remain red, not updated in iWeb.
    Really not sure what's happened. Nothing but probs since the closure of MobileMe, my podcast is still on hiatus due to linking problems, now website issues with iWeb.
    Anyone have an idea and fix?
    Always appreciated.
    Marc
    iWeb 3.0.4
    Macbook Air (Dec 2011)
    OSX Lion

    If you are using the iWeb FTP to upload make sure the box next to "Update my Facebook profile when I publish this site" is unchecked. Checking this box prevents the FTP from working.
    Also make sure you have no bad file names with spaces or special characters - particularly image files. This will halt the upload process.

  • Update Position changes in infotype 0001.

    Hi Experts,
    I am doing salary change with promotion workflow, for that i am writing a function module which upadates 4 infotypes
    IT0000,IT0001,IT0008,IT0014. Using FM HR_INFOTYPE_OPERATION. But I am stuck in updating Positon change of
    the person in infotype IT0001. Please help me in achiving it.
    Thanks in advance,
    Devananda A J

    Hi Volker,
    I updated it using Actions. Now its working fine.
    Thanks for your inputs.
    Regards,
    Devananda A J

  • How do I update or change a document?

    I had my résumé saved on my iPad and opened it with adobe reader. When I went to update or change some information it won't let me. Please help me.

    HI,
    We don't provide the functionality to edit th tesxt of a pdf file Adobe Reader for Mobile. However you can do this using Desktop Acrobat.
    Thanks,
    Ankit

  • Update Rules changes from 1 ODS to another disappear upon activation

    Dear Experts,
    We have encountered a situation whereby we have an update rule from ODS feeding a field update to another ODS. 
    This update rule change works correctly as I have debugged it and you can see the resultant changed in the new (40) table.  But upon activating this change, the field change disappears.
    Can anyone provide an explaination and how I can go about fixing this ?
    Thanks
    Craig

    Hi,
    If the data source support deltas and we load the data into ODS then the update type for the keyfig. Amount and the quanty always Choose as "Addition" .So you change the update type for that KF as Addition .
    Thanks & regards,
    venkata sharma.

  • Update the change record in z table

    Hi,
    I am doing a  module pool programming.If i change the particular record only changed record shd be updated in the z table.
    How can i update only changed record in the database table in module pool.
    Regards

    Hi Rasheed,
    Use this code to update ztable from the module pool table control, its working.
    At screen flow logic
    PROCESS BEFORE OUTPUT.
      MODULE STATUS_8001.
      LOOP WITH CONTROL TAB.
        MODULE PASS_DATA. "module to pass data into table control
      ENDLOOP.
    PROCESS AFTER INPUT.
      MODULE USER_COMMAND_8001.
      LOOP WITH CONTROL TAB. "tab is the table control on the screen
        MODULE MODIFY_DATA. "module to modify data in internal table
      ENDLOOP.
      MODULE SAVE_DATA. "module to save the modified data into database table
    Design a PF-Status with a SAVE button with function code 'SAVE'.
    In PBO
    MODULE STATUS_8001 OUTPUT.
      SET PF-STATUS 'Z_TABCT'. "pf-status with appropiate buttons
    *  SET TITLEBAR 'xxx'.
      DATA : LINE_COUNT TYPE I.
      DESCRIBE TABLE ITAB
      LINES LINE_COUNT.
      TAB-LINES = LINE_COUNT + 3. "increment the line of table control dynamically so that table control becomes scrollable
    ENDMODULE.                 " STATUS_8001  OUTPUT
    MODULE PASS_DATA OUTPUT.
      SORT ITAB.
      READ TABLE ITAB INDEX TAB-CURRENT_LINE.
    ENDMODULE.                 " PASS_DATA  OUTPUT
    In PAI
    MODULE USER_COMMAND_8001 INPUT.
      OK_CODE = SY-UCOMM.
      CASE OK_CODE.
        WHEN 'BACK'.
          LEAVE TO SCREEN 8000.
      ENDCASE.
    ENDMODULE.                 " USER_COMMAND_8001  INPUT
    MODULE MODIFY_DATA INPUT.
      MODIFY ITAB INDEX TAB-CURRENT_LINE.
    ENDMODULE.                 " MODIFY_DATA  INPUT
    MODULE SAVE_DATA INPUT.
      OK_CODE = SY-UCOMM.
      CASE OK_CODE.
        WHEN 'SAVE'.
          MODIFY ITAB INDEX TAB-CURRENT_LINE. "update modifed records
          UPDATE ZTABLE FROM TABLE ITAB. "update database table from internal table
      ENDCASE.
    ENDMODULE.                 " SAVE_DATA  INPUT
    Hope this solves your problem.
    Thanks & Regards
    Tarun Gambhir

  • Lumia Black Update has changed the keyboard layout

    I updated to Lumia Black on my 920, and the keyboard layout changed - most importantly, the space bar is smaller, and the comma moved, which means all of my messages typed now,look,like,this,
    Can you revert the whole update or change the keyboard? It's enough for me to abandon the phone (that and the fact the screen appears to have been heat damaged by the wireless charger)

    This has resolved my issue! Thanks Yas..
    Nokia 5530 Xpress Music
    v11.0.054
    "How We Respond Is Who We Are..."

  • Placed files don't update when changed

    For some reason when I place PSD files into Illustrator, they no longer update when changed.
    I've tried setting preferences to both 'Ask When Modified' and 'Automatically'...
    It used to work OK, just in the past month or so it's stopped.
    Also I notice that when I place a PSD file it is asking me if I want to flatten layers, which it didn't used to, as far as I remember.

    Right you iz.
    You can always use the Place command to replace an embedded file with a linked one.
    If you've got Shift or Shift Lock held down, files will embed when placed or dragged in from the finder, otherwise they'll be linked.

  • Discount is being updated when changing unit price in SO after upgrade

    Hi there,
    Customer recently upgraded to version 8.8 from 2005.
    They encountered a few transactions where discount is automatically being updated when changing unit price in SO.
    Customer created SO by duplicating existing SO. Then change the Unit Price in the new SO.
    For one item, the price after discount does not get updated correctly. Instead,  system seems to have automatically created the discount.
    So far, I can't reproduce this issue yet.
    Is this a bug? Please suggest.
    Thanks,
    Yadana

    Thanks for the replies.
    I have checked and there is no discount setup for the Price List or BP.
    The Price List has been set to the correct one as well.
    Please advise.
    Thanks,
    Yadana

  • How to update the change log table?

    Hi
    I am doing some manipulation on the ODS records and writing few new records directly into the active table of my ODS. how do i update the change log table so that i can do a delta from my ODS to further data targets??
    i see the fields REQUEST, DATAPAKID, PARTNO and RECORD in the change log table. what values should these fields have for my new records??
    Regards
    Sujai

    Hi,
    Please try this option. In stead of writing directly into DSO, do it in another Custom Z DSO. From there, do the FULL load to your previous DSO. This will ensure that the data consistence through the system. Also, do not forget to delete the data from Custom Z DSO once you successfully loaded the data.
    Thanks,
    Saru
    Edited by: P. Saravana Kumar on Apr 1, 2009 6:23 PM

  • [svn:osmf:] 11996: Updates and changes from the spec review for FMMLoader.

    Revision: 11996
    Revision: 11996
    Author:   [email protected]
    Date:     2009-11-19 11:12:19 -0800 (Thu, 19 Nov 2009)
    Log Message:
    Updates and changes from the spec review for FMMLoader.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/LoadableProxyElement.as
    Added Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/net/FMMLoader.as
    Removed Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/net/ManifestLoader.as

    Hi
    I've Updated App Builder, gone back to the DPS App Builder portal, regenerated new zip and ipa files and downloaded them.
    I clicked the Application Loader 3.0 link, downloaded the latest Appication Version, clicked on the "Deliver your App" button, and submitted the newly built App that was built using 32.4.2 version. (All the app icons were listed as "stored on server" so I presume they are all ok). The .zip file appeared to 'deliver' to Apple successfully. I've tried to resubmit it but get ta "Redundant Binary Upload. There already exists a binary upload with build version..." error message, so presume the orginal binary upload was successful. I have no idea how I can get this app from the "prepare for submission", to "in review". The last time I thought I'd submitted this app I got as far as the "waiting for review" status, and no further.
    At the moment I don't have a"+" button in the Build section - as mentioned on page 66 of Adobe's Step_by_step_guide_to_dps_se.pdf.
    So I can't add the new .zip file to the iTunes Connect > My Apps portal in the Build section of the Versions tab.
    I have put a support email into Apple, but don't expect a reply any day soon.
    The problem with starting all the way back through the App wizard is that I really want to use all the same App Name, Bundle ID, and details etc.
    Do you mean, going back to the Folio Producer Panel, and building a whole new App?
    This process certainly isn't for the faint-hearted!
    HELP!

  • Did software update deliver change with Mountain Lion update?

    Did software deliver update methd change with Mountian Lion updates?

    Apple software updates are now delivered through the App Store. It's not clear yet whether they will also available from the Apple Support website.

  • The wrong user name pops up when I try to update apps on Iphone. Unable to update or change incorrect user name.

    The wrong user name pops up when I try to update apps on Iphone. Unable to update or change incorrect user name.

    It is popping up because you have apps installed that you bought with the old AppleID, you can either delete those apps or buy the apps again using your new Apple ID, if they were free apps then not a big deal, paid apps obviously means you would have to buy them twice.

Maybe you are looking for

  • Problems before and after Uninstall and re-install CS4

    I went ahead and uninstalled and re-installed CS4 because of freeze ups and other difficulties. Program After Effects is now crashing - see attachment. There is also a problem with an importer plugin (I think) may be related. I can't tell. I have not

  • Oracle 9.0.1 on Solaris/SPARC infinite connection timeouts

    Hello, All! I have the following system configuration: Solaris 5.9 Maintenance Update 4; Sun Ultra 10, 1 UltraSPARC IIi 440Mhz CPU, 1024M RAM; Oracle 9.0.1 (9i Release 1). The database was created with JServer option turned on (we're using the integr

  • Timer Job to send e-mail

    Hi,  I am a newbie in SP2013. I have a task to crate a Timer Job that send e-mail to specific people and in specific time. My situation: there is list "Task for developer" with only 2 field "Developer" - people or group field and "Date" - date field.

  • Date column with format mask 'hh12:mi pm'

    let's say the user input record as shown below : trip At01 At02 1 9:30 AM 12:30 PM At02 & At02 are date column with format mask 'hh12:mi pm'. When the user input 9:30 and tab to next item, the column will display as 09:30 AM. Then when user input 12:

  • Call another WD Application (Web Dynpro for ABAP)

    Hi, everyone. I have a question. I made two WD applications. The applications are not related to main Component and Sub Component. I wanna call one WD application from a main WD application as like ABAP call transaction. It does not mean popup window