Opening a T code in some other window

Hello All,
We have a requirement where in we just need to display an Input box and a submit button in an iview / HTML Page (Similar to r/3's Command box) where the users can enter sap t-code.
Upon Entering the t-code and clicking on the button the t-code should open up in another window (possibly a new window). We do not want to use Web Dynpro for JAVA/ABAP at this moment of time, a simple HTML or JS will do as well.
Can you please suggest some ideas?
thanks in advance ,
Naval bhatt

does new window mean new browser?

Similar Messages

  • Report in R12.1.3 opening in some other window

    Hello,
    When i am opening reports EBS R12.1.3. the text report is opening in some other window, i can not able to copy the text from that window.
    Also after loggin in into EBS the menu structure is like tree structure and that is not feasible with us.
    In previous release of EBS R12.0.6 the text report is opening with internet explorer.
    why this is happening with EBS R12.1.3???
    Please help me if you could.
    Thanks,
    Atul

    In previous release of EBS R12.0.6 the text report is opening with internet explorer.
    why this is happening with EBS R12.1.3???
    Is this Q. has any workarounds???Please see (How to Setup The Report Output to Different Viewer Types in Oracle Applications 11i [ID 184375.1]) -- It is applicable to R12 as well.
    Thanks,
    Hussein

  • Recording stops in AA3 when some other window is opened

    In Windows XP Pro when I am recording with AA3 the recording stops when I open another Window. If this a toggle-able option I cannot find how to un-toggle it.
    Help. . .
    Thnx
    Mike

    >If your point in commenting about the info I sought being in the FAQ's fine. But I find it easier to just ask a human.
    No, I understand about the human contact bit - that's not quite what I meant. All I'm suggesting is that it's sometimes worth a read through all of the FAQ's anyway - because if by some chance you remember that there was something in there relating to a problem you have, even if you can't remember the details, you might be able to find it anyway.
    >I cannot count the number of times I have searched thru FAQ's or indexes of "help" documents for almost any hardware or software proudut only to have a response of "the words you searched for were not found"
    That's the advantage of actually reading through them rather than just searching through them initially - you know roughly what's there, and also what a few useful key words for a more useful search might be...

  • Firefox is not opening with focus (on top of other windows), why not?

    when opening FF (5.0) or restarting, it does not open as top window on my (W7HP) desktop. I think it opens under which ever window was last active or pointer is over, but I would have to experiment some to prove that.
    EDIT: after some experimenting, I cannot absolutely define when it will or will not open focused. Newsbin Pro might be a factor, when window open, FF tends to open under it.

    Is the popup window a separate item on the taskbar? If not does, does selecting Firefox in the taskbar bring the window to the fore or just Firefox?
    If Firefox was updated, then it could be that your CMS needs an update also, are there any available? I would definitely advise keeping up to date with any updates to the CMS as they often contain security/vulnerability updates as well as bug fixes.

  • Firefox is slow to shutdown and therefore cannot open again for a few minutes or a restart.This is on 2 different PC's 1 running XP and the other Windows 7.Could you throw some light on this problem Thanks

    Firefox is slow to shutdown and therefore cannot open again for a few minutes or a restart.This is on 2 different PC's 1 running XP and the other Windows 7.Could you throw some light on this problem Latest version running Thanks

    Please see this article: [[Firefox hangs]]

  • I click on a link or start typing text in a box on a webpage, any page, and the browser window either randomly changes size, reduces & goes to the toolbar, or some other strange random thing occurs. Why is this?

    Whenever I am using Firefox, when I am on a webpage (any webpage) & I either click on a link in that page, start typing in a box, click on a button, or click on a tab, the browser window either reduces to the toolbar, or just changes size, usually from full-screen to 2/3 of its size. I reinstalled Firefox (downloaded from the web) after wiping my hard drive because I was having so many problems from my browser constantly crashing, to the computer itself crashing often, to the computer running exceptionally slow. At first everything seemed fine. But then after having opened my computer a few times, a few different windows began to freeze, then that stopped, then this thing with the browser started a few times later after opening it. Now it does it every time I open it. Also, whenever I try to click on a button on other windows on my computer, I get the 'warning' sound, nothing happens, then after a couple more tries, the button works. All of this is just weird. I had antivirus protection on my computer, but it apparently did not catch whatever virus infected my computer, or the damage was already done when it did get it. I thought once the hard drive was wiped, that everything would be ok, but then these weird things began to start up, and now I am wondering.... Of course, it could also be something wrong with the browser, too. I've also had some trouble getting my printer to working again, but I've managed to solve that problem.

    I have had a similar problem with my system. I just recently (within a week of this post) built a brand new desktop. I installed Windows 7 64-bit Home and had a clean install, no problems. Using IE downloaded an anti-virus program, and then, because it was the latest version, downloaded and installed Firefox 4.0. As I began to search the internet for other programs to install after about maybe 10-15 minutes my computer crashes. Blank screen (yet monitor was still receiving a signal from computer) and completely frozen (couldn't even change the caps and num lock on keyboard). I thought I perhaps forgot to reboot after an update so I did a manual reboot and it started up fine.
    When ever I got on the internet (still using firefox) it would crash after anywhere between 5-15 minutes. Since I've had good experience with FF in the past I thought it must be either the drivers or a hardware problem. So in-between crashes I updated all the drivers. Still had the same problem. Took the computer to a friend who knows more about computers than I do, made sure all the drivers were updated, same problem. We thought that it might be a hardware problem (bad video card, chipset, overheating issues, etc.), but after my friend played around with my computer for a day he found that when he didn't start FF at all it worked fine, even after watching a movie, or going through a playlist on Youtube.
    At the time of this posting I'm going to try to uninstall FF 4.0 and download and install FF 3.6.16 which is currently on my laptop and works like a dream. Hopefully that will do the trick, because I love using FF and would hate to have to switch to another browser. Hopefully Mozilla will work out the kinks with FF 4 so I can continue to use it.
    I apologize for the lengthy post. Any feedback would be appreciated, but is not necessary. I will try and post back after I try FF 3.16.6.

  • I need the code for creating popup windows and code for open and close

    I can write the code for creating popup window , i am getting problem while trying to open and closing that popup windows.
    Can anybody help me in that pls ?
    Regards
    Sreeni.

    Hi
    For pop up window
    IWDWindowInfo windowInfo = (IWDWindowInfo)wdComponentAPI.getComponentInfo().findInWindows("PopWin");
    IWDWindow window = wdComponentAPI.getWindowManager().createModalWindow(windowInfo);
    window.setWindowPosition (300, 150);
    window.show();
    wdContext.currentYourNodeElement().setPopupAttribute(window);
    For closing window code
    IWDWindow window = wdContext.currentYourNodeElement().getPopupAttribute();
    window.hide();
    window.destroyInstance();
    For more infornation refer this link
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20d2def3-f0ec-2a10-6b80-877a71eccb68&overridelayout=true
    This link is very useful for you.
    Regards
    Ruturaj
    Edited by: Ruturaj Inamdar on Aug 13, 2009 9:10 AM

  • I have had  adobe creative suit 6 design standard for 2 years and all of the sudden it would not open. I do not have the windows disc anymore however i still have the product code, number and serial number. is there anyway to get my photoshop back?

    I have had  adobe creative suit 6 design standard for 2 years and all of the sudden it would not open. I do not have the windows disc anymore however i still have the product code, number and serial number. is there anyway to get my photoshop back?

    uninstall, clean and reinstall per Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    for the installation file(s):
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.5 (win), 5.5 (mac) | 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Whenever I launch a new Google window, Google immediately re-opens all other windows I happen to have open but minimized. I then have to either close or re-minimize each window, one at a time. What a pain!!

    Whenever I launch a new Google window, Google immediately re-opens all other windows I happen to have open but minimized. I then have to either close or re-minimize each window, one at a time. What a pain!!

    Just to address the last point: check your History menu to see whether you have the Restore Previous Session option and use that if you can. If that is grayed out or doesn't restore everything, check the Recently Closed Windows and Recently Closed Tabs lists for other pages.
    The unwanted window may be generated by an add-on. Try disabling ALL nonessential or unrecognized extensions on the Add-ons page. Either:
    * Ctrl+Shift+a
    * "3-bar" menu button (or Tools menu) > Add-ons
    In the left column, click Extensions. Then, if in doubt, disable.
    Usually a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.
    Any improvement?
    Here are some other things to check:
    (1) user.js file that changes Firefox startup behavior and overrides your preferences. This article describes how to track that down and delete it if you have one: [[How to fix preferences that won't save]].
    (2) Possible hijacked shortcut. Check the "target" of the desktop icon you use to start Firefox to see whether it lists the unwanted page. To do that:
    right-click the icon > Properties > Shortcut tab
    For 64-bit Windows 7, the Target should be no more and no less than this:
    "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
    (3) Possible undisclosed bundle items. If you have installed any free software recently, check your Windows Control Panel, Uninstall a program for surprises. If you click the "Installed on" column head to group by date, it is easier to spot bundled junk. Remove everything suspicious or unrecognized.
    (4) Supplemental clean up scans. Our support article lists tools other Firefox users have found helpful: [[Troubleshoot Firefox issues caused by malware]].
    Hopefully that cures it.

  • I previously downloaded the AI 30 day trial but was able to use it before the trial ran out I've since deleted it from my laptop (Windows 7 64 bit OS) How do I get it back? Trying to download AI again and getting error code 3 some thing to do with adminis

    I previously downloaded the AI 30 day trial but was able to use it before the trial ran out I've since deleted it from my laptop (Windows 7 64 bit OS) How do I get it back? Trying to download AI again and getting error code 3 some thing to do with administration permissions?

    If your intention is to use the trial again it will not reset if you reinstall.  It will remain in its ran out state.

  • How to open pdf document in other window by using java script

    Hello All,
    I am working in R12 Application.
    My jdeveloper version is 10.1.3.3.0.3
    I want to open pdf document in other window on clicking the button
    for that i have written following code in process request of the controller:
    pageContext.putJavaScriptFunction("doFilterSwitch", "function doFilterSwitch(){window.open('/t01/oracle/TEST/inst/apps/TEST_appsdev2/logs/appl/conc/out/545042.pdf'); }");
    OAButtonBean moHelp =(OAButtonBean)webBean.findChildRecursive("Download");
    moHelp.setOnClick("doFilterSwitch()");
    but when i hit download button it gives me the below error:
    The webpage cannot be found
    HTTP 404
    Most likely causes:
    There might be a typing error in the address.
    If you clicked on a link, it may be out of date.
    What you can try:
    Retype the address.
    Go back to the previous page.
    Go to and look for the information you want.
    More information
    please help me out
    Regards,
    sheetal

    Instead of giving the link in Process form request, give the link directly in Destination URI property of the button and in target property write _blank.
    Note : use normal button not submit button

  • Everytime I open a new window to browse, in this new window I would right click to open link in new tab but the new tab always shows up in the other window.

    I would click a link which opens a new window. Then in this new window, I would right click to open link in new tab. The new tab does not show up in this new window. It instead shows up in the original browser window. How can I make the new tab show up in the same window?

    Firefox did have a behavior where some new windows -- those considered to be dialogs -- could not have new tabs, so new tabs were diverted to the window from which the dialog was opened.
    According to the bug tracking system, a fix is in the works:
    [https://bugzilla.mozilla.org/show_bug.cgi?id=644729 644729 – Popup window with all toolbars visible causes new tabs to open in another browser window] referencing [https://bugzilla.mozilla.org/show_bug.cgi?id=485237 485237 – Need to treat popups consistently].
    That second ones says Target Milestone: Firefox 12, so the fix probably didn't make it into Firefox 11.
    WORKAROUNDS
    That first bug says there is an add-on to work around this -- it enables the middle mouse button to open links in a dialog window: [https://addons.mozilla.org/en-US/firefox/addon/bug-586234-unfixer/ Bug 586234 Unfixer :: Add-ons for Firefox]. I haven't tried it myself.
    Old forum thread cross-reference: [https://support.mozilla.org/en-US/questions/824649 When I open a new tab it opens in the wrong window | Firefox Support Forum | Firefox Help]

  • Why can't I open some cascaded windows (on XP)?

    When I click on cascaded windows, some cascaded windows don't display/open, and some do...no pattern is evident from memory, and I can't open the problem cascades (which each have multiple tabs) to examine why they might not be opening. First time this has occurred in years of Firefox use--typically cascaded windows have displayed and minimized very reliably. Using Firefox 7, all plug-ins show as up-to-date, fully updated XP. Can you help? Thanks, James

    I have XP sp3. Cascaded windows are obviously less than full screen, else there would not be room to cascade them. When I left click on one it opens, or in fact is already open and it comes to the foreground in its existing position.
    If the window happens to be a Firefox Window, then that may contain multiple tabs.
    I am not sure I understand what change you have discovered.

  • My macbook air with snow leopard OS. migrated to OS lion and have installed Java RE. a Bank website while opening in Java shows one error which window activity shows some applets not opening. it was fine in snow leopard. will somebody help?

    My macbook air with snow leopard OS was purchased last year. Recently migrated to OS lion and have also installed Java RE. A Bank website while opening in Java shows one error which window activity shows some applets not opening. But it was fine in snow leopard. Will somebody help?

    My macbook air with snow leopard OS was purchased last year. Recently migrated to OS lion and have also installed Java RE. A Bank website while opening in Java shows one error which window activity shows some applets not opening. But it was fine in snow leopard. Will somebody help?

  • Dozens of open tabs lost! Synced them, reinstalled Windows and Firefox, set up Sync, looked up "tabs on other devices" in history - Only a third or so listed.

    Dozens of open tabs lost! Synced them, reinstalled Windows and Firefox, set up Sync, looked up "tabs on other devices" in history -> Only a third or so listed.
    Usually, when I reinstall Windows, I manually backup my Firefox bookmarks and open tabs, but because Sync has worked perfectly for me in the past, I didn't do it this time. I backed up all my other files and settings and whatnot from the rest of my system, then in Firefox I hit the Sync button (put in on the GUI so I see if it's syncing or done) for the last time, waited until the green rotating dot was gone, closed Firefox, shut down the system, formatted the drive and reinstalled Windows and Firefox. After setting up Sync I waited a while to make sure everything is on my system.
    Then I wanted to have all the tabs and windows open as I had on the old system, so I went to the history and "tabs on other devices". I could already see from the small size of the list, that tabs were missing. I went through all of them, opened them and sorted them into windows.
    -> Maybe about two thirds of the tabs I had open on my old system are gone!
    Not just new tabs that might not have been synced (although the button showed sync was complete), but also old tabs (from weeks ago) that must have been synced before. Actually maybe especially or even only the old ones are lost. And the lost tabs are not just from one of the open windows, but from several.
    What can I do to recover my lost tabs?
    They contain important websites that I didn't bookmark yet, articles that I wanted to read, windows with dozens of tabs on a topic that I did some research for and stuff like that.
    What does the green circle mean? Does it indicate that the sync is complete (to the Firefox servers) or just that the changes have been saved locally and set up for some next scheduled sync with the Firefox servers?
    Further info:
    I always run the newest stable release of Firefox (v19 on both systems). Old system was Windows 8 Enterprise Evaluation, new system is Windows 8 Pro. My used Sync quota is about 10 MB. I had 4 Firefox windows open with different amount of tabs in each of them, from 10 to maybe 80 with an overall amount of 150-200. Most of them weren't loaded. Firefox start is set to "load last session" and tabs are set to "load when selected". Memory usage 500 MB - 1 GB.

    I have most of the items bookmarked. Having 200 - 300 tabs open saves time, since I don't have to go to the bookmarks, if the tabs are already open. One problem has been crashes, but as long as I can restore a previous session, I can still get to the data. I had quite a few tabs open when I was planning to purchase a new computer. I also follow the stock market, and the weather. I was also looking at various VIrtual Private Networking (VPN) sites. At one time, I probably had 20 - 50 tabs open, just for those. I did bookmark a few, but unfortunately lost the VPN tabs, when Firefox crashed. Even if I don`t go to a particular group of tabs very often, leaving it open is faster, especially since I will know where they are. I often put the computer in standby mode, rather than shutting it off, especially if I will remain in the same location.

Maybe you are looking for

  • -108 error while exporting a movie

    Hello, when i export a project from iMovie (quality is Full HD 1080p) i got a error "error -108 iMemFullErr or memFullErr: Not enough room in heap zone" got 90 gb free on my harddisk. does anyone know whats the problem with that? greedings

  • How to replace westell 6100 with westell 327w?

    Hi all, I am currently using a Westell 6100 and I just inherited a Westell 327W from my brother who switched over to FIOS. Can I replace the 6100 with the 327W? And how do I go about doing that? Any suggestions or recommendations would be greatly app

  • Java SE 1.4.2 SAP no longer available for download

    Java SE for Business Development Kit 1.4.2 SAP is no longer available for download at http://java.com/en/javaforbusiness/sap_download.jsp (x64 or any other version). Does that mean that SAP and Oracle not longer have a support agreement for this?

  • Best codec for theatrical video?

    I shot a stage performance on a Sony DVCam (not HD) and want to preserve the highest quality. Can I do better than just creating it as a large movie? I will be burning it in iDVD at the highest setting there, even if I have to split it into 2 disks.

  • Excite provider no longer working

    Excite portlet was working. When I logged on as portal, selected the administer tab, selected display portlet repository, scrolled down to the excite provider and selected any of the portlets, the headline comes up, with this error in the left corner