Launch iview in new window: howto rename browser window name?

Hi all,
When I open an iview in a new window, I would like to set the visible window name to the name of the iview, instead of just "SAP Enterprise Portal 6.0". Any suggestions?
I am working with a SAP Transaction iView (windows gui).
Cheers,
faB

You have to write another wrapper custom iView to launch SAP Transaction iView. The wrapper java iView will generate URL for the SAP Transaction iView (PS: How to generate URL for an iView in PCD. ) and Open the URL in a new window using a javascript -
WindowObjectReference = window.open(strUrl, strWindowName [, strWindowFeatures]);
PS: Reward points if the answer is useful.

Similar Messages

  • Opening new tabs makes the browser window wider

    when opening a new tab in safari
    it makes the browser window bigger (at the bottom)
    but not only at the bottom actually
    after a few close-open's it also starts growing at the top
    and for me it's unacceptable cause there are folders that i need fulltime access to (at the top)
    is there a way (a script) to prevent safari "grow" and make the browser window bigger in a while ?
    i don't really know why is it happening because if you press cmd+t it opens a new tab and the browser window kinda slides bigger at the bottom but then if you press cmd+w it does the opposite and the browser window stays the same size after those actions
    i can't follow but after some time it starts to be bigger not only at the bottom
    it grows til the dock and then starts growing at the top
    is there a way to prevent that ?
    i mean take opera for example. it always stays the same size and new opened tabs take the "inside space" if you know what i mean. the browser window doesn't get bigger. there is space allocated especially for tabs
    i like safari but it is very important for me that it stays the same size all the time
    i have all windows and folders situated exactly where i want them and if something moves and covers other items, it gets uncomfortable
    thank you

    nimionsergei wrote:
    (i have 'secrets' app installed and it makes pop up windows open in the same browser window, so it might be becasue of that)
    Yes, it sounds like this is the cause.
    Some pop-up window code forces the new window to be a certain size. Since it's intended to open in a new window, that normally wouldn't cause problems. But you're forcing the pop-up to open as a new tab in the current window, which causes the current window to be resized to that new page's defined size.

  • I've been using FCP 7 on my iMac for quite some time with great success.  Lately I created a new project and the browser window does not format properly (it's O.K. for previously created projects). The effects window is also not displaying properly.

    Help! My browser window is suddenly not formatting properly. (losing browser formatting, glitch, bug)  I'm using FCP 7 on an iMac with OS X 10.8.5 and have been successfully doing so for a couple of years.  I fear my Final Cut Pro is corrupt and I have to re-install. Anyone ever see this problem? Old projects display and behave fine in the browser, but any new project I create, totally loses the formatting in the browser and the browser also does not display the "effects" window properly anymore. (see below)

    YOU ARE A LIFE SAVER!  I reinstalled the program and everything. THANK YOU! THANK YOU! MY HERO!!!

  • I like the feature of the PDF being opened on the new tab on firefox browser windows. But the newer version (3.6 or 4.0) will automatically open PDF in a pop up adobe apps. How do I keep the PDF open on the new tab as before? thank you

    I like the feature of the PDF being opened on the new tab on firefox browser's windows. But the newer version (3.6 or 4.0) will automatically open PDF in a pop up adobe apps. How do I keep the PDF open on the new tab as before like the 3.5 ver.? I want the PDF opened in the new tab rather than in the Adobe's app's pop up window. Could you help?
    thank you

    '''I fixed mine by removing the Ask.com extension.'''
    Tools
    Add-ons
    Settings icon
    View Recent Updates
    Ask.com '''DISABLE'''
    Running FF 8.0 on Windows 7 (64-bit)

  • New Window Opening Behind Browser Window

    I have produced a page in DW3 for an artist where you click
    on a thumbnail and it opens a new window with an enlargement of
    that image. (I use the DW3 javascript behaviour to do this).
    When I test it on my browsers the windows open in front of
    the main browser window and all is hunky dory.
    When my client does the same, she claims that some of the
    windows open in front of the main browser window but some open
    behind the browser window and are obscured. She says she perceives
    a "flash" if the new window opens behind the browser window. She is
    using Firefox 2.0.9.17
    Has anyone experienced this behaviour and figured out a
    fix?

    .oO(spiro_t)
    >I have produced a page in DW3 for an artist where you
    click on a thumbnail and
    >it opens a new window with an enlargement of that image.
    (I use the DW3
    >javascript behaviour to do this).
    >
    > When I test it on my browsers the windows open in front
    of the main browser
    >window and all is hunky dory.
    >
    > When my client does the same, she claims that some of
    the windows open in
    >front of the main browser window but some open behind the
    browser window and
    >are obscured. She says she perceives a "flash" if the new
    window opens behind
    >the browser window. She is using Firefox 2.0.9.17
    >
    > Has anyone experienced this behaviour and figured out a
    fix?
    Usually the user/browser decides where new windows/tabs will
    be opened.
    But why open a new window at all? Why not use something like
    Litebox?
    Micha

  • Rolling window moves when browser window changes size??

    I have added a rolling window into my page and it is in the
    correct position when I click to preview, but when the browser
    window moves (when I click on my Favourites window panel for
    example) the rolling window moves along and out of its position.
    Is there anyway to stop this?
    Cheers,
    Zoe

    Change this -
    </head>
    to this -
    <style type="text/css">
    <!--
    body { text-align:center; color:#CCC; }
    #wrapper { text-align:left; width:720px; margin:0
    auto;position:relative; }
    -->
    </style>
    </head>
    change this -
    <body ...>
    to this -
    <body ...>
    <div id="wrapper">
    and this -
    </body>
    to this -
    </div><!-- /wrapper -->
    </body>
    and see if that helps.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "dollecom" <[email protected]> wrote in
    message
    news:e5ffjv$qa8$[email protected]..
    > I have added a rolling window into my page and it is in
    the correct
    > position
    > when I click to preview, but when the browser window
    moves (when I click
    > on my
    > Favourites window panel for example) the rolling window
    moves along and
    > out of
    > its position.
    >
    > Is there anyway to stop this?
    >
    > Cheers,
    > Zoe
    >

  • Launching SAP WinGUI transaction in separate non-browser window

    Is there a way to launch a SAP GUI transaction in a SAP Win Gui window?  That is, without having the browser parent window around it.

    Oh I almost forgot.  When launching this way the user will be prompted to "Open or Save" the file.  Even if the user unchecks the "Always check for this file..." the prompt will still appear.  The way to remove the prompt is to go to Win Explorer, Tools, Folder Options.  On the Folder Options window choose the File Types tab.  In the Registered file types window find the SAP - SAP GUI Shortcut file and click Advanced.  On the Edit File Type window uncheck the Confirm open after download checkbox.  Click OK as needed to return to Win explorer.   The user must have admin rights to do this or a reg edit can be made using SMS.  I am not aware of the reg key needed but I can find that out if it is needed.

  • I updated to Firefox 5, "about Firefox" shows the new version in the browser window, but my shortcut buttons still show "Firefox 4.0 Beta 10"

    I updated to Firefox 5, under the help button in the browser "about Firefox" shows the new version, but my shortcut buttons on my monitor still show "Firefox 4.0 Beta 10". Most updates also update the shortcut buttons. Is there a way I can do this?

    I just updated to Firefox 5. About Firefox shows me no version number at all. I had to look at Help > Troubleshooting Information to see the version number.
    Update: I saw the version number after changing themes. I guess it depends on what theme you use.

  • Properties window and Object Browser window not visible anywhere

    Although "Properties"  and "Object Browser" are ticked in the View menu, the windows do not appear anywhere on the screen (yes I have looked everywhere).  The "Components" window appears as normal.  It does not matter what Xcelsisus file I am working in, as the problem is the same even when I first launch Xcelsius.  I was running Xcelsius Engage 2008 with Office 2003 and did not have this problem.  I recently upgraded to Office 2007 and now I have this problem.  I run the same software on my notebook without any problem.  Very frustrating.  Any ideas on how to fix the problem?   Thanks JR

    Hi JR,
    This should be something simple.  Please use the shortcut to get focus to :Object Browser" by pressing Ctrl+4,  If you are unable to spot the object brower, it must be minimised eighter of the corner of Xcelsius window.
    Use "Restore Dwon" button which will be at the right top corner (before Close Button) so that your Xcelsius window become smaller size. Try to find the border of the working window and make it smaller in all 4 sides using mouse.  You will find the Object Browser, Property window somewhere.
    Please revert if this does not helps you.
    With best wishes
    BaaRaa.

  • I can not type a url in the browser window when I open a new tab. Why not?

    I open a new tab click in browser window and see cursor but it does not blink. If I click in google search window it works fine. I can redirect using bookmarks but if I want to just type it in, it acts blocked or locked. Could I have done something to cause this? How can I fix this?

    Are you using the same extensions on both computers?
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions 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.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]

  • Launch an URL within same browser window

    Hi ABAP WebDynproExperts,
    Here is a short scenario description what I want to achieve.
    I have a ABAP WebDynpro Component which has "Input-Parameters" (Parameters of the Inbound-Plug - Default). Within the handledefault Method I want to call one of my own Function module which generates another URL.
    Now I want to launch this URL directly in the same browser window directly without putting the URL on an button. So the ABAP WebDynpro Component/Window/View has no UI elements itself - it should just be used to parse the "importing paramaters" via the url parameters to the backend and executing the URL without user interaction.
    Unfortunately I was not able to find a WD specific method how to call a URL in the same browser window? Do you have any ideas?
    Thank you & kind regards,
    Daniel

    Hi again,
    thanks for that. But that was not what I am looking for. Maybe it is unclear what I need.
    I try to reduce my point:
    Simplified I have the following coding in the implementation of Method "handledefault":
    METHOD handledefault .
       DATA: l_url type string.
       l_url = 'http://www.sap.com'.
    ENDMETHOD.
    I am looking for an ABAP WD command with which I can start this URL in the same browser window?
    Thank & kind regards,
    Daniel

  • Installed Firefox on Mac (OS 10.5.8) Will not open a browser window even after rebooting. Also - Must "Force Quit" to exit Firefox

    I installed Firefox on my Mac today (Mac OS 10.5.8) However File>New does not open browser window. Nothing happens. I rebooted and launced Firefox again but this did not help. I had been using Safari. Firefox is clearly running and I must do a "Force Quit" to quit Firefox.
    == This happened ==
    Every time Firefox opened
    == I installed Firefox on my Mac today. ==
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/533.17.8 (KHTML, like Gecko) Version/5.0.1 Safari/533.17.8

    Hello John.
    Hopefully this support article is what you need:
    https://support.mozilla.com/en-US/kb/Firefox+will+not+start
    Also, you may be interested in this one:
    http://support.mozilla.com/en-US/kb/Firefox+hangs

  • Anyone else have a little white box, top left of browser window???

    After the new big update, (that still wont allow changing the color of the arrange window...)  I notice I have a little white box top left of my browser window, in logic of course, that actually only shows up while cursor is moving.  Not a big deal, but I feel it may be associated with a new problem.  The browser window is how i usually go through my personal samples, not apple loops.  And normally, I open the folder, and play the first file via space bar, or little speaker icon.  Then I just arrow down, as fast or slow as i please, and they continue to play, without having to hit space bar or speaker icon.  No longer.  I have to hit play at every file, UNLESS I manage to skip to the next before current is done playing.  Not a huge problem, but when your riffling through a folder with 300 kick drums that are only a half a second long, it can ruffle your feathers.  I dont recall ever setting a prefference or a setting, but perhaps one exists..?  Any help would be appreciated.

    I'd send some feedback to the Logic Devs... to bring back the old functionality, if I were you....
    https://www.apple.com/feedback/logic-pro.html
    ...as they are not here....... and therefore dont tend to read posts here unfortunately...
    https://discussions.apple.com/docs/DOC-5671
    As for the spacebar problem you are having... Not happening here... unless I put the focus on the arrange window.. Click on one of the sample in the browser window and then the focus is on the browser window and the spacebar starts playing the samples... and not the project.
    Cheers..
    Nigel

  • Popup to confirm when closing browser window?

    Hi
    I want to display popup confirm window when closing browser window, "changes will be lost" yes or no. for this i searched forums got some idea, about "WORK PROTECT MODE". this will work only when our application running from portal. my doubt is where should i write code for this??? any help
    Thanks,
    kris.

    Hi Thomas,
    We are on ECC6.0 enph5.
    In system configuration in epc.loader(service) the value for work protect mode is set as 1 - Protect unsaved data (open page in a new window) 
    1)Is it possible to override this value within WD ABAP application? for example show popup window when there is unsaved data
    2)In this scenario what is the significance of L_PORTAL_MANAGER->SET_WORK_PROTECT_MODE
    and   L_PORTAL_MANAGER->SET_APPLICATION_DIRTY_FLAG
    3)Where exactly  L_PORTAL_MANAGER->SET_APPLICATION_DIRTY_FLAG has to coded. It does trigger modify method of the view.
    Thanks,
    chamu

  • How to set browser window title from FPM ?

    How do I set brwoser window title at runtime in FPM ?
    Using IDR area objetc I can set only apllication are(ident area) title, not the browser window title. Browser window title is set statically from iView name of in portal, and PFCG contect if in NWBC client.
    But in my case, I want to set it at runtime, for eg. in case of Purchase Order window, I want to set it as 'Purchase Order:<PO number>
    Is there any API to set this?
    Thanks again,
    Hari
    Edited by: Hari Krishnan P on Jun 9, 2010 10:22 AM

    When you call it as external window you may pass the title. other than that i am afraid you are left with no choice.

Maybe you are looking for

  • New Modern UI app titlebars misbehaving when using stylus (pen) on tablet

    When switching from the desktop to a Modern UI app by tapping the corresponding taskbar button the new titlebar of Modern UI apps behaves differently depending on input method: 1. Finger: the titlebar is not shown at all (correct behaviour) 2. Mouse:

  • Sales order creation with ref. to contract. Quantity related issue

    Hii All, I am creating sales order with ref. to contract. But i can enter more quantity than that mentioned in the contract. Here i need the system should give a warning while saving the order. I refered the thread Sales Order Against Contract In thi

  • Problem with Adobe Premiere Elements 10 : error DW046

    Dear community members, I have bought Adobe Premiere Elements  10 and installed it from the DVDs on my MAC OSX10.5.8 on december 27, 2013 When creating a new project , I get the following message : following a serious error, Premiere Elements 10 must

  • 10.7.5 or 10.8?

    I hear problem about updating to 10.7.5.  I just recently got a new macbook pro (MD314LL/A) and I tried to software update combo 10.7.5 and I tried this about 3 times but it has problem with downloading and it won't let me do anything further.  I als

  • Why is Fireworks CS6 freezing at launch?

    I have Adobe Master Suite CS6 for Windows 7 on a 64x Dell PC. In Fireworks, I made a selection at a check box directing the software to find textures on my server (I dont remember the window name).  Since then, I have not been able to open up Firewor