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.

Similar Messages

  • 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 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 make new tab page look like FF 32?

    How do I get the new tab page to use smaller tiles consolidated in the middle of the screen like they appeared before updating to FF 33?
    I find if much easier to work with the more compact placement of tiles. I understand that some users prefer larger thumbnails and find the scaled tiles to be beneficial, however, I find the older, more compact arrangement to work with.
    I already use the Classic Theme Restorer plug-in to get rid of the Australius UI "enhancements," as I find them distracting and inconsistent with my overall system configuration. In general, I like my UI to be compact, and usually prefer corners to the rounded elements that are becoming increasingly common design elements.

    Unfortunately, I don't think that there is an add-on that does specifically what you want. With the latest Firefox update, the number of tiles is now determined on screen size - if you zoom out or expand the window you can have more tiles appear.
    If you want to set a fixed number of tiles, you can do so with the following extension:
    * https://addons.mozilla.org/en-US/firefox/addon/new-tab-tools/
    You can also see '''jscher2000''''s Chosen Solution here: https://support.mozilla.org/en-US/questions/1025414
    It requires the [https://addons.mozilla.org/firefox/addon/stylish/ Stylish] add-on but will automatically shrink the tiles on the page:
    * https://userstyles.org/styles/106326/shrink-new-tab-thumbnails

  • Add new tabbed page

    Hi,
       I would like to add a new Tab on the "Payment Means" form. Can anyone send me some sample code on how to add a new tabbed page. I am using SBO 6.5.
    Thanks,
    Gopal

    Hi Gopal,
    Just some code snipets that may help you.
    In the form load:
    'Define variables
    Dim oFolder As SAPbouiCOM.Folder
            Dim oNewItem, oNewItem2, oItem As SAPbouiCOM.Item
    'Use an existing folder to get values
    oItem = oForm.Items.Item("39") '39 is an existing folder
    'Create new folder
    oNewItem = oForm.Items.Add("Folder1", SAPbouiCOM.BoFormItemTypes.it_FOLDER)
    oNewItem.Top = oItem.Top
    oNewItem.Height = oItem.Height
    oNewItem.Width = oItem.Width
    oNewItem.Left = oItem.Left + oItem.Width - 70
    oFolder = oNewItem.Specific
    oFolder.Caption = "Folder 1"
    oFolder.GroupWith("39")
    The click event:
    If pVal.ItemUID = "Folder1"
    And pVal.EventType = SAPbouiCOM.BoEventTypes.et_CLICK
    And pVal.Before_Action = True Then
       'Change Pane level
       Dim oForm As SAPbouiCOM.Form
       oForm = con.Forms.Item(FormUID)
       oForm.PaneLevel = 9 
       'This PaneLevel is the one asigned to the new folder.
       'Be sure it doesn´t already exist.
    End If
    And finally, when you create the controls  that should be in the folder:
    Private oNewItem1 As SAPbouiCOM.Item
    oNewItem1.FromPane = Pane
    oNewItem1.ToPane = Pane
    I think I´m not forgetting anything.
    Hope helps,
    Ibai Peñ

  • 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 new Tab in IW32 transaction ?

    I need to add a new tab in the header tabstrip...
    I found an enhancement IWO10018..
    There are two exits in it.
    EXIT_SAPLCOIH_018
    EXIT_SAPLCOIH_019
    I want to know if this enhancement will help me ?
    if so please tell me all the steps of how to use these EXITs and creating screens etc... to get that tab.
    Also suggest if there is better way.

    Hi,
    Goto SMOD Tcode, Give the Enhance ment name, IWO10018
    Click on Test, and Click on Activate and Then goto Tcode IW32, and check wether a new Tab is created or not.
    Deactivate and double click on the ScreenExit, it will take u to Screen Painter, design ur Screen like add fields etc., and do coding in PBO and PAI accordingly.
    Regards
    Bala Krishna
    Edited by: Bala Krishna on Aug 26, 2008 5:13 PM

  • How to add new tab thumbnails - am using iMac OS X 10.9.4 -

    Currently have 4 thumbnail bookmarks that display when i click on plus sign that generates a new tab ...
    I have tried unsuccessfully to add more sites by following suggestions on mozilla help pages, i.e. clicking on blank thumbnail space as well as dragging from bookmarks library... all to no avail. Help appreciated.

    You can try to reset these prefs on the <b>about:config</b> page via the right-click context menu:
    *browser.newtabpage.pinned
    *browser.newtabpage.blocked
    You can open the <b>about:config</b> page via the location/address bar and you can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config

  • Reg: How to add new tab strip in MIGO transaction

    Hi Experts,
    I need to add a new tab strip(Inside one selection screen, If the user clicks the new tab strip, New selection screen should populate) in MIGO transaction after pressing enter for the movement type '122'.
    I tried with the BADI MB_MIGO_BADI, Simply i called the module pool program inside that BADI, But it is not giving any solution.
    Please guide me to find the solution for this requirement.
    Regards
    Vijay.R

    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.

  • Add fields into a new tab page

    Hi!
       I am in cProject 4.0 and there is a functionality to add new tab pages with fields in cProject components. The IMG activity is Collaboration Projects -> Global Enhancements to Project Elements -> Show Additional Tab Page in cProjects.
       The help for this activity specified that I only need customized it to works as well. It does not specified if I have to develop some extra BSP or webdynpro to work. I tried to put a new field in a new tab page in Project Definition, but only the new tab was showed. The new tab is empty.
       I know that in cProject 3.0 it was necessary a BSP development. Is it necessary develop a BSP in 4.0 too?
    Regards,
    Rafael Soares

    Hi Vivek, how are you ?
    I hope that you can clarify my doubts !
    I created my own Web Dynpro Aplication and assigned it in the customizing from cProjects.
    My aplication use fields the others tables (Z) and fields from table DPR_PROJECT (enhance CI_DPR_PROJECT). So, the logic to read and write my Z tables is working, but my problem is How Can I update the fields from CI_DPR_PROJECT structure ?
    I imagine that I need to read the container from UI standard, but until the moment I can't resgate these values. In customizing is that if I use the fields from CI_DPR_PROJECT the update will be automatically.
    Thank you very much,
    Milena

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

    Hello,
           How to add new tab after Reason for Rejection tab using tranzaction code VA01.
    pls suggest solution.

    I don't think you can add a tab after reason for rejection tab. There are custom tab, which you can use for your convenient, given by SAP. You can look into the below details:
    Program : SAPMV45A
    Screen: 8459(Item) and 8309(Header).
    Kuntal.

  • Add new TAB in ML81N Tcode..

    Hi Experts,
    I am new for screen exits...
    Can any one tell me how to add new tab in ML81N tcode in detail...
    Please waiting for your great answers...
    Thanks in advance,
    Kruthik
    Moderator message: please search for available information/documentation.
    Edited by: Thomas Zloch on Dec 1, 2011 2:03 PM

    Hi,
    Search SDN before posting a question. There are lots of threads on this topic.
    Have a look at this thread : Adding a new tab in MM01
    Read SAP Notes 38299 & 44410 as suggested in that thread.
    Thanks & Regards,
    Faheem.

  • How do you create/add websites to the 'new tab' page?

    I followed the help link you guys have already created. It instructs to go the 'show all bookmarks' window and drag an already created bookmark to a vacant spot on the 'new tab' page. This doesn't work for my PC as after i drag the desired bookmark, it just opens that page on the new tab page. Please help out with how to add new tiles to the blank new tab page.

    Hi there,
    You want to save websites in the Firefox tab page tiles,this is how I do it.
    You have to have the bookmarks bar enabled if it's not showing in your
    Firefox.Right click on an empty space to the top of Firefox & click
    Bookmarks Toolbar,It should show under the address bar & search bar
    like mine.
    Go to what sites you want saved in the Firefox tab page,drag & drop the
    site in the Bookmarks bar.Open the Firefox tab page,now drag & drop what you saved in the Bookmarks bar onto one of the tiles,It should work.
    You can delete any sites saved in the Bookmarks bar,right click on it & click delete.
    Sites saved in the tab page may need to be pinned if you clear cache,history & cookies.

  • How do i add a site to New Tab page without making it a bookmark first?

    ''locking a a duplicate of https://support.mozilla.org/en-US/questions/1039823''
    presently, to add to my New Tab page:
    0 = bookmark the page
    1 = then drag fhe star to an empty rectangle on the New Tab page
    i want just to drag or type it in without having to first bookmark it. please advise.

    You can drag an history item as well (e.g. from the history sidebar), so yuo do not need to bookmark a website.

Maybe you are looking for

  • Idoc sent with status 03 but not arrive to destination

    Hi experts, I am working on idoc scenario on ECC6.0.I am pushing the idoc from R/3 system to Cast Iron Midleware (non SAP aplication).I have done all the prerequisites involved to pushing idoc----- maintain Rfc destinations,maintain port,partner prof

  • Exceptions in Executor.submit

    Run the following test code: public class Test {     public static void main(String[] args) {         ExecutorService executor = Executors.newCachedThreadPool();         executor.submit(new Runnable() {             public void run() {                

  • Dividing incoming train of pulse signals into individual pulse signals

    Hello, I am acquiring the pulse signals using DAQ with sample rate of 500Hz.In the attached image the first signal corresponds to 1 second duration samples of pulse signal and second with 10 second duration collected using collector.Now I want to div

  • HT1349 Cannot delete calendar entries

    Users guide says tap entry then edit then select delete.  Calendar does not show an edit button after selecting the event

  • Progress bars objects not serializable message iat application runtime

    I am getting errors for the beans that have to do with progress bars. It says these objects are not serializable. When I try to implement serializable I still get that error. What do I need to do? I have 3 progress bars in view scope. SEVERE: ADFc: S