Iview as hyperlink

Hi all,
Can i create Iview and make it as hyperlink  ,i mean when user click on that iview same url will open in window.
thank you

<iframe src="give the path here"></iframe>
But I wonder what...Iframes is all about placing a source (url) withing another page.
I think your question is more about opening in a new window.
If so you would need to go about doing what I mentioned earlier.
Alternatively instead of epcm.donavigate do in a JSP:
<a href = "/irj/portal/mylink" target = "_blank">Click here to open in new window</a>
where my link should be the quicklink property of your target page.
If these answers helped, consider rewardingpoints.
Best regards.
null

Similar Messages

  • Generation of Iview via Hyperlink on same page

    I have a field in an iview as a hyperlink and I want the corresponding details Iview to be displayed on the same page when hyperlink is clicked.
    Please guide me How can I go about it......:)

    Hi neha
    You could use Java script code in your java file to open the link in the same window.
    saurav

  • Prob with Navigate to External View

    Hi All,
    Trying an application from the tutorial <b>Defining Navigation to an External iView</b>.
    1 package -> 2 iviews -> source , target
    Source Iview
    Input form -> model -> Address Form *added a input field url and a button -> passing URL ->Navigate to -> Target iview.
    Target Iview
    Start Point ->Passing url -> HTML Iview.
    While compiling getting the following error: <b>Element TargetIview of type Navigate is not supported by flash</b>
    Any clues how to resolve this?
    I tried with removing Navigate to and instead of that added a HTML iview it worked?
    <b>Cheers,
    *RAJ*</b>

    Hello,
    which Visual Composer SP are you using?
    please fine note #936547 regarding limitation of Navigate to in SP7.
    Navigate to is not supported since SP8.
    in order to use similar functionality you can use popup iView or launch to other iView using hyperlink system action.
    regards,
    Maya

  • Hyperlink not working in KM Iview

    Hi All,
    I have created a html file in KM which has hyperlinks to other html in the same folder.
    When i click the preview of html in km folder the hyper link works fine.
    But when i create an KM document ivew and attach the html link there, the hyperlink in the attached html does not work ?
    Please can anyone guide me on this.... any properties of ivew i need to set ?
    why is it that the hyperlink works in km preview and not when embeded in an Iview.
    Regards,
    Sanjyoti.
    Edited by: sanjyoti lengare on Apr 1, 2010 10:32 AM

    Hi Sanjyothi,
    Follow the below steps:
    1) To create Internal Link, first we need to upload some documents into the KM repository.
    2) Uploading Documents: Go to Content Management -> Explorer, on Detailed Navigation area.
        Click on Folder on the Object Based Navigational Area, New -> Upload.
    3) Upload some documents in the same folder which we have created i.e. Test, the file can be a text file, pdf or any other word document. Incase you have problem uploading the file then please go through this wiki link.
    https://wiki.sdn.sap.com/wiki/x/kdc
    4) For your understanding the documents which you have uploaded are saved in database in the form of BLOB or CLOB.
    5) Now again click on Folder on the Object Based Navigational Area, New -> Link
    6) Select the document for which you want to create a Link.
    7) Now create an iview, through which we can view the document.
    8) Go to Content Administration -> Portal Content
    9) To avoid confusion it is recommended to create a Folder in which you can create the iView.
    10) Select the Folder you have created.
    11) Right Click on the Folder choose New -> iView.
    12) In the displayed iView wizard, choose iView template (This is the SourceType in the RoadMap)
    13) Click next, in the template selection wizard choose KM Document iView and click next
    14) In the general properties provide iView name, id, and description and click Next button
    15) In the next step click Open Object for Editing and click ok button
    16) In the properties view, edit the path so that the iView which we are creating points to the document which we have uploaded.
    For Example if there is a document which is uploaded in Documents folder. Give the path of the document. E.g.: /documents/< folder name>/<file_name>
    17) Save the changes and preview the iView which displays the  file contents.
    Regards,
    Ponneswari.
    Edited by: Ponneswari Adapa on Apr 5, 2010 9:15 AM

  • Hyperlink in KM Navigation iView using XMLForms

    Hi ALL,
    I have 2 iViews based on XMLForms. One is a summary iView. In this I need to provide a Hyperlink to another iView which will have actual content. This is also a iView based on XMLForm. please give me some solution.
    Thanks a lot in advance.
    Joe

    Hi Sreekanth
    I think you are tying to communicate from one iView to another iView, If i understand your requirement correctly :
    When a business application uses more than one iView, you need the EPCF (Enterprise Portal Client Frame Work) service to transfer data between the iViews. The EPCF service provides:
    ·        Mechanisms for eventing between iViews.
    ·        A Java object, called a client data bag, that serves as transient data buffer on the browser.
    view 1 contains something like
    parts dynamically either by retrieving them from a session bean or by subsrcibing to an EPCF event You may define by yourself.
    Krishna
    Please follow this:
    http://help.sap.com/saphelp_nw04/helpdata/de/43/0029d0e7371aa2e10000000a422035/frameset.htm
    https://www.sdn.sap.com/irj/sdn/thread?threadID=109978

  • Hyperlink to Portal iView

    Hi Portal Knowledgeable ones,
    I can not get a hyperlink on a HTML page to position the user on a different portal iView.  The custom HTML page exists on another web server (not the portal itself).  The custom HTML page displays in the portal using a "URL iView".  The link I am using works fine when I enter it alone in a web browser.  What am I doing wrong?
    Here is the link that I am using:
    <A HREF="Link to Other Role" onclick="return EPCM.doNavigate('https://myserver.company.com/irj/portal?navigationtarget=roles://portal_content/com.company.ROOT/com.company.Common/com.company.common.Roles/com.company.common.roles.ProfileManagement/com.company.common.iviews.ChangePassword')">
    Thanks,
    Kevin

    Hi Kevin,
    your URL iView is URL isolated, this means is rendered within an iFrame. So you cannot call EPCM directly, only via EPCMProxy; but also this must be loaded from the integrated HTML page, and - ! - the URL from where the pages gets loaded must be "relaxable" (if your portal is your.portal.server, the integrated site may be someother.portal.server).
    See http://help.sap.com/saphelp_nw04/helpdata/de/27/41b84033a8b533e10000000a155106/frameset.htm for EPCM proxy, see http://help.sap.com/saphelp_nw04/helpdata/de/b3/7b8163404448e7aad7899c0b30313e/frameset.htm and http://help.sap.com/saphelp_nw04/helpdata/de/2d/91e33edd37de63e10000000a11405a/frameset.htm for direct nav URLs and http://help.sap.com/saphelp_nw04/helpdata/de/43/0029d0e7371aa2e10000000a422035/frameset.htm for programmatically creating nav targets.
    Hope it helps
    Detlev

  • Transaction Iview -How to get Hyperlink

    Hi,
    I have created an transactional iview and Need to know the path of the IVIEW.
    I have multiple transactions and I need URLS for each.I tried preview in portal but it is not giving me specfic URL related to that transaction.
    I am planning to put these hyperlinks in BSP application and which shows up in page .
    Rgds
    Vara

    GLM,
    I tried creating Quicklink and it would'nt work.
    All I did a created a Transaaction IVIEW ZTEST and went to QUICKLINK option of that IVIEW and gave it ia MYQUICKLINK.
    Our portal shows up with URL http://abc-dev.iofficexxxx-co.net:50000/irj/portal
    So i did a append by adding '/' and Quicklink name( MYQUICKLINK)
    like below  **http://abc-dev.iofficexxxx-co.net:50000/irj/portal/MYQUICKLINK**
    It just gets Universal work list ...which is intial pagae in porta.
    What could be the issue?
    Also,
    I tried with URL from content admin and showed up.. like this but i am worried on preview in the URL do you think it is right approach to get URL because i will be moveing it QA and do you think after 50000/irj/ part will remain same?
    http://abc-dev..iofficexxxx-co.net:50000/irj/servlet/prt/portal/prtmode/preview/prtroot/pcd!3aportal_content!2fcom.IES.IES_0!2fcom.IES.Iviews!2fcom.ies-co.com.etime?sap-config-mode=true
    rgds
    Vara

  • Hyperlink in an iView

    Hi All,
    HI All,
    Is there any way I can create a Hyperlink in an iView (present in a role),so that when I click on that link, one of the other roles present in the top level navigation gets opened,also the tab in top level navigation also changes simultaneously.
    Thanks and Regards     
    Shailesh Nagar

    Hi shailesh,
    Check whether the following helps you
    http://help.sap.com/saphelp_nw04/helpdata/en/43/014421d21d6fade10000000a11466f/frameset.htm
    Regards,
    Rajeev.

  • Displaying iviews by clicking on hyperlink

    Hello All,
    By clicking on a hyperlink from a mail item (in mail box like to LotusNotes), is there any possiblity that we can show an  iview directly. Pls throw some light on this.
    Best Regards,

    Hi Kalyan,
    Yes of course, some examples:
    http://[server:port]/irj/portal?NavigationTarget=ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.cosy.controlcenteruser/com.sap.pct.cosy.iviews/com.sap.pct.cosy.inbox
    ==> Calls the iView with surrounding navigation
    http://[server:port]/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fevery_user!2fcom.sap.pct.cosy.controlcenteruser!2fcom.sap.pct.cosy.iviews!2fcom.sap.pct.cosy.inbox
    ==> Calls the iView without the framework
    Of course, if the access shouldn't be anonymous, the window opening first will ask for the credentials before forwarding to the target in question.
    Hope it helps
    Detlev

  • How to remove the standard Exit and Help buttons from the iviews

    Hi All,
    We migrated the ESS application from standalone ITS based on 4.6c to ECC 6 based Integrated one.  After converting that into ICF service and when we created the iview for it in the portal(EP 7)  It is showing two hyperlink items EXIT and HELP by default at the top of every iview.  So, Can anybody tell me how to remove them from visibility.
    And also, the iviews are not showing the table grids etc in the integrated environment.  Is there any change that need to be done, for getting the table grids and all to look as it is in the previous envoronment.
    Thanks & Regards,
    Ravi

    Hello Ravi,
    You should be aware that many of the ESS transaction are not supported on the Integrated ITS, see note 870126 for more details.
    To remove the "Exit" and "Help" you can use the ~webgui_simple_toolbar parameter, please see note 1010519. 
    Some tables have an option to show the gridlines or not.  Please see if there is a table options icon in the upper right of the table to change the configuration.  I'm not sure if what kind of table you're referring to so it may or may not be available.
    Edgar

  • URL iView doesn't open link in new window

    Hi All,
    I'm have an URL iView that I want to display in the portal content area but whenever the user clicks on a hyperlink on that iView launch a new window for the link.
    I've tried using the 'Open iView links in new window' without any success. Is this supposed to work or this property is for another purpose...? Can someone point me to a solution.
    Thanks

    Hi Detlev,
    I checked what you said. I've already looked at that page but didn't saw that important disclaimer. My problem was that I didn't had a captured area-URL iView but a full page-URL iView as it says:
    +These properties are relevant in the following instances only:
    §         The iView content is displayed in its source format. The rendering type must be defined as Keep Source Formatting. See Defining the Look and Feel of the iView Content.
    §         The iView content displays a captured area, and not the entire Web page. See Selecting the Capture Area.+
    I only had to change the 'Open iView links in new window' to Yes after capturing a part of my page and it started working.
    Thanks for sharing

  • How to provide hyperlink for CSN message in email notification

    Hi,
    I have the following requirement, could anyone provide some ideas/solution on this.
    We integrated Change Notification Service to portal as transaction iView. once the CSN is raised and assigned to resopnsible person, the message will be notified through email. The requirement is in the email notification a hyperlink should be provided so that on clicking on the link it should open the page with respective CSN message.
    Could any one provide solution how to achieve this?
    Thanks in advance.
    Regards,
    Ravi.

    Yes you can do that. using the fieldcatalog there is an option for that. give HOT_SPOT = 'X'. for the column you want.
    wa_field-hotspot = 'X'.
    REPORT  ztest_alv.
    TYPE-POOLS:slis.
    DATA:it_fieldcat  TYPE  slis_t_fieldcat_alv,
         wa_field LIKE LINE OF it_fieldcat.
    DATA: BEGIN OF it_likp OCCURS 0,
           vbeln TYPE likp-vbeln,
          END OF it_likp.
    DATA: layout TYPE slis_layout_alv.
    wa_field-fieldname = 'VBELN'.
    wa_field-tabname = 'IT_LIKP'.
    wa_field-hotspot = 'X'.
    wa_field-outputlen = 10.
    wa_field-no_zero = 'X'.
    wa_field-seltext_l = 'Sales'.
    APPEND wa_field TO it_fieldcat.
    SELECT vbeln FROM likp
    UP TO 10 ROWS
    INTO TABLE it_likp.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
      EXPORTING
        i_callback_program      = sy-repid
        is_layout               = layout
        i_callback_user_command = 'USER_COMMAND'
        it_fieldcat             = it_fieldcat
      TABLES
        t_outtab                = it_likp
      EXCEPTIONS
        program_error           = 1.
    *&      Form  user_Command
    *       text
    *      -->UCOMM      text
    *      -->SELFIELD   text
    FORM user_command USING ucomm TYPE sy-ucomm
                        selfield TYPE slis_selfield.
      CASE ucomm.
        WHEN '&IC1'.
          SET PARAMETER ID 'VL'  FIELD selfield-value.
          CALL TRANSACTION 'VL02N' AND SKIP FIRST SCREEN.
      ENDCASE.
    ENDFORM.                    "user_Command

  • KM Document iView for file download - filename

    Hello,
    we have a hyperlink on our portal logon page for downloading a word document. This link points to a KM document iView. The iView has the property "Path to Document" set to the document in the KM.
    By clicking the link, a file download pop-up appears. But the filename of the downloadable file is the path of the iView - and not the real name of the document.
    Is there any possibility to get the real name as name for the downloadable file? Or should we use another iView?
    Any hint is appreciated!
    Best regards,
    Matthias

    Sorry Tom!
    Your problem seems to be different, I've no idea.
    But we already fixed our problem, I forgot to post. Here's our solution:
    The solution was to create a KM Docs iView with anonymous authentication schema pointing to the download file. Then we created an URL iView pointing to this KM Doc with appending the filename AGAIN to the URL (because otherwise the iView ID will appear as filename). In the page a hyperlink now is pointing to the URL iView and after clicking it, the download starts with the correct filename.

  • Navigate from one iview to another and open in the same window

    Hi,
    I created two iviews with Visual Composer 7.0 SP8.
    In the first iview I create a button with hyperlink action, that call the URL of the second iview. The two iviews are in separates pages.
    The problem is that the second iview is open in a different window, and I want to open this iview in the same window. I changed the propertie start in new window with "show in the portal content", but It is still open in another window.
    How can I open the second iview in the same window?
    Thanks,
    Ivan

    Hi Marcus,
    I created two iviews, the property of the first iview is window type = primary window, the second iview is defined like window type = nested window.
    Now the problem is that I can not deploy the second iview in the portal.
    Do you know what is happening?
    Best regards,
    Iván.

  • Passing dynamic parameters in hyperlinks

    Post Author: alguser
    CA Forum: Profitability Applications
    I am using the former ALG Activity Analysis/Predictive Planning application, which I gather is now known as profitability.  Is there a way to use variables as query string values in hyperlinks in books?  I am unable to escape out of the url string so as to provide a variable name.  I would prefer hyperlinks to buttons.  Here is a quick example of what I mean: &#91;In the URL field of a hyperlink control&#93;BookTitle&SomeVariable=' + somevariableThanks.

    Hi Shakeel,
         Actually, currently no custom parameter passing is working through the iView onto the Web Dynpro application.
         The app. feature is for passing parameters automatically to the startup plug as named parameters within a Web Dynpro application.  (On my version this feature does not work either.)
         Anyone else try this yet?

Maybe you are looking for