Screen Exit .. Change tab name.. IMP.

Hi,
Can any one please let me know, from where to change the tab name in a screen exit.
When I activate the exit, a new tab is added in the tabstrip control, I have designed the layout, but from where I can put the desired name in the tab.
Thank you in advance.
Best Regards,
Sandipan

Hi Sandipan,
I'm trying to do the same. Did you find a solution to this?
Cheers,
Amy

Similar Messages

  • Changed Tab name is showing old name some times

    Hi Friends,
    I had successfully changed the enhanced tab name from the screen painter using translation and it also reflected in the transaction.
    When i am going to another tab within the same screen, changed tab name <b>'Safety Inf'</b> is again getting changed to old name <b>'Enhancemnt'</b>. when i go back again to the enhanced tab, again my changed name is coming as <b>'Safety inf'</b>.
    User doesn't like this...
    What could be the reason? any body has idea?
    Regards,
    Satish

    Hi,
    Nobody has any idea about this?
    Regards,
    Satish

  • Screen Exit Custom Tab Title Change

    I have enabled the screen exit PPCO0012 ( Production Order CO03, CO02, CO01  ) custom tab for additional fields. After enabling the screen
    SAPLCOKO1                      0900 SSCR115  SAPLXCO1                       0100
    I am getting the custom tab.
    But it showing the tab title as "Customer Screen" I wanted to change to my own name.
    How ? any info ?

    Resolved.
    We need to change in under menu exit
    SAPLCOCU                       +COI

  • Change tab names in CIC0

    Hello to every member,
    I am looking to change the name of several tabs in the CIC0 transaction. I know that with the Screen Sequence Control, you can hide, add or change the order of differents tabs but I didn't manage to change the name of the tabs for the moment. Is there a solution to this problem?
    Thanks a lot

    Use this code template to find screen exit for a transaction:
    *& Report  ZUSEREXIT                                                   *
    REPORT  ZUSEREXIT no standard page heading                  .
    tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfdir.
             tables : tstct.
    data : jtab like tadir occurs 0 with header line.
    data : field1(30).
    data : v_devclass like tadir-devclass.
    parameters : p_tcode like tstc-tcode obligatory.
    select single * from tstc where tcode eq p_tcode.
    if sy-subrc eq 0.
       select single * from tadir where pgmid = 'R3TR'
                        and object = 'PROG'
                        and obj_name = tstc-pgmna.
       move : tadir-devclass to v_devclass.
          if sy-subrc ne 0.
             select single * from trdir where name = tstc-pgmna.
             if trdir-subc eq 'F'.
                select single * from tfdir where pname = tstc-pgmna.
                select single * from enlfdir where funcname =
                tfdir-funcname.
                select single * from tadir where pgmid = 'R3TR'
                                   and object = 'FUGR'
                                   and obj_name eq enlfdir-area.
                move : tadir-devclass to v_devclass.
              endif.
           endif.
           select * from tadir into table jtab
                         where pgmid = 'R3TR'
                           and object = 'SMOD'
                           and devclass = v_devclass.
            select single * from tstct where sprsl eq sy-langu and
                                             tcode eq p_tcode.
            format color col_positive intensified off.
            write:/(19) 'Transaction Code - ',
                 20(20) p_tcode,
                 45(50) tstct-ttext.
                        skip.
            if not jtab[] is initial.
               write:/(95) sy-uline.
               format color col_heading intensified on.
               write:/1 sy-vline,
                      2 'Exit Name',
                     21 sy-vline ,
                     22 'Description',
                     95 sy-vline.
               write:/(95) sy-uline.
               loop at jtab.
                  select single * from modsapt
                         where sprsl = sy-langu and
                                name = jtab-obj_name.
                       format color col_normal intensified off.
                       write:/1 sy-vline,
                              2 jtab-obj_name hotspot on,
                             21 sy-vline ,
                             22 modsapt-modtext,
                             95 sy-vline.
               endloop.
               write:/(95) sy-uline.
               describe table jtab.
               skip.
               format color col_total intensified on.
               write:/ 'No of Exits:' , sy-tfill.
            else.
               format color col_negative intensified on.
               write:/(95) 'No User Exit exists'.
            endif.
          else.
              format color col_negative intensified on.
              write:/(95) 'Transaction Code Does Not Exist'.
          endif.
    at line-selection.
       get cursor field field1.
       check field1(4) eq 'JTAB'.
       set parameter id 'MON' field sy-lisel+1(10).
       call transaction 'SMOD' and skip first   screen.
    Best Regards,
    Pratik Patel
    <b>
    Reward with Points!</b>

  • Change tab names

    Hello to every member,
    I am looking to change the name of several tabs in the CIC0 transaction. I know that with the Screen Sequence Control, you can hide, add or change the order of differents tabs but I didn't manage to change the name of the tabs for the moment. Is there a solution to this problem?
    Thanks a lot

    Hi Matthieu!
    You can give transaction CMOD a try - in case the tabs are dictionary-related, this should help.
    It's in Goto - text enhancements - data elements or keywords.
    Regards,
    Christian

  • Changing tab name in one component that used in different applications -FPM

    Hi gurus,
    I have an FPM component configuration, which have different tabs.
    This component i have used in different applications.
    I just want to know how can I dynamically change the name of one tab in different applicatins?
    I want to change only the tab name. content in the tab is same.
    For eg. If I open a Bid from Rfx, it should show "Rfx Information" as one tab name. But if i open a bid from Auction, it should show 'Auction Information'.
    Content in this tab is same.
    Is there any way to do that? Or shall I create different component config. for bid to use in Auction application  and another one for RFx application?
    Thanks,
    Poduval

    Hi, 3Sherill3. This may help:
    http://www.macupdate.com/info.php/id/16620

  • Change tab name

    How do I change the name od a tab?

    I don't know of a way to do this on Firefox for Android. An extension could do it but to the best of my knowledge there is no such extension.

  • Changing Tab Name in Standard Transaction

    Hi
    I have an urgent requirement to change the tabname in transaction <b>iw3k</b>. The standard program for the same is <b>SAPCLOIH</b>. Actually when i go to iw3k the tabname shows ENHANCEMENTS, but when i click on that tab, on the next screen the same tabname changes to REQUIREMENTS. Now i want to change the tabname ENHANCEMENT to REQUIRMENTS(as in second screen).
    Please tell me the screen number, where i could make changes.
    Provide urgent help. Useful ans will be rewarded.
    Regards
    Aarti

    Hi
    I have an urgent requirement to change the tabname in transaction <b>iw3k</b>. The standard program for the same is <b>SAPCLOIH</b>. Actually when i go to iw3k the tabname shows ENHANCEMENTS, but when i click on that tab, on the next screen the same tabname changes to REQUIREMENTS. Now i want to change the tabname ENHANCEMENT to REQUIRMENTS(as in second screen).
    Please tell me the screen number, where i could make changes.
    Provide urgent help. Useful ans will be rewarded.
    Regards
    Aarti

  • Changing Tab Names in  ME21N

    Hi All,
    I need to change tabstrip labels in ME21N, ME22N, ME23N on standard (delievered) tabs Additional Data & Communication.
    I have a dedicated system and therefore freedom to change delievered objects. Does anyone know where in the config/code the tabstrip labels in ME21N reside?
    Thanks,
    Roman

    Look at the text element for the program SAPLMEGUI in se38 (Goto -> Text elements -> Text Symbols).
    <b>H03     Communications data
    H09     Additional data</b>
    Make the changes to those text elements and the name of the tabstrip will change.
    Cheers!
    Rishi

  • Changing tab names on tabbed pane

    Hi all,
    just wondered if anybody knows how i can change the text that appears on my tabs in a jtabbedpane. So far I only have tab1, tab2 etc and I cant seem to find how to change this.
    Thanks alot

    just wondered if anybody knows ...Have you tried to find out by reading the API docs?
    {color:0000ff}http://java.sun.com/javase/6/docs/api/javax/swing/JTabbedPane.html{color}
    Read the method descriptions and tell us if you found anything you could use.
    db

  • Changing tab name dynamically

    Hi All
    i've four tab pages in a portal page and i want to change the labels of these tab pages dynamically taking data from table.
    for example i've a table named TAB_TITLES with thest columns TAB_ID,TAB_NAME
    there are four rows
    TAB_ID TAB_NAME
    1 Tab-1
    2 Tab-2
    and so on
    i want to read values from this table and put the tab label in oracle portal page having tabs.
    thanks

    So .. ?
    You should have some expression of problem, information of your attempt, question about something or request for help. I do not see anything in this message like this, although it is also posted twice for no reason.
    so help others in assisting you my friend; or otherwise help yourself!

  • Change Custom tab names in Me21n

    Hi
       We have written a screen exit to create a new custom tab in Header data of Me21n. Can anyone has any idea of changing the name of this tab - By default it is coming as 'Customer Data'.
    Appreciate help on this
    Thanks
    bpr

    hi,
    Changing Tab Names in  ME21N
    Re: change tab names
    open the links and they may help you......give a try....
    Regards,
    Praveena.

  • Changing the customer screen tab name in transaction co02

    I have done a exit in transaction CO02.Added one tabstrip in the screen.Its named as customer screen there.How to change this name.please provide with steps.

    Hi
    I'm working on 46C and ECC 6.00: it works fine in the both realeses.
    So I suppose it'll have to work on 470
    I run SMOD trx (no CMOD)
    Insert PPCO0012 and press TEST icon
    Doubleclick on line Exit Menu
    A popup is shown and here I can change the description and the icon for function +COI
    That's all.
    If you're getting the error "Non-existent components: Menu option SAPLCOCU+COI", try to check the sap note 626530
    Max

  • Additional Tab Screen EXIT Name for VA42, VA43

    Hi All,
    Anyone can suggest me Additional tab screen exit, so i can display some fields in particular tab. It's Urgent.
    Thanks
    Amit

    Modification is required.  You should consider looking at these Notes:
    [Note 386694|https://service.sap.com/sap/support/notes/386694]
    [Note 209278|https://service.sap.com/sap/support/notes/209278]
    [Note 398418|https://service.sap.com/sap/support/notes/398418]
    [Note 302497|https://service.sap.com/sap/support/notes/302497]
    [Note 170183|https://service.sap.com/sap/support/notes/170183]
    Regards,
    Jamie

  • How to change the name of Customer  Tab strip .

    hi
    For Tcode ME21N ME22N and ME23N I have added a screen exit to PO header tabstip .The name that is appearing is "Custumer data "  as tab stip text , i want ot change this tab strip name. can u please suggest me how to do it.
    Below are the details.
    function group:MEGUI
    screen :1102
    Reagrds
    Avik

    Hi Avin,
    you must have created a project in CMOD for this enhancement.
    Go to the same project in CMOD.
    Select Componenets radio  button on cmod and go inside.
    you will find Menu exit option on the coponenet screen.
    double click on function code like +Co1( in prod order) and enter function text as your desired name instead of customer data. save the same and activate the project.
    it should make required chnages.

Maybe you are looking for

  • IPOD not recognized on PC

    Here is the diagnostics report: Microsoft Windows 7 x64 Ultimate Edition (Build 7600) System manufacturer System Product Name iTunes 10.4.0.80 QuickTime 7.6.9 FairPlay 1.12.20 Apple Application Support 1.5.2 iPod Updater Library 10.0d2 CD Driver 2.2.

  • Do you have any idea, why I can see only 15 episodes of my 59 published podcasts?

    I need your help... I`ve already published 59 podcasts (TomsTalkTime - DER Erfolgspodcast), but my audience can only see the last 15 episodes published in iTunes. Why is that? Can anyone help me? Thank you so much for your help. Best Tom https://itun

  • Messages not processed

    Hi all, I have a problem regarding messages. There are some text files in the FTP folder that are not being processed by XI. They are not converted to XML messages. Some are processed while some are not. Please advise. Thanks!

  • Where do we report bugs?

    We're all excited about the development of Flash Catalyst. It would be great if we could report bugs to help Adobe improve the quality and stability of the product. Here are some ideas: Create one thread for reporting all bugs, keep it at the top of

  • Adobe Premiere Cs6 Windows freezes with Tesla M2090 and Quadro FX 4800

    Premiere works firn with the Quadro FX 4800 in Windows. But I bought a Tesla M2090 and it loses all power. For example a video cannpy be displayed on the monitor screen and if you try to play it on the porgram window, it freezes the whole application