Af:panelTabbed always refreshing queries?

Hi. I have several queries that execute when the panelTabbed component is first rendered. The problem is, when each tab is clicked, it executes the methods and queries again. How can I prevent this? I've tried using adfContext.postback and messing with the iterators refresh conditions. Either it no longer executes the query, or it losses it's data between tab clicks.
Thanks, Graeme.

Hi Frank. Thanks for the response. Yah, I've tried setting the tab to immediate=true (I think that only skips validation of the fields) It still reloads all the view objects / methods on each tab click.
Thanks, Graeme.

Similar Messages

  • Difference between 'Always Refresh' and 'Disable Cache Hits'

    We are using clustered application servers with its own cache. We are not doing any cache synchronization. So, for selective objects we should ensure that cache is not returning stale objects.
    I see two options in MWB for refreshing and disabling the cache. Can somebody explain the difference between these two and recommend what I should do to address my problem.
    Thanks in advance.

    These are similar and often used together settings:
    'Disable Cache Hits'
    Is used by TopLink when a ReadObjectQuery is executed with only the PK fields. By default TopLink will short-circuit going to the database and try to find the object in the cache first. This includes 1:1 mapping queries. Turning this on will cause TopLink to go to the database instead of the cache in these cases.
    'Always Refresh'
    Is used to tell TopLink how to handle the results returned from a query against the database. By default TopLink will trust the cached version of any instances already cached. When this is enabled, or the refreshIdentityMapResult is turned on for a specific query the results of the query are used to refresh the values of the cached version.
    The trick with always-refresh is that it does not force all queries to go to the database. It simply forces all returned rows to refresh cached instances.
    These are often selected by customers who never want to trust a cached instance. They are typically used together to get that effect. This configuration will get minimal performance gain from the cache but still require the cache for object-identity (avoid duplicate instances).
    Be careful though because these will have the effect for EVERY query and mapping traversal. I typically prefer to manually turn this on for my specific queries where I need to get the latest version from the database versus turning it on for all queries.
    On the query the methods you will be interested in are:
    query.refreshIdentityMapResult()
    This will force the query to the database and have the results refresh the cached instance if it already exists.
    One setting that is of definite interest is
    descriptor.onlyRefreshIfNewerVersion();
    This must be used in conjunction with the above query refresh and optimistic locking but it will avoid additional unecessary steps if the row has not changed since the cached version was read.
    Doug

  • The HCM Review Budget Retro page level 2 scroll do not always refresh when scrolling thru level 1

    When using the Review Budget Retro (Payroll for North America > Payroll Distribution > Commitment Accounting USA > Review Retro Distribution) page, scrolling thru level 1, level 2 does not always refresh.  I am able to re-create this in our DMO environment.  Has anyone else experienced this and resolved quickly on their own?

    You should be able to get some more precise information from your Xorg logs, but I would bet it is related to the evdev driver. Some of the options in your xorg.conf no longer work with the latest version. For now you should be able to either map your mouse directly to the appropriate /dev/event* entry or change to the standard mouse driver, both of those methods should be in the wiki.
    You are supposed to be able to use the evdev driver without the input section of your xorg.conf by using dbus/hal autodetection, but AFAIK at the moment the xorg-server package still isn't compiled with hal support, so you would have to patch and rebuild the package.

  • Safari, always refreshes a page when opening

    When I have multiple pages open in safari and want to change back to a different page then it always refreshes that page. Can it be set to simply go back to that window and keep the page as it was? Pretty sure it doesn't work like that on the iPhone

    timp55 wrote:
    Thanks for that - will go take a look. I assume it's gonna be another app to sneak memory - which looks to be why the page refreshes in the first place. I'd struggle to believe it's a memory thing - my iPad is only hours old, has sync'd once, has very few apps, no music or videos but the refresh was the first thing I noticed about using Safari on the iPad.
    The memory being talked about is actually RAM memory of which all iPad models have 256 MBs. This is not referring to the flash memory size which varies between models, e.g. 16GB, 32GB, or 64GB. Applications use RAM memory to run in while flash memory is used more like a hard drive.
    However, I believe that it's not exactly the 256 MB RAM size that causes Safari to reload pages but rather the strategy it uses to manage memory utilization. It has been reported that some of the other browsers available on the iPad are much better at not reloading pages. You should check them out if this is a problem for you.
    Search the forum for this topic and you will see other posts on this subject.

  • Firefox 34.05 does not always refresh screen

    When I move from one tab to another the screen does not always refresh. Same happens when I close a tab - the screen will still show the deleted tab. This does not happen all of the time - but enough to be an issue.

    ''James [[#answer-672408|said]]''
    <blockquote>
    Firefox 34.0.5 is not doing the blocking as it is due to the blocklist. https://addons.mozilla.org/firefox/blocked/
    Adobe Reader '''10.0 to 10.1.5.*''' has been blocked for your protection.
    https://addons.mozilla.org/firefox/blocked/p158 (Blocked on October 5, 2012)
    You were looking at another blocklist page which was https://addons.mozilla.org/firefox/blocked/p156 posted on same day.
    The https://www.mozilla.org/plugincheck/ is not always accurate or reliable (needs to be manually updated) as Adobe has not been keeping the Adobe products versions to check for updated on that page as the recent Flash updates on December 9 has shown.
    It is however accurate when it says versions in Plugins panel of Addons Manager is outdated.
    There is Adobe Reader 11.0.10 though it seems like Adobe still provides 10.1.4 at http://get.adobe.com/reader/otherversions/ yet newer versions are at http://www.adobe.com/support/downloads/product.jsp?product=10&platform=Windows
    </blockquote>
    James, why does the Firefox addon page link to the 9.5 "blocked for your protection" page instead of the 10.5 blocked page? Is that a mistake/failure to update on Adobe's part? That seems like something that should be controlled on the Mozilla side, since it has the 10.5 blocked page in existence as well. Should someone be notified that it's giving the wrong page to people?
    The adobe update you linked to made it stop saying it's out of date, but what about the Java Development Toolkit? (As pictured in attached image #3). How should I go about getting that up to date?

  • Parallel Refresh queries in a workbook with BI7.0

    Hi Experts,
    could somone tell me if is it possible to refresh IN PARALLEL all the queries in a workbook with 7.0 version? are there any differences from 3.5 Bex version from this point of view?
    This kind of option would be  very usefull for long run queries and/or big ammount of queries collected  in a workbook.
    I would be really grateful if you can give me link to documentation on this point.
    Thanks very much
    Best Regards
    Filippo Corvi

    Hi
    You are correct, if we put the big queries in a workbook it would be a performance issue.
    I have to check the option of refreshing the queries parallely.
    But you can try one option, the workbooks are also refreshed in Precalculation Server. If you can schedule that then the users would not have a problem.  May be I am wrong in this option. But it would be like refreshing the statistics before using them.
    If you can tryout, this is the help
    Note 936112 - Precalculation server help for troubleshooting
    Also this is one more option, but I had not tried out
    Schedule a Refresh of BEx Workbooks

  • Refresh Queries - runs a query that is not in the workbook ??

    I have a workbook with a number of BW queries. NONE of these queries have a RRI setup.
    If I select Refresh Query when not selecting any one particular query - another query is run. The query that is run is NOT in the workbook.  None of the queries in the workbook are refreshed which is the norm.
    This behavior is just happening in one workbook
    We are using BW 3.5.
    Thanks
    Gill

    Gill,
    We had a similar issue a while back (see [Query Refresh goes to Saved View?;), but never found a solution other than recreating the workbook.
    In our case, I believe the user may have deleted a worksheet without first deleting the query that was on it. That is one possibile explanation for what you are seeing.
    Hope you have better luck resolving this than we did. (I will be watching!)
    Bob

  • Paneltab always remember user prev selection but not programmatic disclosed

    Hi,
    Like the similar post Programmatic disclosure of showDetailItem under panelTabbed i would like the tab to be selected / disclosed based on the button the user click.
    I have a paneltabbed component in a page called site which consists of 3 showdetailframe components ..let's call it as (tab1,tab2,tab3) . I have a button (go to site) in entirely different page called plot which should navigate to site page and open tab3 by default.
    This works fine, for the first time. But let's say if user explictly clicked tab2 and then gone to plot page, click GoToSite button which navigates to Site page, but remembers the last selection user has made and selecting tab2 by default.
    I have the following method in site page taskflow which is called always and evaluates the value which i set in the request scope on clicking GoToSite button.
         public void setCopyPlotTabOnSiteDetails()
              FacesContext context = FacesContext.getCurrentInstance();
              Map request = context.getCurrentInstance().getExternalContext().getRequestMap();
              Boolean copyPlotFlag = (Boolean)request.get("copyPlotReq");
              if (Boolean.TRUE.equals(copyPlotFlag) && panelTab != null)
                   List<UIComponent> element = panelTab.getChildren();
                   for (UIComponent child : element)
                        RichShowDetailItem sdi = (RichShowDetailItem)child;
                        if ("sdi2".equals(sdi.getId()))
                             sdi.setDisclosed(true);
                             _addAttributeChange(sdi, "disclosed", true);
                        AdfFacesContext.getCurrentInstance().addPartialTarget(sdi);
                        else
                        sdi.setDisclosed(false);
                        _addAttributeChange(sdi, "disclosed", false);     
                        AdfFacesContext.getCurrentInstance().addPartialTarget(sdi);
              AdfFacesContext.getCurrentInstance().addPartialTarget(siteDetails);
                   AdfFacesContext.getCurrentInstance().addPartialTarget(panelTab);
    After following the post Programmatic disclosure of showDetailItem under panelTabbed i added this method call addAttributeChange
         private static void _addAttributeChange(UIComponent uic, String attribName,
                                                           Object attribValue) {
              try
                   FacesContext fc = FacesContext.getCurrentInstance();
                   ChangeManager cm = RequestContext.getCurrentInstance().getChangeManager();
                   ComponentChange cc = new AttributeComponentChange(attribName, attribValue);
                   cm.addComponentChange(fc, uic, cc);
              catch (Exception e)
                   // TODO: Add catch code
                   e.printStackTrace();
    But is giving NullPointerException on ChangeManager.
    Even otherwise, i have removed the option Enable User Customizations from my View Project (checked in web.xml) and removed the ShowDetailFrame tag in Adf-config.xml. Put the disclosed property in DontPersist attribute of all those showdetail frame components. But nothing worked, i face the same issues...Can any one please help me?
    Regards
    Prabhu

    Hi,
    why do you work so cmplicated. Wouldn't it be simpler to point the disclosed property to a managed bean that then evaluates whether true/false should be returned instead of parsing the component tree? The managed bean would need to be in viewScope. Also note that a request parameter should be read by a pahse listener (f:view afterMethod listening to RESTORE_VIEW) because the ADF Faces page is not rendered in a single round trip but deferred by default which means that subsequent requests are issued. So the first request will be intercepted and then the value added to a bean or attribute in view scope for use by the tabs.
    Another cause of error we frequently see is that personalization is enabled (with or witjout MDS) in which case the tab selection is saved as personalizes setting.
    Also have a look at: http://docs.oracle.com/cd/E23943_01/apirefs.1111/e12419/tagdoc/af_showDetailItem.html
    See: disclosedTransient and disclosed property and how to use them
    Frank

  • Refreshing queries from VBA that expect prompted values

    Please consider:
    Run "SAPBEX.XLA!SAPBEXrefresh", False, SAP01.Names("SAPBEXq0001").RefersToRange
    (SAP01 is my code name for SAPBEXqueries.)
    Assuming the query requires a date for refresh, I would expect the following to work:
    Run "SAPBEX.XLA!SAPBEXrefresh", False, SAP01.Names("SAPBEXq0001").RefersToRange, format(Date,"mm/dd/yy")
    but it does not... replying, 'invalid # of arguments'.
    So I tried:
    Run "SAPBEX.xla! SAPBEXSetFilterValue", Format(Date, "mm/dd/yy"), "", BEXD02.Range("ab6")
    (BEXD02 being the codename of the query embedded sheet.)
    but no dice.

    Pete,
    There are a few things I do when first I embed queries.
    1) Change CODENAMES based on a simplistic naming convention.
    codename for tab SAPBEXqueries becomes SAP01
    codename for tab SAPBEXfilters becomes SAP02
    codename for 1st tab of queries becomes BEXD01
    codename for 2nd tab of queries becomes BEXD02 (Bex data, etc.)
    Not to bore you, I bring that up to lead into the following code references.  Perhaps like you, I use a SELECT CASE once a query has refreshed and I'm sure to last implant a query for which workbook dates can be derived. Once that last query has refreshed and control is returned to my project, I use the following to grab the date supplied by the user (RefreshWBDates is a sub that derives a host of dates based on the value passed):
    RefreshWBDates SAP01.Names(queryID & "tVARIABLE_ZGVCPPD2").RefersToRange.Cells(1, 2)
    (Variables of course are dependent on the query used and I change them accordingly.)
    Or for example I want to create a named range based on the headings of a query I might do the following:
    [BEXD01].Names.Add "Indices", query.Offset(0, 2).Resize(1, query.Columns.Count - 2)
    OK, the last example isn't quite inline with your question but until very recently, 'query' was set according to the following:
    Set query = SAP01.Names(queryID).RefersToRange
    In this I was again utilizing the named ranges on the SAPBEXqueries page.  Little did I realize I could have just used RESULTAREA instead:)  But actually I never thought to use RESULTAREA because for debugging purposes I wanted to test my code WITHOUT bex so I'd use the reference above like so:
    Private Sub TrixBex()
      'No purpose for the range but to satisfy the parameters
      SAPBEXonRefresh "SAPBEXq0017", Range("A1")
      SAPBEXonRefresh "SAPBEXq0016", Range("A1")
      SAPBEXonRefresh "SAPBEXq0015", Range("A1")
    end sub
    Sub SAPBEXonRefresh(queryID As String, resultArea As Range)
      ProcessQuery queryID, resultArea
    End Sub
    Private Sub ProcessQuery(queryID As String, resultArea As Range)
    dim query as range
      Set query = SAP01.Names(queryID).RefersToRange
    'processing...
    end sub
    But now that I've 'grown', I use the following for my debugging:
    Private Sub SeedBex()
      CallBex "SAPBEXq0002"
      CallBex "SAPBEXq0001"
    End Sub
    Private Sub CallBex(queryID As String)
      SAPBEXonRefresh queryID, SAP01.Names(queryID).RefersToRange
    End Sub
    Sub SAPBEXonRefresh(queryID As String, query As Range)
      RefreshBexQuery queryID, query
    End Sub
    Sub RefreshBexQuery(queryID As String, query As Range)
    'processing...
    end sub
    So in essence, I've totally avoided reading from the SAPBEXqueries page completely and instead pull from BEX's named ranges.  Of course, I do that because I've seen a number of SAPBEXqueries pages pooched that totally destroy the linked queries.  But I suppose in the long run doing it this way is probably more bullet proof since the blasted page is undocumented and could change upon any revision. Possible but doubtful the named ranges will ever radically change as you've probably deduced.
    No reward points for this post though eh? 

  • After software Update (2006-07), installer.log always refreshed

    Hello,
    I installed the Security Update 2006-007 on 2006-11-29. Now each time I started my MBP, an entry is done in the file installer.log (the last changes correspond to the time I start the MBP):
    Dec 3 16:13:55 XXX-computer Software Update[2323]: Distribution: MacBook Pro SMC-Firmware-Update
    Dec 3 16:13:55 XXX-computer Software Update[2323]: Distribution: MANUAL_TITLE
    Dec 3 16:13:55 XXX-computer Software Update[2323]: Distribution: MANUAL_TITLE
    Dec 3 16:13:55 XXX-computer Software Update[2323]: Distribution: Pro Applications Update 2006-01
    Dec 3 16:13:55 XXX-computer Software Update[2323]: Distribution: MANUAL_TITLE
    Dec 3 16:13:56 XXX-computer Software Update[2323]: Distribution: Soundtrack Pro Presets Update
    Dec 3 16:13:56 XXX-computer Software Update[2323]: Distribution: QuickTime
    Dec 3 16:13:56 XXX-computer Software Update[2323]: Distribution: MANUAL_TITLE
    Dec 3 16:13:56 XXX-computer Software Update[2323]: Distribution: iWeb Update
    Dec 3 16:13:56 XXX-computer Software Update[2323]: Distribution: SuperDrive Firmware Update
    Dec 3 16:13:56 XXX-computer Software Update[2323]: Distribution: Cinema Tools Update
    Dec 3 16:13:56 XXX-computer Software Update[2323]: Distribution: MacBook Pro SMC-Firmware-Update
    Dec 3 16:13:56 XXX-computer Software Update[2323]: Distribution: iWeb Update
    Dec 3 16:13:56 XXX-computer Software Update[2323]: Distribution: Remote Desktop Client
    Dec 3 16:13:56 XXX-computer Software Update[2323]: Distribution: Remote Desktop Admin Update
    Dec 3 16:13:57 XXX-computer Software Update[2323]: Distribution: Server-Administrations-Software
    Dec 3 16:13:57 XXX-computer Software Update[2323]: Distribution: Compressor Update
    Dec 3 16:13:57 XXX-computer Software Update[2323]: Distribution: Qmaster Update
    Dec 3 16:13:57 XXX-computer Software Update[2323]: Distribution: Pro Applications Update 2006-02
    Dec 3 16:13:57 XXX-computer Software Update[2323]: Distribution: MANUAL_TITLE
    Dec 3 16:13:57 XXX-computer Software Update[2323]: Distribution: MANUAL_TITLE
    Dec 3 16:13:57 XXX-computer Software Update[2323]: Distribution: Front Row Update
    Dec 3 16:13:57 XXX-computer Software Update[2323]: Distribution: Mac Pro SMC-Firmware-Update
    Dec 3 16:13:57 XXX-computer Software Update[2323]: Distribution: MANUAL_TITLE
    Dec 3 16:13:58 XXX-computer Software Update[2323]: JS: 10.4.8
    Dec 3 16:13:58 XXX-computer Software Update[2323]: Distribution: MANUAL_TITLE
    Dec 3 16:13:58 XXX-computer Software Update[2323]: JS: 10.4.8
    Dec 3 16:13:58 XXX-computer Software Update[2323]: Distribution: Final Cut Express HD Update
    Dec 3 16:13:58 XXX-computer Software Update[2323]: Distribution: MANUAL_TITLE
    Dec 3 16:13:58 XXX-computer Software Update[2323]: Distribution: MANUAL_TITLE
    Dec 3 16:13:58 XXX-computer Software Update[2323]: Distribution: iMovie HD Update
    Dec 3 16:13:58 XXX-computer Software Update[2323]: Distribution: iDVD Update
    Dec 3 16:13:58 XXX-computer Software Update[2323]: Distribution: MANUAL_TITLE
    Dec 3 16:13:58 XXX-computer Software Update[2323]: Distribution: MacBook Pro EFI-Firmware-Update
    Dec 3 16:13:59 XXX-computer Software Update[2323]: Distribution: Mac mini EFI Firmware Update
    Dec 3 16:13:59 XXX-computer Software Update[2323]: Distribution: MacBook EFI-Firmware-Update
    Dec 3 16:13:59 XXX-computer Software Update[2323]: Distribution: iMac EFI-Firmware-Update
    Dec 3 16:13:59 XXX-computer Software Update[2323]: Distribution: iTunes
    Dec 3 16:14:00 XXX-computer Software Update[2323]: Distribution: MacBook SMC-Firmware-Update
    Dec 3 16:14:00 XXX-computer Software Update[2323]: Distribution: Mac Pro EFI-Firmware-Update
    Dec 3 16:14:00 XXX-computer Software Update[2323]: Distribution: DVD Studio Pro 4.1.1 Update
    Dec 3 16:14:00 XXX-computer Software Update[2323]: Distribution: X11 Update 2006
    Dec 3 16:14:00 XXX-computer Software Update[2323]: Distribution: Kombiniertes Mac OS X Server-Update (PowerPC)
    Dec 3 16:14:00 XXX-computer Software Update[2323]: Distribution: Mac OS X Server-Update (PowerPC)
    Dec 3 16:14:01 XXX-computer Software Update[2323]: Distribution: Mac OS X Update (PowerPC)
    Dec 3 16:14:01 XXX-computer Software Update[2323]: Distribution: Kombiniertes Mac OS X Update (PowerPC)
    Dec 3 16:14:01 XXX-computer Software Update[2323]: Distribution: Mac OS X Update (Intel)
    Dec 3 16:14:01 XXX-computer Software Update[2323]: Distribution: Kombiniertes Mac OS X Update (Intel)
    Dec 3 16:14:01 XXX-computer Software Update[2323]: Distribution: Mac OS X Server-Update (Universal)
    Dec 3 16:14:01 XXX-computer Software Update[2323]: Distribution: Security Update 2006-007 (PowerPC)
    Dec 3 16:14:01 XXX-computer Software Update[2323]: Distribution: Security Update 2006-007 (Intel)
    Dec 3 16:14:01 XXX-computer Software Update[2323]: Distribution: Security Update 2006-007 (PowerPC)
    Dec 3 16:14:01 XXX-computer Software Update[2323]: Distribution: Security Update 2006-007 (Universal)
    (in the file I replaced the computer's name by XXX).
    - Is it normal that this file is refreshed each time I start the computer?
    - What is this file?
    Thanks in advance,
    Best regards,
    Eric
    MacBook Pro Intel Core 2 Duo   Mac OS X (10.4.8)  

    http://forums.macosxhints.com/showthread.php?p=337100
    Exactly the same problems as mentioned here kernel panics, etc. How could this have passed Apple Quality Checks?
    Tue Dec 5 09:26:34 2006
    panic(cpu 0 caller 0x000A8800): Uncorrectable machine check: pc = 000000003931288C, msr = 0000000000149030, dsisr = 40000000, dar = 000000003A207F7E
    AsyncSrc = 0000000000000000, CoreFIR = 0000000000000000
    L2FIR = 0000000000000000, BusFir = 0000000000000000
    Latest stack backtrace for cpu 0:
    Backtrace:
    0x00095138 0x00095650 0x00026898 0x000A8800 0x000A7A90 0x000AB780
    Proceeding back via exception chain:
    Exception state (sv=0x39D1B780)
    PC=0x3931288C; MSR=0x00149030; DAR=0x3A207F7E; DSISR=0x40000000; LR=0x39312858; R1=0x2285BA10; XCP=0x00000008 (0x200 - Machine check)
    Backtrace:
    0x39312848 0x393139B8 0x39333874 0x393336BC 0x393332F0 0x3933313C
    0x002D124C 0x393314AC 0x39332774 0x002EB838 0x0008C6A4 0x0002921C 0x000233F8 0x000ABAAC
    0x00000000
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.iokit.AppleAirPort2(405.1)@0x392f4000
    dependency: com.apple.iokit.IONetworkingFamily(1.5.0)@0x386e6000
    dependency: com.apple.iokit.IOPCIFamily(1.7)@0x32922000
    Exception state (sv=0x39D3A780)
    PC=0x9000AB48; MSR=0x0200F030; DAR=0x003B8000; DSISR=0x42000000; LR=0x9000AA9C; R1=0xBFFFCCA0; XCP=0x00000030 (0xC00 - System call)
    Kernel version:
    Darwin Kernel Version 8.8.0: Fri Sep 8 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPC
    Just by enabling the airport express card. Now I wonder what triggers the bug. Because I rebooted several times after the update. One thing I did see was the signal strength going less strong in the past days. Since today I cannot use it at all.

  • Refresh Queries on deleted cube

    Hi all,
    I wanted to ask if i can use the same query built already on a cube which i deleted and recreated with same name. (Business Content Cube)
    i created a cube and made a query on it -
    it worked
    i deleted the cube, recreated it from business content and executed the already made query -
    it did not work
    Thanks
    Mohsin

    Hi,
    How can it work yaar... U have deleted the base......(Heart of the querry)..
    Khaja

  • Why is safari always refreshing with iOS 8 on my iPhone 4S?

    HI, since I moved to iOS 8, my phone became unstable and in particular  Safari keeps relioding pages and losing wha I typed in. It seems to be happening to a lot of people and be a memory management issue. Any idea on how to fix this?
    I keep very few apps open and have lots of space left, so I suggest iPhone 4S owners stay away from iOS 8 until this is fixed!

    If all the basic troubleshooting has been done (reset, restart, restore first from backup then as new) fails to resolve the issue, then take it to Apple.
    They will evaluate the phone and if the battery fails to meet the specs, they will replace the device.

  • How to refresh layout in BSP ?

    Hi,
    In a BSP application, I need to let people enter special information (text...) so I created an HTML form (<form method=post...). The HTML form is customized in the BPS web application as a "text-html" item. It is taken in account in the generated BSP code. Then I added ABAP in the generated BSP to use the information sent by the form.
    This is working well, but I would like it to refresh the BPS layout that is in the same page when the information is sent. It is never refreshed, unless we change the variable value !
    Do you know how to induce the layout refresh in the BSP (reload of the cube data), in java or other, to have the same effect as when we change the variable value ?
    Thanks in advance for your help !
    Laurent

    Just an idea.....
    Have you tried to include your html-coding into an Inline Frame (<iframe>your code</iframe>)?
    We always integrate queries this way and only like this they refresh automatically when changes are done in the layout.
    Regards,
    Beat Stoller

  • Workbook with multiple queries on multiple tabs

    Scenario: There is a workbook with multiple queries on multiple tabs.
    In 3.x, it was possible to refresh only a select query within the WB but I'm not finding this to be the case in the NW04s BEx Analyzer. It seems that it will always refresh all queries on all tabs.
    Do any of you know a way around this?

    Hi Bigtoja (and others).
    This is not possible in BI/2004s.
    Please refer to https://websmp106.sap-ag.de/~sapidb/011000358700004483762006E page 23. It seems that it will be implemented in a stack sometime in 2008.
    BR
    Stefan

  • Class  Refresh for Class mapped through Relation not Query

    We have Class A which is root of Domain Object Tree for our Application.
    We have Class B. Relationship for A -> B is one to one with Use Indirection turned on.
    Back reference (B->A) is also one to one with Use Indirection turn on.
    When we try to do getB() on Class A (i.e. A.getB()). Query is fired only on first
    access call to get(). We have a query to get Class A which always refresh A
    but not B. We tried setting Caching Policy - Always refresh on Class Descriptor for
    Class B. But still the query is not fired on object B when A.getB() is called.
    I need to class to be always refresh as this can get added on deleted outside
    Toplink Application. Hence is always need to refresh the Class B.
    What should We do.

    Refreshing in TopLink is based on queries. When you are accessing getB(), you are simply resolving a Java reference. (ie A.b). If B must always be refreshed I would recommend not mapping A.b attribute. Instead getB() should always issue a refreshing query.
    --Gordon                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • How to debug a query that BI Publisher refuses to accept in a data set.

    Paste query and hit OK. Read useless error message. Remove all report parameters. Remove all function calls. Place pairs of parethesis around random bits of code. Delete one line at a time from query and attempt to hi OK each time. Whittle down your

  • Changes are not reflecting in page

    Hi All, Thanks in Advance. I extend 2 controllers which has same functionality. My First controller is working fine but where as secound is not working, the changes are not reflecting in that. Any idea, please help me. Thanks Zaheer

  • I need code example for server act as client and vice versa

    Hi all, I want code example for performing both server and clients using RMI. I mean Server will act as client and client will act as server. So a single program will act as both client and server . Please give example, it will helpful to complete my

  • Probleme in loading the j2se jdk

    hello I install the j2se JDK and JRE and during the loading the following error message appears : [runtime error ! the installation path(is displayed) this application need has requested the runtime to terminate it in an unusual way . please contact

  • Pls=00306 wrong number or types of arguments in call to 'APPLOG'

    I have a procedure and I am getting this error. can anybody whats wrong in this. CREATE OR REPLACE PACKAGE BODY registry.ee_zonal_events_pkg IS --====================== -- Visible Procedures -- --====================== -- PROCESS_EE_ZONALEVENTS -- Cr