Changing Tab Text

How can I change programmaticly the Text of the Tabs from a Tab Control?
I was looking for a property like "Strings[]" from the "ring-control"
I need a soloution to to dynamic change the Tab control during execution.
Any idea?

ISTR there's very little control over the tab control. However, you could
hide the tabs of the tab control, select which tab is to be displayed
programmatically, and create at the simplest a cluster of Booleans at the
top to serve as a new tab control.
Amadeo Vergss wrote in message
news:[email protected]..
>
> How can I change programmaticly the Text of the Tabs from a Tab Control?
>
> I was looking for a property like "Strings[]" from the "ring-control"
>
> I need a soloution to to dynamic change the Tab control during execution.
>
> Any idea?

Similar Messages

  • Changing TABs texts in PCUI on runtime

    Hi All.
    Does somebody know if is it possible to change the text of a TAB on runtime in PCUI ? maybe implementing some logic in the MAC ? any idea is welcome.

    Hi Raja,
    I have the same case, I am working with CRM 4.0 Channel Management and try to change the name of the TAB in the run time. I am not so familiar like my colleage with this PCUI therefore I ask for more details.
    I do not want to made enhancements, but is this requiered for changing the name of the TABs?
    Raja, can you assit me and tell how I need to process and where I can find this:
    CHECK_ACTIVE_TABSTRIP ?
    Regards, Anja

  • Change tab text

    Hi Experts,
    I have a standard webdynpro screen which has a Tabstrip having different tabs. For one of the tabs in the Tab Strip I want to change the Tab text on certain condition during runtime.
    When I check the Tab property, the propery Caption is holding the Text for the Tab. Is it possible to change the text during runtime?
    I would need to create and assign an OTR text to make enable the text in other login, so I is it possible to create another caption and bind it during runtime? or anyother option?

    Srinivas Kalluri wrote:
    Is it possible to change the text during runtime?
    > I would need to create and assign an OTR text to make enable the text in other login, so I is it possible to create another caption and bind it during runtime? or anyother option?
    As the text property of the caption of the Tab is bindable, Yes you can bind it at runtime. As you mentioed it is standard component, you need to use enhancment concepts to do this.
    you can create OTR and then use below code,
      data: lw_alias   TYPE sotr_alias,
            lw_otr         TYPE string.
    data: l_otr type ref to cl_sotr.
      IF NOT l_otr IS BOUND.
        CREATE OBJECT l_otr.
      ENDIF.
           lw_alias = 'Z_OTR_TAB_TEXT'.
    *    Get OTR text
            CALL METHOD l_otr->get_text_by_alias
              EXPORTING
                i_alias = lw_alias
              IMPORTING
                e_text  = lw_otr.
    *     set single attribute
      lo_el_tab_text->set_attribute(
        EXPORTING
          name =  `TAB_TEXT`    "TAB_TEXT is attribute having type string
          value = lw_otr. ).
    Thanks,
    Chandra

  • Reg: Tabstrip  tab text change through program.

    Dear all,
       I am using tabstrip in my program, my requirement is to change the text of the tab dynamically in the program .
    please help me in this regard.
    thanks in advance.
    Haritha

    can u please make it clear  that u want to change tab text when u click on any button
    or mouse move
    regards
    anil

  • How to change the text for the tabs of a tabstrip control dynamically

    Hi Guys,
        I am having two screens in a transaction.
    1. 1st screen has material number as an input and submit push button
    2. 2nd screen has two tabs in a tabstrip control.
        I want to display material description and plant number as heading for the two tabs based on the material number entered by the user in the 1st screen. Means i want to change the text dynamically. Is there any possible way? If it is there please help me. Very urgent...
    Thanks in advance
    James.

    Hi,
    If you set the "Output field" attribute for a pushbutton/tab, you can also set its text dynamically in the ABAP program. To do this, you must create a field in the ABAP program with the same name as the pushbutton/tab. You must then assign the required text to the field before the screen is displayed.
    For example define a global field in your program called MATNUM(20) and use this as the name for the material number tab on the tabstrip. Then you can assign a text MATNUM = 'Material Number' and this will appear as the tab title. Don;t forget to set the "Output field" attribute on the tab.
    Hope it helps

  • How to change the text of customer tab in Me23n

    Hi
    I have added new customer tab in Me23n at item level.
    Its text is Customer Data.
    I would like to change to some other text.
    How to change the text of customer tab in Me23n
    Regards
    Amruta

    Amruta,
    I had the same query today and finally found the answer.
    In order to change the title text or description of the "Customer Data" tab in ME23N, etc. you need to define a new text symbol in program SAPLXM06. The text symbol must be number 111 for the PO data. Make sure you define this text symbol in the language you are using when viewing the PO. I had issues with this as the original language of object SAPXM06 is not my logon language.
    The standard code which picks up this text is in function module MEGUI_BUILD_PO_ITEM_PLUGIN. I could not find any documentation around this functionality.
    Hope this helps!
    Ben

  • QM03-Custom tab-Change to text field not reflecting-FG - XQQM-screen-0106

    Hi,
    I have a requirement to change the text field on a custom tab of QM03 transaction. Quality notification type is Z1 and the tab is "Checklist". Both are custom defined.
    The existing text field is of 3 lines. The new text message is of 8 lines. When I did the changes on the custom screen 0106 in the function group XQQM, the changes are not reflected on the QM03 transaction's custom tab. Only first 3 lines were reflecting the change and rest of the 5 lines are not appearing on the screen.
    Pointers on this will be definitely helpful.
    Regards,
    Mallika.

    I had a similar problem, but it was with the message line. I found that with Web Forms, I had to issue the Synchronize; a second time, but in Client/Server Forms 6i, the first synchronize worked. Here is the code I used:
    <pre><font face = "Lucida Console, Courier New, Courier, Fixed" size = "1" color = "navy"> SYNCHRONIZE;
    if Get_Application_Property(User_Interface) = 'WEB' then
    synchronize;--first does not work on web
    end if;</font></pre>
    Let us know if this works.

  • Linux: The tabs text color changes with the theme, while the menu text color is always black.

    Hello,
    When Firefox theme is changed, it usually changes window appearance, e. g. backgrounds, and sets corresponding text color to contrast with that background. It always used to be like this. For instance, I currently use Sunflower_01 theme which sets blue sky as a background. The tabs text is white, as well as the bookmarks. The white text contrasts very fine with the sky. But the menu items are awfully black, casting dark-gray shadows on the dark-blue sky. The menu remains black regardless of the theme I set.
    Of course, it's all fine without any add-ons (light background, dark text), but with a theme enabled, it looks not the way it used to be. I wonder if it can be fixed somehow.
    I use Mozilla Firefox 33.0 for Linux Mint (release 13, maya).
    Looking forward to your reply.
    Regards,
    Andrey

    Hello,
    Did you install from the repositories? I have found the same problem with Ubuntu 14.04, a workaround is to either use a userChrome.css file, or (in my opinion, the easier route) [https://addons.mozilla.org/en-US/firefox/addon/stylish/ Stylish] extension with a new Style.
    See these articles about the userChrome.css file:
    * http://kb.mozillazine.org/index.php?title=UserChrome.css
    * http://kb.mozillazine.org/UserChrome.css_Element_Names/IDs
    If you use the userChrome.css route, you may need to restart Firefox to apply the changes.
    See this article for Stylish:
    * http://forums.mozillazine.org/viewtopic.php?f=38&t=1570945
    To add a new style in Stylish, click on the Stylish tool on your toolbar, then "Write New Style", then "Blank style". Or:
    * Tools (or [[Image: New Fx Menu]]) > Add-ons > User Styles > Write New Style
    Example code for either one method you choose (you can play around with the colours, but I found this worked nicely for my theme):
    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    /*change size, color, style of text in Menu Bar */
    menubar > menu
    {color: darkgray !important}
    /* Mouse hovering over menu */
    menubar > menu[_moz-menuactive="true"]
    {color: white !important;}
    /* Active/Open menus */
    menubar > menu[_moz-menuactive="true"][open="true"]
    {color: black !important;}

  • How to Change the customer subscreen tab text in maintanance order ?

    Hi all,
    I have implemented a screen-exit for maintanance order using IWO10018. it is working fine but the tab text of the added screen is ENHANCEMENT. I tried to change it by creating the text symbols in  the program with the screen . But still it is not changing.
    Please help me to solve the issue?
    Thanks,
    Aravind.

    Refer:
    Re: Change tab strip name for ME52N transaction
    How to change the name of Customer  Tab strip .
    Rename Custom tab in IW31 transaction
    Check whether you can maintain the tab page title here
    transaction spro-investment management-Appropriation requests-control data-specify tab layout for Appropriation reuqests

  • OH-Edit Medical Service: How to change tab pages text

    Hi All,
            Is it posible to change TAB pages text in Edit Medical Serivce(EHSAMBTAET) like Protoco/GeneralExamination, Vaccination etc to some other text?
    Thanks
    Bhuwan

    HI Dhaval,
    Can you be more clear. At what point of time you want to change.
    Thanks
    Aravind

  • How to change the text of a standard iview

    Hello,
    We are implementing ESS on ERP 2005 in an Irish client, and there is no Irish version of the webdynpro iview to change Personal data. So we follow the IMG docu and use the GB iview and works fine.
    The problem is that the text on one of the fields comes as "Nat. Ins. No.", and that is an English expression. Here they use something called "PSS number". No need to say that Irish are not too kin on using English expressions.
    So the question is: how can I change that text without having to create a new iview?
    Please help.... Thanks,
    Andres

    Hi Andres,
         If you want to change the text in webdynpro iview:
    1. Open the package Explorer view and expand your src/packages
    2. Copy the .xlf file (___.wdview.xlf) which contains the field "Nat. Ins. No." and rename it (add "_en" before ".xlf" or ISO standard for irish english)
    3. Translate the renamed "_en.xlf" files.
              Double click the xlf file and it is displayed in S2X editor.
             On the tab header, change the source language to British-English. (There is only American English and British English options in the source language)
             Switch to tab "Resource Text" and translate "Nat. INs. No. to PSS number.
              Had it been any other language, it is bound to work for sure. However i find no Irish English in webdynpro source options...
    Hope this helps
    Sumathi

  • How to change the text of a tabstrip?

    Hallo Experts,
    There are 3 tabstrips in Screen Painter with the name tabstrip1, tabstrip2 and tabstrip3. The default text ist: customer_fields1, customer fields2, customer fields3.
    Now I want to change the text of tabstrips in real time. E.g. text of tabstrip1 should be "Financial Data".
    How can I do it?
    Thanks,
    Rujing

    Well, I've tried out some possible solutions, but none of the worked, I could not change the text dynamically during runtime.
    You have some alternate solutions: create more tabs, and show hide them during runtime. For this you can use the dynpro's PBO event, and within the LOOP AT SCREEN... ENDLOOP. statements.
    And an another one (that's absolutely not an elegant soluton
    - create a DDIC structure (in SE11 transaction), with a field, like ZMYSTRUCTURE-ZMYFIELD. This field should refer to a data element, like ZMYDATAELEMENT. Here you can set a default text for this data element.
    - assign this ZMYSTRUCTURE-ZMYFIELD field to the name of your tabstip's tab.
    - when you wanted to change the text, you have to change the text, you update the text of your data element ZMYDATAELEMENT, in the table DD04T.
    This might work... I'm not sure about it, but you might give it a shot.
    Regards
    Tamá

  • How to change the text of a button dynamically in module pool

    hi gurus,
    how to change the text of button dynamically

    Hi ,
    Declare a variable in TOP Include with your button name.
    Example : P_BUTTON(20) TYPE C.
    Place button with name P_BUTTON on you screen. Do not forget to mark it as "Output Field". [ Double click on button, Attributes --> Program tab --> tick "Output Field".
    In you PBO / PAI , whereever you want to change your text -
    Assign value to P_BUTTON.
    Example -
    iF COND1..
    P_BUTTON = 'EDIT'.
    ELSEIF COND2.
    P_BUTTON = 'DISPLAY'.
    ENDIF.
    Regards,
    Mohaiyuddin

  • How to change the text of a RadioButton in JDeveloper 11.1.2.0.0

    How to change the text of a RadioButton in JDeveloper 11.1.2.0.0

    Select the radio button, open the property inspector (ctrl+shift+i) select the 'Visual' tab and search for the 'Text' property. There you can change the text.
    Timo

  • How to change Page Text in Book Module?

    I am in the process of creating a 158 page photo book to be printed by Blub.  I have created many other Blurb books using their BookSmart software.  This is my first attempt using the Lightroom Book Module.
    My problem is I would like the change the default Page Text field on each page without having to manually change each page.  There doesn't seem to be a way to do a mass change.  There is a "Select All Text Fields" command under the Edit tab, but that selects all of the text fields, both Page and Photo text fields, which doesn't help.
    Any suggestions would be appreciated, include telling me there is no automated way to do it and I just need to "suck it up" and manually change all 158 pages with the same exact text.
    Thanks in advance,
    Rick

    Dear Detlev,
    Thanks a lot for your valuable answer.  I have found the text for the "User Authentication Failed" , done the changes and depoyed the Jar file . This is working.
    But the same when i try to do for  "Authentication failed. Password locked" this message comes when i do multiple failed login. I need to change the text , i found  the text in the u2022sap.comtcjesecurityimpl.jar file, i made the changes in the JAR file ,replaced with the server jar file and restared.
    But the changes did'nt get reflected. Can you please suggest if i am chaning in the correct JAR file?. I am working in NWDS7.3
    Can you please help me on this. Appreciate your help .
    -Regards,
    Alok

Maybe you are looking for

  • Is it possible with out BPM- update transaction from flat file - XI -RFC

    Hi my requirment is:  i need to update 2 values transaction(ks01) Required data we get in flat file(Val1,Val2), that data needs to be updated in transaction KS01 in r/3 system. Scenario is: Flat file - XI - Rfc -KS01. im have come across couple of do

  • Display brightness (darkness)

    I recognized that the brightness-slider in min. position doesn't really adjust the possible min. brightness the displays backlight-controller could do (~10%). Every 3rd party tool or as example VLC is able to go lower, but only temporarily as the set

  • What usb auto switch is compatible with OSX and Windows for sharing the same printer

    I just bought a new iMac for myself to replace my old Dell PC.  My husband still has his PC with Windows Vista and our work stations are set up to share the same MFC with a Belkin auto switch.   Unfortunately that software is not compatible with my O

  • How to check which table is used

    After creating RFQ , i want to check which table is used  in creating RFQ. how can i see that data has gone or not into the database table.

  • Custom Application - Approach

    Hi We are in the process of building a customization (not personalization) using OA Framework. Though the UI is going to be different we don't want to rebuild the validations, we want to use the existing validations within apps. If so, what is the be