Back Button in Portal -How to Point to WD application dynamically

Hi,
I have a BSP Application and I am calling webdynpro applications from it.
After I get in to WD application When I use BACK button which is in the Default RIGHT TOP side of portal it should go in to my Intial WD application.
How do we do that?
Rgds
Vara

Strict study of ST22 (Error Analysis) resolved my issue with the help of Note: 1870855,
Hence closing the thread.

Similar Messages

  • How can change language of application dynamic?

    In the dialog I have combo box in which I can select desire language for application. When I select value I save this value in the config file. But language change ONLY when I exit and again enter to the application. How can change language of application dynamic (without exit from application) ?

    alexpass wrote:
    In the dialog I have combo box in which I can select desire language for application. When I select value I save this value in the config file. But language change ONLY when I exit and again enter to the application. How can change language of application dynamic (without exit from application) ?I guess your application sets the locale at "startup", based on the contents of the config file, using a call to java.util .Locale.setDefault(Locale). Did you try to call this method in response to the selection in the combobox?
    This won't refresh all widgets already created however. You probably have to re-create them all.
    There may be case-by-case way to refresh them, for example Locale-dependent layout may be taken into account dynamically. Try and tell us.

  • Blank screen while pressing "Cancel" or "Back" button in Portal

    Hi Experts,
    We have a peculiar problem.
    The user is trying to access time levelling report (which is a
    iView) in MSS.
    The user is getting the output of the report.  When the user tries to press "back button" from the output screen (which is a SAP Transaction iView)  the user is getting blank screen insted of report input screen.
    Please suggest me some hints to resolve this.
    Thanks
    Abdul

    I was calling details screen( screen called from ALV) using call screen in double click event. I changed this to SET SCREEN 110.LEAVE SCREEN. Now my back button in ALV screen started working as expected.
    Thanks  for your answers.
    Joby

  • How to handle The Back button on Module Pool screen

    Hi Gurus,
                  I have created a module pool screen. In that screen I have used some input/output fields(text box) which i have marked mandatory by making the input field as "required" under program tab.
    now when running the screen if no data is entered into these mandatory input field then BACK button does not work. First I have to enter some data into the input filed only then the BACK button works. How should i code so that the back button works even without entering the data into these mandatory fields.

    hi,
    use AT EXIT-COMMAND with the module.
    eg. module user_command at exit command.
    then there will be no problem.

  • Iview - back button opens new window

    hi,
    i have an standard-iview in the portal (ESS-travelmanagement).
    when i push the 'back' button in portal OR the 'leave' button from a step in the iview a NEW windows opens. but i don't want that, i want to stay on the same window.
    any ideas how to do this ? i have this behaviour only on this one iview.
    reg, Martin

    Hi Martin,
    It looks like the check WorkProtect Popup feature is configured on your portal, that allows us to choose our actions when we are trying to navigate from unsaved object.
    By default the mode is set to 1: When you open object for editing, edit the object and navigate to another entry point without saving a new window will open with the new navigated entry point and the original window will stay with the edited object.
    To change the default setting or more information please attend to SAP Note 734861 - WorkProtect Mode - Global Settings
    The end user can also personalize the WorkProtect mode for his login:
    Click on the personalize link in the right up corner of the portal. Navigate to WorkProtect mode tab. Change to mode - open page in same window.
    Save changes & Close this window.
    Log-off from the portal, re-login and check if the changes are effective.
    Hope this helps.
    Regards,
    Anagha

  • OA Framework browser back button

    Hello,
    How does OA Framework figure out navigation using browser back button?
    I am taking an example from the tutorial which comes with JDeveloper.
    There are these 2 pages EmpSearchPG(X) and EmployeePG(Y), there is an explict link from X to Y and an implicit link from Y to X (when you create an employee or cancel employee creation process).
    This is the scenario
    1. You start from page X
    2. You go to page Y, by clicking on the link to page Y from page X
    3. You come back to page X with browser back button
    4. You again go to page Y, by clicking on the link to page Y from page X
    In this case control first comes in processRequest of the page X controller and then processFormRequest of the page X controller and
    OA Framework does this because it detects the browser Back button navigation. How does OA Framework figure this out?
    regards, Yora

    Which function are you using for parameter setting? Setting parameter on pageContext will be lost on back button. Use putTransientSessionValue to set the parameter.
    But to be on the safer side, now that you have found the reason of NPE as the back browser button, follow the back browser button handling section in Dev guide to handle that scenario also.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Create a back button - need help

    Hello JHS Team,
    I am using JHeadStart 10.1.2.
    I need to create a back button in a specific UIX page on my application.
    I'm new to JHeadstart and I really need some help from you. Can anyone help me???
    Thanks

    Atena,
    You can add the button to your page post-generation, using the UIX Visual editor. Make sure you uncheck the Generate Pages switch for this group in your application structure file to protect your change upon regeneration.
    May be an unsollicited advice:
    I understand that you are new to ADF, JDeveloper and UIX. UIX is superseded by ADF Faces in JDeveloper 10.1.3, and based on the JSF standard.
    UIX will not be further developed, JSF and ADF Faces are the technologies to use going forward. Therefore, I would recommend to consider to switch for your application development to JDeveloper and JHeadstart 10.1.3. For JDeveloper/ADF 10.1.3, there is an excellent developers guide available, that provides a lot of useful information, in particular when you are new to the ADF Framework.
    Note that a JHeadstart 10.1.2 UIX generated application can easily be migrated to 10.1.3, you will only need to redo your post-generayion changes. So may be you can try to stick (close) to 100% generation for now, and migrate to 10.1.3 at your earliest convenience.
    Steven Davelaar,
    JHeadstart Team.

  • How to clear the portal form fields while clicking on Back button in browser?

    Hi All,
    I have a portal form, which calls another form. When I types in a value and presses submit, it goes to the new
    form with the information on it. When I click on the back button in the browser, it will show the last value user
    has entered. I want to clear these values, when I click on the back button in the browser.
    Any help is greatly appreciated.
    Thanks & regards,
    Nevin

    Lets assume that the name of the field, whose value you want to clear off,
    is SEARCH_TEXT :-
    Steps :-
    1> Edit the form and goto the Additional PL/SQL Section
    2> Add the following code to the "...after displaying the page" area
    declare
    l_form_name varchar2(200);
    l_sess_id integer;
    begin
    l_form_name := p_session.get_module().get_name();
    l_sess_id := p_session.get_id();
    htp.p('<script>
    var fieldName = "'||l_form_name||'.DEFAULT.SEARCH_TEXT.01";
    var formObj = document.WWVM'||l_sess_id||';
    for (var i=0; i < formObj.length; i++){
    if (formObj.elements.name == fieldName){
    formObj.elements[i].value = "";
    break;
    </script>
    end;

  • How do I disable the reload on the back button of Firefox and have it display the cached/prior page version?

    Every time I click the "back" button, Firefox reloads the previous page I was on. How do I disable the reload and have Firefox display the cached/prior page version? The whole point of going "back" is to see what we were just looking at.. I don't want a refreshed version of it. Any help would be greatly appreciated! I am running version 3.6.12.

    No problem. It's not a request that's been seen much if at all to be honest. I rely on them myself.
    You can always feel free to provide feedback to Apple though.
    http://www.apple.com/feedback/

  • How to get the back button if we to go the 2nd drill down report??

    Hi,
    I have a drill down report for the main report. And have detailed drill down as in 1st report>2nd report>3rd report.
    But once i goto drill down, the return button is there which directs to main report i.e. 2>1,
    But once i goto 3rd, i do not get the back button so that i can access reports in 3>2>1, instead its going directly to 1st from 3rd.
    hope i have made the point clear.
    Someone suggest me how do i get the back button??
    Thanks!!

    use the below code in Narrative view
    <script&gt;
    function goBack()
    window.history.back()
    </script&gt;
    <input type="button" value="Back" onclick="goBack()"&gt;
    If helps mark
    Edited by: Srini VEERAVALLI on Feb 13, 2013 12:08 AM

  • How to redirect to a different page when a browser's Back button is clicked

    In my application a user logs-in and searches on the form provided. Now
    If a I click on browser's Back Button I see a message saying Page Has Expired, now at this point if I click on the browsers refresh button it shows me the page again.I want if browser back button is clicked and then Refresh button is clicked I don't want to show the same page rather redirect to a different page and invalidate the session. Is there a way clicking on browser back button I redirect to a different page.I have the following code on top of each jsp pages:
    response.setHeader("Cache-Control","no-cache"); //forces caches to obtain a new copy of the page from the origin server
    response.setHeader("Cache-Control","no-store"); //directs caches not to store the page under any circumstance
    response.setDateHeader("Expires", 0); //causes the proxy cache to see the page as "stale"
    response.setHeader("Pragma","no-cache"); //HTTP 1.0 backward compatibilityAny help is appreciated. Thanks

    There's no way to know when the back button is clicked, so I don't see how you can do anything about it. Since that message comes from a page which was created by a POST form submission, you can put some unique value in a hidden field that let's the server side record and if it gets it again (from the reload) then it can ignore the form data and redirect.

  • I have recently installed Firefox Minefield in hope to try out the new TabCandy feature however I was dismayed to find that there was no TabCandy button. I was wondering either whereabouts this button is, or how I can get it back on my Minefield. I have a

    I have recently installed Firefox Minefield in hope to try out the new TabCandy feature however I was dismayed to find that there was no TabCandy button. I was wondering either whereabouts this button is, or how I can get it back on my Minefield. I have already tried uninstalling then reinstalling a few times.
    == This happened ==
    Every time Firefox opened
    == I first installed Minefield ==
    == User Agent ==
    Mozilla/5.0 (Windows; Windows NT 5.1; rv:2.0b3pre) Gecko/20100723 Minefield/4.0b3pre

    See this thread:
    https://support.mozilla.com/tiki-view_forum_thread.php?forumId=1&comments_parentId=736763#threadId736851
    Once you have the correct TabCandy build installed, you can't let it update because that version points to the wrong update package.

  • IDVD'08: how to make back button, video chapters and stretch pictures?

    Hi!
    I am new to iDVD'08 so I have 4 questions:
    1) In main menu I created a submenu called "video". It opens new screen with a list of videos. I want to have a back button on this screen too. It should return to a main menu. How can I make it?
    2) I have one big movie in iMovie'08 and want to burn it in iDVD'08 with chapters. So that different events in this big movie could be easily selected. I dont want to crop with big movie into pieces in iMovie. So how can I create such a buttons that point to different parts of movie?
    3) All that dropzones and buttons with preview are fantastic... But! How can I tune photo assigned to them? You know that picture tuning dialog: when you select photo and then can zoom in/out and move photo. Where such a dialog in iDVD?
    4) If I create a button with preview (for example, with a shape of heart) for submenu than folder icon is displayed in that preview. Hoe to place photo or movie just on a preview zone of such button?

    Q: I was curious is there a PRO analog of iMovie and iDVD like Aperture comparing to iPhoto.
    A: Your only options of apple video editing software (with the exception of QT Pro) are as follows:
    1. iMovie 7 (consumer grade video editing software)
    2. iMovie 6 (Free Download from apple's web site assuming you own iLife'08)
    http://support.apple.com/downloads/iMovieHD6
    Also consumer grade however this software is actually better for adding custom chapter markers, exporting back to the camcorder when needed, working with a Timeline, etc.
    3. FCE (I consider this app as pro-sumer software mainly because it's better than iMovie and very much like FCP; with the exception that it cannot be used to open existing FCP projects. That can only be done with apple's FCS 2)
    4. FCP (part of FCS 2) Apple's Professional / High end Video editing software.
    Message was edited by: SDMacuser

  • Clicking Back button twice in IE7 to get previos page in our WL portal.

    Hello,
    we are developing weblogic portal application.
    And have noticed that on the all our pages(we have JPF and JSR portlets) we have to click Back button twice in Internet Explorer 7 to get previous page.
    We haven't got such issue when we use FireFox, Opera or Chrome, please advice, what we can do to fix this issue.
    Thank you very much!

    Thank you, deepshet
    Now I have discovered that weblogic generates url with fragment identifier at the second step.
    When I call page for example News_page from previous page Main_page, I use the following link
    http://localhost:7001/MyPortal/appmanager/TestPortal/TestDesktop?_nfpb=true&_pageLabel=News_page
    after loading (about 1-2 seconds) to url addeds fragment identifier *#wlp_news_page*, so the resulting page will be
    http://localhost:7001/MyPortal/appmanager/TestPortal/TestDesktop?_nfpb=true&_pageLabel=News_page*#wlp_news_page*
    At this moment when I click back button in IE I will get
    http://localhost:7001/MyPortal/appmanager/TestPortal/TestDesktop?_nfpb=true&_pageLabel=News_page
    for the first time.
    And after my second click I will be returned to Main_page.
    Please advice how can I avoid such behaviour?Is it possible to turn off fragment identifiers on portal?
    Thanks

  • ALV: OOPS: How to identify when the BACK button is hit?

    Hi All,
    I have a requirement in which when the BACK button on the ALV output is hit, i have to leave to the Original Selection Screen.
    I know that using SET SCREEN 0. this can be done. But i'm unable to find the point at which the Event about the BACK button is triggered.
    How can i identify if the button hit was the back button?
    Thanks in advance,
    Jr.

    Hi Jr,
    u declare sy-ucomm in data decla.
    in code try this out.
    Case sy-ucomm.
    when 'BACK'.
    leave to screen#. " # For the selection screen (i dnt think it is 0).
    u obviously have to set the PF status for the same by SE41 and in Aplication, u give name as BACK for the back symbol.
    I hope is will help.
    Reward if useful
    Thanks
    Sujay

Maybe you are looking for

  • MySQL 5.5, Crystal Report for Visual Studio not working when hosted IIS

    Software and Component detail Microsoft visual studio 2010 MS .NET Framework Version 4.0.30319 RTMRel MYSQL SERVER Database Version 5.5 MySQL Connector 6.6.4 64 Bit MySQL ODBC Driver Version 5.2.a Crystal Report for Visusl Studio 64 Bit 13.0.5 (CRfor

  • PDF Document Opens Upside Down in Acrobat 8.2.6

    I have a PDF document that always opens upside down. After I have opened it I will correct the orientation and then re-save it but when I open it again, it is upside down. I would appreciate suggestions. I am using Acrobat Standard 8.2.6. Thanks for

  • Problem in invoking a Webservice

    Hi I am using Oracle BPEL Process Manager v10.1.2.0.0. and data base is oracle lite which comes with PM it self. as part my application i need to call the Webservice which was deployed on the local OC4J as u suggested for some one earlier i updated t

  • WRT150N Slow Connection Possible Solution

         I've been having sever trouble getting my desktop computers using the WMP300N cards working at the propper speed with my WRT150N router. Linksys tech support had me set the following in Advanced Wireless Settings which improved the situation: 19

  • Problems accessing object variables in a Vector

    Hello all... perhaps someone can help:- I have a Vector - "ToolList" - which contains objects - "Tools". These tools have characteristics like: "ToolName", "Weight", "Dimensions". I'm trying to get the "ToolName" of each object listed in a ComboBox b