Portal Tabs - Dynamic Hide/Display

Hello:
We have a Portal Page Group with multiple TABS. We like to be able to display/hide (or enable/disable) tabs based on the Portal Roles assigned to the current user.
Is it possible to Hide/Display tabs dynamically based on certain conditions? What is the best way to enforce this without creating multiple page groups?
Thanks

The only way I know to conditionally hide/show tabs is to grant access on each tab to one or more groups. The tab will then only be displayed on the page to logged-in user that is a member of a designated group for that tab. (Portal admins will be able to see all the tabs.) If there's another way to hide/show tabs based on other criteria - I'd like to know too! :-)

Similar Messages

  • Dynamically hide/display multiple report regions.

    Hi,
    I need to build a dashboard like homepage for users with multiple report regions. Users should be able to pick the regions they want and the display point for those regions.
    Is this possible?
    Thanks in advance

    Hello Asha,
    I think the "where" part would have to come from CSS. If you visit http://apex.oracle.com/pls/otn/f?p=49882:3653 you can see a couple of HTML type regions which I placed using div tags and putting something like<div class="rpt_query" id="rpt_query">in the region Header and </div> in the region footer. You can accomplish the same with Report type regions and maybe any type of region.
    As for whether or not a region is shown, that can be done in the Conditional Display attributes. I do this by selecting "Value of Item in Expression 1 = Expression 2" as the Condition Type, a hidden page item as Expression 1, and a number (perhaps corresponding to check box as mentioned previously) as Expression 2. I'm actually using pseudo tabs and when a user clicks one of the tabs it changes the value of the hidden page item and submits the page to get the new region to show up.
    Hope this helps,
    Gregory

  • How to dynamically hide the Field Label in the overview page's form view?

    Hi Experts,
    How to dynamically hide, for certain condition, the Field Label in the overview page's form view?
    Please reply me.
    Regards,
    Vishal

    Hi Vishal,
    It is not possible to dynamically hide/display fields if the UI is build using configurations.
    The work around is to have multiple configurations, and based on the condition, load the
    corresponding configuration at runtime.
    The other approach is to code the complete htm view(htm coding) without using the configuration provided by the framework.
    Regards,
    Leon

  • Dynamic Display/Hide/Disable/Enable Portal Tabs..

    We have a Portal Page Group with multiple TABS. We like to be able to display/hide (or enable/disable) tabs based on the Portal Roles assigned to the current user.
    Is it possible to Hide/Display tabs dynamically based on certain conditions? What is the best way to enforce this without creating multiple page groups?
    Thanks

    Tabs can have access privileges assigned, so out-of-the-box tab security would work. Was there some other condition you need to address?
    -John

  • Hide Tab Dynamically in RFx.

    Hi,
    I am new to FPM. I have a requirement that I want to hide a tab dynamically for Guest User. when i tried to Implement the Interface IF_FPM_TABBED_CONF_EXIT I am getting the error that Interface IF_FPM_TABBED_CONF_EXIT already Exists. But Unable to use the interface.
    Please find the screenshot.
    Please help me how to hide the view Dynamically.
    Thanks & Regards,
    Pawan Reddy

    Pawan,
    Please refer to the document below to know how to use INM_APPCC_PPM_OBJECTS:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b52e13c3-0901-0010-8fa6-d11a51821b7c?QuickLink=index&…
    Different controllers of Webdynpro:
    Different controllers of Webdynpro | Team ABAP
    Regards,
    Ashvin

  • Hide/display charactersitics in ISA Webshop applications

    Hi All,
    I am new to CRM development and I am trying to understand the CRM-ISA applications.
    I am stuck up at a place where, I have to display a specific characteristic of a selected product.
    Used the "showmodulename" parameter to get the required jsp file , and I have extracted the standard code and had a look at the characteristic.jsp file.
    I would like to know if this feature(hide/display) is done in backend as part VC configuration or can i manually hardcode the property of a field to  hide/display ?
    Need you inputs on this.
    Thanks,
    Aman

    Hello A S,
    I have to display a specific characteristic of a selected product
    What you (or your VC design time consultant) do in R/3 design time is what you see during the runtime in ISA (via IPC).
    If a characteristic C1 is displayed in a Characteristic Group (tab) CT1 in R/3, you will have the same visual effect in ISA. The JSP you saw displays the characteristic names and values dynamically as it found from the design time (a.k.a KB in CRM). In effect, the IPC UI painstakingly mirrors the R/3 runtime behavior. So, you have to see if this hide and seek is acceptable in R/3 runtime.
    Alternatively, if you want to hardcode the behavior of some characteristics in ISA alone, nothing stops you from coding inside the loop in these pages. But you must hardcode the characteristic name in your code and change the behavior. For different types of data (text, number, list) need different types of treatment.
    Remember, if you have multiple configurable products (KBs) with different design time and runtime behavior and if the characteristic names are different in different KBs, then you have to be careful. Also, whenever the KB changes, you have to check if your JSPs that contain the characteristic names require any new tinkering.
    Easwar Ram
    http://www.parxlns.com

  • Hiding a Tab Dynamically in FPM

    Hi,
    Can you please let me know how to hide the tab dynamically in FPM. I tried to implement the interface IF_FPM_TABBED_CONF_EXIT in the SAP standard webdynpro, but I get a error " Web Dynpro comp./intf. "IF_FPM_TABBED_CONF_EXIT already exists". Even though I get this message I am not able to find the interface IF_FPM_TABBED_CONF_EXIT in the implemented list of interface.
    Regards,
    Arun

    Hi Aliaksandr,
    Thanks for the reply.
    Actually I am not able to implement the interface controller  IF_FPM_TABBED_CONF_EXIT in the SAP standard webdynpro, I get an error " Web Dynpro comp./intf. "IF_FPM_TABBED_CONF_EXIT already exists".
    Even though I get this message I am not able to find the interface IF_FPM_TABBED_CONF_EXIT in the implemented list of interface.
    Regards,
    Arun

  • Dynamic iView Display in a Page

    Hi Experts !
    Help me displaying an iView on portal page dynamically based upon an event from another iView on the same page. Where both the iViews are developed using Web Dynpro ABAP.
    -Kalyan.

    If you're using java (Dynpage or WedDynpro), you could access the PCD and modify the page where your iview belongs :
    you got the "base" iview visible, and all others iview are present, but set as invisible. Depending on the situation, your "base" iview can then modify the visibiliy of the others iview in the page. a link about it here : [Sap Library|http://help.sap.com/saphelp_nw04/helpdata/en/44/6aaf92f5a23672e10000000a114a6b/content.htm]
    Another possibility is to use eventing for the same effect, each iview waiting for a set of event, and displaying nothing if this is not the event that is supposed to make them appears.
    Regards
    Guillaume

  • Portal tab as a input to WD aplication

    Hi Experts,
    I am developing an application in NWDS 7.11, this application will be integrated to EP. This application will be used under three different portal tabs (Ex: US, India, UK), this single webdynpro application should display the data based on the tab selection. Say for example if i select US, application should be able to fetch US related data.
    Here my  question is, how i will get the selected portal tab in the webdynpro application.
    Note: Selected tab will be the input for my application
    Please help me out.
    Regards
    Suresh Kumar

    Hi
    If I got it right then All tabs are there in webdynpro and it will integrate to EP?
    or
    Portal top level navigation act as  a tab for webdynpro?
    Both are  possible easy one is first option second will have Object level navigation.
    For data fetching we have to call services at tab level.
    Best Regards
    Satish Kumar

  • How to hide display details in sap gui and create ad-hoc request in UWL?

    Hi,
    how to hide display "details in sap gui" and "create ad-hoc request" in UWL?
    Please telme the step-by-step procedure to hide "details in sap gui" and "create ad-hoc request".
    Thanks,
    Rashmi

    Hi,
    Thanks for the information. It was very helpfull.
    Can you please tellme where can we fine UWL iView? I tried to find this out in two ways.
    1) Portal Content -> Content Provided by SAP -> End User Content -> Standard Portal Users -> Views -> com.sap.coll.iviews -> Universal Worklist (finally i got this iView). Here i dint find any property called "List of UWL Actions to exclude". In the link which you had given, its written that we can modify the iView and add the name of the actions under the Actions to exclude from the UWL property.
    Which iView do we need to modify and where can i find that property?
    2) I downloaded the xml file and then tried to find this property "List of UWL Actions to exclude" or " Actions to exclude from the UW". But i couldnt find both the properties in xml file.
    Thanks,
    Rashmi

  • Dynamic date display as a heading in module pool

    Dynamic date display as a heading in module pool from a ztable
    the ZTABLE contain the date from which the date value is to be printed as a heading like
    "BILLING FOR THE MONTH OF MAY 2010 WILL BE CLOSED ON 26/05/2010"
    thanks,
    Sree

    Hi Sreekanth,
    Simply follow below steps:
    1. Create a Input/Output field in screen layout.
    2. Double click on it and 'Attributes' window will get opened.
    3. Give a 'Name' to it (Ex: Text) and under 'Display' tab, tick 2D display and As label on left
    4. Save and Activate.
    5. In PBO, use below code,
    MODULE status_2000 OUTPUT.
      SET PF-STATUS 'DEMO'.        " PF status
      DATA: l_f_date TYPE sy-datum.
      SELECT SINGLE zdate FROM ztable  INTO l_f_date.         " Select Date from ur ZTABLE
      text = 'BILLING FOR THE MONTH OF MAY 2010 WILL BE CLOSED ON'.
      CONCATENATE text l_f_date INTO text SEPARATED BY spce.
    ENDMODULE.                 " STATUS_2000  OUTPUT
    6. In TOP include,
    DATA:  TEXT type string.     " Same name given to  Input/Output field in screen layout.
    7. Save & Activate.
    Thanks..

  • TabNavigator's tab dynamic visibility handling problem.

    Hello All,
    I am facing problem in TabNavigator component.
    My application has one tabnavigator with 4 tabs. (T1,T2,T3,T4)
    Tabs visibility is depend on data which are load in those tabs.
    If data is getting Null from database for T2, T2 tab will not displayed. Only other 3 are displayed.
    I have tried this....
    myTabNavigator.getTabAt(myTabNavigator.getChildIndex(myT2tab)).visible = false;
    myTabNavigator.getTabAt(myTabNavigator.getChildIndex(myT2tab)).includeInLayout = false;
    but problem is if once tab is hide by above code, will not visible again by setting visibile & includeInLayout property to true.
    Anyone else noticed this, have any suggestions?
    Thank you.

    Hi Tejas S Patel,
    I dont see any such kind of problem...I have run a test...it works perfectly fine.
    Below is the sample test I have done..
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
    <mx:TabNavigator width="103" id="tabone">
      <mx:Canvas label="First Canvas" width="100%" height="100%">
       <mx:Label text="First Canvas"/>
      </mx:Canvas>
      <mx:Canvas label="Second Canvas" width="100%" height="100%">
       <mx:Label text="Second Canvas"/>
      </mx:Canvas>
      <mx:Canvas label="Third Canvas" width="100%" height="100%">
       <mx:Label text="Third Canvas"/>
      </mx:Canvas>
    </mx:TabNavigator>
    <mx:HBox top="100">
      <mx:Button id="btn1" label="HIDE SECOND TAB" click="tabone.getTabAt(1).visible=false;tabone.getTabAt(1).includeInLayout=false;"/>
      <mx:Button id="btn2" label="SHOW SECOND TAB" click="tabone.getTabAt(1).visible=true;tabone.getTabAt(1).includeInLayout=true;"/>
    </mx:HBox>
    </mx:Application>
    Thanks,
    Bhasker Chari

  • Sub tab portelts not displaying

    When I create sub tabs, the portlet on that tab does not display the first time it is diaplayed. I have to move to another sub tab and then back before it will display.
    Has anyone seen this?

    Hi,
    we're experiencing the same.
    Environment:
    Portal 3.0.6.6.5 on Sun Solaris
    Test Case:
    - set property 'display as portlet' for page (e.g. Oracle Portal Navigator)
    - create tab in second region on test page (page has two vertical region)
    - create page portlet on this tab for Oracle Portal Navigator (which has multiple tabs)
    Then the first time the tab is render no content is displayed as described by David.
    Thanks, Tony

  • Dynamically Hide IR Columns

    Hello,
    Is it possible to dynamically hide IR columns. Here's my situation:
    I have an IR report that has roughly 60 columns. However, based upon the parameters passed to the report, only about 20 - 25 columns have data in them. The remaining columns contain all Nulls. I want to display only those columns that contain data, and hide those that contain ONLY Null values.
    I tried using conditional displays, using column_name is null but it hides the columns whether it contains data or not.
    Has anyone else done this, or have a suggestion as to how I can dynamically hide columns based on whether the column contains data? Thanks in advance for any assistance you can provide.
    Bob

    One way is to create an apex item for each column that you think it may contain null in all rows.
    Use that apex item in the conditional display of your related column in interactive report.
    Regards,
    Salim

  • Dynamically hide sections - CR 2008 Basic (10.5)

    Hi Guys,
    Enviroment:
    - Crystal Reports 2008 Visual Studio Basic Edition (10.5)
    Scenario:
    - I have two or more product groups
    - for each product group I've designed a report
    - "Product group A" contains the fields "A" and "B" while product group B contains the fields "C" and "D"
    This is not really difficult, but now I met the following challenge:
    - I've to implement a bulk export to pdf file format
    - Mixing the Product Groups should be possible
    Me first thoughts were that I've to merge the reports for a bulk export to the pdf file format, but now I think this isn't possible. Now I'm thinking about building a new report with each field "A" to "D" in a separated in sections and hiding each section, if the one field contains no data.
    For a single product, this works fine with C# and the following code:
    ReportDocument report = new ReportDocument();
    if(field A == "")
    report.DetailSection1.SectionFormat.EnableSupress = true;
    After that a build my DataSet and pass the DataSet to my report. This is why dynamically hide the sections only works with the first product in the DataSet. All other products will be displayed like the first one, even if there should be other sections to show.
    Is it possible to define within the report that (with no code behind class), if a DataField contains no data the parent section should be supressed?
    I hope i could explain my problem reasonable...
    Kind regards,
    Christian

    Ok. A bit of a warning to anyone trying to follow in Edgar's footsteps.
    This is a dangerous path to take (working with CR XI r2 and .NET 2008). I've seen cases where this works for a time, then mysteriously stops working. Works on one box, not on another. Also be aware that should you need to create a phone case, you will not be able to with this set up (E.g.; unsupported). If you find something in this environment that you suspect is a CR bug, it will not be escalated to R&D for a fix.
    So, I'm not trying to do a sales job here, just throwing out a warning. Due diligence and all that, to be technical about it...
    Ludek
    Edited by: Ludek Uher on Apr 8, 2010 1:28 PM

Maybe you are looking for

  • NW Gateway 1.1 SPS06 in NW  DOE System

    Hi, We are at SP level 12 and NW Gateway 1.1 SPS06 in NW  DOE System. We are supposed to start the ESDMA Application Setup. Applied all the SAP Notes with reference to latest configuration guide. We could see that mandatory SAP Note 1624239 but, not

  • What versions of Java are supported on Intel EM64T processors?

    We cannot get Java running on a machine with Intel Xeon EM64T processors, even though we are running the 32 bit version of RedHat. Version 1.4.2_04 always hangs the cpu on a call to JNI_CreateJavaVM. Version 1.4.2_09 does not hang here, but we get ca

  • Help can't activate new 3gs phone

    I have a new 3GS iphone and it won't sync, it's brand new. The itunes says itunes was unable to load data class information from sync services. HELP!!!

  • Eject key driving me nutz.

    Well I just bought a new 15 powerbook and I was using a iBook 500Mhz . On the iBook you have to hold down the eject key for a second or two and the cd ejects. I've got to tell yall that I hate the eject key on the powerbook it is right above the dele

  • Aperture freezes because of MobileMe transfer

    Hello, whenever I am trying to use aperture, it is telling me that my mobileme files need to be moved (don't think, I ever had any), because MobileMe is discontinued. Then it is "moving MobileMe files" and the program does this forever. I then cannot