PSCD custom Tabs u2013 need to hide a Tab on the CAA1, CAA2, CAA3 transactions

We are using Business Data Toolset (BDT) (transaction CAWM) for these changes.
We are using PSCD for one department and created a Tab for the custom data screens and it works just fine.
Now we need to setup a 2nd department to use PSCD and we want to create a 2nd Tab for the custom data screens for this department. This I have been able to do.
However we want the department to see only their custom Tab Not the other departments. I have not been able to figure out how to hide a Tab.
I can not find any documentation on how to do this.
Is it even possible?

Your idea sounds do-able.
For any FP object that you want to extend, you would create a "Shortcut Menu Activation?" Event. Within the event, you can retrieve a MenuRef.
Using the Menu Palette, you use the Insert Menu Items function, each item has a displayed name and a tag.
You then add a Shortcut Menu Selection (User) Event for the FP object to handle the selection made by the user. The ItemTags that you assign in the are available to use as a case selector. Your example would simply set the Tab control's index value to switch to the panel you want.
I built a fancy tree control (as an XControl) a few years ago for an internal tool that presented a view of files on disk and the right-click menu was context sensitive the the extension of the filename selected. Look in the Facade and the FileView Set Context Menu.vi for the guts of what I did.
I always deleted the tree menu choices and then added my own. If you don't delete the items, then your options are appended to the end.
I've attached the files here as a ZIP. (LV8.6)
Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
If you don't hate time zones, you're not a real programmer.
"You are what you don't automate"
Inplaceness is synonymous with insidiousness
Attachments:
LV 8.6 Upgrade Tool.zip ‏745 KB

Similar Messages

  • Need to hide organization tab base on particular "Sales Area"

    Hello Ecperts,
    There is a requirement :
    I need to hide a tab in BP screen when I select a particular sales area(Sales organization,Distribution channel and Division).
    For ex: When I select a sales area : 0002/18/02 , the organization tab should be invisible.
    please help me with the right solution.
    thanks

    HI,
    Lets say your first screen is screen 100 and your second screen ( with table control ) is screen 200.
    Now in screen 200 attributes tab, set the screen type as Sub screen ( Note that sub screens do not have OK_CODE. The ok_CODE will get populated in the main Screen in which this is called. )
    Now create another Sub screen 300 with nothing in it. And use the resize option ( using cursor ) to minimize the screen size to the least possible size.
    Now create a screen 400. In this screen place a sub screen area ( choose it from the left side screen elements options  ) and giv it a name , say SUB.
    In the flow logic of this screen, write ...
    CALL SUBSCREEN sub INCLUDING sy-repid w_dynnr
    In PBO module ( before the call subscreen statement ) write
    If { your condition to display the table control )
    w_dynnr = 200.
    else.
    w_dynnr = 400.
    endif.
    Please get back with any further queries.
    Regards,
    Suzie

  • Need to hide tabs in CRM 5.0 SAP GUI for a business transaction

    Hi all,
       I've created a custom complaint transaction in CRM 5.0, and I need to hide some tabs and fields when I create it or edit it via SAP GUI. I've searched through the help, and I figured out that probably I have to use transaction CRMV_SSC, but than I'm blocked.
    Has anyone some hints or guides that can help me?
    I you have any documentation, please send to [email protected]
    Thank you a lot,
    Daniele.

    Hi,
    if you activate the technical names in the menu, you'll see that transction for maintaining sales transactions is called:
    crmd_bus2000115
    So there you have it, it's BO BUS2000115
    regards, Rob Dielemans

  • Hide item tab

    Hi experts,
    Does anyone how to hide one of the item tab? I need to hide relationships tab.
    Thanks a lot for your help,
    Clara

    Hi SaraGil,
    You can hide the tab using application configuration of item (RPM_ITEM_DETAILS_CFG). Follow the steps as below to hide relationship tab:
    1) Go to to the transaction se80 and select the package RPM_UI_WD
    2) Select the webdynpro application RPM_ITEM_DETAILS_CFG and launch start configurator.
    3) Go to the variant RIH_EDIT and select the main view Relationships.
    4) Select the hidden element for this view.
    It will hide the Relationship tab for portfolio item.
    Regards
    Amit

  • Need help recording three shows at the same time

    I have the FiOS DVR, and have a problem this TV season.  There are 3 shows that we watch that are on at the same time.  if we are home that night, we can record two on the DVR and watch the other in another room.  Not ideal, but we can handle it.  But if we are out, we are hosed.  I have an old series 1 Tivo that I would think I could factor in here....which I could timer record on a different TV.  Any way to do it on my regular TV?  Not sure how I could hook up the Tivo with the DVR and the rest of it.
    Thanks!
    Alan

    DocAlan02 wrote:
    I have the FiOS DVR, and have a problem this TV season.  There are 3 shows that we watch that are on at the same time.  if we are home that night, we can record two on the DVR and watch the other in another room.  Not ideal, but we can handle it.  But if we are out, we are hosed.  I have an old series 1 Tivo that I would think I could factor in here....which I could timer record on a different TV.  Any way to do it on my regular TV?  Not sure how I could hook up the Tivo with the DVR and the rest of it.
    Thanks!
    Alan
    I have a similar setup with a Replay.
    You will need to get a Verizon Digital Adapter for $3.99 per Month and an IR Blaster for your Tivo.
    Connect the Digital Adapter (DCT-700) to the FIOS Coax (May need to use a Splitter).  Connect the Composite Out cables from the DCT-700 to the Tivo.  Connect the IR Blaster from the Tivo to the front of the DCT-700.  Configure the Tivo and tell it you have FIOS Cable and Digital Adapter.  You may need to find the right codes to use to control the FIOS box from the Tivo.
    Once you get it configured you will be able to tell the Tivo to record the 3rd program and it will switch the box to the channel and record it.  If the box is near your other Verizon STBs you will need to hide it or cover the IR Sensor so that the remote for the main STB does not control the Digital Adapter.
    As an added bonus you can connect the Coax Out from the DCT-700 to your Main TV if it has PIP and now you have a 2nd input source to make PIP work.
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it.
    If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • How to hide a tab

    Dear Gurus,
    As per requirement costing tab  is not required in work centre so I want to hide the tab ,how it is possible please advise
    Reg.
    Aravind

    Hi,
    For your requirement, Follow below path:
    IMG-->Plant Maintenance and Customer Service-->Maintenance Plans, Work
    Centers, Task Lists and PRTs-->Work Centers -->Configure
    Screen Sequence for Work Center
    Work Center Category: Select the appropriate category e.g. 0001 for machine
    Select the line item of tab and Delete the tab you need here.
    Now create a new work center with the configured category as per above path then it will show only the tab pages you need.
    Regards,
    Narresh

  • Saving custom fields to MSEG added in additional TAB in MIGO transaction

    Hi Experts,
    I am facing an issue with an enhancement in MIGO transaction for which i need help. I have gone through several threads with similar issues but none of them have solved my issue. I have worked around with all BADIs of MIGO and user exits available but to no avail so I am posting a new thread.
    The requirement is pretty straight forward of adding a custom TAB in item details section of MIGO transaction. I have done that using BADI: MB_MIGO_BADI, method PBO_DETAIL. I created a screen with my custom fields and passed them in this method. The TAB appears as expected with all the fields. The custom fields are in MSEG table which has been enhanced and it needs to be updated with the user values on the screen.
    The issue creeps in when there are multiple materials in the purchasing document and user works around with them. Say he clicks on the second material and in the custom TAB changes its details in custom fields. Now he clicks on the fourth material and changes its details. Continues this for all the materials in random order. How do i identify in my custom screen [developed separately and called in PBO_DETAIL of the BADI] which details belong to which material or line number. The only way to do it is by using the purchasing order number and line item number. These are not available in my custom screen and needs to be exported from somewhere and imported there. I have not been able to identify the point where export can be done.
    Can anyone help me out with this problem? Either the point where export can be done or any other way of identifying the link between the line number / material number and the custom field details entered by the user.
    Thanks,
    Ritvik

    Hi Ritvik,
    you will not need it.
    The item methods will process exactly the item what the addional item data are related to. In PBO_DETAIL and PAI_DETAIL, use parameter I_LINE_ID for the item reference.
    Note: Not only read SCN etc,  also the parameters desciption of the methods used.
    Regards,
    Clemens

  • Hide all tabs in Personal Number Search Help

    Hi Experts,
    In Assest Master AS01, there is a personal number field. When user click on search icon from this field, system has to show only newly added elementary search help tab and hide all standard elementary search helps tabs tagged to Collective Search help PREM.
    Collective search help tagged to Personal number is PREM. I am able to hide all elementary search helps by adding some code in search help exit "HRMC_PREM_EXIT_A " and can see newly added search help. But with addition to this tab there is one more search help tab is apperaing. Name of the appered search help is "Free Search". I checked PREM but there is no any elementary search help with this name.
    The reason behind adding new search tab is user should not see sensitive data and personal details.
    Can anybody tell me how to hide this tab? Your suggation(any enhancement point) is highly needed for me.
    Thanks in advance!
    Regards,
    Meera.

    Hi,
    In the P_Pernr object for field, AUTHC add M as well. Refer the below link for more detals.
    http://help.sap.com/erp2005_ehp_02/helpdata/en/ef/4aba3b3bf00152e10000000a114084/content.htm
    Regards,
    Gowrinadh

  • Add custom fields in VL02N under Item overview tab

    Hi,
    In VL02N, I need to add two input fields under the tab "Item Overview"...
    I found the BADI  LE_SHP_TAB_CUST_ITEM but it is for adding a new tab i guess....
    Is there any way to add fields under item overview only ??

    Hi,
    find the enhancements for those transactions by using SE24 or  goto transaction > choose status option> find program name--> enter program name in SE38 --> goto attributes and find the package --> then goto SE84  give the  package name in the enhancements.
    If u want to add the custom field  in the perticular tab -> goto that perticular screen> click on status button> find the program name and screen no:> go for SE51 give tha deatils and find the enhancement .
    Thanks,

  • How to "hide" a tab in a JTabbed pane.

    Hi,
    Instead of "removing" a tab; I want to hide it. The reason being, if I remove the tab in the middle, all the other tabs have their indexes re-arranged and that is not good, since im keeping track of each index.
    All I want to do is remove a tab and its corresponding panel, in a way such that all the other tabs retain their indices.
    Any advice?
    TIA

    the internal implementation of JTabbedPane uses a Vector of Pages (a private inner class). So, unless you want to do a TON of work reimplementing the classes internals, you'll need a workaround.
    one idea would be keep a HashMap that maps indices to Components. create a version of the add() command that adds into your HashMap with an assigned index before using the JTabbedPane add method. then create a hide(int index) command that removes the Component in the JTabbedPane, but leaves it in the HashMap; and an unhide(int index) that adds it back in at the appropriate index.
    in this way, the JTabbedPane will maintian its variable sized internal representation, but you should be able to create whatever accessors you need to get to active tabs, etc. or iterators...
    you can implement this external to the class in your own code. that would ignore the OO methodology. if you make a subclass of JTabbedPane that adds the above functions, just watch your memory usage.
    the other, easier way to do this, would be to stop using indices to access stuff, and use references to the objects themself. if you read the source code for JTabbedPane.removeTabAt(int index), you will see an example of this in the for loop that compares the actual Components rather than counting on the index.
    good luck.
    jon/hackerx.

  • How to hide a tab in a jsp?

    Hi all,
    Kindly tell me how I can hide a tab in a jsp. Suppose the id of my tab is 'Tab123', what would be the syntax I need to use. And where should I put this syntax?

    You can use taglibs and EL to control the output flow in JSP. A standard taglib is JSTL. For conditional statements you can use JSTL's <c:choose> or <c:if> tags. Syntax is nothing more than obvious, here's some pseudocode:<c:if test="${display tab123}">
        <div id="tab123"></div>
    </c:if>

  • Custom field is needed in the Shopping cart Additional Specifications

    Hi Folks,
    A Custom field is needed in the Shopping cart Additional Specifications just below 'Notes for Approval'. Any suggestions on this.
    Thanks,
    Ghanesh

    Hi
    <b>Please go through the following links, which will definitely help -></b>
    Re: Displaying Custom field in shopping cart header
    Re: customer field in 3rd step of shopping cart
    Re: Custom Screen in Shopping cart
    Re: Custom Field in the header of Shopping Cart
    Custom field in shopping cart Item Overview - items in Shopping Cart tab
    SC : Extended  Search on Header Customer field
    Regards
    - Atul

  • How to use SHD0 to hide fields / tabs in CRMD_ORDER

    Hi, i have to hide some tabs and fields for some users when executing tx. CRMD_ORDER. I have read that i should use tx SHD0 but don't know how it works...
    What i have to hide is the following:
    - Sales order's Header: filed "net value" in tab General.
    - Sales order's item: Tab Item Overview, tab Prieces, tab Conditions, tab Billing.
    Can anyone help me or explain how to use SHD0 or tell me what other things can i do ???
    Thanks in advance....

    Hi,
    SHD0 is used to create transaction variants. With this transaction you can control the display and modifications of screens, screen fields, buttons, menus and any other gui elements that are used in transactions. The settings can be saved as variants and can be used accordingly. for eg: You can maintain different transaction variants for different users.
    Following are teh steps to create transaction variants.
    1. In transaction SHD0, enter the transaction name for which you want to create a variant. Give a variant name.
    2. Then press "Create" button on the application tool bar. This would run the transaction.
    3. Enter values in transaction and run it as usual. After every screen or tab, there will be a pop up displaying the screen elements and the options. Eg. If you want to hide Field 1 in screen 1 then against field 1 check the option "Invisible".
    4. After all teh screens are through, save the transaction variant.
    5. This variant will have to be assigned in customizing to the transaction so that it applies to teh transaction and you can see the changes.
    Hope this helps.
    Thanks,
    Rashmi.

  • Urgent!!!!!!!Hide Administration Tab in Telesales Mgr Resp

    Hi All,
    In Telesales Mangr I need to hide or disable Administration tab.
    HOw can I do it ?
    Please help me in this regard...
    thanks
    Edited by: user633508 on Mar 13, 2009 8:50 PM

  • Hide/delete tab from My travel profile (FITP_PROFILE) iView

    Hello,
    I'm using SAP EP7 SP18 and ECC 6. We've activated Webdynpros for abap and please, we need to hide/delete a tab (Train preferences) of My travel profile (FITP_PROFILE) WDA iView for all users.
    With right mouse button in execution time you can hide it but for each user and we need it for all users.
    Please, do you know how can I do it?
    Thanks

    Ok. Once thru all the tabs you reach Travel & Expenses.
    You get to see "My Travel Profile"
    Right Click on it.
    Then click on preview. Here you can see "My Travel Profile" page. Put the cursor on "Rail Prefernces" and Ctrl+Right Click. A new window opens
    Here open "Tab Strip1" and then open "Tabs". Then click on "Railway Preferences".
    In the right hand side select NO for "Visible" and then apply and ok.
    Hope it helps

Maybe you are looking for