RSBBS web address jump (goto)  loading content in customized browser window

Hello,
I use a RSBBS web adress jump to open a new browser window from an existent template. In the new browser window another parameterized template will be loaded to show some results.
No problem till now. But in my specification this new browser window should be similar to a pop-up with no navigation bar, no status line, no scrollbars etc. (see JS window.open(<URL>, <name>, <status=no etc.etc>).
Cause the relevant context menu seems to be dynamically inserted, i can't find any possibility to control the tareget-window-object in the template for that the goto is defined.
Is there a possibility to influnce this?
Thanks a lot and keep BWing
Mat

When you execute the Jump Target from the context menu the BW Web API command CMD=RRI is executed, you can call this URL from the JS function and set the window properties in the JS function.
See the attached documentation for the same.
http://help.sap.com/saphelp_nw04/helpdata/en/84/2b813b731fd60ee10000000a114084/content.htm
Thanks.

Similar Messages

  • RSBBS Web Address jump to iView using same window.

    Hi,
    I’m trying to use a RSBBS Web Address (Report-Report Interface RRI, Jump to Target, Report Goto link) to jump to a portal iView. This works fine except that it opens the iView (with portal header and detailed navigation) in a new window. This is not what we need. We wish to jump to the target iView within the same browser window while retaining the portal header and detailed navigation (updated to the place where the iView is located in the Navigation).
    I’ve tried coding the jump to using Javascript command SAPBWSetOpenerUrl. This opens the target iView in the same browser window but unfortunately also opens a duplicate Header and Detailed Navigation in the Content Area. This means that the Header and Detailed navigation is repeated (duplicated) every time a jump is called. This is not what we would like.
    How is it possible to setup a Jump to Web Address and open the iView in the same browser window without being contained within the content area? Is there a way to “break out” of the Content Area Frame and update the entire page?
    Any help on this is very much appreciated.

    Hi,
    With JavaScript function EPCM.doNavigate, it is possible to code in the sending report
    web template an additional link in the context menu pointing to a portal iView.
    This runs the target web template and query.
    So far, I've only managed to successfully pass one characteristic into the target report.
    Here follows example code:
    <SCRIPT language="JavaScript">
    var dim = "0COMP_CODE";
    SAPBWAddToMenu("Portal Navigation with Parameter","myMenuProcessor","1","
    CHARACTERISTIC_VALUE",dim,"X","BOTTOM","","");
    function myMenuProcessor(parameter,cell_type,filter,parameter1,parameter2,item,dataprovider,x,y)
    { switch (parameter) {
    case "1":
    parent.EPCM.doNavigate('ROLES://portal_content/com.ericsson.Ericsson/com.ericsson.BW/
    com.ericsson.Pages/com.ericsson.wpf_fin_sox/com.ericsson.wpp_fin_sox_12008&
    DynamicParameter=FILTER_IOBJNM%3D' + dim + '%26FILTER_VALUE%3D' + parameter1);
    break;
    </SCRIPT>
    The characteristic being passed is this example is OCOMP_CODE.
    The string "ROLES://portal_content/com.ericsson.Ericsson/com.ericsson.BW/
    com.ericsson.Pages/com.ericsson.wpf_fin_sox/com.ericsson.wpp_fin_sox_12008"
    is the full path to the
    target iView as found in the portal role containing the report.
    DynamicParameter contains the characteristic object name and filter value being
    passed into the target report.
    Hope this explains it for you.
    If you can get the function to send more than one characteristic then please let me
    know because I would like to do this as well.
    best regards, Matthew

  • Keep getting a pop up at the top of many websites I visit 'firefox security error content at *web address* may not load" I am using the most recent firefox and windows 7.

    Keep getting a pop up at the top of many websites I visit 'firefox security error content at *web address* may not load" I am using the most recent firefox and windows 7. This is happening at many sites, such as hotmail, google reader, and many others.

    Sorry, I don't think that is a message from inside Firefox, the wording doesn't sound correct - at least the beginning of that message. My "gut" thinks that is a MSN Live message to explain and compensate for their lack of security with a re-direct from a secure domain to an un-secure domain. ''(the end of that message)''
    {Ctrl + Shft + J} will open the Firefox Error Console - I'm curious what Firefox has to say about that situation. If you find the error message for that domain, you can right-click the message to '''copy''' it and then paste that error message here.
    Maybe '''TonyE''' or '''cor-el''' will be more familiar with the situation at Live and maybe at Google Reader, I don't use either of those services and have never seen a message like that myself.

  • ITunes U Course Manager will not open on my PC. When I open the web address the page loads blank.

    iTunes U Course Manager will not open on my PC. When I open the web address the page loads blank. Would like to design a new course.

    Try to using the latest version of Safari Browser or Mozilla Firefox.

  • How to remove block from trusted web site. I did the obvious by pasting the web address in the allow content area. What are the other ways

    I am a cityville game player on facebook and for some reason today I am unable to send out blasted on the game when if fact this was never a problem. Finally I went to internet explorer and the same problem happen, but internet explorer let me know that the content was blocked. All I had to do was unblock it and that was easy and know I can blast out. However trying to remove the block from fire fox is a issue. I went into to tools and removed every block and it still want work right. Therefore, how to remove block from trusted web site. I did the obvious by pasting the web address in the allow content area under tools options. What are the other ways

    Hello,
    Thank you for your post.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because your issue is about ASP.NET website programming, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • When I open firefox, the web address ishows my chosen home page but the window shows "untitled" and I am unable to connect to any site to the internet.

    I chose the New York Times site to be my home page and when I open Firefox this address appears in the web address panel. But in the tab box it says "untitled" and I don't connect to any web page. I have tried reloading firefox, nothing seems to work. How can I stop this?

    A possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process.
    See:
    * [[Server not found]]
    * [[Firewalls]]

  • Opening Content in New Browser Window

    Is there a way to change the behavior of portal to allow more than 1 additional browser window to be used in displaying content? The behavior that I am seeing is that page items configured to "open in new window" reuse the same browser window. Looking at the Portal Users Guide, all references to 'open in new window' specify "open in new/second window". Aside from the using the right-click/open in new window workaround, is there a way to configure Portal to perform this way by default. We are using 10.1.4.
    Thanks!

    Hi,
    please check thread [integrate SAP Netweaver Portal 7.0 with SSM|integrate SAP Netweaver Portal 7.0 with SSM]
    Cheers, Anja

  • Firefox will not load a web page , when the web address is entered absolutelt nothing happens. sometimes i get an error that says web address cannot be found .

    hi Good people, please help.. i think i have deleted something that is stopping firefox from operating, when i enter a web address, i just get a blank page. the issue whatever it might be has also affected internet explorer. after a minute or so i get a message that says check the web address has been entered correctly. i'm running windows 7 on a sony vaio laptop, any suggestions would be most appreciated, thanks you in advance.

    Boot the computer in Windows Safe Mode with network support (press F8 on the boot screen) as a test.
    *http://www.bleepingcomputer.com/tutorials/how-to-start-windows-in-safe-mode/
    Do a malware check with several malware scanning programs on the Windows computer.
    Please scan with all programs because each program detects different malware.
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
    *https://support.mozilla.org/kb/troubleshoot-firefox-issues-caused-malware

  • Web pages will not load

    My web pages do not load in Firefox whether I try from my Bookmarks or by typing the web address.
    They load fine in Chrome or Explorer.
    Here's what happens: Whatever way I choose to access a web page (bookmarks, typing web address, making a search) I see the "Connecting..." in the tab for a few seconds and then nothing. The tab returns to "Mozilla Firefox Start Page".
    Here's what I've tried:
    Restarting in safe mode with Add-Ons disabled
    Reseting Firefox
    Reinstalling Firefox
    Restarting the computer

    A possible cause is security software (firewall,anti-virus) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    See also:
    *http://kb.mozillazine.org/Error_loading_websites

  • How to make Safari browser always open a new web page in a new Safari browser window which was clicked from a PDF document URL

    Hi
    I have a web application which would enable users to see a list of PDF document on the web page and when the user select the PDF document, it will be open by a adobe PDF view
    Within the content of the PDF document, it will contact URL links to some other portal web pages which we would like these other web pages to be open in a new browser window, but our testing shows that the new web pages may not always open in a new browser window.
    Could you help to advise how I can enforce that new web pages that are clicked from the PDF document can always be open in a new Safari browser window ?
    Thanks in advance.
    Regards
    Sen Lee 

    Hello,
    In order to change the default reader for PDF files (to not open PDF files with Firefox's internal PDF reader), follow these steps:
    #Go to ''Tools'' > ''Options'' (or ''Firefox'' > ''Options'').
    #In the Options window, select the ''Applications'' tab.
    #In the ''Search'' field, type ''PDF''. You should find ''Portable Document Format (PDF)''.
    #On the right handside you should find an ''Action'' column. Use that to select your favorite PDF reader. In order to view PDF files in Firefox, choose ''Preview in Firefox''.
    Did this fix your problems? Please report back to us!
    Thank you.

  • How to make firefox open a URL in a PDF document which is loaded using Adobe PDF viewer in firefox to always in a new browser window ?

    Hi
    I have a web application which would enable users to see a list of PDF document on the web page and when the user select the PDF document, it will be open by a adobe PDF viewer.
    Within the content of the PDF document, it will contact URL links to some other portal web pages which we would like these other web pages to be open in a new browser window, but our testing shows that the new web pages may not always open in a new browser window.
    Could you help to advise how I can enforce that new web pages that are clicked from the PDF document can always be open in a new firefox browser window ?
    Thanks in advance.
    Regards
    Sen Lee

    Hello,
    In order to change the default reader for PDF files (to not open PDF files with Firefox's internal PDF reader), follow these steps:
    #Go to ''Tools'' > ''Options'' (or ''Firefox'' > ''Options'').
    #In the Options window, select the ''Applications'' tab.
    #In the ''Search'' field, type ''PDF''. You should find ''Portable Document Format (PDF)''.
    #On the right handside you should find an ''Action'' column. Use that to select your favorite PDF reader. In order to view PDF files in Firefox, choose ''Preview in Firefox''.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Save file to desktop, not load in browser window.

    Hello,
        I've created a page where I describe certian videos or audio files and then give the visitor the option to download that video or audio clip. These clips are saved as .mov and .wav .
    My issue is that I set up a link to those files. When the link is pressed the video or audio loads into a new browser window and plays as opposed to giving the visitor the option to download the file to a location on their desktop.
    I need these particular files to be downloaded as files to be saved on the visitors computer and not displayed in a new window.
    Is there a setting within the Dreamweaver property inspector where I can set this. Is this a behavior that I need to apply to the link.
    As far as the compression on the movie files. I used compressor in the final cut 2 suite to compress these as downloadable mp4 files instead of streaming.
    Thanks for any advice.

    Jeric914 wrote:
    Is this a behavior that I need to apply to the link.
    No. It's a behavior of the browser nad depends on how the user has configured it, plain and simple. Some browsers will play, some will offer to download, some will do neither and block the content. Anyway, it is good practice to contain data files in Zip archives, if they are meant for downloading. This will also prevent cross-platform compatibility issues and avoid possible damage of the data files.
    Mylenium

  • Help centering web pages in all browser windows

    I have searched around and tried out a few code suggestions
    for getting web pages to be centered in all size browser windows,
    but none of them seem to work. I am starting to wonder if it is
    because I used tables to make up my pages- the background stays
    centered, but they do not. Any suggestions? If it is the fact that
    I used layers, is there a quick fix or do I have to start from
    scratch on my pages?
    Thanks!

    http://apptools.com/examples/pagelayout101.php
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "thetribalsource" <[email protected]> wrote
    in message
    news:[email protected]...
    >I have searched around and tried out a few code
    suggestions for getting web
    > pages to be centered in all size browser windows, but
    none of them seem to
    > work. I am starting to wonder if it is because I used
    tables to make up
    > my
    > pages- the background stays centered, but they do not.
    Any suggestions?
    > If it
    > is the fact that I used layers, is there a quick fix or
    do I have to start
    > from
    > scratch on my pages?
    >
    > Thanks!
    >
    > <html>
    > <head>
    > <title>contact</title>
    > <style type="text/css" media="screen">
    > <!--
    >
    > a:link {color: #CC3300}
    > a:visited {color: #CC6600}
    > a:hover {color: #CC6600}
    > a:active {color: #FFCC66}
    > -->
    > </style>
    >
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <script language="JavaScript">
    > <!--
    > function MM_reloadPage(init) { //reloads the window if
    Nav4 resized
    > if (init==true) with (navigator) {if
    >
    ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    > document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
    > onresize=MM_reloadPage; }}
    > else if (innerWidth!=document.MM_pgW ||
    innerHeight!=document.MM_pgH)
    > location.reload();
    > }
    > MM_reloadPage(true);
    > // -->
    > </script>
    > <style type="text/css">
    > <!--
    > #Layer13 {
    > position:absolute;
    > width:225px;
    > height:400px;
    > z-index:13;
    > left: 421px;
    > top: 137px;
    > visibility: visible;
    > }
    > .style4 {
    > font-size: 9px;
    > color: #964910;
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > }
    > .style5 {color: #FF8040}
    > .style9 {
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > font-size: 16px;
    > color: #964910;
    > }
    > .style10 {
    > font-size: 12;
    > color: #CC6600;
    > }
    > .style11 {font-size: 14px}
    > .style12 {font-size: 24px}
    > .style13 {font-size: 16px}
    > -->
    > </style>
    > </head>
    >
    > <body bgcolor="#000000" text="#000000"
    link='#990000'>
    > <div id="Layer1" style="position:absolute;
    left:658px; top:155px;
    > width:217px;
    > height:40px; z-index:1; visibility: visible;"><a
    > href="product%20belts.htm"><img src="Belts2.jpg"
    width="219" height="39"
    > border="0"></a></div>
    > <div id="Layer2" style="position:absolute;
    left:658px; top:190px;
    > width:223px;
    > height:42px; z-index:2; visibility: visible;"><a
    > href="product%20clothing.htm"><img
    src="clothing2.jpg" width="219"
    > height="39"
    > border="0"></a></div>
    > <div id="Layer3" style="position:absolute;
    left:658px; top:225px;
    > width:227px;
    > height:39px; z-index:3; visibility: visible;"><a
    > href="product%20jewelry.htm"><img
    src="jewelry2.jpg" width="219"
    > height="39"
    > border="0"></a></div>
    > <div id="Layer4" style="position:absolute;
    left:658px; top:260px;
    > width:223px;
    > height:42px; z-index:4; visibility: visible;"><a
    href="schedule.htm"><img
    > src="schedule2.jpg" width="219" height="39"
    border="0"></a></div>
    > <div id="Layer5" style="position:absolute;
    left:658px; top:295px;
    > width:226px;
    > height:40px; z-index:5; visibility: visible;"><a
    href="Conact.htm"><img
    > src="contact2.jpg" width="219" height="39"
    border="0"></a></div>
    > <div id="Layer6" style="position:absolute;
    left:658px; top:330px;
    > width:227px;
    > height:40px; z-index:6; visibility: visible;"><a
    href="Links.htm"><img
    > src="links2.jpg" width="219" height="39"
    border="0"></a></div>
    > <div id="Layer7" style="position:absolute;
    left:133px; top:575px;
    > width:113px;
    > height:23px; z-index:7; visibility: visible;"><a
    > href="product%20belts.htm"><img
    src="Beltsbottom%20copy.jpg" width="125"
    > height="25" border="0"></a></div>
    > <div id="Layer8" style="position:absolute;
    left:234.6px; top:575px;
    > width:134px; height:23px; z-index:8; visibility:
    visible;"><a
    > href="product%20clothing.htm"><img
    src="Clothingbottom%20copy.jpg"
    > width="125"
    > height="25" border="0"></a></div>
    > <div id="Layer9" style="position:absolute;
    left:370.6px; top:575px;
    > width:138px; height:23px; z-index:9; visibility:
    visible;"><a
    > href="product%20jewelry.htm"><img
    src="Jewelrybottom%20copy.jpg"
    > width="125"
    > height="25" border="0"></a></div>
    > <div id="Layer10" style="position:absolute;
    left:495.8px; top:575px;
    > width:139px; height:27px; z-index:10; visibility:
    visible;"><a
    > href="schedule.htm"><img
    src="Schedulebottom%20copy.jpg" width="125"
    > height="25" border="0"></a></div>
    > <div id="Layer11" style="position:absolute;
    left:624.4px; top:575px;
    > width:131px; height:26px; z-index:11; visibility:
    visible;"><a
    > href="Conact.htm"><img
    src="Conactbottom%20copy.jpg" width="125"
    > height="25"
    > border="0"></a></div>
    > <div id="Layer12" style="position:absolute;
    left:759px; top:575px;
    > width:110px; height:24px; z-index:12; visibility:
    visible;"><a
    > href="Links.htm"><img src="Linksbottom%20copy.jpg"
    width="125" height="25"
    > border="0"></a></div>
    > <div id="Layer13">
    > <p> </p>
    > <p><span class="style4"><span
    class="style12">The Tribal
    > Source</span><br>
    > <span class="style11">Karin Hein-Parks and Melanie
    > Wood</span></span></p>
    >
    > <p class="style13"><a
    >
    href="mailto:[email protected]">[email protected]</a></p>
    >
    > <p class="style5"><span
    class="style9">Please contact us for any
    > information
    > regarding in-stock items and special orders. We will be
    happy to email you
    > photos of whatever we currently have in stock. We are
    also very happy to
    > take
    > on special orders if our schedules
    permit!</span><br>
    > </p>
    > </div>
    > <div align="center"><img
    src="page%204-%20links%20copy.jpg" width="775"
    > height="605">
    > </div>
    > </body>
    > </html>
    >

  • How to set report jump to web address

    hi experts,
    i want to jump from a bi report to a web address,
    i go to rsbbs to set a web address as receiver, but the input field is gray and i cann't type the web address in, is there some prerequisite has to be set?
    thanks a lot and hunger for ur advice

    Liu, I would love to know what the solution was as well, we are facing the same issue today. Its common courtesy to post it if you end up finding the solution on your own.
    Thanks,
    Justin

  • Safari (and other browsers) very slow loading "content rich" web pages

    Hi,
    I'm a very "light" user of my mac, using it basically for surfing the web, uploading pictures and music, etc... and recently any web page that has a lot of content (examples are nfl.com, nba.com, nhl.com, mlb.com, united.com, continental.com) takes a very long time to load (most other web pages load normally). Safari (and Firefox as well) gets to the web page in an instant, but then sits there trying to load content (mostly high res pictures and ads I suppose), which sometimes takes minutes or just never fully downloads the content. I'm connected to the internet via ethernet (high speed cable modem from Time Warner), and they've already come out and verified that everything on their end is fine. I've followed the instructions posted on some of the other similar posts (emptying cache, deleting cookies, disenabling add on's, reseting safari, logging in as another user, etc..), and this has not helped. Since this problem is persistent with both browsers, I'm wondering if this may be an OS issue as opposed to a browser issue. If someone can walk me through a solution (keep in mind that I'm a novice), that would be much appreciated.
    Thanks!
    Message was edited by: Mr. Cady

    HI and welcome....
    Since this problem is persistent with both browsers, I'm wondering if this may be an OS issue as opposed to a browser issue
    Could be.
    Since the problems exist with multiple browsers, login to another user account on your Mac. Try Safari there. If you see the same behavior with Safari there, then follow the instructions here. You will need your install disc. The startup disk may need repairing. Even if Safari is ok in another account, it's still a good idea to check the startup disk. That way you can rule that out.
    Insert your install disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu and launch Disk Utility.
    (In Mac OS X 10.4 or later, you must select your language first from the installer menu)
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel. It should say: Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    When you are finished with DU, from the Menu Bar, select Utilities/Startup Manager.
    Select your startup disk and click Restart
    While you have the Disk Utility window open, look at the bottom of the window. Where you see Capacity and Available. Make sure there is always 15% free space.
    Carolyn

Maybe you are looking for

  • Call a System Function: CALL 'XXPASS'

    Hi All, I would like to know more about the System Function CALL 'XXPASS' and where does it resides in ABAP any transaction we can have a look into and understand the system functions. Please do suggest me ASAP. Thank you. Best Regards, Satya

  • Upgrading from 8.1.3 to 8.1.4

    I downloaded AdbeRdr813_en_US.exe and then extracted it.. once i had the msi, cab etc..i edited the msi using adobe 8 cust wizard and customized some settings. I also downloaded AdbeRdrUpd814_all_incr.msp.. so when i ran my customized install of 8.1.

  • READ TABLE bdcmsg WITH KEY msgtyp = 'E' msgtyp = 'A'.

    In the ECC6.0 system,the following code is showing syntax error (msgtyp should be used only once)     READ TABLE bdcmsg WITH KEY msgtyp = 'E' msgtyp = 'A'. Can anyone pls give me a solution. Regards Sajid

  • Full Bleed alert!

    As from today I'm getting these error messages every time I upload PDF book files. I've even re-uploaded PDF files for books I have successfully published in the last few months without any problems, but now I get these error messages. Anybody else g

  • Mail.app will not reopen after closing app

    I am using a MacBook Pro with OS X 10.5.8 and Mail.app 3.6 (936). I have all current updates installed. My problem is that I will be using mail.app (configured as an IMAP account) all day and close the application without any issues, but if I reopen