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

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

  • Changing the name of standard Field

    we have ECC6.0 with three countries using. Now i want to change the Standard Field name on an infotype ,i know how to change the name of the field. but my question is if i change the name of standard field it gets reflected for all the 3 countries, but i wanted to change for only one country?
    how can i achieve this?

    infotypes are Country Specific so pls check V_T582L once
    and check the screen numbers of the infotypes for various infotypes useing PE03 P0002 feature
    and check those module in V_T588M  and after this
    go to Tcode CMOD and do the rest of the thing u want to do
    hmm...... All the best

  • 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>

  • T-code to delete the tabs in a standard transaction

    Hi Folks,
    Do anyone here have an idea about the T-code that can be used to delete the Standard tabs in a SAP Standard Transaction.
    For ex.
    Go to VA01
    GIVE THE ORDER TYPE AND PRESS ENTER.
    IN THE NEXT SCREEN WE WILL BE ABLE TO SEE THE TABS LIKE SALES,ITEM OVERVIEW,ITEM DETAIL etc.
    If I want to delete one of these tabs there is a standard transaction for the same,I want to know about the same.
    K.Kiran.

    Hi kiran,
                All these things comes under the Customization, Typically Functional people do this . If u have authorization to transacton code : SPRO then under Sales and Distribution, u can change the settings.
    Reward points if helpful.
    regards
    Nilesh

  • 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.

  • Change solution name at DSWP transaction

    Hi, I'm working in a VAR SAP with Solution Manager SP17.
    I have several customer solutions added to my Solution Manager. These solutions contains EW Alert, maintenance transactions,...
    We would like to change the name of one solution without loosing the EW Alert, maintenance transactions,... Of course I can deactivate the solution and create another new, but in this case I'll loose the EW Alert. Is there any way to change it without loosing information?
    Please, Could you help me?
    Thanks and Regards,
    Tomas.

    What about DSWP- Click on your Solution- Solution Landscape Maintenance-  change mode - change the Solution name .
    Is there any problem in this, let me know also.
    Regards
    Subhash

  • 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

  • How to find the Customer changes made to the standard transaction C223

    Hi,
    Greetings !
    My customer wants to find out whether any customer changes has been made to the standard transaction C223.
    As there is Badis, Programs, Function Group and its a kind of linked list going on.. on an on ...
    Could you please let me know that is there any easy way to find out whether Customer changes has been done to the standard transaction C223.
    (if not)
    Is there a way to find it manually or using some alternative ways.. ? My point is I should want to confirm it to the minute detail and finally confirm whether transaction is changed or not.
    Thanking you in anticipation.
    Thanks & Best Regards,
    L Raghunahth

    Hi,
    Thanks for the reply.
    Actually I want to list out all the programs functional modules, tables data elements etc responsible for the transaction C223.
    is there any program or transaction which will give me all the details.
    Thanks and Regards
    L Raghunahth

  • 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.

Maybe you are looking for