How to make Navigation Panel invisible on portal screen????

Hi,
I need to create two roles ( X and Y ).
when the user is assgned role X: he should see standard portal screen
When user is assigned role Y: he should see customized portal screen.
Features of customized portal screen:
All features of portal should not be seen. The user should see only the iview and nothing else.
What I have done:
Created Role ( X and Y ) and respective iviews
With Framework page:
I copied standard framework page. made all iviews invisible except Desktop Innerpage.
I opend the Innerpage. I made all all iviews invisible except the Content Area.
With Desktop:
I create new desktop and assigned the new framework page to deaktop and made it default.
With Rule Collection: I created new rule collection where:
if Role = Y
display: new desktop
if role = X
display: default desktop
Result:
when I login with role X it shows default Desktop
Problem Area: When i login with ROLE Y, No portal feature is visible But We can still Expand and collapse Navigation panel.
Requirement: I do not want the user should see the navigation panel. It should not be visible on screen even though it is empty.
I tried lots almost all properties. Please help.
Any help would be highly appreciated.
Thanks and Regards,
Aditya Deshpande

hi;
Then you have to create Role Y without workset or Page only with iViews, so no Navigation will be generated. :h1
But if you habe Workset and Page in your role , just go to all Page and workset and set this properties>navigation>Invisible in Navigation Areas  to false.
I Hoppe it will help
Take care
Gede

Similar Messages

  • How to add Navigation Level to the Portal?

    Hi All,
    How to add Navigation Level to the Portal?
    for example:
    1st Level is the Role
    2nd Level is Worksets/Folders
    I want that the 3rd Level will contain more Worksets/Folders and will be under the 2nd level and not in the "Detailed Navigation".
    I tried to change the "Number of display levels" in the framework page but it didn't help.
    Attached a picture with the required result (of course, for my roles)
    http://img457.imageshack.us/my.php?image=toplevelnavigation7xy.jpg
    Thanks, Omri

    Hi Omri,
    in fact, almost one year ago we did something similar on a project basis, but as already stated here, this was done by modification. What we did was providing a dropdown box within the masthead, containing the first level, and the second and third level now have been displayed where normally the first and second level are. That was a ten days solutions, some very fine granulated work. But nice
    Anyhow, nowadays this can be more easy using the LightFrameworkPage (if that's OK for your purpose) and the Navigation Tag Library, see http://help.sap.com/saphelp_nw04/helpdata/en/42/f35146a7203255e10000000a1553f7/frameset.htm for details.
    Hope it helps
    Detlev

  • How to make s:Panel middle in Flex4

    When I use <mx:Panel>,I find <mx:Panel> replaced by <s:Panel>.I can make <mx:Panel> middle by using following parameter:
    paddingTop="10"
    paddingLeft="10"
    layout="vertical"
    horizontalAlign="center"
    verticalAlign="middle"
    Then I use <s:Panel>,but I don't know how to make <s:Panel> middle both horizon and vertical. How to do it?
    Thanks.

    Please try:  horizontalCenter="0" in the s:Panel.

  • How to make the buttons INVISIBLE in the Application toolbar

    Hi All,
    I have a requirement to create a button in the Application toolbar of the Module Pool Screen. The field should be made Invisible by default. and it should be displayed based on one condition.
    Could you please let me know how to make that particular button INVISIBLE. I think we can make it invisible by using EXCLUDING statement. But, How to make the button VISIBLE again when the check is satisfied.
    I found from the portal that the FM 'VIEW_SET_PF_STATUS' can be used to make a button INVISIBLE. Could anyone help me out how to pass the parameters to this Function module?
    or is there any Function Module available to make the button VISIBLE and INVISIBLE? Please help me on this issues.
    Is there any possibility to make the button VISIBLE or INVISIBLE as we do for the screen fields using LOOP AT SCREEN..?
    Thank you in advance.
    Regards.
    Paddu.

    Hi,
    Try to use below in the PBO module status_0100 OUTPUT.
    DATA t_fcode TYPE TABLE OF sy-ucomm.
    refresh t_fcode[].
    APPEND 'Function code name of the button' TO t_fcode. 
    Check the condition here for which you want to make field visible.
        DELETE FCODE of the button from T_FCODE table
      ENDIF.
      SET PF-STATUS 'STATUS_0100' EXCLUDING t_fcode.

  • Navigation Panel of the Portal ITSbased service iviews to come in Diff.Lang

    Hello Everybody,
    We have a ITS based ESS services, in that we have to get the services in the language selected by the user in the browser. i.e., if he selects French, the iviews should come in French.  So, the problem here is iviews are all coming in the browser language(i.e, French,German or English etc...).  But the Navigation Panel which contains the list of the iviews is not getting converted into the selected language, It is still coming in English. which is the master language of the iview.
    If anybody has any idea on how to correct this.  Please help.
    Thanks & Regards,
    Ravi

    No they are not standard iviews, They are IAC iviews created by us with some transaction codes. 
    When the language is changed in the browser or with the user in UME, the iview content is coming in that language in the portal content area, but in the navigation panel where all the list of the iviews will appear.  that list is coming in English only.  the list of iviews means the list of names of the iviews we created.
    Thanks & Regards,
    Ravi

  • How to make Navigation and Topic panes scroll independently?

    Can anyone suggest how to make the default Multiscreen HTML layout navigation and topic panes to scroll independently, to accomidate a long index or TOC? Currently, scrolling toward the end of the index, for example, causes the topic pane to scroll also. Selecting an index entry scrolls the topic to the location of the appropriate content, but also scroll the index, taking the selected entry out of view. I would like independent scrolling of nav pane and topic panes.
    I'm using RoboHelp HTML 10, FrameMaker 11, TCS4.
    Thanks you.

    Your post has been moved to the Multiscreen forum. That does not change the link.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How to make tab strip invisible?

    hi Gurus,
    i had used a tabstrip in my screen 100. now i want make my strip invisible initailly.
    if certail condition is satisfied than i want to show my tabstrip.
    can anybody help me this,
    thanks in advance.

    Hi vipul,
    Tabstrip Controls
    Tabstrip controls are made up of pushbuttons (the tabs) and several subscreens. Each tab has its own subscreen. These tabs are part of the main screen and are therefore displayed in the field list of the dialog box for the main screen. Subscreen fields are displayed in other dialog boxes.
    According to how a tabstrip has been constructed internally:
    ●      Either a sole dialog box is displayed for the subscreen that belongs to the tab that is currently active, or
    ●      Dialog boxes are displayed for all subscreens that belong to the tabstrip control.
    If an invisible tab is set to active by the application transaction, different subscreens are selected for those tabs remaining that actually belong to other tabs. If the subscreens are invisible, it is also possible that an empty screen will be displayed.
    Technical Background:
    The transaction variant sets another tab (the remaining tab furthest left) to active. This additional active tab is, however, unknown in the application transaction, which assumes that its tab is active and selects the corresponding subscreen. If this subscreen has been faded out using the transaction variant, then an empty screen is displayed.
    CXTAB_CONTROL in SAP ABAP and TABLE CONTROL ... This field is used to make a particular column invisible or visible
    thanks
    karthik

  • How to hide navigation panel buttons of interactive form

    Hi Gurs,
    Can any one expalin how to hide the navigation panel buttons of interactivge form through coding in WD.
    Thanks
    Rao.
    Edited by: rahul raao on Apr 30, 2009 9:57 AM

    Hi,
    You can access the document Adobe XML Form Object Model Reference 
    http://www.adobe.com/devnet/livecycle/articles/Adobe_XML_Form_Object_Model_Reference.pdf
    and search for "presence" our "relevant".
    I think this is what you are looking for.
    Best regards,
    Ana Carolina.

  • How to make front panel as Generic

    Hi all ,
    I need to know that how to do front panel reuse.
    Here i am using two front panel to do some work .
    But both the front panel do the same work ,
    I need to use create one front panel make them as generic .
    I C#  can able to do front panel generic .
    In labview how to do it .
    It helps me lot ..
    Thanks in advance .,
    Attachments:
    fp.vi ‏11 KB

    You can group the controls as a Cluster and make a type-def of it. That's probably what you're after.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • How to make some nodes invisible?

    I set up a xml tree with JTree.Now I want to make some nodes invisible like the nodes which the name of the node is "datatype",how can I ?Thank you.

    I don't know if the nodes can be made invisible. But if you make cell renderer then you can evaluate the value before displaying it. If value is like 'datatype', you display (cell renderer displays) nothing as value in the cell.

  • How to make the message invisible.

    use transction "CNMASS" to mass change the activity.
    but there is a message. the message no. is CN354. "No authorization for processing: WBS element  XXX"
    how to make this warning message "CN354" is invisible.
    Please explain me all the steps to be required.
    Thanks in advance!

    Tense,
    From the looks of it, the error message seems to be authorization-related.  You should try CNMASS with an userid that has the appropriate authorizations instead of trying to circumvent the problem.
    Next time you get this message, immediately do a /nSU53.  This will show you what authorizations failed. Send this log to your Security team to get the required access.

  • How to make a field invisible using t-code SHDG

    Hi Experts,
    I got a requirement to disable a field Business unit in all transactions of Plant maintainance. I heard that it can be done with the help of transaction SHDG.
    I am not aware of this transaction. So anyone please provide some information or the material related to this transaction.
    Also let me know. If i make this field invisible using this transaction. If the same field business unit is used in other modules such as SD, FICO then there also will it get invisible?
    If that is the case how to overcome the above scenario.
    Useful answers are rewarded....
    Thanks
    Kiran.

    Hi,
    I think its not shdg but shd0.
    the best way to do it is Screen Variant and Transcation Variant.
    Tcode for it is SHD0 and you can disable, make any field invisible, make screen invisible , can have default value can be done through SHD0.
    Try it. It will be helpful for you.
    http://help.sap.com/saphelp_47x200/helpdata/en/7d/f639f8015111d396480000e82de14a/frameset.htm
    Regards

  • How to move Navigator Panel in PSE 9

    I just got PSE 9 because I hate PSE 10 and 11.
    I'm used to being able to move the Navigator Panel wherever I want, but in PSE 9 it seems to be locked in the panel area and I don't see how to move it elsewhere.
    How do I move the Navigatore Panel?
    Also, just wondering, since I didn't sign in how will I be notified if anyone responds to my question?
    I guess I'll find out.

    Please try to drag from depicted area in the snapshot.

  • How to make Visible and Invisible using a Button?

    hi!... I've a Text3D using Oriented3D object and I would like to know how to make it visible and invisible by clicking a button.
    I know there is a function, setVisible() in RenderingAttributes, which can be set by the object's Appearance.
    Since I want to use a button to change the object's appearance, I need to change it in the button's actionPerformed function, but it has thrown an exception:
    "Shape3D: no capability to set appearance".
    I'd tried using those setCapability flags... but still nothing...
    Could someone help me please?...
    Thanks

    When you create Shape3D, setAppearance to it and
    setCapability(ALLOW_APPEARANCE_READ).
    For the Appearance, you should setCapability(
    ALLOW_RENDERING_ATTRIBUTES_READ).
    For the RenderingAttributes, you should setCapability(
    ALLOW_VISIBLE_WRITE).
    So in the button event handler,
    shape.getAppearance().getRenderingAttributes().setVisible(true/false).
    Now you can control the visiblity of Text3D

  • How to make a button invisible?

    I'm sure this is something easy that I'm missing, but I can't figure it out.  How do I make a button invisible?  I need it to be invisible through frame 43 of my movie.  I have tried changing the alpha to 0, but it's not letting me change that, except in the edit button mode which changes it for the entire duration and not just through frame 43.

    It can vary slightly depending on which version of actionscript your file is using, but just turn the visible property off and on.  For AS3....
    btnName.visible = false;
    btnName.visible = true;

Maybe you are looking for

  • When printing from a website the date and website line on the printed page is in gibberish

    when i print from a website why are the date and website lines at the top and bottom of the page in gibberish?

  • ISE and CoA 'port bounce' on WLC 7.2

    Hi, Im trying to get a vlan change done with CoA and MAB on a WLC 7.2 but it looks like it doese't disconnect the client, hence no new dhcp request. Everything is working except 'port bounce'. I can see the new vlan in the controller, if i do a ifcon

  • Protected Mode problem

    When I click a pdf file to open I now (this is new) get the message "Do I want to allow the following program to make changes to this computer?" Click yes and get a window saying "Adobe Reader cannot open in Protected Mode due a problem with your sys

  • Macbook Pro boots to blank gray screen and cursor

    Hello, I downloaded the "time machine update" and now my macbook pro will not boot, it stops at a gray screen and cursor. I have tried safe boot, Disk Warrior, clearing NVPRAM or whatever. Any ideas on anything else? Question, how long does a time ma

  • How do i delete a app

    how do i delete a app i do not want