How to hide a single tab in tabcontrol

Hi, I want to hide a single tab on a multi-tab tabcontrol based on login. If the particular bit is set, show 1st and 3rd and so on. I just gone through help files.I couldn't find any.
Raj. 
Solved!
Go to Solution.

EightBit wrote:
How did you make the page property with "PageVis." I create a property node but then can only link to things in Pane, aka I can't find how to link to Page
8bit, you should be aware you replied to a 4 yeaar old solved thread (Not the best way to attract attention- next time feel fre to start a new thread)
Try this:
A Tab is a container for "Pages" the Pages each have a "Page.visible" property.  since the pages are in the tab container you cant access there properties directly from the "Pane"
Jeff

Similar Messages

  • How to hide Job index tab in PPOME

    Guys,
    Pls advise how to hide Job index tab in PPOME.
    Thanks

    Hi,
    The job index tab page is IT0783. You can check this through transaction OOFRAMEWORKCUST. In the same transaction, double click on u201CTab Page in Scenario for each Object Typeu201D folder under u201CScenario Definition (Hierarchy Framework)u201D in the left column. The scenario for PPOME is OME0. Look for the entry for OME0 and tab page IT0783 and check the u201Cdo not displayu201D box the last column.
    Hope this helps.
    p.s. Please search the forum on this topic. There are plenty of threads on PPOME tab page customization.
    Donnie

  • How to hide addnl data tab from CVO1N Transction

    Dear Friend's
    While creation of Document through CVO1N Transction first we fill up the data in "Document Data" tab then system gives"Addnl Data" tab.
    Here i don't need this "Addnl Data" tab.
    Pls guide me how i can hide the same tab.Give me the steps so i can implement.
    Thanks in Advance.
    Regds.
    Sandeep

    Additonal tab control with the assignment of class type and class in the document type. Removing class type and class will eliminate this additional data tab. In this case if any additional data is required then you will have to manually assigne class type and class within document each time
    However this is not what you want, you want to assign additional data after you have created a document, therefore solution could be make characteristics and class as an optional field so that system does not enforce you to maintain information at the time of creation. Second solution could be thought of as screen variant

  • How to set a single tab in JTabbedPane invisible

    Hello,
    I want to set only a single tab invisible out of 9 tabs in JTabbedPane. I can disable the tab but not able to set invisible.
    Thanking you in advance.

    you may use JTabbedPane.removeTabAt(int) method as long as you don't want the tab to appear & when needed use JTabbedPane.insertTabAt(String, Icon, Component, String, int) method.
    as far as i know this is only way to achieve our want. this should help you.
    regards,
    Afroze.

  • How to hide a single value node hierarchy in the query designer

    Hi,
    I would like to perform a calculation  in the infocube. It concern  a count "Nb of different customers" with the following hierarchy : Country / region / City.
    This KF would be read at the same time by city, region and country, and  certain customers exist in 2 different region, and I have to count them only once by country.
    To do this, I added a new record (at the country level when loading infocube) to deduct a number of customers in doubloons.
    This line added contain only a country code and the number of cutomers in doubloons (- 23 when I have 23 cutomers in doublons) with revrese sign.
    Now, I would like to use this value (-23) to have a right Nb of different customers by country, without showing the not assigned line in the report hierarchy.
    How can I hide, in the query designer or the WAD, a single value node from hierarchy (NOT assigned) but take in account the value (-23) at the country level ?
    Is there another solution (more simple) to perform this in the infocube ?
    For information,
    1) The infocube is loaded once per month, and the KF (Nb of different customers" is also performed by month.
    2) I can't perform this in the report (performance problem with calculated KF).
    thx.

    Hi,
    the short answer is "you can't", the longer is: The ADF Faces tree component is stamped for better performance. This stamping means that nodes are not rendered as JSF objects but copies of an existing component (just with a changed value). For this reason the nodes don't issue their own query for data and thus cannot be refreshed individually
    Frank

  • How to hide screen group tab based on account group in XD01/02

    Hi Folks,
    I have added two screen group( custom tabs like 'general data' ) in XD01 screen. Based on the input parameter 'account group' I want to hide(supress) one of the tab. How can I read the account group no?
    Thanks and Regards,
    Kawish.

    Hi,
    Can you try to access the field like below. Just try to access the account group from main program in the method.
    field-symbols: <lf_KTOKD>  type KTOKD,
       data:               L_KTOKD type KTOKD.
    assign ('(SAPFM02D)KNA1-KTOKD') to <LF_KTOKD>.
    if sy-subrc = 0.
         l_ktokd = <LF_KTOKD>.
    endif.

  • How to hide links and tab

    Hi All,
    I am working on SAP Sourcing 7.0. There are few changes I am trying to do in my system. They are:-
    1>I am trying to hide Xpress tab from the top navigation. I went to the Setup->Workbench page. I have seen XPress is Default Buy-Side Template for XPrress Tab and Enable to hide check box is disabled. I tried to edit the page but no success.
    I am able to add new page and able to hide. Pl let me know we can hide Xpress tab or not.
    2>I am trying to hide Reference guide, setup, about and help links. I am able to hide Reference guide link via making changes in the security profile. But rest of the link I am not able to do. Pl let me know if itu2019s possible or not.
    Deepak!!!

    Hi Mudit,
    Thanks for reply.I was able to hide XPress via hit and trail, once again thanks for input.But this changes are reflecting globally. Is there any way for hiding these links for specific user..?
    1>I have observered in the security profile's Access right dropdown System option is available, Once i select, i can see different permission options and setup is among the one of them. What I am thinking I can restrict the user permission at this lavel, if I am not able to hide setup link.
    2>One thing i want to share and need you input. I have found below option inside the System Navigation Tabset (Buyside)
    Toolbar Container: System Navigation Tabset (Buyside) for  help, RG, about, help link under Gray Navigation Group.
    ToolbarID I have created are:-
    Help:-eso.system.toolbar.navigation.grayBarGroup.help
    Setup:-eso.system.toolbar.navigation.grayBarGroup.srm_toplink_setup
    Reference Guide:-eso.system.toolbar.navigation.grayBarGroup.refguide
    About:-eso.system.toolbar.navigation.grayBarGroup.srm_toplink_about......please confirm above toolbarIds.
    The mazor issue I faced was if I use wrong toolbar id, system starts throwing Oracle error after clicking setup link and all tabs are not visible.
    I faced such error yesterday when i was trying for hiding XPress. At this situation how to solve error. I know via giving correct toolID value system will start working fine and i have done the same...:), but is there any other way of resume the system to original state.
    Deepak!!!

  • SRM 5.0 - how to hide a section/tab in shopping cart

    Hi.
    Is it possible to hide a whole section of the shopping cart, like "Ship-to address" or "Source of Supply"? I've used BADI to hide the fields in these sections and it works, however, I'd like to not show the sections at all including section headers.
    Thanks,
    Irina

    1.     You have to create BADI implementation in SE19. In the bottom portion of the screen select “Classic BAdi” and enter BBP_UI_CONTROL_BADI as BAdi Name. Click “Create Impl” button
    2.     Type in text and implementation name (usually something like  ZBBP_UI_CONTROL_BADI)
    3.     Attributes Tab. add Filter - ObjectType BUS2121 for Shopping Cart
    4.     Interface Tab. Double-click on method BBP_SC_UI_CTRL
    5.     Example of “display only” fields in Ship-to Address section:
    CASE iv_progname.
        WHEN 'SAPLBBP_SC_UI_ITS'.
          CASE iv_dynpname .
            WHEN '0310'.
              IF iv_fieldname = ' GV_F4_D_ADDR_EVENT '
                cv_input_ready = ''.  “<- display only
              ENDIF.
    *  If you want to hide all Ship-
    * to Address fields (FuncGrp BBP_SC_UI_ITS, screen 310)
    * use the following code:
              cv_input_ready = ''
              cv_invisible   = '1'.
            WHEN OTHERS.
          ENDCASE.
      ENDCASE.
    6.     Activate the code.
    7.     Activate the implementation.

  • How to hide report tabs in webi using opendoc?

    How to hide a report tabs in webi while accessing that report using OpenDoc??
    Is there a way to see just the sReportName selected without show the other
    report tab in the bottom of the document??

    Hi,
    As Mention By SUBBARAO MUCHERLA Either create 2 Different Reports.
    Or
    You can do one thing .
    Add Complete Report in a Blank section .
    Section (v_sec_All ="All")
       --Part1   //Table
       --Part2   // Chart
       --Part3   //Chart 2
       --Part n
    Use this section(v_sec_All) in Linking Report Part .

  • How to hide custom tab in crmd_order

    hello gurus,
    In crm how to hide a custom tab (which is created through EEWB Transaction )for particular order types??
    ex: if a tab named ADDITIONAL DATA B is holding the info like contact name ,customer PO etc.,here my requirement is to hide that tab for some order types like CR & DR.
    Plz help me out in this issue..
    Bye--
    Pradeepa

    Hello Pradeepa,
    2 options to replicate the custom data to R/3:
    A- via EEWB, flag the 'R/3' flag
    extract from doc:
    Field Relevant for R/3 Execution?
    Specifies whether you use CRM Sales with R/3 Supply Chain Execution, and whether you wish to transfer the field to the R/3 System.
    Use
    If you set this flag, the system generates a BAdI implementation that transfers the field to R/3 BAPI structures. If your executing system is an R/3 Enterprise System, the system enhances the BAPI structures and tables for sales orders in the R/3 System so that the field is transferred automatically to the R/3 sales order.
    So, with this flag, during generation, the whole flow to R/3 and also the fields in the tables in R/3 are created.
    B- write your own integration flow via exits/badi in the middleware to integrate the fields into existing fields in R/3 tables.
    Regards,
    Fred

  • Hide the cross-tab headers

    Hi -
    I am trying to figure out how to hide the cross-tab headers on even number pages.  I know that I can suppress the text in the header columns but I would also like to hide the cells as well.  Is there a way to do this?
    Thanks
    Akash

    hi Akash,
    unfortunately there is no ability to hide the cells / space for column headers that are suppressed. the grid lines cannot be conditionally hidden either.
    if you really need this look and feel you may wish to insert a 2nd section below your existing cross-tab. copy and paste the cross-tab into the new section and have that 2nd cross-tab's column header suppressed as well as shrink up this header with the Size and Position > Height property. you can then remove the grid lines (if applicable) on the column header for this 2nd cross-tab.
    now you need to conditionally suppress the new section based on the page number and the original section based on the page number. to suppress the new section should be 
    remainder(pagenumber, 2) <> 0
    and for the original section
    remainder(pagenumber,2) = 0
    -jamie
    Message was edited by: Jamie Wiseman

  • How many pages can be open in one single tab before I lose the first page of the tab?

    I use a tab for weather info on many places and I have lost the first few ones if I put too many places. Example: First page is Vancouver, last New York, and in the middle many places. How much pages is it safe to put in a single tab without losing ANY places from the beginning of the tab? EXTREMELY irritating to lose ones as I have to put all the places again (of course in fewer numbers)!
    PS.Mozilla: If I shut down Firefox and I'm in the end of the tab containing the previous weather pages, I only get around 10 or so places backwards and lose all others, this SHOULD CHANGE! I want to have at least 30 places backwards there when I come back! Weather is not the only thing where people want tab-pages to be saved and safely there for the next session. This has bothered me for a year, please change this!

    I'm not totally sure how many pages Firefox can remember. Its a lot though. If you want to view them, and count them if you want, click the back icon and hold it and a list will come up of recent web pages. I like your change idea though.
    Cheers
    Jon

  • How can I hide the provisioning tab from end users?

    Hi,
    Can someone tell me if it's possible to hide the "provisioning tab" within FIM? End users do not need to see this.
    I know how to modify RCDCs to hide individual fields, but I'm not sure about entire tabs.
    Thanks in advance

    http://social.technet.microsoft.com/Forums/en-US/74242380-c8ce-4904-863e-f28ae3605c7e/fim-r2-end-user-portal-customization?forum=ilm2

  • How to hide a tab(not a conditional display)

    I allready posted this question, but nobody answered me...
    Please help. Here is the thread, just read the last message:
    how to hide a tab dynamically
    Vitaly

    Why? What are you trying to achieve? What functionality would that provide?
    See
    http://htmldb.oracle.com/pls/otn/f?p=24317:124
    Is that what you want?
    The function behind the Toggle link is
    <script type="text/javascript">
    function ToggleTab()
    var links=document.getElementsByTagName('a');
    for (var j=0;j<links.length;j++) {
        if (links[j].className=='t10standardtabcurrent') {
           var td=html_CascadeUpTill(links[j],'TD');
           html_ToggleElement(td);
           var adj=td.previousSibling;
           if (adj.nodeName != 'TD') adj=adj.previousSibling;
           html_ToggleElement(adj);
           var adj=td.nextSibling;
           if (adj.nodeName != 'TD') adj=adj.nextSibling;
           html_ToggleElement(adj);
    </script>Modify as per your requirements and post your final solution if you use this approach. Thanks.

  • How to *hide/remove* the *My Travel Plans tab.*

    How to hide/remove the following links Under My Trips and Expenses :
        My Travel Plans tab.
    Thanks in advance.

    got solution from the following document.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0ca7949-af7b-2b10-db80-ed8ca509f573?quicklink=index&overridelayout=true

Maybe you are looking for