How to add aditional TAB in transport studio of CMS !!!

Hi,
Query 1:
If we define runtime system configurations  for Dev, Consolidation (QA system), test and production in landscape configurator of CMS, same appears as TABs in transport studio of CMS.
Also sequence will be Dev than consolidation than Test and finally production system TAB.
I want to add one more TAB in transport studio of CMS that correspond to my traing portal server, so that I can import all my changes which has been moved to production into my training server, also I want this additional TRAING SERVER TAB to appear after production TAB in transport studio of CMS.
How i can achieve this ??
Query 2:
If i want to bring test server TAB after production TAB in transport studio of CMS , how I can do this ? generally Test system TAB comes before production server TAb, I want Test system TAB to come after production TAB? How to do this ??

Have a look at this blog.
/people/marion.schlotte/blog/2006/03/30/best-practices-for-nwdi-track-design-for-ongoing-development
Additionally search for 'track connection'.
The idea is to create a new track in to which all your production code from the first track can be transported.
Regards, Marcel.

Similar Messages

  • How to add new tab page to equiment ?

    Dear Guru's
    i created the new equipement category K by coping the standard S.when i am creating the equipment while using equipment category S i am getting tab pages General,Location,organization,structure,Sales and Distribution.
    But while using the equipment category K for creating the new equipment i am getting the tab pages General,Location,organization,structure 4 only.
    why the 5 one Sales and Distribution is not coming ?
    how to add new tab page like Partners ?In that fields like sold to party,ship to party ?
    Could anybody help me in this regards
    Thank you
    suribabu

    In Equipment category creation config in IMG, check for the View Profile for both the equipment category S & K.
    For adding new tab, follow the IMG path.
    PM & CS => Master data => Technical Objects => General Data => Set view profiles for Technical objects
    Select the View profile which has been assigned to your equipment category & click Activity & layouts of views. In that screen, under seq.no, select the Partners.
    Do the same for other requried tabs based on your requirement.
    If there are same profile assigned to both equipment category, go to equipment creation creation => Edit => view selection. There you will find the required tabs.

  • How to add new tab screen in transaction BP

    Hi,
       Please let me know How to add new tab screen in transaction ukm_BP. Is there any SPRO configuration needed for this?
    Thanks,
    Debi.

    Hi,
    You may also try the exits available with the MIGO transaction. To find exits you can use the fillowing code by giving tranasaction code as input.
    REPORT  zrmexitfinder                               .
    TABLES: modsap, modact, tstc.
    PARAMETERS: input1 LIKE tstc-tcode DEFAULT ' ',
                input2 LIKE modsap-typ DEFAULT ' '.
    DATA: search1(6),
          search2(3),
          search3 LIKE modsap-member.
    DATA : first_row VALUE 'Y'.
    CONCATENATE: '%' input1 '%' INTO search1,
    '%' input2 INTO search2.
    SELECT * FROM tstc WHERE tcode LIKE search1.
      first_row = 'Y'.
      CHECK tstc-pgmna NE space.
      CONCATENATE '%' tstc-pgmna '%' INTO search3.
      SELECT * FROM modsap WHERE typ LIKE search2
      AND member LIKE search3.
        SELECT SINGLE * FROM modact WHERE member = modsap-name.
        IF first_row EQ 'Y'.
          WRITE: /0 tstc-tcode, 6 tstc-pgmna, 16 modsap-name, 32 modsap-typ,
                 45 modsap-member, 70 modact-name.
          first_row = 'N'.
        ELSE.
          WRITE: /16 modsap-name, 32 modsap-typ, 45 modsap-member, 70 modact-name.
        ENDIF.
        CLEAR : modsap, modact.
      ENDSELECT.
      IF sy-subrc NE 0.
        WRITE : /0 tstc-tcode, 6 tstc-pgmna, 30 'No exits found'.
      ENDIF.
      CLEAR tstc.
    ENDSELECT.
    END-OF-SELECTION.
      CLEAR: search1, search2, search3.
    Regards,
    Renjith Michael.

  • How to add navigation tabs ?

    i am adding a tab :-
    Experience Definition Features --> Edit Navigation Options --> Edit Links
    there is option of adding only one tab it comes when i Add Pages ..
    how to have more tabs ?
    and how to have a tab with out dropdown feature like adminisrtation tab ?
    thanks in advance

    Answering your first question,
    I think we can have only 1 tab with add links option. Not sure how to add second tab there.
    Answering your second question,
    1) Craete a community
    2) In the security page, choose "mandatory with tab" for the respective user group.
    3) This will add a tab to that communty in the header.
    Bharat

  • How to add new tab after reason for rejection tab using tcode va01

    Hello,
    how to add new tab after reason for rejection tab using tcode va01.

    Hi,
    You can check this link...
    Hope it will be helpful to you.
    [https://forums.sdn.sap.com/click.jspa?searchID=23016273&messageID=6825861]
    [http://www.sapdevelopment.co.uk/enhance/fexits.htm]
    -Maharshi
    Edited by: Maharshi Vyas on Mar 3, 2009 12:45 PM

  • How to add extra tab in bapi at item level

    hi developer,
    please guide me in solving this problem i.e how to add extra tab in bapi at item level .
    thanks .
    ravi

    What are you exactly asking for, I don't understand your question...
    Transaction screen, adding a tab / customer fields
    Business Object / BAPI, modifying BAPI signature, extension
    NB : The quality of an answer depends significantly on the quality of the question ...
    Regards,
    Raymond

  • How to add new tab under tansaction tab

    Hi Team,
    I would like to add a new customized tab to the "Transaction Data" screen in transaction CRM_DNO_MONITOR.
    It currently has the following standard tabs:
    Overview
    SAP Attributes
    SAP Notes
    Solution Database
    Partners
    Actions
    Status
    Documents
    and I would like to add a new one with 'My Data'
    We want to add some Ztable fields  on this separate tab - things like-
    Fields Names :
    1.     Change type
    2.     Change Test Procedure
    3.     Fall back option
    4.     Impact Assessment
    5.     Module
    6.     Business Unit Impact
    7.     Estimated Cost
    8.     System Performance
    9.     Risk
    Can anyone give me any pointers on how to proceed ?
    Thanks & Regards,
    srikumar.anamala
    Edited by: srianamala on Apr 30, 2010 6:57 AM

    Hi,
    I think for that you need a user exit or BADI. Like most of the standard transaction you will find user exit or BADI to add new tab.
    For example MM06E005
    You can create custom fields in the includes CI_EKKODB and CI_EKPODB . Create yours screen 0111.
    EXIT_SAPMM06E_016, EXIT_SAPMM06E_018  use to export and import data.
    See BADI: ME_PROCESS_PO_CUST
    Thanks,
    Abhijit

  • How to add new tab to GL Accounts Determination Form

    Hello Professionals,
    I want to add new tab to GL Accounts Determination. This form can't be opened using screen painter in SAP, Also, i have tried several codes to add it through UI API but with no progress so far.
    How can i do this?
    Thanks in advance

    Hi Karem,
    Use this code in your Item Event on G\L account determination form.
    and Use it in FormLoad  Event  [SAPbouiCOM.BoEventTypes.et_FORM_LOAD] and
    Before Action=False
            Dim oitem As SAPbouiCOM.Item
            Dim oextitem As SAPbouiCOM.Item
            Dim oPanel As SAPbouiCOM.Folder
            objform.DataSources.UserDataSources.Add("UD_FDR", SAPbouiCOM.BoDataType.dt_SHORT_TEXT, 20)
            oitem = objform.Items.Add("TAB", SAPbouiCOM.BoFormItemTypes.it_FOLDER)
            oextitem = objform.Items.Item("10000008") 'Inventory Tab'
            oitem.Height = oextitem.Height
            oitem.Width = oextitem.Width
            oitem.Left = oextitem.Left + 100
            oitem.Top = oextitem.Top
            oPanel = oitem.Specific
            oPanel.Caption = "New Tab Folder"
            oPanel.Pane = 10
            oPanel.DataBind.SetBound(True, "", "UD_FDR")
            oPanel.GroupWith(10000008)
    I hope it will help.
    Thanks & regards,
    P.T.Sampath

  • How to add config changes in Transport Request

    Hi Experts,
    We did some config changes in Logistics - General=>Material Master=>Configuring the Material Master=>Define structure of Data screen for screen sequence / Assign Secondary sequence / Maintain Order of Main and Additional Screens.
    But while saving this config of  Assign Secondary sequence / Maintain Order of Main and Additional Screens its not asking for Transport Request.
    Even i checked in the menu of EDIT-Tranport entries, but the menu's are in disable mode.
    Can anyone guide me how to add this two fields config changes in to TR?
    Thanks and regards,
    Anandhan

    Hi,
    This is really strage.
    However you can try the following.
    upon entering the config node, use the first menu option in which option "transport" would be there.
    Upon clicking it, the same table opens in display mode.
    Select the entries that you have created and use the option "include in transport"
    When asked for, provide teh transport number.
    Alternatively you can create a transport and them use SE10 to include entries from tables that you can select.
    ou may need teh help of an experinced ABAPer or Basis to do it if you are not confortable doing it yourself.
    However if the config effects multiple tables, then this is not a viable option as you need to know all the impacted tables.
    hope this helps.

  • How to add Report to a transport

    HI,
    Can any body tell me how to add the report to a transport number.
    thanks in advance.
    kp

    Hi,
    Open the report in SE80.
    At the left hand side you will find a container which will have a list of all includes,tables,screens whatever you have in your report.
    Right Click on the Program name where in you will find the More functions option under which you will find the Write Transport Entry.
    Click on that and you will get a new pop-up where in you can create a new TR Number by clicking a Create Button.
    Once done with that click on the tick mark.
    With your reoport will have a TR number.
    The most important thing is if  you had saved the object as $TMP you will not be able to transport it.When you save it in $TMP  all the objects will be saved as Local objects and Local objects will not be transportable.
    All the objects should be saved in the resepective Development Class by which we can be able to transport frtom one Serve to another.
    Now go to SE09 and there you wil be able to find a tree with the TR Numbers.By selecting your object and the clicking on the Lorry Button the object will be released.TR can be Modifiable too.By making it a modifibale request we will be able to transport it with the same TR  num even after making some changes.
    Hope I had cleared your doubt,if not revert with your question.
    K.Kiran

  • How to add additional tab or fields in ME21n

    Hi all.
    I included some fields in EKKO table.
    I want to add these fields in ME21n, ME22n, ME23n Header screens.
    How to add?
    I can't find screen exit and user exit.
    Plz, let me know how to do in detail.
    Regards,
    nam
    Message was edited by:
            Kil Nam Kim

    Hi
    It is very much possible. Please discuss with your development team with the exact requirements. They should be able to do it with screen exits.
    Reward if this helps.

  • Tabstrib - how to add a tab into a existing tabstrip ?

    Hello,
    I have add a tab into a existing tabstrip. What is step by step the procedure to do ?
    If I go on the existing tabstrip, I can't see the "create a new tab" or something likr that.
    Tks,
    R

    HI,
    Double click in the Corner area of TabStrip and enter the number TAB CONTROL in the Attributes pop up window
    Or simply drag a Push Button and place on the Tabstrip Control
    Cheerz
    Ram

  • How to add Sub Tabs to Admin Interface under Account Tab.

    Guys,
    Is there way to add sub tabs to Accounts Tab in admin interface.
    Regards,
    Vinod

    It can be done -
    The necessary java code to achieve this needs to be put in the file: includes/bodyStart.jsp above the line that creates the navigation bar:
    <% String navBar = p.getMainNavigation();
    For example, let's say we want to add a new tab that gives us a shortcut to the debug/session pages, and a sub-tab below it that lists all configuration objects in the repository. Here's the code for it:
    // Add a tab..
    com.waveset.ui.PageNavigation DEBUG_PAGE = new com.waveset.ui.PageNavigation("Debug", "debug/session.jsp", 0);
    DEBUG_PAGE.setRequiredPerms(new com.waveset.object.Permission[] { new com.waveset.object.Permission(com.waveset.object.Type.SYSTEM, com.waveset.object.Right.VIEW, true) });
    p.addPage(DEBUG_PAGE);
    // Add a sub-tab..
    String urlDebugListConfiguration = "debug/List_Objects.jsp?List_Objects_Type=Configuration";
    if (! DEBUG_PAGE.containsSubPage(urlDebugListConfiguration) ) {
    com.waveset.ui.PageNavigation DEBUG_LIST_CONF_PAGE = new com.waveset.ui.PageNavigation("List Configuration", urlDebugListConfiguration, 0);
    DEBUG_LIST_CONF_PAGE.setRequiredPerms(new com.waveset.object.Permission[] { new com.waveset.object.Permission(com.waveset.object.Type.CONFIGURATION, com.waveset.object.Right.VIEW, true)});
    DEBUG_PAGE.addSubPage(DEBUG_LIST_CONF_PAGE);
    As seen above, appropriate rights can be coded to limit the visibility of these tabs to administrators with certain capabilities. For a complete list of rights, refer to the IDM documentation and the java-docs for com.waveset.object.Type and com.waveset.object.Right.

  • Do not see created SC in check in tab of transport studio

    Hi,
    We have created  a SC in SLD and created a track and added that SC in Track.
    But when coming to the transport studio . Do not see the created sc , but can see the three dependent SCs as they are present in inbox.
    we are in Netweaver2004s . OS : windows
    any solutaion ?

    Hi Kousik,
    If I am not wrong then you have created SC in SLD and you wanted to start development under this SC, right?
    You have not added this SC as dependant SC. It will show only dependant SCs in the check-in list. You have to import those SCs into Development to start working with this.
    Try to import configuration from Developer studio. You will see your SC.
    If my assumption is wrong please reply.
    Regards,
    Bhavik

  • How to add search tab in the .chm file

    Hi All,
    All these days, I was using RH -5 to create the .chm file. Today, I moved onto RH -9. The chm file had the Search option enabled automatically in RH-5. But in RH-9, Glossary option alone is available and I am not able to add Search tab adjacent to the Index tab. Please refer to the screenshot for more clarification.
    Please help me to solve this as the client would expect Search tab for sure.
    Regards,
    Lata

    Hi Lata
    What you are showing in your image is a mismatch. The tab says Glossary but the contents of the tab show Search.
    I think in this case I would suggest attempting to define a new window with the attributes you need. Then configure that window as the default for the layout you are using.
    You define the window by:
    1. Ensure Microsoft HTML Help is the default layout.
    2. Click View > Pods > Project Set-up and you should see the windows there.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

Maybe you are looking for