Remove Tabs

Is it possible to remove viewing to certain tabs on the Details Page of a KM document/folder.
The ones available eg Access Links, I would like to hide it for end users.
How do I go about this?
Another issue Im facing is when I create a KM Navig Iview and set the Layout as ConsumerExplorer it still shows the Admin explorer only. What could be wrong

HI
check out the layout set  mode in property editor of  iview and set it to force
this detail command in km is visible only to end user only with minimum of read/write permission to a folder.so the ens user with read permission cannot access these tabs.
if u still need to hide it then it may affect all user as it is contained in the command group all_groups .
regards,
Vijay.

Similar Messages

  • How to remove tab stops at one shot after importing a word document

    HI everyone,
    This is my first post in Framemaker Community as I am moving from RH to FM.
    I have an issue with respect to importing word documents to Framemaker.
    After I have import a word to doc to FM multiple tab stops are created.
    Now, although I remove the tab stops manually once, If I place my mouse in the next line , the tab stops are seen again.
    Is there any shortcut wherein I can remove tab stops at one go after I import a word document in Framemaker.
    Thanks in advance.
    Regards,
    Parag

    Edit > Find / Change
    Find: Text: [ \x08 ]
    Change To Text: [ \x20 ]
    <*> Document
    [ Change All ]
    This would change all tabs to ordinary spaces. You can actually just type a tab and space character, but I used the hex notation so you see what you're doing. The space could be any other character(s) you desire, or no characters at all (make sure the To Text: field is empty).
    Hex codes?
    Found here on one of my installs:
    C:\Program Files (x86)\Adobe\FrameMaker9\Documents\Character_Sets.pdf

  • How do i remove tabs on top in v 33.1

    i just did a restore firefox action because i had a firefox message stating that could speed up my browser. After doing this, it has defaulted to putting my tabs on top. i really don't like tabs on top and want to change that setting. i read in one forum that i needed to change the setting in about:config. However I do not see the referenced tabsontop setting that was referenced. Ho can i remove tabs on top?
    Bonus question: I have always liked having the description of the icons in the menu bar available. i.e. the home icon not only displays a house, but the text "home" as well.
    thanks in advance for any assistance!

    ''cor-el [[#answer-656445|said]]''
    <blockquote>
    Note that you can move the tabs to the lower position just above the browsing area without using an extension with code in userChrome.css because you only need to give the Tab bar a higher -moz-box-ordinal-group value (most toolbars have a default -moz-box-ordinal-group:1 to show them in DOM order).
    *[[/questions/997353]] How can I put the Tabs back below the navigation bar?
    Add code to the <b>userChrome.css</b> file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    <pre><nowiki>@namespace url("https://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #TabsToolbar{-moz-box-ordinal-group:10000!important}
    </nowiki></pre>
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the <b>chrome</b> folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    </blockquote>

  • Removing tab - Fatal error while executing processDecodes()

    I get error when removing tab in Analysis edition. Report contains 3 tabs, one I'm unable to delete contains graphs.
    Same behavior in IE, or Chrome.
    BO version 14.0.7.
    Any help is appreciated.
    Fatal error while executing processDecodes() in UI component com.sap.tc.ls.internal.faces.component.UIPage with ID mdPage. java.lang.NullPointerException
    at com.businessobjects.multidimensional.sdk.framework.query.QueryComponent.deleteChildQuery(QueryComponent.java:2012)
    at com.businessobjects.multidimensional.sdk.framework.query.QueryComponent.disconnect(QueryComponent.java:943)
    at com.businessobjects.multidimensional.sdk.framework.query.QueryComponentManager.removeAllQueryComponents(QueryComponentManager.java:564)
    at com.businessobjects.multidimensional.sdk.framework.MDACSession.removeQueryComponentManager(MDACSession.java:246)
    at com.businessobjects.multidimensional.sdk.jsf.component.mdcmanager.MDCManagerBean.removeQueryComponentManager(MDCManagerBean.java:141)
    at com.businessobjects.multidimensional.client.application.page.PageManager.removePageInstance(PageManager.java:925)
    at com.businessobjects.multidimensional.client.application.page.PageManager.confirm(PageManager.java:811)
    at com.businessobjects.multidimensional.client.application.jsf.pagestab.PagesTab.confirm(PagesTab.java:284)
    at com.businessobjects.multidimensional.client.common.dialog.confirm.ConfirmDialog.closeDialog(ConfirmDialog.java:198)
    at com.businessobjects.multidimensional.client.common.dialog.confirm.ConfirmDialogRenderer.decode(ConfirmDialogRenderer.java:61)
    at com.businessobjects.multidimensional.client.common.ajax.AjaxInputComponentBase.decode(Unknown Source)
    at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1031)
    at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1026)
    at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1026)
    at javax.faces.component.UIForm.processDecodes(UIForm.java:209)
    at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1026)
    at com.businessobjects.multidimensional.undoredo.RootView.processDecodes(RootView.java:63)
    at com.sap.ui.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1528)
    at com.sap.tc.ls.internal.faces.component.LSComponent.processDecodes(LSComponent.java:2499)
    at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1026)
    at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:540)
    at com.sap.tc.ls.faces.application.UCFViewRoot.processDecodes(UCFViewRoot.java:1301)
    at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:78)
    at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
    at com.sap.tc.ls.environment.ResourceLifecycle.execute(ResourceLifecycle.java:485)
    at com.sap.tc.ls.faces.lifecycle.UCFLifecycle.execute(UCFLifecycle.java:94)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    at com.businessobjects.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:110)
    at com.businessobjects.http.servlet.internal.ServletLastFilterChainElement.service(ServletLastFilterChainElement.java:30)
    at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:46)
    at com.businessobjects.multidimensional.client.common.utils.exception.ErrorFilter.doFilter(Unknown Source)
    at com.businessobjects.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:72)
    at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:43)
    at com.sap.tc.ls.servlet.UCFServletFilter.doFilter(UCFServletFilter.java:609)
    at com.businessobjects.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:72)
    at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:43)
    at com.businessobjects.webutil.boetrustguard.BOETrustPrepareFilter.doFilter(BOETrustPrepareFilter.java:32)
    at com.businessobjects.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:72)
    at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:43)
    at com.businessobjects.swd.shared.tracelog.TraceLogScopeFilter.doFilter(TraceLogScopeFilter.java:38)
    at com.businessobjects.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:72)
    at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:43)
    at com.businessobjects.sdk.actionfilter.WorkflowFilter.doFilter(WorkflowFilter.java:45)
    at com.businessobjects.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:72)
    at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:43)
    at com.businessobjects.swd.appcontext.RequestInitFilter.doFilter(RequestInitFilter.java:26)
    at com.businessobjects.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:72)
    at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:43)
    at com.businessobjects.http.servlet.internal.BundlePathAwareServiceHandler.serviceHelper(BundlePathAwareServiceHandler.java:235)
    at com.businessobjects.http.servlet.internal.BundlePathAwareServiceHandler.service(BundlePathAwareServiceHandler.java:197)
    at com.businessobjects.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:248)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.eclipse.equinox.servletbridge.BridgeServlet.service(BridgeServlet.java:220)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.businessobjects.pinger.TimeoutManagerFilter.doFilter(TimeoutManagerFilter.java:166)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
    at java.lang.Thread.run(Thread.java:662)

    Yes, as I wrote it contains graphs.
    I delete them, but it didn't help.
    Actually I solved it, but the solution can't be provided, because it was so random, that not sure what helped. I opened report in 'New window', added/removed new tabs, added/removed tables, save it, this process was done many times in various order.

  • Removing tab from VA01

    HI EXPERTS
    I searched on sdn on how to remove tab from va01 and created a transaction variant through shd0
    i made the tab appearing at item level data invisible but when i test it it still shows that tab please help.
    being specific i need to remove the  tab " Request for Quote Addln Data" at item level detail , this is the last tab .

    Hi
    If you want to put the  tabs in invisible mode  then you have to use SHD0 only. Even 'Request for Quote Addnl Data'  can be done using SHD0 . But also make sure that you are putting  in invisible mode . So once again you run SHD0 then check wheather you are able to see that tab or not
    Regards
    Srinath

  • Remove tabs UNDER bookmarks and adress bar!

    Please, remove tabs UNDER bookmarks and other functional panels!! please, give to us an opportunity to choice it by ourselfs in new ver. 29.0.1!!

    I take it you meant move rather than remove.
    You can use any of the following add-ons.
    * https://addons.mozilla.org/firefox/addon/tabs-on-bottom/
    * https://addons.mozilla.org/firefox/addon/fdgueux-tabs-on-bottom/
    * https://addons.mozilla.org/firefox/addon/classicthemerestorer/
    If you don't want to install an add-on, put the following style in the ''userChrome.css'' file and restart Firefox. You can use [https://addons.mozilla.org/firefox/addon/stylish/ the Stylish add-on] instead, if you have it installed.
    * http://kb.mozillazine.org/UserChrome.css
    <pre><nowiki>@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    /* The above line should appear only once in the file */
    #TabsToolbar { -moz-box-ordinal-group: 99 !important }</nowiki></pre>
    If you want more than placing the tabs on bottom, then only install Classic Theme Restorer and don't do anything else listed above.
    * https://addons.mozilla.org/firefox/addon/classicthemerestorer/
    * [[How to make the new Firefox look like the old Firefox]]

  • Adding and removing tabs dynamically as in explorer

    adding and removing tabs dynamically as in explorer or firefox

    Think about how many translations are required to move your avatar, then think how many translations are required to move everything else in the entire world. Depending on whether there is more to translate in your avatar or in the rest of the world, you have your solution.
    Not knowing how your system works I can't really suggest anything further but could the collision avoidance be interacting with everything in the world as well? That would increase the workload somewhat.

  • In LiveCycle Designer ES4 how do you remove tabs within a page once they have been created?

    In LiveCycle Designer ES4 how do you remove tabs within a page once they have been created?

    Emma,
    Take a look at the troubleshooting tips on this page from the Infosemantics website:
    http://www.infosemantics.com.au/adobe-captivate-widgets/drag-and-drop/troubleshooting-widg et-issues
    Pay particular attention to the section entitled: "My drag and drop question works correctly sometimes, but not other times. "
    From the appearance of your slide, it looks like you may have removed some of the components from the quiz slide that are necessary for it to function correctly.  Try the test that this section of the troubleshooting suggests so that you can see if this is the case.  If it turns out that you have deleted some items, you'll need to recreate your quiz slide to get them back again.
    Hope this helps.

  • Remove tab characters in Pages document

    I've searched this and found nothing. I imagine that's because I couldn't identify the right search criteria, and I assume what I want would be something quite simple. (Or maybe not?)
    So I've drafted a paper in my favourite mindmapping app, and exported the mindmap to a .txt file. When I open the latter in Pages (or any other text app, for that matter) I have a heap of paragraphs most of which have a first line indent of at least one tab-space - some as many as maybe five tab-spaces. What I want is to quickly reformat the whole thing so that every line of every paragraph is fully left-justified - i.e. all tab spaces removed.
    I know I can do that manually with 'Find-Replace > replace all', but what I'm hoping is that there's some applescript or automator action or something such that would mean I could do it with a couple of keystrokes.
    Any suggestions?  Thanks.

    Thanks again, Peter.
    Text Soap reminded me of a freeware version of the same thing which I've used before, but had forgotten about. It's called PlainClip, and I've just reinstalled it.
    But even better -
    Some fantastic guy on Macscripter has been so kind as to build me an applescript for Pages, that will replace the first starting tab in each paragraph with a return, and remove all starting spaces and all other starting tabs. I can run it with a single keyboard shortcut, and it takes about 2 seconds! I'm stoked
    Thanks for the help. I think I'm done.

  • AC 10.1 remove tabs from Access Request

    Hello,
    I checked the forum for my specific issue but didn't find what I was looking for.
    We're on GRC 10.1 V1100 SP04
    Here's the scenario...
    - We're requesting a new role to be assigned to an existing user in ECC using the Access Request form from GRC AC 10.1 system.
    - I've created a new Request Type "Change Account" with actions Retain/Remove/Assign under process id SAP_GRAC_ACCESS_REQUEST
    - We cannot modify the default EUP ID 999 Maintain EUP as they are SAP values & hard coded
    - We even copied the 999 and made a custom EUP and made these fields non-mandatory but we want to remove these unnecessary tabs
    So what's happening is when we put in a request for assignment of a new role to a user...and hit submit after selecting the role it is asking for "Enter the value for Email" & "Enter the value for Last Name"...which are mandatory fields.
    Does anyone know how I can remove/hide the Risk Violations, User Details, Parameters, User Groups etc tabs which are NOT required in this request...we only need the User Access & Attachments tab.
    I know in SE80\Access Request package there is a way to hide these BUT I do not see this form under the packages.
    Is there any other way?
    Thanks in advance,
    Rajiv

    Hi Rajiv,
    Please check the below path
    Go to SE80 T-code and select package from the drop down and enter GRAC_ACCESS_REQUEST.
    Then in the Web Dynpro tab go to FPM Applications and there you can find the aplication GRAC_OIF_REQUEST_SUBMISSION where you can make your changes.
    Regards,
    Neeraj

  • How Can I Remove Tabs That I Added in a Learning Interaction Widget?

    Hello, I inserted a "Tabs" Learning Interaction widget into a Captivate 8 project I'm working on.  Adding tabs is easy enough by simply hitting the plus button.  But when I want to remove a tab, I can't for the life of me determine how.  Any help would be greatly appreciated!  Thanks

    When you double-click on a Tab button in the Interaction Properties, you'll see a minus sign that will allow you to delete that tab. Beware: you need a minimum of at least 2 tabs, maximum is 5 tabs.

  • Remove TAB's from form/pdf

    I imported a Word Document into Adobe Designer....I'm trying to assign tabs... I have a whole bunch extra..that I want to delete can anybody tell me how I can delete these?

    Interesting... was just trying it again.  I moved that script to the presubmit on the form you sent me and it does complete all the tasks; but when saved and opened in reader the Mailto does not appear and changes cannot be saved.  Then when right are enabled through Acrobat, then re-opened with reader the fields on the form are not locked when it is received by email.
    When the same changes are made to the original form in LiveCycle and saved as a Static 7 or 8 pdf the text does not get removed and when saved as a Dynamic 7 or 8 the text gets removed but all the fields are unlocked when received by email.
    On the form I've setup a Current Date field and have it working with Date and Time format using the following:
    ----- form1.Page1.CurrentDate::calculate: - (FormCalc, client) -------------------------------------var 
    theDate = Num2Date(Date(), "MMM D YYYY")
    var theTime = Num2Time(Time(), "hh:MM:SS A") Concat(Num2Date(Date()
    , "MMM D YYYY"), " ", Num2Time(Time(), "hh:MM:SS A"))
    What I'm looking the do is insert a time stamp somewhere on the form when a button is clicked, rather than when the form is opened.
    Charley

  • LSO: Remove tab "External person" add resource to course (backend)

    Hello,
    3 questions concerning the disabling of external persons (object H)
    1. When adding a resource to a course there is 2 tabs available:
    - External person: referring to the object H
    - Person: referring to the object P
    How can I disable/remove the tab "external person"? Is this possible with customizing?
    If so, where could I find this customizing because we've looked everywhere and can't find it.
    2. How can I remove "external person" when booking a participation list of persons?
    3. How can I remove "external person" from prebook list per course type?
    Thank you very much for helping us out here!
    Kr.
    Edited by: brosimba on Jun 30, 2011 2:22 PM

    answered

  • Removing tab functionality

    Hi all,
    Is there a way to remove the tabbing functionality in Captivate? I'm talking about the yellow highlights.
    Any advice much appreciated!
    Thanks,
    Mark

    I get the same issue on MAIN-14.67
    It works properly for unsplitting normal object viewing tabs, but for SQLWorksheet tabs it freezes SQL Developer for a few minutes and eventually returns SQL Worksheet with a gray page that can no longer be used for anything.
    I can then close that SQLWorksheet tab, and continue working as normal.

  • Remove Tab Spaces in Oracle SQL

    Hi all
    I would like to remove the Junk Character (TAB) from my data using SQL.
    I am loading the Flexfield Values (Segment Qualifiers). But the record is not getting loaded properly.
    Please help me.
    Regards
    Nakul.V

    UPDATE mytable
    SET    mycolumn = Replace(COLUMN, Chr(9), ' ')
    WHERE  mycolumn LIKE '%'
                         ||Chr(9)
                         ||'%'; 

Maybe you are looking for

  • Oliver Wright Class A Reporting and SAP Standard Cube

    Dear All, has someone experiences with Class-A KPIs Reporting in SAP based on the concept of Oliver Wright? In his handbook he wrote that this concept reflects the effort and effort and achievement of thousands of client companies who have used our c

  • How to do changes in automatic Purchase Order in R/3 ?

    Dear All ,                                                       Please guide that an automatic p. order is created and now user wants to do changes in p.O , but user is not authorised to do the changes , can u suggests that is it possible to do chan

  • 10g won't recognize ellipsis and other special characters.

    I'm trying to insert data into both VARCHAR2 and CLOB columns that contains characters such as ellipsis and other special characters. Oracle doesn't recognize the characters and just converts it to garbage. Is there a way to make Oracle easily recogn

  • Jukebox zen car mounti

    Does anybody know whether there is a specific car mount for the Creative Nomad Jukebox Zen Xtra? I want to listen to my MP3 whilst in the car but can't find a mount suitable for attaching to either the dashboard or the air vent. The size of the MP3 i

  • Adobe interactive forms (sorry, other thread closed)

    Hi all, program and form are running. I have tried to get a pdf output. But my dynamic function module get a SYSTEM_ERROR. CALL FUNCTION 'FPCOMP_FORM_END' get a exception 1. CALL FUNCTION 'FPCOMP_CREATE_PDX' get a exception 1 (ADS_ERROR). What means