SAP Portal - POPUP window issue

Hi All,
I'm just new in SAP Portal and I want to ask an assistance regarding the issue our team is currently handling.
When user open a workitem in Engineer's Desktop (under Assembly Manager), a new popup window appears. When the user tries to open another workitem without closing the first one, the first popup window closes which should not be the case. If the user opens 2 workitem, there should be 2 popup window. There are no current changes done on Portal except the EHP upgrade.
Can you please help me on this? ANy idea is appreciated.
Thanks,
Arlene

Hi Padman,
Pls. install JVM on you local machine..
Regards
Pramod

Similar Messages

  • Error while Loading SAP portal on windows Vista

    I am getting the fowwloign error on step 36 out of 41 while trying to load SAP Portal /WAS on Windows Vista on my laptop.
    ERROR 2008-12-12 14:17:35.669
    FCO-00011  The step configSLDMainLocalImportContent with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|6|0|NW_Usage_Types_Configuration_AS|ind|ind|ind|ind|0|0|NW_CONFIG_SLD|ind|ind|ind|ind|0|0|configSLDMainLocalImportContent was executed with status ERROR .
    ERROR 2008-12-12 15:05:48.182
    CJS-30059  Java EE Engine configuration error. DIAGNOSIS: See output of logfile java.log: 'IO EXCEPTION: Connection refused: connect:: '.

    Hi,
    I believe VISTA is not a recomended OS for SAP Portal, I tried for a week to install and finally gave up
    check this
    Adventures with NetWeaver Portal 7 - Vista Installation
    jo
    Edited by: Ravi Joseph on Dec 12, 2008 11:51 AM

  • Web sphere portal popup windows

    Hi,
    I used this forum before with great results maybe some one can help me this time also.
    I'm working in a Websphere Portal project using JSF and RAD6 to create the portlets. I like the way it works execept when I try to create popup windows. How can I create popup windows that they don't keep context the only one I can create is the HelpView page. Is there a way to call other forms from Helpview like a redirect or something like that or is any other way to create popup windows any help or suggestion will be appreciated.
    Thanks

    i have followed line to line as per post installation tasks given in sun site. No logs are generated in policy agent. i.e
    bcoz policy agent is not at all intercepting the request. do we need to do any thing more to add a filter in websphere 6.1
    To give you background:
    This is a clustered enviornment and each node has 3 instances [ appserver,nodeagent, websphere_portal]
    we have installed the policy agent on each of the instances.
    Now when i access the admin interface my policy agent intercept redirect to SSO.
    When i access portal instance policy agent doesnt intercept
    there are no logs generated in accessmanager or policagent.
    Edited by: sat on Jun 29, 2008 11:18 AM

  • How to close sap portal IE window using WD ABAP

    Hi All,
    I'm asked to close sap portal window by clicking a button in one of my WD Abap applications.
    Is that possible, if so can you please provide me with a coding example.
    Thanks
    Ziv

    Thanks Prashant
    The link was very helpful indeed.
    It wasn't entierly correct but it got me on the right track to solving my problem.
    Here is the complete solution :
    Step 1.
    Create an outbound plug in your view , O_<VIEW>_EXIT.
    Step 2.
    Create an inbound plug in your window , I_<WIN>_EXIT.
    Step 3.
    Create an outbound plug in your window , O_<WIN>_EXIT ,
    while creating the plug make sure that you make it as an exit plug.
    (In the normal course , system will not allow you create an exit plug
    unless and otherwise you specify the plug as an interface one.)
    Add a paramter close_window to the interface of the plug (this paramater is known by the framework)
    Step 4.
    Go to your HANDLEI_MAIN_EXIT method in your window and fire the exit plug.
    >>>>>> wd_This->Fire_O_V_Main_Exit_Plg( close_window = 'X' ).
    Step 5.
    Go to the window create the navigation link from the outbound plug of your <VIEW> to the inbound plug of your window.
    Ie , create a navigation from O_<VIEW>_EXIT ( view ) to I_<WIN>_EXIT ( window )
    Step 6.
    Whenever you want to close the window fire the outbound plug >>>>>> wd_This->Fire_O_<VIEW>_Exit_Plg( ) From your code.

  • Blank popup window issue

    Hi,
    In my application, I have an ALV in which one of the columns is a link to another ALV in a popup window. If the link is clicked for the first time, the window pops up with all the values as expected. But, if the link is clicked for the second time (any link in the first ALV), I get a blank window as a popup. This time the popup contains all the UI elements except for the view container UI element (ALV). I also created other simple test programs but still face the same issue.
    This is happening only in the BW system. The same is not the case in any other development system (confirmed by developing sample programs).
    Please help me out to resolve the issue.
    Thanks,
    Gokul

    I am not sure if the below link can help you, but see if it gives any input to you.
    Icon in popup blank

  • Popup Window issue with PureMVC

    Hi
    I am trying to have a popup screen appear using PureMVC. The problem I am having is that the popup is appearing, however the component I want to be contained withint he popup window is blank.
    I am not sure why this is. I was using this as a reference
    http://cookbooks.adobe.com/post_Creating_a_Popup_with_Flex_4_and_PureMVC-17596.html
    Where in my component to go inside the titlewindow I create a panel, give it an id and within that panel then is all the visual elements I want.
    Eg:
    private function showProjectWizard():void {
    var theApp:ApplicationManager;
    titleWindow = TitleWindow.show(projWizard.content, "Title Window22", TitleWindow.OK_CANCEL_BUTTONS, true, null,closeHandler)
    PopUpManager.centerPopUp(projWizard);
    This is the ProjectWizard component
    <?xml version="1.0" encoding="utf-8"?>
    <s:HBox  xmlns:sas="http://www.sas.com/flex/mxml" xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:s="library://ns.adobe.com/flex/spark" height="400" width="400">
              <s:Panel id="content" height="100%" width="100%">
                                  <s:Label id="name_id" x="10" y="0" text="Name:"/>
                                  <s:Label id="location_id" x="10" y="20" text="Location"/>
                                  <s:Label x="10" y="56" />
                                  <s:Label id="source_id" x="10" y="88" text="Document source:"/>
                                  <s:TextInput x="70" y="0"/>
                                  <s:TextInput x="70" y="30"/>
                                  <s:VScrollBar x="284" y="56"/>
                                  <mx:HRule x="98" y="127"/>
              </sas:Panel>
    </s:HBox>
    Any thoughts on why a small titlewindow with just the two buttons but nothing in the middle is appearing?

    Any reason you're opening a <s:Panel> but are closing it with a </sas:Panel> in a different namespace?

  • Popup Window issue

    Hi all,
          I need to show a popup when feature dated records exists. For that on the Save action of the user I am checking the feature dated records and showing a popup.
    ISSUE:
    I am calling this popup in onSAVE action.  Based on the user ok or cancel I need to perform some code in the same action. But the issue is the code below the popup is being run even before the popup is displayed and after user clicks OK or Cancel the cursor does not comeback to onSave action at all.
    How to do in this scenario?
    Code:
    lo_window         = lo_window_manager->create_window(
                       window_name            = 'ZSDRPOPUP'
                      title                  = 'Feature Dated Records Exists.'
                     close_in_any_case      = abap_true
                       message_display_mode   = if_wd_window=>co_msg_display_mode_selected
                     close_button           = abap_true
                       button_kind            = if_wd_window=>CO_BUTTONS_OKCANCEL
                       message_type           = if_wd_window=>co_msg_type_none
                       default_button         = if_wd_window=>co_button_ok
    lo_window->subscribe_to_button_event(
    button = if_wd_window=>CO_BUTTON_OK
    button_text = 'Overwrite'
    action_name = 'SUBMIT'
    action_view =   lo_view_controller ).
    lo_window->subscribe_to_button_event(
    button = if_wd_window=>CO_BUTTON_CANCEL
    button_text = 'Cancel'
    action_name = 'CANCEL'
    action_view =  lo_view_controller ).
    lo_window->open( ).

    Popups are not synchronous in Web Dynpro. Therefore it is normal for processing to continue (and the phase model to complete) before the popup is even displayed.  That is why you register events for the buttons that are pressed within the popup.  It is in the event handlers of these events that you will continue your processing.  You probably need to be more modular with your code so that the actual save logic can be called from within the button OK event handler of the popup as well.

  • Issue...SAP gui popup window along with Excel report

    Hi,
    In MSS portal I am trying to review one excel report. While clicking particular report link in portal it is opening a small sap gui window while generating excel report. I don't know how to stop that gui pop-up window?
    Thanks,
    Padmanaban

    Hi Padman,
    Pls. install JVM on you local machine..
    Regards
    Pramod

  • HR Renewal Self Services Integration Issue with SAP Portal

    Hi,
    We are  Implementing  HR Renewal 2.0 FP1 and the Self-Services Landing Page to be launched from within SAP Portal.
    I have imported the PFCG role ZSAP_EMPLOYEE_ESS_XX_UI5_1  into portal and assigned to the user. The End User read permission is provided.
    We see the landing page with all lanes coming up fine when launched from portal. But subsequently when we click on the SAPUI5 delivered applications in the MY INFO Lane like Employee Profile, Salary Statement, Leave Application etc, they open from inside the portal in a new window via the below Standard Launchpad Start URL application
    /irj/portal?NavigationTarget=ROLES%3A%2F%2Fportal_content%2Fcom.sap.pct%2Fevery_user%2Fcom.sap.pct.erp.common.bp_folder%2Fcom.sap.pct.erp.common.roles%2Fcom.sap.pct.erp.common.erp_common%2Fcom.sap.pct.erp.common.lpd_start_url&RequestMethod=GET&System=SAP_HCM_PROXY&URLTemplate=<System.wap.WAS.protocol>%3A%2F%2F<System.wap.WAS.hostname><System.wap.WAS.path>%2Fsap%2Fbc%2Fui5_ui5%2Fsap%2FHRESS_PAYSLIP_G%2Findex.html%3Fsap-client%3D<System.client>%26sap-language%3DEN&PrevNavTarget=navurl%3A%2F%2F9302a2e5cab6590e376f9e6a16fffb13&NavMode=3&CurrentWindowId=WID1411300030322
    and getting the below error.
    Page not found. Refresh the page or try again later. If the problem persists, contact your Portal administrator for assistance
    Is any other configurations missing to launch the my info individual service application via portal as NavigationTarget.
    Appreciate your response.
    PS: No business packages (WD ABAP based etc.,) are installed in the portal side.
    Thanks,
    Urmi

    Hi All,
    The issue got fixed after installing the portal business package, Common Parts ERP 1.61.
    Thanks,
    Urmi

  • IE11 Issues with sap portal

    Hi,
        I am getting compatibility issues in IE11 with SAP portal....I have followed the procedure to set compatibility view(tools-->compatibility view Settings...)..but the issue hasn't been solved.....I am getting this error...the application
    was stopped due to critical error rendering....activate compatibility mode....could anybody tell me what are the different ways to activate compatibility mode in IE11
    Thanks...

    Unfortunately your post is off topic as it's not specific to Microsoft Training and Certification.  
    This is a standard response I’ve written in advance to help the many people who post their question in this forum in error, but please don’t ignore it.  The links I provide below will help you determine the right forum to ask your question
    in.
    For technical issues with Microsoft products that you would run into as an end user, please visit the Microsoft Answers forum ( http://answers.microsoft.com ) which has sections for Windows, Hotmail,
    Office, IE, and other products.
    For Technical issues with Microsoft products that you might have as an IT professional (like technical installation issues, or other IT issues), please head to the TechNet Discussion forums at http://social.technet.microsoft.com/forums/en-us, and
    search for your product name.
    For issues with products you might have as a Developer (like how to talk to APIs, what version of software do what, or other developer issues), please head to the MSDN discussion forums at http://social.msdn.microsoft.com/forums/en-us, and
    search for your product or issue.
    If you’re asking a question particularly about one of the Microsoft Dynamics products, a great place to start is here: http://community.dynamics.com/ 
    If you think your issue is related to Microsoft Training and Certification and I've flagged it as Off-topic, I apologise.  Please repost your question and include as much detail as possible about your problem so that someone can assist you further. 
    If you really have no idea where to post your question please visit the Where is the forum for…? forum http://social.msdn.microsoft.com/forums/en-us/whatforum/ 
    When you see answers and helpful posts, please click Vote As Helpful,
    Propose As Answer, and/or Mark As Answer
    Jeff Wharton
    MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCSE: Data Platform & Business Intelligence
    Blog: Mr. Wharty's Ramblings
    Twitter: @Mr_Wharty
    MC ID:
    Microsoft Transcript

  • Hide command window from transactions in sap portal

    Dear experts
                  sir i want to hide command window from transactions iview in sap portal when i using sap gui for windows  sir i know very well settings for sap gui for html. so is there any possiblity for hiding command window from transactions iview when i use sap gui for windows
    please help...............
    Edited by: mousam jaini on Nov 1, 2010 12:11 PM

    Hi Mousam
    You can get solution from the  SAP Note: 1010519
    If ur system doesnot meet the pre-requiste, then you can set the below parameter under transaction sicf:
    ~webgui_simple_toolbar=1
    Pls go through the below article to display the SAP Transaction as SAP GUI
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e046cb5c-711a-2a10-95a9-81b365901b95
    Thanks
    Keshari

  • Create a popup window in a portal

    Hi all,
    how to create a popup window when clicked on a role in portal, the iview contains the 4 regions or clients as radio buttons, when i click on radio button, the perticular iview or region should hold and trigger the perticular region or client RFC 
    i hope u people know this, tell me step by step in doing this
    Thanks in advance
    Thanks&Regards
    charan
    Edited by: charan12 on Feb 2, 2011 5:39 AM

    Hi charan,
    You can set the property "Launch in New window" of the particular iview which needs to be open on click of the radio button as" Display in seperate headerless portal window".
    Regards,
    Namrata Dixit

  • Reg: Avoid DSM Terminator popup window in the Portal 7.0

    Hello All,
    Iam using EP 7.0 SP19. I used Lightweight desktop for the user and assigned default home role. I am getting a popup window in the right top corner with the message as below "Closing Session". I checked that using HTTP Watch, its loading the DSM Terminator Component. How to avoid the popup window ?
    It will appear while I am clicking the role and also Logoff. Once whole page refresh means, popup will appeared.
    Please help me for this.
    Regards
    Prakash T

    Hi,
    Did you search already ?
    How to avoid DSM pop-up window in portal
    Regards,
    Koti Reddy

  • base target=_self issue in modal popup window.

    Hi,
    I have implemented a modal popup window as described in:
    TIP: Building Modal Popup Windows
    I also created a Search button (per step 8 "polishing")
    The html header of the page attributes of the LOV window contains (step 3):
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <base target=_self>
    Still for some reason when I hit Search, a new window opens.
    What am I missing here?
    Toon

    Andy,
    I added the quotes: but no difference in behaviour.
    However I did find something:
    On the search button I had erroneously defined a url-redirect going back to the same page.
    And I also had a conditional (request=search) branch going back to the same page.
    I deleted the url redirect on the search button, and it works fine now: the branch takes me back to the same window (without opening a new one).
    On further testing I found another issue concerning the pagination (it is of type: row ranges in select list with pagination).
    If I press next and previous all works well. But if I select a range from the select list it opens a new window...
    Any ideas here?
    Thanks,
    Toon

  • After log into SAP Portal, Terms&Conditions Window should open

    Hi Team,
    As per one of the requirement in my project, i have to develop below applicaiton.
    Requirement: Once user logged into portal & trying to access his role first time in a year, Terms & condtions window should open, once user accepted the terms& condtions,  user can access his role. if user entered into portal second time in a year, direclty can access his roles.
    For this: i have created webdynpro-java application with empty view & portal abstract portal component with terms & conditions text, then i have created  portal Iviews for both webdynpro-java application and abstract portal comonent, then i am calling abstract portal component Iview into webdynpro-java component controller wdDoinit() method via  WDPortalNavigation.navigateAbsolute() method. 
    Finally, i have assingned webdypro-java ivew to Test Role: once click on role it is calling Terms&Conditions pop window.
    Questions: 
    1. how can i use same Iview in user actual role, i mean, once user click on his role first time terms & codition window should open? after accepting terms & condtions only his role can access...
    2. how can i navigate from terms & condtions to his role?
    3. if user didn't accept terms&conditions, he can't access his roles, how can i handle this?
    4. how can i check, if it is user first login into portal or not in a year ? where i have to store this user data? what are the parameters i have to use?
    can you please help me on this?
    Thanks
    Sandeep.

    sandeep kumar wrote:
    > 1. how can i use same Iview in user actual role, i mean, once user click on his role first time terms & codition window should open? after accepting terms & condtions only his role can access...
    > 2. how can i navigate from terms & condtions to his role?
    > 3. if user didn't accept terms&conditions, he can't access his roles, how can i handle this?
    > 4. how can i check, if it is user first login into portal or not in a year ? where i have to store this user data? what are the parameters i have to use?
    I would redefine com.sap.portal.navigation.portallauncher.default component for your purpose
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/42c08f81ce2152e10000000a114a6b/content.htm
    so WDJ is not really an option here.
    To store whether display T&C screen you can use custom attribute on user profile 
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/44/0316d50bbe025ce10000000a1553f7/content.htm
    public class MyPortalLauncher extends PortalLauncher
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
              INodeList nodeList = request.getNode().getChildNodes();
              if(nodeList != null && nodeList.item(0) != null)
    //Check value in user profile whether he accepted T&C this year
    //if no - navigate to T&C page
                   IResource jspResource = request.getResource("jsp", "jsp/termsAndConditions.jsp");
                   response.include(request, jspResource);
    //else - process as usuall
                   response.include(request, nodeList.item(0));
              else
                   IResource jspResource = request.getResource("jsp", "jsp/noRoles.jsp");
                   response.include(request, jspResource);
    //implement
    public void onAcceptClick() throws PageException
    //set user attribute value if accepted, logoff is rejected

Maybe you are looking for

  • What's the best way to merge, restore or reconstruct iPhoto and Aperture libraries to resolve images that are not found/offline?

    Hey there, Apple Support Communities. To start, I'm working on a MBP Retina 15" with a 2.3GHz i7 processor and 16 GB of RAM.  10GB free on a 256GB SS HD.  Attached are two external HDs - one 1TB Western Digital portable drive from 2011, one 2TB Porsc

  • IPod app crashes after 3.1 update

    I just updated to 3.1 and now the iPod app crashes whenever I try to make a Genius playlist. I do this every day so understandably I would like a solution. In the log, it points to low memory as the cause. I don't have much stuff running, I have Wi-F

  • Convert application error to system error

    Iam facing an issue in BPM, Iam triyng to access to a webservice using synchronous send step, and I ahve an exception branch to catch the syetm error and fault message. Eventhough I specified fault messages, application error was not properly recogni

  • Custom field in approval transaction time sheet

    Hi, in transaction CAT2, I added two custom field. Is there any ways to use this field like selection parameters in transaction CAPP or CATS_APPR_LITE? Thanks in advance Regards Raffaele

  • Failover Cluster on Server 2012 R2

    Hi I`m trying to deploy a Failover Cluster with two servers, both Virtual machines on Vmware, OS- server 2012 r2. Both servers can see all disks from storage. For some reason, I keep getting these messages(for all disks) when I run "Validate Configur