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

Similar Messages

  • Display a field/ text as hyperlink in the selection screen.

    Hi All,
    I have a requirement wherein i need to display a text/field as hyperlink in the main selection screen.
    Uponn clicking the hyperlink i need to display an ALV in the pop up screen( i.e pop up window).
    Any pointers on how to get hypelink in main screen will be helpful.
    Thanks in advance.
    Regards,
    Nirmala.

    hi
    please raise your question in the abap forum.
    Regards
    sameer

  • Action (navigation) when click on Hyperlink field in ALV web dynpro

    Hi - I had a question about Hyperlink in ALV web dynpro and it was answered in  Link: [web dynpro abap ALV link to (hyperlink);
    Now I need to click the Hyperlink field and navigate to another screen.
    i.e. I have a Object ID (PR Number) when I click the PR number I need to open the PR Document also another case is at the item level if the PR has more than one item I'm showing the word "MULTIPLE" so if the user click on Multiple I need to show all the items (material) in another ALV table that I already create.
    Thanks for your help!
    Jason P-V

    Hi,
    As per my understanding, there are PR number and Material and other columns in the SAME ALV table right.
    There is a ONCLICK event for ALV not for the VIEWCONTAINTERELEMENT.
    In the View where you have the ALV as component usage under view's properties, you have ALV usage right.
    Now, under the METHODS tab of the ALV, implement an event
    Onclick   EventHandler  ONCLICK(press F4) of that ALV.
    Now the Click event is implemented for that ALV. When ever you click on any column(Hyperlink) this gets called.
    Here there are parameters that you need to use it. R_PARAM has both the index and the element.
    Based on the COLUMN you can call the respective event.
    The index that you have clicked i shown from r_param->index and you can also know ATTRIBUTE name(column name).
    If attribute eq 'PRNUMBER'
    *call the Purchase requistion transaction
    elseif attribute eq 'MATNR'.
    *call the popup for other ALV as component usage to display item details.
    endif.
    Refer this Article -
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/bd28494a-0801-0010-45a3-fc359d82d3e8&overridelayout=true
    Hope this is clear.
    Regards,
    Lekha.
    Edited by: Lekha on Sep 26, 2009 12:57 PM

  • I cannot find a way to sort the bookmark folders themselves alphabetically by name.I am not talking about in a view mode but in the way they are displayed when I click on my bookmarks tab. Can someone explain to me how to accomplish this.

    I have a lot of various book mark folders with websites contained within each folder. I am able to sort the websites within each folder alphabetically by name but I cannot find a way to sort the bookmark folders themselves alphabetically by name.I am not talking about in a view mode but in the way they are displayed when I click on my bookmarks tab. Can someone explain to me how to accomplish this other than manually dragging them as this is extremely hard for me due to the fact that I am a quadriplegic with limited hand movement dexterity

    Bookmark folders that you created are in the Bookmarks Menu folder. "Sort" that folder.
    http://kb.mozillazine.org/Sorting_bookmarks_alphabetically

  • Passing value to jsp page by clicking a hyperlink

    I have a hyperlink in a jsp page1. The hyperlink is for another jsp page2. I have a string value in JSP page1, which I want to pass to jsp page2 when user clicks the hyperlink. Can anyone tell me what will be the suitable way to do this? Thanks.

    here's the source to two very simple jsps that do what you want..
    <HTML>
    <HEAD>
    <TITLE>
    ForwardValue
    </TITLE>
    </HEAD>
    <BODY>
    <H1>
    Go To GetValue.jsp
    </H1>
    </BODY>
    </HTML>
    <HTML>
    <HEAD>
    <TITLE>
    GetValue
    </TITLE>
    </HEAD>
    <BODY>
    <H1>
    <%= request.getParameter("value") %>
    </H1>
    </BODY>
    </HTML>

  • Adobe Presenter 9 navigation to webpage was canceled when click email hyperlink

    Windows 7, IE 10, Adobe Presenter 9
    I have an email hyperlink created in PPT/Presenter that works fine within PPT.  However, when I publish the course to My Documents and view the presentation, once I click the email hyperlink, it opens an email but opens an additional window..."Navigation to webpage canceled".  It reacts this same way when published to our LMS.  The user will need to close the extra window, which may cause confusion.  Our IT department has looked at my IE security settings and I have set my flash security settings to "allow" for My Documents folder.  I went back to a similar course I created a couple of years ago, but I do not receive this message when I click the hyperlink.  I was using an older version of Presenter at that time.
    Has anyone experienced this same issue and had a resolution?
    Madonna

    Hi,
    Could you perform the followings:
    Make sure there're no duplicate records in the DNS Servers
    Flush your DNS Cache at the Server & Client
    Refresh any DNS Cache at the HLB (if any)
    When the error appears, right click on the console and provide a screenshot on this
    If you suspect that FE1 is the culprit, had you tried turning it off and monitor the situation?
    Thanks!
    James Ooi MCITP Lync Server 2010 | Blog: http://jamesosw.wordpress.com | Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial
    to other community members reading the thread

  • Hi there, I want to change the background-color of the browser, when a popup-picture is shown. This picture pops up by clicking a hyperlink in the text...can anyone help me please...thanks a lot

    Hi there, I want to change the background-color of the browser, when a popup-picture is shown. This picture pops up by clicking a hyperlink in the text...can anyone help me please...thanks a lot

    Hi,
    CSS is interpreted by your browser, so server cache seems unlikely in htis case. There is however some hierarchy in CSS, so parts of the APEX CSS, theme CSS or page CSS might overwright or block yours.
    Does changing the CSS on runtime affect your page? Eg, run the following in your browser console and see if your page turns black: $('#uBodyContainer').css("background-color","black")
    Also try moving up your css in the hierarchy labeling it as important:
    div#uBodyContainer { 
      background-color:#000000 !important;  
    See:Assigning property values, Cascading, and Inheritance
    Regards,
    Vincent
    http://vincentdeelen.blogspot.com

  • Reader got "not responding" for a minute after click a hyperlink in PDF document

    Hi.  Anyone got similar experience that the Reader hanged for a while after clicked a hyperlink (to an internal website)?  From the NetMon trace, it showed that the Reader made query to our internal DNS with an unknown FQDN (just "com.hk"), then waited for time-out and came back the response.  Want to know the mechanism how and why it makes such query.  My Acrobat Reader is in version 10.1.3.

    Hi,
    To use Network Diagnostics:
    Choose Apple menu > System Preferences > Network
    Click Diagnostics to open Network Diagnostics, and then follow the onscreen instructions.
    Carolyn

  • Can you email completed PDF form as attachment by clicking on hyperlink you create?

    Can you email completed PDF form as attachment by clicking on hyperlink you create?

    This is not something we currently support but you can add or vote on feature ideas:
    http://forums.adobe.com/community/formscentral?view=idea
    If you need to add a new idea click "Create an idea" under "Actions" in the top right.
    Thanks,
    Josh

  • Displaying iView properties

    Hi,
    I created a JSP that contains a link to a portal iView that should be open in a new window.
    The problem is that new window appears with all the framework page.
    Is there a way to avoid this ?
    Thanks.
    Regards.

    Hi David,
    meanwhil I found out how to display iViews without portal masthead, navigation panel, etc. Use the following URL:
    http://<server>:<port>/irj/servlet/prt/portal/prtroot/<PCD_PATH>
    Replace <PCD PATH> with the pcd path of the iView. But be aware that you have to replace the chars ":" (with !3a) and "/" (with !2f).
    In the end it should look like this
    http://<server>:<port>/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fmyfolder1!2fmyFolder2!2fMyiView
    Best regards,
    Martin

  • After update, Excel won`t wait for the server to respond, after clicking an Hyperlink

    Hello,
    I`m having a list of locations on a column and a list of their IP on the other column. I`m using it for checking the conection(I`m clicking on the Hyperlink (eg www.example.com) and if the browser opens a new window with that particular link(www.example.com)
    then the connection is ok, if it hangs in Excel, the connection is unavailable and I press Esc and proceed in checking.
    I have updated Windows 7 and Office 2010 and now if I'm clicking an hyperlink it directly opens an instance of the web browser with the location pointed by the hyperlink, therefore I cannot check those connection in a simple manner.
    Also, I have been checking the forums for this issue, found a solution with ForceShellExecution, but it doesn`t seem to work.
    Please provide assistance :)
    Best regards,
    Mihai 

    Hi,
    Based on my tested (Windows 7 & Office 2010), the issue is related to the hyperlink itself. Do you using the same hyperlink test with Excel 2010 and earlier Excel?
    Please see the image that in Excel, it will check the hyperlink/
    If you use IE as default browser, please check the IE setting:
    Open IE>Tools>Internet Options>Connections>Lan settings>Make sure only "Automatically detect settings" is ticked
    Then, if the issue still exists, please try to upload a sample file through OneDrive, I want to test it.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Firefox does not load the website when clicking a hyperlink in another program

    I am using Firefox 5.0.1 in Snow Leopard 10.6.8. When I click on a hyperlink in another program, Firefox launch but show me a blank page, instead of the web page of that hyperlink. This only happen if Firefox is not launched prior to clicking the hyperlink. This mean, if I am already using Firefox (Firefox is opened) and I click on the hyperlink in other program's document, Firefox will launch that web page. Is there any setting that I need to do?

    I read those before .. but my problem is not any one of them !
    when i set proxy on firefox it does not work !
    when i set proxy on IE then setting firefox to system proxy it work !!

  • When I control-click a hyperlink in a text document, I get the message "there was a problem sending the command to the program"

    In the last few days I've found that control-clicking a hyperlink in a document, or clicking a link in Thunderbird, does not bring up Firefox. This started I believe after I updated to Firefox 5.0. I'm running Windows 7 64-bit and Firefox has always performed perfectly until now.
    I had also updated Thunderbird which caused my ThunderBrowse extension to be disabled (not compatible) so I had assumed that was the problem in Thunderbird. But since it happens in a text document too, I'm no longer sure.

    Try here >  Mac App Store: "An unknown error occurred (100)" when purchasing

  • Displaying iview property detials

    Hi,
    I want make use of web dynpro java application for displaying iview property details. I mean web dynpro java application which will give me details of Iview it is making use of.
    Please let me know your response.

    Hi,
    I want to create a local webdynpro applcation  to identify from which tab its the application iview is called on the portal.
    Can any body advice me.

  • Open in a new window on click of hyperlink

    Hi,
    I have created a BSP application which display partner details. here Partner ID is a hyperlink. On click of the hyperlink it is opening in the Same page. I need to open this in a new page.
    below is the code
            <htmlb:tableViewColumn columnName    = "PARTNER"
                                   type          = "LINK"
                                   linkColumnKey = "LINK"
                                   title         = "Partner ID" />
    Please provide me some inputs for me open the link in a new window on click of the hyperlink.
    Regards,
    Shiny

    Hi,
    Just add the "linkClickTarget" parameter, like this:
    <htmlb:tableViewColumn columnName    = "PARTNER"
                                   type          = "LINK"
                                   linkColumnKey = "LINK"
                                   linkClickTarget = "_new"
                                   title         = "Partner ID" />
    Best regards,
    Tanguy

Maybe you are looking for

  • How to change default ports for task flow application?

    I deploy a task form with the following hwtaskflow.xml information: <?xml version = '1.0' encoding = 'UTF-8'?> <hwTaskFlows xmlns="http://xmlns.oracle.com/bpel/workflow/hwTaskFlowProperties"> <ApplicationName>worklist</ApplicationName> <LookupType>LO

  • EBS: Automatic clearing of customer open items

    Hi Experts, I am setting up the electronic bank statement with format MT940 structured with field 86.  As part of the scope, business is requesting to ensure that customer open items gets cleared automatically when the bank statement is uploaded thro

  • Photoshop CS3 Installation Problems

    A customer has purchased Photoshop CS3 & is having problems installing on Vista Business If I logon to the Users PC as Administrator & install it there, what steps will I need to take to access it from the Users account Thanks

  • Is there a bug in Automator filter finder items?

    I'm trying to do a batch processing script and there seems to be a bug with items created earlier in the script.  For example, the 2brokegirls.jpg file was created earlier in the script and added to the main folder whose contents can be seen in the g

  • Flaw in itunes

    play a song and skip to the last 5 seconds or so. when its over and it says 0:00 on the right side (remaining), quickly click in the middle of that song, and it will play at the same time as the next song.