How can I open the WD iView within the same pop-up window?

I have created a Web Dynpro(for ABAP) iView direct link that a hyperlink action.
(From different Web page)
And I used window.open(appointment to target) of javascript for opening only one window.
However When I click the link it opens in a new window every time.
(Also iview of different type is same)
How can I open the WD iView within the same pop-up window?
Could anybody help me by giving suggestion and codding?
Regards
Jin

Hi JinKyu,
Have you tried <b>window.location()</b> in place of window.open() something like
<b>window.location = 'URL'</b>
Rgds,
Vivek

Similar Messages

  • How can I start a new paragraph within the same table cell?

    In Numbers, when adding text within a table frame, how can I start a new line within the same frame (rather than advancing to the next cell)?  I'd like to enter a mini-list of several items of various lengths of data.

    While Wayne's answer solves your problem, another possibility is to uncheck the box at the bottom of the Table inspector for "Return key moves to next cell." If that is unchecked, the return key types a paragraph return within the cell (the same as Option Return with the box checked).
    With that box unchecked, Shift Return types a soft return (new line without a paragraph break).

  • How can we open a new folder in the email account (ex: need to save certain emails into a new fodder called "work". can anyone help

    How can we open a new folder in the email account (ex: need to save certain emails into a new fodder called "work".
    Anyone can help?

    Right click on any folder in mail and select Create new mailbox.

  • UWL Help - How can i create my own task within the Enterprise Portal

    Dear all,
    I am currently working with UWL .
    I have tried the customization and those stuffs associated with UWL , and it is working properly.
    My current issue is , how can create my own task within the Portal ( not using Ad Hoc  Workflow , which is present in Portal) ?.
    If i can create my own task within portal by API or using another method , then How can i add that task link within the drop down box that is present in the Collaboration launch pad and Mytask Workset.?
    Is there any API regarding  UWL (which is useful for creation of custom tasks in Portal using Developer Studio by means of Portal Application Creation) ?
    How can i add that custom task in the drop down ?.
    I have tried the customization of existing UWL.
    I shall be grateful to those who can help me to solve this issue with links regarding the  solution of my problem's.
    with regards
    Kishor Gopinathan

    Hi Kishore,
    I am trying to do the same thing. When i am creating Collaboration Task, it has standard templates in the dropdown like "Single Step" and "Multi-Step" etc., If i want to create my own Custom Task Template and display in that dropdown, how can i do that? Your help is really appreciated.
    Thanks
    Vijay

  • How can I extract a km-iView out the portal to redefine it?

    Hello folks,
    I want to redefine the com.sap.km.cm.navigation-iView to serve generic access to the users home drive by using the <User.UserID>-variable. Therefore I have to extract/download the iView out of the Portal. I wasn't able to find KM-Content in Systemadministration->Support->Portal Runtime->Browse Deployment. What do I have to do?
    How can I extract a km-iView out the portal to redefine it?
    Regards
    Steffen

    Just as an example:
    package com.btexx.proxy;
    import com.sapportals.portal.prt.component.*;
    import com.sapportals.portal.prt.pom.IEvent;
    import com.sapportals.wcm.repository.ResourceException;
    import com.sapportals.wcm.repository.ResourceFactory;
    import com.sapportals.wcm.service.IServiceTypesConst;
    import com.sapportals.wcm.service.urlgenerator.IURLGenerator;
    public class Example extends AbstractPortalComponent
         protected void doOnNodeReady(IPortalComponentRequest request, IEvent event){
              String uname = request.getUser().getLogonUid();
              String path = "/userhome/"+uname;
              String rndLayoutSet = "ConsumerExplorer";
              String explorerServletPath = "/irj/servlet/prt/portal/prtroot/com.sap.km.cm.navigation";
                   try {
                        IURLGenerator ug = (IURLGenerator) ResourceFactory.getInstance().getServiceFactory().getService(IServiceTypesConst.URLGENERATOR_SERVICE);
                        explorerServletPath = ug.getExplorerServletPath();
                   } catch (ResourceException e) {
              request.redirect(explorerServletPath+path+"?rndLayoutSet="+rndLayoutSet);
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
    + portalapp.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <application>
      <application-config>
        <property name="SharingReference" value="usermanagement, knowledgemanagement"/>
      </application-config>
         <components>
              <component name="Example">
         <component-config>
              <property name="ClassName" value="com.btexx.proxy.Example"/>
              </component-config>
                   <component-profile>
                        <property name="com.sap.portal.reserved.iview.Redirect" value= "true"/>
                   </component-profile>
              </component>
         </components>
    <services/>
    </application>
    all the best,
    dimitry

  • How can I open a fcp7 project in the new logic pro X?

    How can I open a final cut pro 7 project in Logic Pro X?

    What are you trying to achieve? FCP7 is a movie project format, not to mention it's years old while Logic is a music sequencer. If you try to add audio and soundtracks to a movie you'll need to export the movie file and add it as a video track (just drag and drop) to your Logic project. You may want to do your editing in Logic with a LoRes version of your movie, than export your work to a lossless audio format and put that file in your Final Cut for HiRes export. Logic Pro also supports region positions as SMPTE (e.g. in the event browser), if that helps you synchronize some events.

  • How can i open my iphone for all the net works???

    hello guys
    my iphone lock to the at&t network
    how can i open him??
    help me please...

    The phone is locked by contract to AT&T.  Therefore the only way of breaking the contract is via AT&T.  You do not have any contract with Apple. Apple has nothing to do with the locking of your phone.

  • How can I center rollover buttons floating within the main frame?

    This is actually for GoLive, but I hope someone can help!
    My site used to auto-size and I just removed that annoying feature and used the Frame Inspector to Center the page.
    This worked for the boxes contained within the frame but NOT for the floating rollover buttons which still align LEFT.
    I'm sure there's a simple solution.  Thanks for your help!    J.

    You're using Absolute Positioning which is well... absolute.  By that I mean everything is positioned relative to the top left corner of browser viewport.  By itself, APDivs can't be centered which is why you're having trouble.  You would need to wrap your page content inside a CSS container that has relative positioning; a width in px, em or %; a margin-left and margin-right of auto (browser determined margins).
    Try adding this to your CSS:
    body {
    position:relative;
    width: 960px;/**adjust width as needed**/
    margin:0 auto; /**centered in modern browsers**/
    text-align: center /**centered in older browsers**/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • How can i create a gradient chooser within the plugin window

    Hi
    i'd like to create a gradient chooser similar to the one used in Photoshop but inside the plugin window.
    How can i do that ?
    And i need a way that is compatible Mac/windows if possible
    thanks a lot!
    Jeff

    Hi Chris
    thank you for your answer.
    finally i got WxWidgets working within Photoshop thanks to Dimitri from wx-users and i also found an all-done gradient editor! so all is good thanks
    Jeff

  • How can I open grouped folder layers from the full version of Photoshop into my Photoshop Elements 10 verison?

    I have gotten a PSD from a coworker who asked for some help. He has the Full version of Photoshop and I have the Elements 10 version. I cannot open the grouped folders into individual layers and manipulate the current design that needs work. How can I get more functionality out of Elements and ungroup these layers?
    Message was edited by: Jared Seefried

    You could get elements+ which is a very cheap add on.
    http://www.elementsvillage.com/forums/showthread.php?t=77439
    Try Googling Elements Plus or Elements +

  • How can I go to different positions within the video

    Hi,
      I need to be able to play a video at different positions within the video.  Can someone tell me how I can do this?

    in case you using a netstream object you can call:
    ns.play(startinms);

  • How can I open a Numbers file to the last cell used on from the previous saving of that file?

    In Excel, the .xls file would always open on the the cell location where the file was previously saved.  Very nice to have feature when the file is long ,so one does not have to keep scrolling down the page to make the next entry every time the file is opened.
    Can Numbers do this?  I can't find an option for it.
    After opening a file, I must always scroll down to the last entry or where I want to start inputting data.  What a pain.
    Is there a way to open a numbers file to where one was located when it was previously saved?
    Anybody know?  Please help.
    Thanks

    CF,
    When I Save a Numbers document with a cell Selected and then close the document, the same cell is still selected when I reopen the document. Isn't that what you are asking for? Furthermore, if I have chosen 100% zoom scale, the selected cell is displayed in the same screen position as when it was last saved. What you may be seeing that you don't care for is that if the zoom is other than 100% the table's position in the display window may be different than at the last Save.
    Jerry

  • How can I open a vi and show the block diagram?

    Hi,
    I am opening an vi using "Open VI Reference" and "Invoke Methodpen FP", but I want to open the vi and show the block diagram, but I haven´t found any method (Invoke Method) to do that and any property.
    Any idea?
    Thanks!
    Gracinda

    OK, I can come up with a reason.  I have written a program that will search the entire VI Hierarchy of a program and update all of the descriptions for all VIs with the top level program part #, the name of the top level program that the VI is used in, the company copyright info, the ITAR notice, company address, the name of the engineer performing the update, along with the date and time.  This will also place as a background image on all the VIs, a watermark of the company name, legality stuff and the copyright. It works very slick in that if there are thousands of sub-vis, such as what I'm working on now, it goes through all of them, makes sure the data is there as per company policy without having to open every one of them look at them and update or not whichever the case may be. The one portion that is tough is that the program will detect if there is a description written about what funtion the VI performs and if there is not a description, then it pops up a dialog requesting the user to write a description. The problem is that without looking at the block diagram for the VI, it can be nearly impossible to write a description for the functionality of the VI. So is there a way to programmatically open a VI, show its block diagram (this would only be in the case of a missing description) and then upon completion of the updates, close the block diagram? (I already open and close the VI programmatically in order to read the VI DESC and update as needed, but that is in the background and of course you can't see the block diagram).
    Thanks,
    Dan

  • How can I open links from mail in the background?

    I receive a lot of digest emails with lots of links. I would like to be able to click all of the links in a given email, have Safari open those pages in the background, and then when I'm done selecting the links I can switch to Safari and read them all. It's a logical workflow for me: click all the links you want to read, THEN go read them.
    But instead, every single time I click on a link it jumps to Safari, so I have to switch back to Mail, click on the next link (which again jumps to Safari), etc. NetNewsWire allows me to open all my links in the background so I can avoid all this switching back and forth--can Mail do the same thing?
    Thanks in advance for any help ...
    --Bill

    You should be able to Command-click on the link in Mail and have it open in the background.
    Mulder

  • How can I open an Excel template on the BPC 7.0 MS server?

    We would like to open an Excel template which is stored in the BPC 7.0 MS server.
    We could do that by using EVMNU("OPENFILE", "Open", "Input Schedules/HQ/H01 Currency Input.xlt")
    in OutlookSoft 4.2 environment, but we cannot do the same thing in BPC 7.0 MS SP7 environment.
    In BPC 7.0 MS, we can open the Excel template on the client PC only...
    Regards,
    Hiroshi Yaji

    Hi Hiroshi,
    Are you trying to open the template from a custom menu?
    You can open the templates on the server from the client system by going to data input and selecting "open an existing schedule". This will list you the templates available on the server.
    However, for the general purpoe, you can use the following MNU commands
    MNU_eTOOLS_OPENSTANDARD: opens the report template library
    MNU_eSUBMIT_OPENSTANDARD: opens the input schedule library
    MNU_eSUBMIT_OPENMY: opens my schedule folder
    Hope this helps.

Maybe you are looking for