Knowlege Management navigation item in CE portal

Hi!
I'm using the portal coming with the Composition Environment 7.1 SP4. I want to access
System Administration --> System Configuration > Knowledge Management> Content Management
which is described in the CE library. Unfortunately there is no Knowledge Management in the navigation bar. I'm logged in as administrator, do I need to add further roles?
Regards,
Kevin

Hi Carsten,
thank you for your answer.
This is the link to the CE library:
[http://help.sap.com/saphelp_nwce10/helpdata/en/44/621348bb10311ce10000000a155369/frameset.htm|http://help.sap.com/saphelp_nwce10/helpdata/en/44/621348bb10311ce10000000a155369/frameset.htm]
I think the documentation must be wrong because no KM is available in the CE portal.
The actual problem I'm trying to solve is changing the URL in an email notification of a Guided Procedure workflow. The solution is described here [https://www.sdn.sap.com/irj/sdn/thread?threadID=256692|https://www.sdn.sap.com/irj/sdn/thread?threadID=256692] using the URL generator settings.
How can do this in using the Composition Environment? Changing back to NW7.0 is not an option because we are working with CE7.1.
Any ideas?
Regards,
Kevin

Similar Messages

  • User Management Service Item in Cisco Portal

    Hello,
    I am right now using the CIAC portal to perform simple tasks on my infrastructure and I would like to be able to add a user to a given group in AD.
    I have done the TEO process (with group and user parameters) and it works.
    I have done the service request (with the form, the fields, the category, etc.) and I can fill it.
    But I cannot figure out how to integrate these both elements through service link, with an agent and adapters.
    Does somebody knows how to do it? Or where I can find some step by step information to do it?
    Thanks by advance

    Hey David,
    I must have misunderstood your question as I thought you couldn't "...figure out how to integrate these both elements through service link, with an agent and adapters." - Starter Edition has a reusable approach.
    I'm interested in understanding where the user management features of Starter Edition aren't quite making your grade. The requirements driving Starter Edition's feature set are as they pertain to the enterprise as a private cloud deployment. Given this environment, the two primary deployment scenarios SE addresses are 1) no external user account data source (no directory integration), 2) external data source integration using one of the three types of directory servers supported by Cloud Portal. Scenario 2 two supports user authentication only and user authentication and authorization.
    Scenario 1 supports user and organization management using Cloud Portal as the data source. Scenario 2 supports a pre-populated data source under the premise that enterprises most commonly have a existing directory services they desire to integrate with the solution, which is to say that an uncommon and not natively supported scenario is one in which the enterprise has no existing user account data source, but has idle directory services they would like for the solution to populate with new user accounts created through he solution. Certainly, such a scenario may be supported by extending the solution.
    Let me know how you come along.
    Regards,
    Lee
    Sent from Cisco Technical Support iPhone App

  • Show 2 level hierarchy in Managed Navigation menu(Current Navigation) in SharePoint 2013

    We have enabled Managed Navigation in SharePoint 2013 Publishing Site. Now when a user browses a page we want to show the current page siblings are its parent links in the Managed Navigation. Right now its showing only current page siblings in managed navigation.
    Is there any way to show current page parent links in Managed Navigation menu?
    For example I have a term set enabled for managed navigation with following terms:
    Level1
        Level 1.1
            Level 1.1.1
            Level 1.1.2
            Level 1.1.3
    Level 2
        Level 2.1
            Level 2.1.1
    Level 3
        Level 3.1
    Level 4
        Level 4.1 
    Now if a user is on page Level1.1.1 then Current Navigation should show following hierarchy in using Managed Navigation :
    Level 1.1
        Level 1.1.1 -> This node will be shown as selected
        Level 1.1.2
        Level 1.1.3
    Level 2.1
    Level 3.1
    Level 4.1
    Is the above behaviour possible by doing any out of box configuration or using SharePoint designer?
    Thanks,
    Anna Jhaveri

    Ha i was given the same task by my client but they wanted it to be done in client side rather than creating new user control and inheriting from actual control.
    i used Jquery and css to achieve staticlevel 3+  left navigation in sharepoint 2013. first of all let me explain the structure i had created.
    HR department
     -->Level 1
    ---->Level 1.1
    ------>Level 1.1.1
    ------>Level 1.1.2
    -->Level 1.2
     (same as above structure)
    all i did was setting up the staticlevel ="2" and dynamiclevel="3"
    so this would make left navigation with two level  and remaining of its sub sites as flyouts
    Part-1:
    so i used Js to convert all the flyout(dynamic class ) to static $(function(){  
    $("ul.dynamic").removeClass('dynamic').addClass('static');$(".dynamic").removeClass('dynamic').addClass('static');  $(".static").removeClass('dynamic-children'); $("#zz12_RootAspMenu > li:nth-child(n) > ul").removeClass('dynamic-children');
    $("leftnavigation ID"> li:nth-child(n) > ul > li.static > ul").removeClass('dynamic-children');              $("leftnavigation ID" > li:nth-child(n) > ul > li.static > ul > li:nth-child(n) > ul").removeClass('dynamic-children')
    $(".ms-navedit-flyoutArrow").removeClass('dynamic-children').removeClass('ms-navedit-flyoutArrow');
    by using this script all the dynamic classes get convert to static. after getting rid of classes call "dynamic" and "dynamic-children"
    second part :
    now we have convert all the dynamic level to static (just look wise) but functionally  its behaviors is like flyout menu items.so the following js adds the static behavior classes so it just functions like static menu
    $(function()
    var path = window.location.pathname;
    path = path.replace(/\/$/, "");
    path = decodeURIComponent(path)
    $("left nav ID" > li > ul > li.static.selected > ul > li > a").each(function () {
    var href = $(this).attr('href');
    if (path.substring(0, href.length) === href)
    $(this).closest('li').addClass('selected');
    $(this).removeClass('ms-core-listMenu-selected').addClass('selected').addClass('ms-core-listMenu-selected');
    else
    $(this).closest('li').removeClass('selected');
    $(this).removeClass('selected').removeClass('ms-core-listMenu-selected');
    How above code works:
    it  takes the url path of current page and compare it with the all the anchor elements href ,so when it finds the match it would go insert the static level class  like "selected" in the <li> and "ms-core-listMenu-selected" in the <a>
    tag so  they function like static.
    so i have done it for 4 levels so i had to put one more function as shown above to target and read <a> tag href values for 4th level and compare it with current page url.
    i didn't explain in detail in here, i'll be writing up again on this issue on  my blog with screen captures soon.
    Till then you can leave comments and questions.
    Disadvantage :this doest work if you have anything listed other then Subsites(pages,list,libraries) in left navigation.

  • How to know previous navigation item during runtime in Forms

    Hi,
    How can one know the previous navigation item in oracle forms.
    Scenario:
    Navigation: US Super HRMS Manager --> People --> Enter and Maintain.
    On the Find Person window --> Query a Person
    On the People Window, there is an Assignment Button. When clicked, it will open new window "Assignment".
    At this point 'WHEN-NEW-ITEM-INSTANCE' is fired for the item 'ASSGT. ORGANIZATION_NAME'.
    There is DFF on this window and when DFF is closed by pressing OK button, 'WHEN-NEW-ITEM-INSTANCE' is fired again for the item 'ASSGT. ORGANIZATION_NAME'.
    Hence my question is how to know if the previous item is DFF or not.
    Thanks in Advance.
    Vishnu

    Hi,
    How can one know the previous navigation item in oracle forms.
    Scenario:
    Navigation: US Super HRMS Manager --> People --> Enter and Maintain.
    On the Find Person window --> Query a Person
    On the People Window, there is an Assignment Button. When clicked, it will open new window "Assignment".
    At this point 'WHEN-NEW-ITEM-INSTANCE' is fired for the item 'ASSGT. ORGANIZATION_NAME'.
    There is DFF on this window and when DFF is closed by pressing OK button, 'WHEN-NEW-ITEM-INSTANCE' is fired again for the item 'ASSGT. ORGANIZATION_NAME'.
    Hence my question is how to know if the previous item is DFF or not.
    Thanks in Advance.
    Vishnu

  • Displaying navigation item in Navigation Pane

    1. I created a Portal in my 11.1.1.8 Portal Builder.
    2. For that portal, I added a few links to navigation. Portal Home -> Portals -> Portal Builder -> "Administer" corresponding to my portal -> Assets-> Navigation -> Edit on the default navigation
    3. I added the following code in the portal's page template:
    <af:navigationPane id="pt_np1" var="node"
         value="#{navigationContext.defaultNavigationModel.defaultMenuModel}"
         level="1" hint="tabs">
         <f:facet name="nodeStamp">
              <af:commandNavigationItem text="#{node.label}"
                   action="#{node.doAction}"
                   destination="#{node.destination}"
                   id="pt_cni1"/>
         </f:facet>
    </af:navigationPane>
    4. I see tabs with no text.
    Expected: Tabs should contain the text that I entered in "Name" field of Navigation item.
    Observed: The tabs are created but there is no text in them. The number of tabs are as expected. I had 6 navigation item, the number of tabs created are also 6.
    For the text field, I tried the following:
    node.id - displays the id of the navigation item.
    node.prettyUrl - again, the id of the navigation item.
    node.name - empty tabs
    node.label - empty tabs.
    The class of node is "oracle.webcenter.portalframework.sitestructure.SiteStructureResource".  But, I could not get javadoc to see more information.
    Does anyone know how I can get the Name of the navigation to display in the tabs?

    I found the answer. According to this link - http://docs.oracle.com/cd/E29542_01/webcenter.1111/e27739/jpsdg_app_els.htm#CHDCBJGJ
    I should use node.title to get the title.

  • Command Navigation Item + Filter mapping issue

    Readers,
    I have 2 questions here
    1) How is navigation item different from commandLink ?
    2)I am having a navigation item in my Main Page. the code of which is
    <f:facet name="globalLinks">
                <af:group id="g1">
                  <af:spacer width="10" height="10" id="s1"/>
                  <af:navigationPane id="np1" hint="bar"
                                     inlineStyle="vertical-align:sub;">
                    <af:commandNavigationItem text="Home" id="cni2"
                                              icon="/com/xxx/images/home.gif"
                                              destination="/faces/MainPage"
                                              targetFrame="_self"/>
                    <af:commandNavigationItem text="Logout" id="cni1"
                                              icon="/com/xxx/images/glbl_logout.gif"
                                              actionListener="#{backingBeanScope.MainPageBean.doLogout}"/>
                  </af:navigationPane>
                </af:group>
              </f:facet>I have configured a filter to intercept all URL of type "/*" and redirect it tologin page if the session attribute is null
    the issue happening here is on click of the Home link, it takes me to the login page in spite of configuring the commandNavigationItem for home link (see the above code). When i click on logout though i am redirected to login page i get the NPE.
    Code for Filter is
                    if (session.getAttribute("userLoginId") != null) {
                        user = (String)session.getAttribute("userLoginId");
                    if ((user == null) || (user.equals(""))) {
                        String finalRedirectURL =  "/Portal/faces/LoginPage";
                        hres.sendRedirect(finalRedirectURL);
                        FacesContext context = FacesContext.getCurrentInstance();
                        context.responseComplete();  //*on logout i get NPE here*
                    }Please advice..
    thnks
    Jdev 11.1.1.5

    Question one still unanswered also a bit of question 2.
    Now the issue is getting the following error on logout, clicking on home page now doesn't redirect me to login page.
    java.lang.IllegalStateException: Cannot forward a response that is already committed
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:122)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44
    Any ideas ?
    Edited by: in the line of fire on Nov 1, 2011 1:18 PM

  • How to open navigation item in new tab?

    Hello
    Is it possible to open a navigation item in a new tab?
    for example, when a user enters in MII and in the menu has several links, is it possible, when clicking in a link, to open it  in a new tab?
    i know it is possible to open in a new window or in home page or on top... but what about tab?
    Best regards.
    Edited by: Ricardo Alves on Dec 4, 2009 5:53 PM

    Your solution will be client setting dependent.  The home page navigation and tab options for opening in the frame or new window are merely setting the href target in the home page html when the screen is rendered by the personalization service.  As far as I know the tab behavior new to IE in version 7, and the tab behavior in other browsers like Mozilla/Firefox are both managed at the application level and will be client PC bound.  The home page process just uses target="_blank" for opening links in a new window.  I don't know if there is a browser neutral setting for something like target="_newtab", but it doesn't appear to be the case:  http://www.w3.org/TR/html401/types.html#h-6.16
    If something like this does creep into the standard then it would make a nice feature enhancement request for 3 radio button options when defining a link in the navigation editor.

  • Com.sap.portal.navigation.masthead.par from Portal 7.0 to 7.30 deployment

    Hi all,
    I must to deploy the "com.sap.portal.navigation.masthead.par" from Portal 7.0 to Portal 7.30
    I'm doing the following steps:
    - Convert .par to .ear
    - Import .ear to NWDS 7.30
    - Deployment perspective > Import > File System > com.sap.portal.navigation.masthead.ear > Start
    Results log:
      S U M M A R Y
    ~~~~~~~~~~~~~~~~~~~
    Successfully deployed:           0
    Deployed with warnings:           0
    Failed deployments:           1
    ~~~~~~~~~~~~~~~~~~~
    [ERROR CODE DPL.DCAPI.1031] AllItemsAlreadyDeployedValidationException.
    Reason: ASJ.dpl_dc.003456 All batch items are marked as AlreadyDeployed because of Version check.
    1. File:D:\Documents and Settings\corellavpd\Escritorio\com.sap.portal.navigation.masthead.ear
    +     Name:com.sap.portal.navigation.masthead+
    +     Vendor:sap.com+
    +     Location:SAP AG+
    +     Version:1+
    +     Deploy status:AlreadyDeployed+
    +     Version:LOWER+
    +     Description:+
    +          1. Already deployed component has version:7.3005.20110929162215.0000+
    How can I deploy in Portal 7.30 an older version of "com.sap.portal.navigation.masthead.par" ?
    Thx!
    M.
    Edited by: ALL NEW Arinso on Nov 17, 2011 12:54 PM

    Hi Detlev,
    Thanks so much for your reply. Regarding "Create Portal Archive (EAR File)" everything is understood, thanks! In NWDS 7.3 everything must be deployed via .ear file
    Regarding the libs... yes, of course I know I compile the sources against some libs Then, I'm gonna type it an example:
    - NWDS 7.0 > import com.sap.portal.navigation.masthead.par
    Everything is ok and working. Now, the same in 7.3:
    - NWDS 7.30 > import com.sap.portal.navigation.masthead.par > LogInRedirect.jsp > exactly the same code as NWDS 7.0 (of course), but with errors in lines:
    <%@ page import = "com.sapportals.portal.navigation.*" %> >>> The import com.sapportals.portal.navigation cannot be resolved
    <%@ page import = "com.sapportals.portal.prt.runtime.PortalRuntime" %> >>> this is resolved correctly into SAP_EP\resources\prtapi.jar
    I understand I must to add the corresponding libs for "com.sapportals.portal.navigation.*" to be used... but how I could know which one and where is located? I hope I'm explaining myself clear...
    Thx!!
    M.
    Edited by: All NorthgateArinso on Nov 23, 2011 4:47 PM

  • Sharing one navigation item to two analysis items

    Hello Experts,
    I want to use only one navigation pane for two analysis items. Any body is having an idea how to integrate one navigation item to two analysis items.
    Regards,
    Abhi

    If I got it, you want to have one filter affecting two tables.
    In workbook, create two analysis grids and one navigation pane.Then assign the same data providers to navigation pane and two analysis tables(and give the same names).Then, when you change something in navigation pane, two tables will be affected.
    Step by step document for workbook:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d032116a-1ba6-2e10-8db6-d84e7dcc9975?QuickLink=index&overridelayout=true

  • Portlet for managing news items

    Hello,
    I need a portlet that manages news items. Basically it is a list of items sorted chronologically, where the x most recent items are displayed.
    Does Oracle or one of his partners has such a portlet?
    Bart

    Bart, just use an item region and sort the region by item creation date. For more info please see the Oracle Application Server Portal User's Guide here:
    http://download-west.oracle.com/docs/cd/B10464_05/portal.904/b10358/toc.htm
    Cheers,
    Mick.

  • SAP Travel & Expense Management (TRIP) in the Enterprise Portal environment

    HI All
    I am Viki. In our organization they are planning to implement the SAP Travel & Expense Management (TRIP) in the Enterprise Portal environment. Can any one help me how to start this process other details like
    What is the business package for Travel and Expense Managment
    How many Iviews are there
    How to show the Travel data in portal
    How to configure the UWL for TRIP
    What are all roles?
    Please help me in this regard
    Thanks
    Viki

    Hi Viki,
    SAP Travel & Expense Management  comes under ESS Package,
    to use these service we need to take license and all So first
    you gather your requirement ,then check for license n with SAP.
    Check Below links for details
    [Link 1|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/a0b47200-9c6d-2910-afa6-810c12eb7eb3 [original link is broken]]
    [Link 2|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/21eb036a-0a01-0010-25a3-b2224432640a]
    [Link 3|http://www.sap-img.com/human/what-is-ess-mss.htm]
    Regards,
    Piyush

  • ValueChangeListener on Navigation Item (JD 11.1.1.3.0)

    Hello to all,
    I put on a page a Navigation Item binded to a VisualObjet named: TemplateView1
    When the user select the item on navigation, I need to get the row selected and make some operation. So I wrote a method and I associated it to valueChangeListener event.
    But what happend? The:
    Row currRow = ADFUtils.findIterator("TemplateView1Iterator").getCurrentRow();
    give me always the prev record not the new one. For example at the start:
    *1 <user see theese>*
    2
    3
    4
    He select the *3th* row, Row currRow = ADFUtils.findIterator("TemplateView1Iterator").getCurrentRow(); give me the *1th row.*
    After he choose the *2nd* row, Row currRow = ADFUtils.findIterator("TemplateView1Iterator").getCurrentRow(); geve me the *3th row*...
    How can I give the selected row?
    Thank you,
    Cristian

    Ok... :)
    I have a NavigationList (choiceList ) binded to a ViewObject: templateSearch1
    When I choose a element (template) from the choiceList:
    1. I get the row selected from templateSearch1 (on ValueChangeListener event I get the templateSearch1.getCurrentRow())
    2. get the XML from row
    3. Create a mask based on XML
    All works... but: on choiceList 's ValueChangeListener event the templateSearch1.getCurretRow() give me the prev row not the selected row.
    Hope it is clear :)
    This is the code on ValueChangeListener :
    +public void createSearchMask(ValueChangeEvent valueChangeEvent){+
    ApplicationModule am;
    am = ADFUtils.getApplicationModuleForDataControl("AppModuleDataControl");
    Row currRow = ADFUtils.findIterator("templateSearch1Iterator").getCurrentRow();
    +if (currRow != null) {+
    String xml = currRow.getAttribute("Xml").toString();
    XMLDocument doc = XMLUtils.getDoc(xml);
    RichPanelGroupLayout search = new RichPanelGroupLayout();
    search.setId("searchPanelMask");
    UIComponent searchMask = createSearchMaskFromXML((XMLElement)doc.getFirstChild().getFirstChild(),search);
    +if (this.getBox().findComponent("searchPanelMask")!= null){+
    this.getBox().getChildren().remove(this.getBox().findComponent("searchPanelMask"));
    +}+
    this.getBox().getChildren().add(search);
    +}+
    +}+
    Cristian

  • Search Results Web Part, Managed Navigation and Paging

    I am using managed navigation and have a search results web part that uses the Term.IdWithChildren as the query to filter the results by the selected navigation term. This works nicely until you need to us the paging. As soon as you go to the next page there are
    no results.
    It would appear that as soon as the URL has the #k=#s=11 added it looses the navigation term. This is a core part of the Sharepoint solution that I'm delivering and I cannot progress this any further and I'm going round in circles. I have another results
    page that has the search results webpart on but doesn't use the navigation term filtering and the paging works fine.
    As an alternative I was looking at writing my own search results web part, can I do this and render the sharepoint display templates somehow?
    Any help would be appreciated.
    Stuart

    Hi Stuart, 
    i suppose you may need to check your design regarding this custom coding, 
    as i know, when i tried previously, i didn't take any attention on the query result, so that it appear as no result. 
    please have a check this links, it helped me once, 
    http://technet.microsoft.com/en-us/library/gg549981.aspx
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/59e6e258-294d-44b2-996a-547e4e9f519d/customize-search-statistics-and-search-paging-web-parts
    http://kamilmka.wordpress.com/2012/04/14/customize-sharepoint-search-results-paging/http://blogs.msdn.com/b/sanjaynarang/archive/2009/02/20/handling-paging-and-total-results-count-in-sharepoint-custom-results-page.aspx
    Regards,
    Aries
    Microsoft Online Community Support
    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.

  • Forgot to manage Open Item basis...........

    Hi,
    I have posted hundreds of document and later came to know that all GL a/c should have managed open item basis  while creating GL A/c so what is the solution to make it right.
    Thanks & regards
    Viplav Swain
    Moderator: Please, search before posting

    Dear Vaibhav
    You can transfer the line items to another GL Account through a BDC and make the balances zero. Than block the old GL account for posting. Thereafter, pls use RFSEPA02 to change the status. There after removing the posting block, transfer the old items back to your old GL.
    But I still feel very strongly, that you should transfer the line items to a new GL Account and Change your GL Account Assignment.
    Thanks & Best Regards
    Sanil K Bhandari

  • Associating a Navigation Item with a View Controller in a XIB

    According to Xcode:
    The 'navigationItem' outlet of a UIViewController has been deprecated. Navigation items are required prior to loading a view controller's view. Instead of an outlet, consider embedding the navigation item in the view controller.
    What does "embedding the navigation item in the view controller" mean? The obvious interpretation of putting a navigation item in the view controller's XIB as a peer to the view has no effect.

    Hi -
       Try using Command "SET_SELECTION_STATE" in dropdown Data Binding - Data Binding type.
    Anesh B

Maybe you are looking for