Adding things 2 tabs?

i was wondering how u could add something 2 a tab, like a jlabel or something. ive only managed 2 add an extra tab with the jlabel in it but i havent been able 2 edit a tab and add something 2 it. ive looked at the API but i cant find an appropriate method

how can i make it so that if a string starts with an "A" it goes into
the "A" tab but if it starts with, say, an "H" it goes into the "H" tab,
instead of writing a whole lot of if statements?
char aa = 'A';
String one = "A label";
String two = "Z label";
int tabOne = (int)one.charAt(0) - (int)aa;
int tabTwo = (int)two.charAt(0) - (int)aa;
System.out.println("Tab for label one: " + tabOne);
System.out.println("Tab for label two: " + tabTwo);

Similar Messages

  • Adding a Tab in a PM notification

    Experts,
    How do I go about adding a tab in a PM notification? I have a requirement of adding a 'causes' tab for capturing of the object part, damage etc. and also for entering user defined codes for capturing an RCA in SAP. see screen below

    Hi Mutale,
    I see some confusion in concept about Catalog Code Tabs.
    What you referred in the initial post are the Sub-Tabs inside a Catalogs & codes Main tab of a Notification.
    What you have referred to in the later post are the Main Tabs of Catalogs. like this
    The Difference
    The Sub-Tabs of Catalogs will display information corresponding to the line item of the first tab (Object part & Damage Tab). Here you are not free to enter a Cause, Task or Activity without filling an Item line (Object part or Damage)
    The Main Tabs are independent Catalog Tabs. You can maintain the line items here independently  without any conditions as above.
    Lastly:
    I hope your initial query has been cleared by looking into the picture, that you can have a separate Causes Tab.
    In configuration, you need to have tab 10/Tab16 for this.
    Best of Luck
    Jogeswara Rao K

  • Will Apple be adding 3D tabs in Safari on the ipad 3? I am not crazy about how it's set up to use right now and would think if they put it on the iPhone they would on the ipad also.

    Has anyone heard if Apple will be adding 3D Tabs in Safari on the iPad 3? I am not crazy about the way it is set up right now.

    No.

  • Problem in adding of tab in MIGO

    hi all,
         I added one tab in MIGO at item details. i created one program and designed one screen. here i am calculating batch code based on screen fields . i need to update standard batch code field with my calculated batch code.  How to update field that is in different tab. Please suggest.
    Thanx & Regards
    Rami Reddy

    You have to contact iTunes Store Support about this.
    http://www.apple.com/support/itunes/contact/

  • Safari is adding a tab for each page visited--how to stop or clear?

    Safari is adding a tab for each page visited--how to stop or clear?

    Each tab, when selected, has a small x on it for deleting--Apple Store

  • Adding custom tab to OHW

    Hi!
    I would like to add my tab with my own engene and navigator to OHW. I successed in adding such tab to OHJ, but it doesn't work in OHW. Can you advise me what should I do in this situation?
    Thanks

    How are you adding a new tab to OHW?
    In OHW, you need to specify a navigator that implements the interface oracle.help.web.navigator.OHWNavigator. At the moment, we do not have documentation on how to accomplish this. I'll work with the Oracle Help team to see if we can include more documentation on adding custom navigators.

  • Refresh DSV - why does it keep indicating it "Added" things, when its already been done? (repost from DW forum)

    Note to moderator(s):
    Please remove the other post
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/d4e30da8-5234-4373-963f-c165b99f8df2/bids-2008-refresh-dsv-why-does-it-keep-indicating-it-added-things-when-its-already-been-done?forum=sqldatawarehousing
    There were a number of changes done and earlier I had used the "refresh" button in the DSV view, and the updates were reflected in the DSV.  Now, however everything should be updates, yet when I hit refresh, the dialog still comes up and list
    all the changes it did earlier as "Added".  What is going on here?
    Now however, all my tables, dimensions, relations etc are setup with no errors and the cube builds, processes and deploys without any errors, yet if I refresh the DSV, I still get the dialog that displays all the things that it "sees" as "Added".
     This is even after closing down BIDS and re-opening.
    Also, I wonder if this has something to do this this thread, since its concerning the DSV getting "confused"
    https://social.msdn.microsoft.com/forums/sqlserver/en-US/33918238-cbe0-4017-bec9-0fe1bad15909/refresh-dsv-gives-net-error-column-argument-cannot-be-null

    Hi Shiftbit,
    According to your description, you need to know why the dialog still comes up and list all the changes it did earlier as "Added" when there is nothing changed in the data source view, right?
    I have tested it on my local environment. We use the sample project AdventureWorks, we didn't make any modification on the DSV and click the Refresh button, and all the changes were list on Refresh Data Source View dialog. So as per my understanding, this
    is default settings. If we click the button, it will list all the changes from the date when you create this project.
    If you have any concern about this behavior, you can submit a feedback at
    http://connect.microsoft.com/SQLServer/Feedback  Your feedback enables Microsoft to make software and services the best that they can be.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Adding 2  Tabs through EEWB

    Hello All,
              I have an issue. Can you please tell me how to add 2 new tabs through the EEWB. I have already added 1 tab through EEWB. Now when I am trying to add 2 tab, the news fields get added in the 1 tab.
    Please provide me some solution for that.
    Regards
    Aashish Garg

    Hi,
    1. Create an entry for any standard tab in the screen flow in SPRO.
    There you have to assign a custom dev programm which calls the new dynpro
    2. Create the dynpro.
    In case of a dynpro with new tabel, just assign a single container on it.
    3. Create function modules for the dynpro.
    Assuming you have a ALV container on the new dynpro, create function modules which
    a) creates the ALV grid
    b) refreshes the ALV grid
    4. Create a custom dev Z Tables with required fields
    5. Assign Z Table field catalog to the ALV grid
    6. Handle data changes within the ALV
    7. Use
    a) CRM_INTLAY_GET_HEADER_GUID to receive the order information
    b) CRM_EVENT_PUBLISH_OW to raise a save event for CRMD_ORder
    c) CRM_ORDER_MAINTAIN to add something to the order (input fields are enough)
    d) CRM_1O_INSTANCE_GET_UI to set action flag
    --> all this will give CRMD_ORDER the information that data was changed (your new data)
    9. Create function modules which will give you your data from the ALV grid
    10. Use a BADI ORDER_SAVE to store your data on the database
    I know it is quite short, but it should give you a hint.
    Please give me reward points if you find it helpful.
    Thx
    Frank

  • How do I keep Microsoft from adding things to my computer. I have updates off, and recently they have put two new things on that I know of-bacause they caused a problem with my computer.

    How do I keep Microsoft from adding things to my computer. I have automatic updates off (because one of their updates caused my computer to crash), but recently they placed an add-on for Firefox that required much time to remove, and they also added something else that caused Outlook to not work. I don't know what else they might have added that I know nothing about.
    == This happened ==
    Not sure how often
    == The crash was a few years ago, the other two events were within the last couple of months.

    In terms of the Firefox add-ons, see http://support.mozilla.com/en-US/kb/.NET+Framework+Assistant
    For MS installing things that are not part of Firefox, I think you're better off asking in a Windows forum.

  • Added Custom Tab is not visible in Menu in Delivery

    Hi,
    We have added a custom tab in delivery using Badi 'LE_SHP_TAB_CUST_HEAD' .
    The Custom Tab is not visible in Menu , Can you please suggest How I can get this tab in
    Menu Under 'GOTO' .
    Thanks & Regards,
    Murali Krishnan

    Please check table T130P
    That table stores configuration related to fields in MM01. It holds information if a perticular field needs to be displayed or should not be displayed at all.based on the value which that field holds.
    can control the display, the material master
    Please check

  • Issue in adding new tab in PO Header Level on ME21N

    Hello,
    As there are many thread where it has mention how to implement badi to get the required output.
    Similarly, i had used the badi ME_GUI_PO_CUST and the method IF_EX_ME_GUI_PO_CUST~SUBSCRIBE.
    My Doubt :
    From the below sample code, from where i have to create the subscreen, Program name.
    For ME21N the program name in status is showing SAPLMEGUI.
    Sample Code from other thread  and my doubts are next to it..
    CHECK im_application = 'PO'.
    CHECK im_element = 'HEADER'.
    CLEAR re_subscribers[].
    ls_subscribe-name = 'SAPLZPONEWTAB'.   "This is the name of subscreen but it shows the standard one (shall i create a program and then add a subscreen and use here?)
    ls_subscribe-dynpro = '9000'.                      
    ls_subscribe-program = 'SAPLZPONEWTAB'.  "Shall i use the program name SAPLMEGUI here
    ls_subscribe-struct_name = 'ZPONEWTAB'.    "Why this is required, as in my case i want to show some fields from EKKO table
    ls_subscribe-label = text-001.
    ls_subscribe-position = 15.
    ls_subscribe-height = 7.
    append ls_subscribe to re_subscribers.
    Please advice...

    Hi,
    Thanks for the reply.
    I have done the things..but, i can't see the tab in the header level.
    Below is my code with my comment.
    Note :
    I created a Function Group by name SAPLZPOHEADER.
    In se80 by giving the name ZPOHEADER i created a subscreen. Also created a structure as ZPOHEADER using it displayed the fields in the screen.
    Code under IF_EX_ME_GUI_PO_CUST~SUBSCRIBE :
    DATA: ls_subscriber LIKE LINE OF re_subscribers.
          CLEAR: re_subscribers.
          REFRESH: re_subscribers.
    IF im_application = 'PO' AND im_element = 'HEADER'.
        CLEAR re_subscribers[].
       ls_subscriber-name = subscreen1.  "As per the sample code i double click and set the attributes of it as same as sample code.
       ls_subscriber-dynpro = '9000'.  "This is the screen no
       ls_subscriber-program = 'SAPLZPOHEADER'.   "Name of the FM Group/Program
       ls_subscriber-struct_name = 'ZPOHEADER'.     "Structure Name
       ls_subscriber-label = text-001.  "Created label as 'doc header'
       ls_subscriber-position = 11.    "Given the position as i want after 'status' in ME21N
      ls_subscriber-height = 7.        
      APPEND ls_subscriber TO re_subscribers.
    Is anything remaining as in debug mode it fills the re_subscribers and go the 'Create Object' but, can see it in display.
    Pls help...

  • ADF 10.1.3 -  Adding menu tabs

    How can I add two menu tabs and each point to a different page?
    I tried to add two menu tabs in the menu1 item of panelPage and added CommandMenuItem for the nodeStamp they are not showing up.

    Hi
    I am posting it as a different question. Could you please answer?

  • Screen overlaps in MB_MIGO_BADI, when adding new Tab

    Dear Experts,
    I want to upload an additional tab into the screen of MIGO Header Tab. But when I am adding the screen number, program name, text to display into the the method name "PBO_HEADER", then it is displaying there in header screen, in movement type 103,105...
    If I am not enable this method,and use movement type 101, that will enable a tab "Excise Item", after clicking on "Item OK" at the item screen (Checkbox).
    And If I enable this method with giving screen number, program name, text, then it will overlaps the "Excise Item" tab and didnot come when user click on the "Item OK".
    I think the screen overlaps the standard "Excise Item" tab.
    Please suggest.
    Thanks,
    Deepanshu Mathur

    Hi ,
    Did you check the screen properties .
    Regards,
    Madhu.

  • Adding extra TAB on MM01

    Dear Experts
    Does anyone know , via an enhancement, whether is there any way to add a customer tab on the MM01/MM02/MM03 transactions?
    Thank you in advance.
    Best regards
    Goh Yen

    Hi
    SPRO-> Logistics - General-> Material Master-> Configuring the Material Master-> Create Program for Customized Subscreens
    Create Program for Customized Subscreens
    In this IMG activity, you can create a function group of your own by copying function group MGD1 (for industry) or function group MGD2 (for retail). The subscreens are not copied, except for two subscreens which are copied for technical reasons. You can use this copy to create subscreens of your own which you can assign to a data screen in the activity Define Structure of Data Screens for Each Screen Sequence.
    Requirements
    Be sure to read the program documentation first.
    Activities
    1. Create a function group of your own by choosing Execute.
    2. Enter a name containing up to 25 characters, beginning with the letter Y or Z, and choose Save.
    3. Access the Object Navigator.
    You do this from the SAP standard menu by choosing Tools -> ABAP Workbench, and then Object Navigator.
    4. Display either program SAPLMGD1 (industry) or SAPLMGD2 (retail) as required.
    5. Copy the subscreens as required, ensuring that they already contain as many as possible of the field names you want to use in your function group. You do this as follows:
    a) Choose Screens, position the cursor on the corresponding subscreen, and choose Copy in the context menu.
    b) Enter the program to which you want to copy the subscreen, prefixing it with SAPL, and enter a screen number. Use the screen number of the original subscreen where possible. If the F1 help is specific to a particular subscreen, this ensures that this context-specific help continues to be displayed.
    Example
    You have called your function group YENTERPRISE, to which you want to copy subscreen SAPLMGD1 2301. Enter SAPLYENTERPRISE as the program to which the subscreen is to be copied, and enter (preferably) 2301 as the screen number.
    6. Return to the initial screen of the Object Navigator and display your program. In the example above, you would enter SAPLYENTERPRISE.
    7. Choose Update object list.
    8. Select the subscreen you have copied and activate it by choosing Activate in the context menu.
    Using the Screen Painter, you can remove fields you do not require on the subscreen or include additional fields from other subscreens (see the ABAP Dictionary). For information on the Screen Painter, see the SAP library documentation BC ABAP Workbench Tools.
    Points to consider when removing or adding fields
    Make sure that a field statement exists for each field on the subscreen since data may not otherwise be transported correctly. You can use subscreen SAPLMGD1 2002 as an example.
    For the fields you have added, include any check modules and modules for self-programmed F4 help that are called up for these fields on the original subscreen. You can do this by displaying the flow logic for the original subscreen and searching for such modules. They normally have the same names as the fields themselves. When you find a module, copy the corresponding module call to your subscreen.
    If you change the order in which fields are transported that are checked together in the flow logic (such as the safety stock and minimum safety stock), you must deactivate the check module for the first field and activate it for the second. The system would otherwise transport the first field, and carry out the check before the second field is transported.
    Any error messages that fields are unknown when activating the subscreen are due to the fields still being included in checks, even though you have removed the fields from the subscreen. Search for the fields in the source code and make the lines in which they appear comment lines. Then reactivate the screen.
    9. Assign the subscreen to a data screen as required.
    Note on transport
    Thanks & Regards
    Kishore

  • Problem in adding new tabs in master data screens for RE-FX in ECC 6.0

    Dear members,
    I am working on RE-FX in ECC 6.0. I need some advice on the foll matter:
    When displaying master data for Rental Object (Rental Space) (Tcode REBDRO) there are three tabs that are visible. They are General Data, Measurement and Area Shares. I would like the tab "Supplementary Texts" to also appear as the fourth tab. I have gone to the node Screen Sequence under the Dialog node under Usage View under Master Data in RE-FX.
    I have added this screen to the sequence and have saved it successfully. Now when i am trying to display the rental space (RS) it is still not showing the tab that I just added. When I am trying to remove one of the existing tabs, by going into the same screen sequence I am successful in doing that. I am also able to add some of the other tabs. However every time I am trying to add the tab "Supplementary texts", I am failing to display it in the master data.
    Request you to please help me as I am not an expert in RE-FX.
    Regards,
    Suvarghya Dutta

    Hi Survaghya,
    We are facing problem in adding tab to transaction RESCSU. We have followed all the steps mentioned by you , like
    1. Go to transaction BUPT .
    2. Select Application Object - transactuion BUS0.
    3.Selected Application object as RESU.
    4. And then went to all the following transactions.
        RESCSU0002     SU: Field Groups
        RESCSU0003     SU: Views
        RESCSU0004     SU: Sections
        RESCSU0005     SU: Screens
        RESCSU0006     SU: Screen Sequences.
    5. Created one z function group , having 2 FM for PBO and PAI.
    6. Also one subscreen having the field mapped to CI_INCLUDE - CI_VISCSU.
    But still we are not able to see the tab on the settlemet screen.
    We tried changing the screen sequence of existing tabs, we could change that, but after performing all the steps mentioned above we could not add new tab.
    Please suggest where are we committing a mistake.
    Thanks & Regards,
    Deepti

Maybe you are looking for

  • SAP NetWeaver 7.02 SP6 64-bit Trial - VirtualBox and Remote Access

    Hi there friends. I'm wondering if what I am about to ask is possible and how to do it. 1st let me tell you about the configuration I have:      I've installed SAP NetWeaver Application Server ABAP 7.02 SP6 64-bit Trial inside a virtual machine on vi

  • How do I get rid of the black background in Facebook Photo Viewer?

    Pressing F5 works for Windows to remove the black background, but it doesn't work for Mac. Does anyone know how to get rid of it? Thanks!

  • How to make a call to function module of R/3 side in BW?

    I am writing a code in BW to check some discrepancies in data. But this code requires some values which are given as output to the function module, which is present on R/3 or PC1 system. So is there any way by which i can make a call to the R/3 funct

  • Hide extension in file name input field when saving?

    A few days ago in Photoshop CS6 I started automatically getting an extension in the file name input field. Previously, when I did a "save as" I got, for example "image01." A few days ago I started getting "image01.jpg." I have another installation of

  • Multiple user license

    Hi - does anyone know if you can purchase multiple user licenses for FC Studio? I'm starting a new business and would like to have more than one machine with the studio software but can't afford 2 entire packages. If so - how much does it cost? -Than