Save page content in Work Area

Hi I have BSP page 'A', from this page I have search help page 'B' to select the values from Table biew for one of the filed in page 'A'. I am able to select the value from Page 'B' and getting the value back through navigation variable. I have another serach help page 'C' for a different field in page 'A', when i select a value from Page 'C', I am loosing the value which selected from Page 'B' in respective filed of PAge 'A'.
I have code for search page (B/C) from Page 'A'.
    <htmlb:dropdownListBox>
      <htmlb:listBoxItem key   = "l_Key"
                         value = "<%= NavigationValue %>" />
    </htmlb:dropdownListBox>
    <htmlb:link id        = "l_ID"
                reference = "Search.bsp" >
      <htmlb:image src="f4.gif" />
    </htmlb:link>
What is the procedure to store tempararily like in work area while you are navigating between pages.
Where do I need to build the code.
Please help.

Hi Raja,
I am not closing Page B, it's closing automatically when I select the value in table View the following code will trigger in OninputProcessing event to collect the selected value and pass back to Page A through navigation variable 'nv_Value'.
    tv_table ?= cl_htmlb_manager=>get_data( request = request
                                         name    = 'tableView'
                                         id      = 'tv_tabid' ).
    IF tv_table IS NOT INITIAL.
      tv_data = tv_table->data.
      navigation->set_parameter( name = 'nv_Value' value = tv_data->SELECTEDROWKEY ).
      navigation->goto_page( 'A.bsp' ).
    ENDIF.
Problem is with Page 'A', the values which I enetered in other fields are refreshing when I goback to page 'A' from Page 'B'.
Please help.
Thanks,
Giri

Similar Messages

  • BBC website keeps saying Javascript need to be enabled for page content to work properly, but it is enabled?

    Pages with 'enhanced functionality' on the BBC website won't work, I get a message saying Javascript needs to be enabled, but it IS enabled..
    I looked at the list of checkboxes under Tools>Options>Content>Enable Javascript - Advanced, but can't see what I could reasonably change. First and third options are already selected, none of the others are ones I would want to change and seem unrelated to the problem anyway. Thanks for any help :-)

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • After restarted firefox in safe wth disabled ad-ons, save page as. stil not working

    after apdated firefox 15 "save page as " not working.

    Could you describe how it is failing in more detail. Do you get an error message? The dialog never appears?
    This article has some troubleshooting suggestions that might help: [[What to do if you can't download or save files]].

  • Create BSP link in WebClient Work Area ?

    Dear All,
    Could you kindly let me know as to how we can create hyper link (BSP page) in WebClient work area , is there some configuration (Nav.Bar Profile) that needs to be customized ??.
    Regards,
    Neeth

    Hi Shalaxy,
    Triggering a URL to WDJ:
    I suppose the URL of WDJ app. is also a portal URL. I assume that from a BSP application inside portal you need to trigger the WDJ url.
    But the catch is that you cannot hotcode this URL, since it varies for a development, quality and production systems(diff. portal environments).
    To solve this issue, ABAP provides a system variable named sy-sysid, which says want system your ABAP system is, normally a development R/3 system will be associated to development portal system and quality R/3 to quality portal ans so forth.
    So you could have a internal table/db table/ variable for dev, quality or prod portal urls and from the bsp on button click based on the value in the sy-sysid you can trigger the url accordingly.
    Creating a URL in WDJ
    The above is about triggering a WDJ from BSP. But if you dynamically want to create a link in WDJ on a button click, then apparently you could not do that from BSP, since the applications are different. All you could do is to pass some URL parameters to WDJ application from BSP app. Then based on the URL parameters the WDJ application has to dynamically create a link and add it to its application.
    Hope it helps.
    Regards,
    Maheswaran
    Edited by: Maheswaran B on Mar 1, 2010 4:17 PM

  • Since I refreshed Firefox 36.0.4, "Save page as" and "save image as" are not working (even in Safe mode)

    I refreshed FF 36.0.4 on invite. Since then "save page as " and "save image as" are not working -- no response when clicked.
    In Safe Mode, same problem.
    I serached past forum discussions and found several occurrences, but no convincing response.

    ''afew2 [[#question-1054433|said]]''
    <blockquote>
    I refreshed FF 36.0.4 on invite. Since then "save page as " and "save image as" are not working -- no response when clicked.
    In Safe Mode, same problem.
    I serached past forum discussions and found several occurrences, but no convincing response.
    </blockquote>
    I tried troubleshooting plugins, none appeared to be causing the problem.
    I installed 36.0.1, but no difference. Went back to 36.0.4, still no change.
    I ran a malware check with Malwarebytes, no change.
    A past thread here suggested deleting localstore.rdf, which I tried, no result.
    People have had this problem in the past. No one has any idea of how to fix it?

  • Saved .htm pages with hover content stopped working

    Hi,
    I save some web pages for offline viewing. Some of them have content that shows up only '''when you hover''' over them. Examples would be *.wikia.com (navigations) and danbooru (ex. http://danbooru.donmai.us/posts/1675488?pool_id=8335). I save them by '''Web page, complete''' option. They used to work but I just found out that now they don't.
    I checked with IE and Chrome but found out that it stopped working there too. I tried using Firefox with add-ons disabled and reverted to older versions (30.0 & 24.0) but it's not working there anymore. I even restarted my PC. I thought maybe it was cache related by even newly saved pages don't work.
    I am sure they did work because I usually save my files as mhtml to avoid too much clutter but hover content doesn't work there. The last time I saw it working was on '''September 25, 2014'''.
    Thank you in advance.

    I have checked the offline wikia page you provided. All the images are there. All the js files are there. But some script works and some doesn't. Unfortunately it is impractical to debug the page to see where the failure occurred.
    If all your save pages are based on the same template, by which I mean only the pictures vary, but the pages are based on the same underlying mechanism, then it might be worthwhile to learn some simple scripting. It takes just a few lines of code to re-enable the functionality you want (btw, it is not hovering -- you have to actually click the thumbnail).
    However, if the pages differ a lot, then I am not aware of any practical way of achieving what you want except trying some of these plugins to see if they work better:
    [http://stackoverflow.com/questions/2061311/firefox-plug-in-that-downloads-a-complete-webpage Firefox plug-in that downloads a complete webpage?]
    Or google and see if you can find more.
    Wikipedia is probably the most archaic website I use. Obviously, if even wikipedia doesn't save properly, as mentioned in cor-el's link, I don't think you can expect to have much luck with wikia. This is just to give you a realistic assessment of the difficulty level of what you are trying to accomplish.
    I used to think that my computer was the safest place to keep everything -- when I was using a dial-up connection. So I also carried out similar endeavors to preserve everything useful on my computer, just as what you are doing right now. I know how much work it takes, and I could never get things 100% correct, because webpages are generally not designed to be saved locally.
    Now I am sure most of the things on the internet will outlast my computer. And I have a broadband so everything is just one click away in firefox. So I am never bothering again.
    Sorry I wish I could help you more, but this is the best I can do. Good luck!

  • TWO CRITICAL BUGS: 1) File, "Save Page As" and 2) right-click the picture and select "Save Image As", both do not work at all in Firefox 27, 28, and 29!

    Note: capitals are used only to highlight important words.
    PLEASE, TAKE THESE COMMENTS ON TWO CRITICAL BUGS VERY SERIOUSLY BECAUSE THE BUGS DESCRIBED BELOW ARE SO CRITICAL THAT I CANNOT USE THE LATEST VERSION OF FIREFOX UNLESS THEY DO NOT APPEAR IN THE LATEST VERSION AND THEREFORE I AM FORCED TO REVERT BACK TO FIREFOX 26.
    I have Windows 7 64-bit and Firefox 26. I could not install Firefox 27, 28, and 29 due to the persistent presence of the two critical bugs described below. I have 8 GB of RAM and an Intel quad-core processor and a lot of hard disk space available.
    I installed Firefox 27 and then Firefox 28 a while back and these two bugs described below were still present and now I have just checked again with Firefox 29 by installing it and yet again, these two bugs described below are present!! UNBELIEVABLE THAT THESE TWO CRITICAL BUGS ARE STILL PRESENT IN FIREFOX 29 WHEN I CLEARLY INFORMED YOU ABOUT THEM IN THE HELP, SUBMIT LINK OF FIREFOX!!
    I am forced to revert to Firefox 26!
    First, I use Windows 7 64-bit and I always use Firefox with at least 120 tabs opened. BUT I have 8 GB of RAM, an Intel core i7 quad-core processor and more than 1 TB of hard disk space. Consequently, I do not understand why I would have these two critical bugs.
    With Firefox 26, I also have at least 120 tabs opened when I start Firefox and I do not have the two critical bugs described below, therefore I do not believe that the number of tabs is the reason of the two critical bugs that are present in Firefox 27, 28, and 29.
    ---FIRST CRITICAL BUG:
    When I open ANY web page and do File, "Save Page As", the window that is supposed to open to locate the folder where I want to save this web page does NOT open at all, even if I wait a long time to see if it opens.
    Same problem happened with Firefox 27, 28, and now 29!! When I reverted back to Firefox 26, this problem did NOT happen anymore!
    ---SECOND CRITICAL BUG:
    When I use Google Images, for instance entering model in the search field of Google Images and then pressing enter.
    Then I select any picture, open to a new tab this selected picture, then open a new tab by selecting the option View for this picture. Then right-click the picture and select "Save Image As".
    Again, the window that is supposed to open to locate the folder where I want to save this picture does NOT open at all, even if I wait a long time to see if it opens.
    Same problem happened with Firefox 27, 28, and now 29!! When I reverted back to Firefox 26, this problem did NOT happen anymore!
    ---THESE TWO CRITICAL BUGS DO NOT APPEAR WHEN I USE INTERNET EXPLORER 11.
    I have no idea if you will be able to reproduce these two critical BUGS but I can assure you that they are not present when I use Firefox 26 and they are present when I use Firefox 27, 28, and 29. More, be aware that I have at least 100 tabs opened but I also have this same number of tabs opened in Firefox 26 and yet I do not experience these two critical bugs when I have Firefox 26!
    Once again, these two bugs touch at two vital, critical very basic functions of Firefox and therefore I will NOT be able to use any version above 26 if these two bugs are still present, as they are present in Firefox 27, 28, and now 29!!!
    Please, make it a priority to solve these two critical bugs. Thanks.
    I did read a post related to the same issues “Firefox stops responding when trying to "save page" or "save image" | Firefox Support Forum | Mozilla Support” at https://support.mozilla.org/en-US/questions/991630?esab=a&as=aaq
    I am still reading it again to try to figure out exactly what the person did to make his problems be solved, as the post is not clear at all on what solved the problems!
    In any case, all the suggestions proposed in this post do not work and I surely cannot do a system restore when it is obvious that the two bugs do not appear in Internet Explorer.

    First, I sent an email to the author of PhotoME to inform him of the serious issues his addon caused with Firefox latest versions.
    Now, for those of you who do not have the PhotoME addon and yet experience the same problem that I had and that I described above, I suggest the following strategy.
    As PhotoME did cause these problems with Firefox latest versions, I am pretty covinved other addons probably might cause these problems too. Therefore, adopt the following method.
    Test one addon at a time to see if this particular addon is behind your Firefox issues like the ones I had.
    So, disable one addon only at a time. Then close your Firefox and restart it from scratch and see if you still have your Firefox problems. You must restart the Firefox browser from scratch. If you still have these Firefox problems, re-enable the disabled addon, restart your Firefox (again!) and repeat the same method for every single addon that you have.
    Try to be selective by choosing first addons that are more likely to cause your Firefox problems such as not very well-known or not very popular addons (like it was the case for the PhotoME addon).
    If this method works or if it does not work, report it on this web page so that others can be helped with your comments.
    I hope this method will help you because I was really upset that I had these Firefox problems and I first thought it was the fault of Firefox, only to discover later that this PhotoME addon was the culprit and had caused me such upset.

  • Why are active menus and dialog boxes disappearing/being overwritten by the active tab/page content?

    Frequently when selecting a download directory/filename in the "save to" dialog the entire dialog is overwritten with the active page content. It appears the dialog has closed, but if you tab through the dialog the active field/control is written but the rest of the dialog remains hidden/overwritten. This has also happened with the "open file" dialog. The the drop down menus on the menu bar are occasionally being overwritten after being activated/pulled down. I have not been able to determine a common/specific event causing this problem.

    I seem to have fixed it by putting <div  class="clearfloat"></div> after the navigation bar?

  • My eBay pages don't work properly. There are parts missing. The symbols on the My eBay page have gone. The £ paid sign, checkout, feedback, and probably more. I can't list an item as the submit button has disappeared. It all works fine on IE.

    My eBay pages don’t work properly. There are parts missing. The symbols on the My eBay page have gone. The £ paid sign, checkout, feedback, and probably more.
    I can’t list an item, as the submit button has disappeared.
    It all works fine on IE. I’ve uninstalled and reinstalled Firefox, but still the same.
    How can I regain my missing bits please.
    Thanks

    Can you attach a [http://en.wikipedia.org/wiki/Screenshot screenshot]?
    Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).
    See http://kb.mozillazine.org/Websites_look_wrong
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • MySite – My Content Page is not working and giving error for existing customers

    We are using SharePoint 2010 and recently moved to SharePoint 2013. Central Admin run under SP 2013 and Content Db Front End run under SP 2010.
    After migration the MySite – My Content Page is not working and giving error for existing customers (http://mysite.ss.com/_layouts/MySite.aspx?Error=4705).
    New users (after migration) are able access the My Content and adding documents but old users can’t.
    Can anyone help me on the above?

    I think you might be using non claims web app in 2010, if that is the case, you 'd need to convert your existing users to claims users for which you can refer to http://technet.microsoft.com/en-us/library/gg251985(v=office.15).aspx
    to check if your exisiting users are claims or classic users , try 
    get-spuser -web http://mysite.ss.com -limit all
    check in the output if you see the claims GUID in form of user names like i:0#.w|domain\username, if yes, they claims users if you just see Domain\username, you want those users to be converted to calims.
    i'd need more details to be specific about my answer but aforementioned scenario is most common of all, hope this helps, 
    Thanks, Noddy

  • I'm using OS 10.6.8 and Mail 4.5. When I receive mails with attachments which are visible the save button doesn't work. Some contacts have problems opening files sent by me using Mail too. This was never a problem on pre-Intel. A real Mac **** up !

    I'm using OS 10.6.8 and Mail 4.5. When I receive mails with attachments which are visible the save button doesn't work. And some contacts occasionally have problems opening files sent by me using Mail too. This was never a problem on pre-Intel Mac. A real Mac **** up ! Any ideas ?

    Can you drag and drop the attachments visible in the email to the Desktop OK or does that fail ?
    Re the sending: Are these recipients on Mac's or PC's as the file type could be an issue, if on Mac's then try setting the Mail Preferences Composing setting to Plain Text not Rich Text and see if that improves things.

  • HT1349 My home button isn't working. It works to put it in dfu mode but not to return to home page where my apps are. Can anyone help please?

    My home button isn't working. It works to put it in dfu mode but not to return to home page where my apps are. Can anyone help please?

    Try:
    http://snapguide.com/guides/calibrate-your-home-button/?utm_expid=69945963-15
    fix for Home button
    iPhone Home Button Not Working or Unresponsive? Try This Fix
    - If you have iOS 5 and later you can turn on Assistive Touch it add the Home and other buttons to the iPods screen. Settings>General>Accessibility>Assistive Touch
    - If not under warranty Apple will exchange your iPod for a refurbished one for:
    Apple - Support - iPod - Repair pricing
    You can do it an an Apple store by:
    Apple Retail Store - Genius Bar
    or sent it in to Apple. See:
    Apple - Support - iPod - Service FAQ
    - There are third-party places like the following that will repair the Home button. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens

  • Master page content area height

    Hello
    I have a subform within a master page content area,
    The subform has table which i allowed the content to break to the next page.
    When i try to get the height of the subform it only gives me the height from the first page and ignores the rest on other pages the table broke to.
    I need the height of the subsequent pages in order to position another subform at the bottom of the last page.
    Your assistance will be greatly appreciated.
    Thanks in advance
    Tharage Ntakadzeni

    Hi,
    This post by John Brinkman might help. http://blogs.adobe.com/formfeed/2009/04/layout_methods_to_find_page_po.html
    Regards
    Bruce

  • Searching page content as well as content area content

    We wanted to be able to search the text in HTML portlets on
    pages to locate the page. The search mechanism seems only to
    search the content in content areas. Is there anyway to do this?
    Is Oracle Ultra-search any solution?

    You can try using Ultrasearch or another crawler to crawl your
    site to index your page content.
    Searching across pages using the built-in Portal search (as well
    as Ultrasearch) will be supported in the next release of Portal.
    Regards,
    Jerry

  • Do all animations and features of Keynote save as PowerPoint Presentations and are all of the animations and features then useable on a PC in the .ppt format, will it work properly?

    Do all animations and features of Keynote save as PowerPoint Presentations and are all of the animations and features then useable on a PC in the .ppt format, will it work properly?
    I want to buy a Macbook Pro, but i need to know the scale of compatability between my Microsoft products and my soon to be apple products, proffessional presentations are vital for what i want, therefore compatability if key if i am to purchase a Mac. Thank you.

    Not all of the animations and features in Keynote will transition into Powerpoint.  Most of the basic ones do - but not the advanced.  I had this issue when I first switched over to Mac, so to overcome this, I do two things:
    I figured out which animations and transitions work in both Keynote and Powerpoint and used them.  It's kind of a pain when I can't use the awesome Keynote animations, however, Keynote is still much easier and intuitive to work in than Powerpoint.
    I sometimes export my Keynote presentations to a Quicktime movie (.mov).  Apple makes it very simple to export to this format; which can then be accessed on both a Mac and PC and all of the transitions and effects remain as they are in Keynote.
    I hope that helps.
    Russell

Maybe you are looking for