Document url link on webdynpro iview

Dear All
We have developed  custom webdynpro ivew.
Assigned that ivew to page and can display in ESS submenu.
and one more km doc iview is there for document disply.
But requirement is when enduser access webdynpro ivew  , in the same page there should be one link
If enduser wants to download that document he has to use that link. becuse that doc is relavant to that iview.
How can we do or organize this page.
Please help .
Thanks and regards
kumar.

Dear Raghu,
Thanks for your response.
How can I display link in webdynpro iview with the name of document.
Ex : Please click here to download the form as mentioned below.
file :  link : formdownload.pdf.
If I click on this link it has to down load to enduser's local system.
Please suggest.
Regards
Kumar.

Similar Messages

  • Create URL link from an iView

    Hi Friends,
    I have requirement some thing like this: On Km  iView I have a simpe descrption , for this descrption I would like to create a url link.(which means if any user click on this link this should bring the specific website)
    Pete

    Mark,
       Are you having a KM Document Iview ? Then you could achieve ur
    requirement in this way. Have it point to a Html file in KM .
    This file would contain the description that you meant along with a
    hyperlink to the required site. So once you click on the link
    the site would be loaded.
    Hope I got ur question right or do get back if  wrong.
    Pls consider rewarding points if this helps
    Regards
    Vineeth

  • Creating a simple url link in WebDynpro

    Hello,
    I would like to create a simple link in web dynpro.
    meaning that a text i will have will be linked to an address in my computer, for example:
    "My Documents" will link to c:\douments and settings\my documents\
    I tried to use LinkToUrl but it seems that it only supports navigation within the portal PCD which is not suitable for me.
    Is this possible? thanks.
    Eli.

    Hi Eli
    >"My Documents" will link to c:\douments and settings\my documents\
    This is not possible because there is no an access by HTTP from the WebDynpro server to the local folder (or any other folder) by technical and security reasons.
    >I tried to use LinkToUrl but it seems that it only supports navigation within the portal PCD which is not suitable for me.
    This is not true. With LinkToUrl you use any URLs not even related to Portal.
    BR, Siarhei

  • How to create a URL link in webdynpro?

    HI experts,
    I want to create a webdynpro DC that will point to KM links through a URL.Could you please suggest me the solution
    Thanks,
    Khyana Prabha

    Hi Amol,
    Thanks a lot for the solution.It helped me a lot .
    Thanks,
    Khyana Prabha

  • Email Order attachment or document URL link

    Hello,
    I have a requirement to fetch order attachment and email it on save event. Also if possible a URL to an attachment in the same email. I am trying to use CL_CRM_DOCUMENTS class & method SEND_DOCUMENTS but it is popping the standard send email screen and then we need to click on send button to process it. As my code needs to be run in the background how to handle this situation.
    Or is there any other way to send existing attachment as email.
    Rgds,
    Shobhit

    Thanks a lot Andrei, that was very useful.

  • Best Practice for link to WebdynPro page in welcome page

    Hi Experts,
        I am new in SAP Portal. I need some guidance from you guys. I have a requirement to create welcome page which is JSP and has a link to a WebdynPro page. I have to put the url in JSP file. So i do not know what kind of URL i should put in the JSP. 
    The problem is if i put the url which i can see in the address bar like 'http://DevServer/WebDynPro/ApplcationA', when i transport it to another server ,for example Production,. The real url might be change to 'http://ProdServer/WebDynPro/ApplcationA'. It may cause the link in JSP can not be worked.
        I would like to ask you the best practice for this case. What url? What configuration?
    Thank you in advance,
    Noppong Jinbunluphol
    P.S. For the JSP, i create it in portal application dc.

    Dear Noppong,
    You can do it with multiple ways like :-
    1. Get the current host name and make complete URL with using host name for the webdynpro iview.
    request = (IPortalComponentRequest) this.getRequest();
    HttpServletRequest req = request.getServletRequest();
    StringBuffer strURL = req.getRequestURL();
    2. Create the KM Document or Link for webdynpro Iview OR Create the WPC Web Page for the webdynpro ivew
    Refer to [http://help.sap.com/saphelp_nw70/helpdata/en/06/4776399abf4b73945acb8fb4f41473/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/en/06/4776399abf4b73945acb8fb4f41473/frameset.htm]
    [http://help.sap.com/saphelp_nw70/helpdata/en/06/4776399abf4b73945acb8fb4f41473/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/en/06/4776399abf4b73945acb8fb4f41473/frameset.htm]
    [http://help.sap.com/saphelp_nw70ehp1/helpdata/en/ff/681a4138a147cbabc3c76bde4dcdbd/content.htm|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/ff/681a4138a147cbabc3c76bde4dcdbd/content.htm]
    Hope it will helps
    Best Regards
    Arun Jaiswal

  • How to remove bullets and spacing for url links in the Related Links iview?

    I tried to look for a property that I can edit the look-n-feel of the url links in the Related Link iView using "Theme Editor".
    All I need is to remove the bullets and increase some vertical spacing between the links.
    Currently, it looks like this:
    URL iView A
    URL Iview B
    I go through the whole section of Related Links properties, none of them seems to do what I want.
    Here are the list of properties in Related Link section (of Navigation Panel):
    Link Color
    Text Decoration of Link
    Hover Color
    Text Decoration of Hovered Link
    Initially, I thought "Text Decoration of Link" should be the right property I should look at. But there are a drop-down with 5 options: None, Underline, Blinking, Overline and Line-Through, which really can't achieve what I want.
    Thanks for advice.
    Kent
    Post with Diagram Illustration:
    <a href="http://sapnetweaverforum.blogspot.com/2006/11/how-to-remove-bullets-and-spacing-for.html">How to remove bullets and spacing for url links in the Related Links iview?</a>
    Message was edited by: Kent C.

    Hi, Kai.
    I checked the Related iView properties (URL Template), I don't see what layoutset it is really using. I am not sure, is that a layout set apply to the Related Link Iview?
    For the regular KM iView, I will see what Layout Set I want to apply, then I can go and change the properties (of layout coontroller, collection renderer & resource renderer)you mentioned. But for this Related Link iView, I really don't know. I guess it may be in the code itself.
    If there is a layout set for Related Link iView (or the place to apply layout set to it), can you point to me which one is that? (I did a search through the layout set names, I only find the AppQuicklinkExplorer (I used this for Dynamic Nav. Link iView before), if I can aply this layout set to Related Link iView, my problem will be solved.)
    Thanks for help.
    Kent

  • How to add a new url link in a view of an existing webdynpro component?

    How to add a new url link in a view of an existing webdynpro component?

    hi ,
    refer SAP online hep :
    Implementing Enhancements in a View
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/46/233f2189f74f08e10000000a114a6b/frameset.htm
    To enhance the layout of the view, you can create new UI elements. This procedure is no different u2013 from a technical viewpoint u2013 from creating UI elements in components themselves. All UI elements created within the enhancement implementation can then be processed as usual.
    Enhancements  means inserting user developments into SAP development objects at predefined positions.
    The Enhancement Framework enables you to add functionality to standard SAP software without actually changing the original repository objects, and to organize these enhancements as effectively as possible.
    refernce :
    have a look at this article
    How to Create Enhancement Implementation in Web Dynpro ABAP
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/700317da-bd79-2c10-368e-8f18bf5d8b81&overridelayout=true
    as pointed correctly by Saurav in earlier thread
    regards,
    amit

  • I want to display a url link in only one tab of the tabstrip in webdynpro ?

    I want to display a url link in only one tab of the tabstrip in webdynpro view?  How do we do this?

    so in that tab of the tabstrip use LinkToUrl UI
    The LinkToURL UI element is a hypertext link. When you choose this link, you are directed to a user-defined Web resource (URL).
    The LinkToUrl is used to exclusively to open URLs in a separate window. To leave the Web Dynpro application and display a new URL use an exit plug.
    1.in ur UI create  tabs as u desire
    2. In each TAB , add ViewContainer . ViewContainer you would be able to add inside tab.
    3. Now create as many views as you have created Tabs.
    4. Embed views into the corresponding ViewContainers , in ur first view embed link to URL
    refer SAP online help for tabstrip :
    http://help.sap.com/saphelp_erp2005/helpdata/EN/e8/ac884118aa1709e10000000a155106/content.htm

  • Webdynpro iView link to role specific iView  Navigation

    Hi Friends,
    I have links in my WebDynpro iView.
    When I click on Link, I get popupwindow.
    in one role, user will be able to see the popup in editable form
    in another role, user will see the popup as displaying information only.
    This iView  needs to be integrated in Portal.
    How should it be done:-
    1. create two iView's:- one with display popup, another with editable popup window on click of the link.
    in this case, two iView's will be created , and will be integrated in portal with different roles.
    2. create one iView.. common.
    and, instead of popup, create another IView.
    in this case, how to access another iView of link clicked window... to display popup one for display, another for update.
    in this case.. first page will be common for both roles, the second iView.. will be different
    If want to implement in this way, how to access another iView as per role from the link of an iView.
    Nav
    Message was edited by: Nav

    Hi Nav,
    Check with this helpful links,
    Portal integration with webdynpro:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/2fffe990-0201-0010-aab0-e61c3250bcf3
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b5380089-0c01-0010-22ae-bd9fa40ddc62
    step by step process of portal eventing.
    http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/portal-components/how%20to%20program%20portal%20eventing
    Navigation Between Web Dynpro Applications in the Portal:
    http://help.sap.com/saphelp_erp2005/helpdata/en/ae/36d93f130f9115e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_erp2004/helpdata/en/b5/424f9c88970f48ba918ad68af9a656/frameset.htm
    Regards,
    Vijayakhanna Raman

  • Document icon/link in charracteristic cell url /web reporting

    Hi
    Im trying to use the modify class to build custom urls on
    characteristic cells of a table in a template
    the query has 'display document links' checked
    when i run my template through RSRT2 & break before my characteristics cell c_cell_content is modifiedin the characteristi_cell method,
    i dont find the document link a href
    <a href="JavaScript:SAPBWOpenWindow('DOC.2fBROWSER.2f.3fCHANM......
    it is obviously added later..
    i would like to know  where the document icon & link is added to the c_cell_content. is there a condition /flag in a dictionary table i can check before calling the routine to add the icon
    any help appreciated
    Prasad Badal

    Hi,
    I don't understand your problem. I can see the call in c_cell_content.
    Are you sure, that there's a document link for this characteristic value?
    Heike

  • URL Link to Documents in Other systems

    Hi,
    Is it possible to have a url link saved as a document in OCS? We have somme documents that cannot be moved to OCS( business decision). These documents reside in various systems and are raccessible through a web url. Is there any way to create this web URL as a document in OCS?
    what we are looking is if we click on this document link, it should open the document which is in other systems..
    Please let me know

    You can create a blank html page with a meta refresh tag that redirects user to the link in the other system, e.g.
    <META HTTP-EQUIV=Refresh CONTENT="10; URL=http://www.myothersystem.com/my_link.htm'">
    Optionally, you can accomplish the same with a blank page that includes a javascript redirect function, e.g.
    <script language="JavaScript" type="text/javascript">
    location.replace('http://www.myothersystem.com/my_link.htm');
    </script>
    Upload the blank page to Content Services. When users clicks on the page, they will get redirected to the document in the other system.
    -- George

  • How do I insert a URL link into a text document

    How do I insert a URL link into a Word document

    Don't have Word available to test, but it seems to depend on the program.
    In Pages and TextEdit, if you drag the favicon from the addrss box in your browser into the document, it will be pasted in already formatted as a clickable link expressed in plain text. The favicon (I think that's the name for that element) is this item -
    However, in AppleWorks 6.2.9, all that did was drop the raw URL into the document; and it is non-clickable, just text. In AW 6 you need to type the plain-text name for the link (how you want the underlined bit to appear), select that, then go to the Format menu and select Create Link, from it choosing Internet. In the new screen, the linkname will already be entered in the upper box; paste the URL into the lower box, and it's done.

  • WebDynpro IView URL

    HI All
    I have individual webdynpro iview URL and If I type this URL in browser address bar its prompting for portal user name and password.But I donot want to get this username and password entered. Is there any way that if I type iview URL in address bar of browser and iview should open without asking for portal username and password.
    Any suggestions will be appreciated.

    HI,
    IF u know what the name of the user is on the portal, just append name=<portal user name> and the end of the '?' in the URL. This will work.
    Do tell me if it works or u need any further help.
    Thanks & regards
    Gita

  • Adding  URL Links to Tool Area iView in Default Framework Page

    We want to add a URL link to the Tool Area  iView in  Standard Framework page.  When we edit the property "EnableLink1" and "EnableLink2" property to "True" of Tool Area iView, it shows two links in the tools area without actual links.
    Where do we add these links?
    Thanks.
    PK

    Hi,
    In EP 7.0 SP21 no show the EnabledLink1 and EnabledLink2,
    Was deprecated?.
    Must to edit the par file to insert it?.
    Thanks

Maybe you are looking for

  • How to remove Built-in-Fields from Report builder report

    I have create SSRS report which is sending email to recipient but at the bottom of report email I am also getting  report accessible address. I don't want to send that address to recipient. How should I remove from report builder? The report is acces

  • SRM 7.0 Purchase Order Response always in status "In process" after confirm

    Hello experts, this problem is similar to the thread [SRM-SUS Purchase Order Response always "In Status"; which has been not finally responded. My problem exists in an environment without SUS. When a buyer confirms a PO response (POR) without any cha

  • Using Hidden Fields as Variables

    I am limited in my JavaScript coding abilities. I am building a rather large homeowners insurance application that ultimately computes the premium. There are a ton of options that affect costs and I need a way to store a few numeric values. LC Design

  • 9i R2 under Windows Server 2003

    Hi all, I installed 9i R2 under Windows Server 2003, will there be any technical issues on this installation. Since after the installation, I created a Database using the Database Configuration Assistant, DB creation was successfull, but was unable t

  • Urgent- URL Masking

    HI Everyone, Does anyone knows ,how to do URL masking in Portal? What are the settings to be done in Apache? I ve been searching on Net but cld not find anything. URL redirction works but I need "URL Masking". Thx