Link in km iview

Hi,
   I have created Km document iview using HTML(Edit online property).I need to provide some links in the document.When clicking to the links ,it is displaying in seperate window.I wnt that to be displayed in tha same window.
Plz help me out.
Thanking you
santosh saraf
Message was edited by: santosh saraf

Hi Santosh,
Have you tried to modify Target Window Type field in your resource renderer ?
In order to know which is the layout set that you are using, you can enable Debugging Settings in System Administration, System Configuration, CM, KM, User interface.
Patricio.
Message was edited by: Patricio Garcia

Similar Messages

  • 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.

  • To include a link to an iview in a page.

    Hi,
    I want to include a link to several iviews in the same page (subscriptions, my tasks ...).
    If I include the content of the iview in the page, it is difficult to see so much information.
    I think it could be a good idea to include links to the different iviews instead of the content, so it could have a better aspect and it would be easy to see the information. I don't know how to do it, even I don't know if it's possible to do it without developing.
    Thanks in advance.

    HI,
    You can use the Link control in HTMLB
    <hbj:link
        id="link1"
        text="Link to google"
        reference="JavaScript:window.open('package name.projectname.java file name');"
        tooltip="this takes you to:"
        />
    or
    You can modify the masthead par file and add the links to the masthead.

  • ESS - Top-Level navigation changes by following a link in an iView

    Hi,
    if i follow a link in an iView for example:
    Ess - overview - employee search - who is who it changes my TopLevel-Navigation from Employee Self-Services to another.
    The First-Level Navigation changes, the Second-Level Navigation is the same as in the Employee Self-Services ( Overview, Employee Search, ... ). By activating one of them it gives an error ( JavaScript ):
    gNavTreeChildren[...]children is null or not an object
    Why does it change my First Level Navigation?

    the source-code:
    <a class="urLnkFunction urVt1" id="CNDBNBBJ.AreaViewStatic.ServiceLink10"
    ct="Link" title="Participation Overview" onkeydown="return me.h_m(event,window,'sapUrMapi_Link_activate
    ('CNDBNBBJ.AreaViewStatic.ServiceLink10',SSR.event)');" href="javascript:void(0);" onclick="return me.h_e(event,window,this,'Link','LINKCLICK',
    {'event':'event','ControlId':'CNDBNBBJ.AreaViewStatic.ServiceLink10'},'',true);"><nobr>
    <span class="urTxtStd"><span ct="Caption" title="Participation
    Overview">Participation Overview</span></span></nobr></a>
    regards
    Sleepy_head

  • Email link on an iview

    Hello experts,
    can any one suggest me . how to put a email link on iview . which when clicked opens a default email application in a new window.
    if any one could provide some documentation that would be of great help.
    I have a iview with my name on it when user click on my name it should open e-mail app with my e-mail address. Please suggest.
    Thanks,
    Raj

    you have to add coding for email link in the iview code...
    <a
    href="mailto:Email ID">Email Home
    </a>
    this will appear Email Home .
    Make corresponding changes with your email id at "Email ID"in the iview code
    -Abhijeet

  • Links on the iview

    Hi,
    Is it possible to give the links of iviews (already created in PCD) in any java iview? when that java iview will open at runtime , that page should cantain links for some iviews . Can it b done?
    Thanks in advance

    Hi Amit,
    Try something like this...
    IUrlGeneratorService service  = (IUrlGeneratorService) PortalRuntime.getRuntimeResources().getService(IUrlGeneratorService.KEY);
              IPortalUrlGenerator generator = (IPortalUrlGenerator) service.getSpecializedUrlGenerator(IPortalUrlGenerator.KEY);
              String result = generator.generatePortalComponentUrl(request, <i>'projectName.componentNameAsDefinedInPortalapp'</i>);
    hope it helps
    cheers
    kiran

  • JSP links should link to the iView?

    Dear Forummers,
    Im a skilled JSP programmer designed to make an agenda PAR for a sap Portal.
    I fixed this easily and it's showing, but now I ran into a problem im not familiar with:
    The current month is showing, but when I hit next month it links to agenda.jsp?action=1 to indicate it has to add a month. This works on tomcat fine but here it gives an error: <i>iView not found: agenda.jsp</i>
    Now i expected this to go wrong, but I really have no clue how to link to an iView or some alternative to get this to work.

    Hi Hans,
    i interprete the following: you created a jspdynpage component in you par project. because you are familar with jsp you decided to have an jspnative component. this i do not recommend, if you use any kind of actions in your component. for actions the dynpage approach gives you a smart framework for action handling. you can use html- buttons or links for your paging inside the calendar or use the htmlb calendar
    Reference to jspdynpage / html:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/44/471ce3617b14bce10000000a155369/content.htm
    Does this help you?
    Greetings jens

  • How i will add new link in masthead iview

    Hi,
    i want to add  a new link in masthead iview,
    e.g. i want to add aboutus link .
    so what could be the code/procedure for header.jsp.
    Please help .
    Thanks
    Sanjay

    Hi Sanjay,
    -The three main files in the masthead are HeaderiView.jsp,LogInRedirect.jsp and LogOffConfirmMsg.jsp
    -The HeaderiView contains the masthead users see when they are in the portal.
    -Once you added your link to the HeaderiView.jsp,upload the par file.
    -Once the par file is uploaded to the portal,you need to create a masthead iview based on this par file.
    -Then this iView will be used for masthead on the framework page.
    -create a folder in portal catalog-right click the folder->create a iView from par->select your own masthead iView->choose next->choose default component  and click next->Enter the properties like-iView name,iView ID,prefix,Save as -iView and click next>save.
    Here is the important step :
    Add the iView to the framework page,then only it will be visible to the end users.
    Browse the ramework page being used by the portal in the portal catalog
    Right click on he page->edit->Page Layout->Select masthead iView on the framework page and click remove.
    now iViews(Right click)->Widgets_masthead->Add iView to page->Delta Link->Position the masthead.->Logoff and logon to the portal.
    It should work fine for you now I guess.
    Thank you.
    Regards,
    Karthick

  • Link to Same iView in different Roles

    Hi guys,
    I've this UWL iView that has been assigned to Portal Role A and Portal Role B. Thus, there are 2 URLs for it:
    http://<server>/irj/portal?NavigationTarget=ROLES://portal_content/PortalRoleA/UWL
    http://<server>/irj/portal?NavigationTarget=ROLES://portal_content/PortalRoleB/UWL
    But we can only assign 1 URL to 1 link. THe problem is not all users will have both roles. some only 1. THus, If we assign the 1st URL as the link, users who do not have portal role A will still be able to see the UWL in the content page, but the Navigational tabs will not be highlighted is incorrect (i.e. the Workset highlighted will be the 1st default workset that may not be UWL). Does anyone have a possible solution to this?

    Hi,
    Do you really need to have 2 UWL iViews? You could create a new role assigned to everyone and put the UWL iView in this role and then your link would be something like :
    http://<server>/irj/portal?NavigationTarget=ROLES://portal_content/PortalRoleUWL/UWL
    Regards,
    Pierre
    Edited by: Pierre DOMINIQUE on Jul 15, 2009 3:23 PM

  • Displaying a pdf or word document (for help) via "link" from an iView

    Hello Everyone,
    We have iViews (which are simply reports) and have documentation explaining the overall report functionality.  These iViews are displayed via a workset iMap.  For each iView we would also like to have a "link" to a word, pdf, etc..  document.  Basically any document type we decide on.
    Is there a way to accomplish this?  I'm sure there is.
    Thanks

    Hi,
    You can achieve this by making use of KM. Follow these steps for achieving the same.
    1. Create a folder in Portal Content Management and upload all the help documents into it.
    2. In this folder, create seperate links to indivisual help documents uploaded by specifying the target and name.
    3. Click on the created links and copy the URL's
    4. Open the I Views/Pages in PCD, and place the corresponding URLs in URL to Help Topic property of the respective I Views/Pages.
    5. Enable the I View Tray property - Show Help Option
    For every view , you can have some help file in the context links (Help) in the right corner of the Title area.
    Hope this satisfies your requirement.
    Regards,
    Santhosh

  • 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

  • FPN Remote Delta Link - Bex Web - Iview Preview Error

    We created a remote delta link in the Consumer Portal for Bex Web Iview from the Producer portal. The preview of the iview in the consumer portal fails with the following error:
    Unexpected error - Unable to get IView: fpn:<Consumer Alias> /pcd:portal_content/com.sap.pct/platform_add_ons/com.sap.ip.bi/iViews/com.sap.ip.bi.bex:eV%2BqDnR62S5rnG4nJ%2F7uhw%3D%3D:1
    In the default trace of the Producer we see the following:
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by: com.sap.portal.fpn.exception.base.FPNFatalErrorException
         at com.sap.portal.fpn.runtime.FpnRuntimeService.doFpnLookup(FpnRuntimeService.java:171)
         at com.sap.portal.fpnprovider.fpn.GenericContext.lookup(GenericContext.java:48)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1919)
         ... 40 more
    Caused by: com.sap.portal.fpn.exception.base.unchecked.FpnCommunicationException: Cannot retrieve delta link remote state for remote path 'pcd:portal_content/com.sap.pct/platform_add_ons/com.sap.ip.bi/iViews/com.sap.ip.bi.bex' with user Id '<BIUSER>'
         at com.sap.portal.fpn.remote.AccessServiceImpl.retrieveDLRemoteState(AccessServiceImpl.java:158)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:331)
         at com.sap.engine.services.rmi_p4.P4DynamicSkeleton.dispatch(P4DynamicSkeleton.java:159)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:330)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:201)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:137)
         ... 6 more
    Caused by: com.sap.portal.fpn.exception.base.unchecked.FpnAuthenticationException: Could not find user from the user id '<BIUSER>'
         at com.sap.portal.fpn.protocol.marshal.ContentMarshallerService.marshalDLChain(ContentMarshallerService.java:294)
         at com.sap.portal.fpn.remote.AccessServiceImpl.retrieveDLRemoteState(AccessServiceImpl.java:156)
         ... 14 more
    Caused by: com.sap.security.api.NoSuchUserException: USER_AUTH_FAILED: User account for logonid "<BIUSER>" not found!
         at com.sap.security.core.imp.UserFactory.getUserByLogonID(UserFactory.java:1317)
         at com.sap.security.core.imp.UserFactory.getUserByLogonID(UserFactory.java:1339)
         at com.sap.security.core.imp.UserFactory.getUserByLogonID(UserFactory.java:1354)
         at com.sap.portal.fpn.protocol.marshal.ContentMarshallerService.marshalDLChain(ContentMarshallerService.java:292)
         ... 15 more
    Producer Portal - User data source is BI ABAP Backend
    Consumer POrtal - User data source is LDAP
    I have tested SSO both ways and it works:
    Logged in to Consumer -> switched URL to producer --> switched back to consumer
    Still looking at the default trace it looks like some how the end user is not recognized during the switch.
    Any help/direction  is much appreciated.
    Thanks
    Shabna

    Dao, 
      Thanks for taking the time.
    Versions:
    Producer BI portal - NW 7.0 EHP1 SP6 (BI_JAVA SP8 Hotfix 12)
    Consumer Portal - NW 7.0 EHP1 SP7 (BI_JAVA SP8 Hotfix 12)
    BIUSER exists on both:
    Producer - BIUSER is an ABAP user in the BI Backend
    Consumer - BIUSER is the SAMAccount Name of AD account BISUER@<company.com>
    SSO works both ways.
    I checked the thread you mentioned. Though the error in the default trace is the same, I am using FQDNs everywhere and the correct P4 ports. I am able to telnet using the P4 ports between the two portals. The FP connection tests also work.
    Thanks
    Shabna

  • 'Details' link in Subscription iView

    Hi,
    due to security reasons we want to hide the 'Details' link that is displayed under the section 'Subscribed Item' within the Subscription iView.
    Does anyone knows how we could solve this issue?
    Thanks a lot in advance.
    Sven Würtenberger

    Hi, Sven.
    The functionality of the "Subscriptions" iView seems like cannot be modified by some portal settings.
    The only solution is to develop a new portal component based on "com.sap.km.cm.subscriptionadmin".
    Regards, Mikhail.

  • Changing par file link of an iView

    Hi All,
    I created an iview(MyiView) based on a par file,say SamplePar1
    Now I want to use the same iview(MyiView) to link to other par file say SamplePar2.
    i.e.,I want the output of second par file to be
    shown in the iview(MyiView) instead of first par file.
    I saw a property of an iview CodeLink,which is pointing
    to the par file.But it is uneditable.How can I change
    this property value.so that it points to another par
    file.
    Any help,
    Thanks in Advance
    SANTHOSH

    Hi Santosh,
    you cannot, at least not via UI. An iView is to be seen as an instance of a component (with a certain parameter set). So if you create an iView, it's somewhat analogous to <i>SamplePar1ComponentAiView MyiView = new SamplePar1ComponentAiView(myParameters)</i>. Now you want MyiView to be of type SamplePar2ComponentBiView. And this shall not be possible.
    Maybe you can do it programatically via direct PCD access. But what's the reason for this? Wouldn't it be easier to create a new iView built on a component of SamplePar2?!
    If you want at runtime redirect to another component, you can achieve this by redirecting from SamplePar1ComponentA to SamplePar2ComponentB.
    Hope it helps
    Detlev
    PS: Please consider rewarding points for helpful answers on SDN, as others mentioned already! Thanks in advance!

  • Exit/Help link on IAC iViews

    Hi,
    I am displaying a report created in R/3 system on the portal using an IAC iView. I am able to see two links - Exit and Help at the Top left corner. How can I remove them from the iView.
    I also came across few ppl mentioning to modify the templatelibrarybasis.html file located in the server on the ITS AGate instance under c:\program files\sap\its\6.20\DEV\templates\system\dm\templatelibrarybasis.html.
    Any suggestions
    Thanks,

    Hi,
    You can hide these buttons and all ITS service toolbars using ~webgui_simple_toolbar parameter on your service. It's a 8 bits binary parameter. Bit 3 controls help/exit buttons.
    Look this wiki:
    http://wiki.sdn.sap.com/wiki/display/HOME/Article-EmploySAPGUIforHTMLinsteadofanInternet+service
    Hope this helps,
    Iván.

Maybe you are looking for

  • This forum and Safari please tell me what to do!

    I have to Camino just to use this forum, Safari will not work with it any more. Please do not move this topic to the safari room because its not safari. Safari is fine on just about every other web page I visit, except apples own! Problems: Viewing n

  • DB start & Stop With Multiple Homes

    I have four instances on my box in total. Two instances(orcl & prod) run on a file system, One instance (+Asm) is ASM storage and the last instance(test) uses the asm storage. Following are the contents of my oratab file in /etc/oratab orcl:/u01/orac

  • My website is showing an old version - not so on friends computer

    Hi, My website (www.flickchicks.com.au) is showing an old version (22 Feb) and my friend said it is showing up onhis computer as the latest version of 19th April. I've tried emptying the Cache, cleared the history and did the reset of Safari and it i

  • Volume changes to maximum on manual track change?

    Using iPhone 5s, running iOS 8.1.1, default Music App. Often when manually skipping to the next track, volume goes instantly to maximum. It is not happening %100 of the time, but it's often enough that I have had to turn down the maximum volume on th

  • Warning: ColorSync Profile change

    Warning: The default icc-color profile (ColorSync Profile) exporting images out of Aperture is sRGB! AND the Export Presets switch back to sRGB after changing. This happens with the own Export Presets too. I think this is a bug.