Extra tab

hello,
i have to add one more tab in campus management of students master , how to add the same, please let me know in details and step by step.
thanks
suja

Hello Naveen,
You can use Enhancement MM06E005 to get item level tab or header level tab.
I have used this enhancement ..
I have no idea about BADI..
Thanks
Seshu

Similar Messages

  • When I try to open a Hyperlink in Excel, the Firefox pop up the page I request with an extra tab of error message. How to fix it?

    Hey guys. The problem actually bothers me for a while.
    If I input a URL in an (microsoft) Excel Cell then turn it into a hyperlink, when I click on it. The Firfox, which is my default net browser will pop up and show the page I request. But there always has an extra tabs show some other things. Here is a sample:
    The url I request is: http://privacy.microsoft.com/zh-cn/default.mspx
    OK, the page is showed up and an extra tab's url is:
    http://privacy.microsoft.com/zh-cn/default.mspxFirefoxHTML%5CShell%5COpen%5CCommand
    the later part: 【FirefoxHTML%5CShell%5COpen%5CCommand】 is automatally added behind the url I request. And the correspond page reads: The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
    how to fix this problem? and many thanks.:)

    Can you post the original link you have in Excel. We need to see what the
    full link looks like.

  • Add an extra :Tab" on the Purchase Order's ITEM DETAIL level.

    Hi:
    Can anyone please tell me how I go about to add an additional "TAB" on the Item Detail level of a Purchase Order...??
    Thanks.
    W.

    It is not possible to add extra tab by configuration .you have to use user exit/BADI to get this .
    user exit :MM06E005 
    BADI : ME_PROCESS_PO_CUST
    consult with your abaper for developemnt

  • How do I stop extra tabs from open on start up?

    How do I stop extra tabs from open on start up? When I save new tabs the next time I open I have the new saved tabs. On the next opening after that are the same 7 tabs I don't want and didn't save. edit

    Make sure that the pages aren't set as multiple home page, see
    * [[How to set the home page]] - Firefox supports multiple home pages separated by '|' symbols
    See also:
    * http://kb.mozillazine.org/Preferences_not_saved
    If you use [[Clear Recent History]] to clear the 'Browsing History' when you close Firefox then restoring tabs from the last session ("Save & Quit" or "Show my windows and tabs from last time") doesn't work.
    * http://kb.mozillazine.org/Session_Restore

  • MIGO transaction Extra Tab

    Here we are facing one problem in one of the Business Add ins for MIGO Transaction .
    The BADI we have used is MB_MIGO_BADI. It successfully adds the extra tab in migo transaction. But if the change the fields of the communicating structure in Line_modify method it says BADI doenot allow to change the fields and it doesnot modify the database Table MSEG. we have append structure in goitem structure and MSEG Table ... but still we are still getting a msg that the field cannot be modified ....

    There is a BADI MB_MIGO_BADI for adding tabs for MIGO transaction. When you go to se18, open the BADI. Then go to 'GOTO' -> sample code -> display. You can copy the example and play with it.
    The Badi, you can use multiple times. Which means you can create more than one tab. You just need to create more implement against the BADI.
    Hope this helps.
    JC.

  • Extra tab appears on home page saying ant download successful. Cannot stop it from appearing. Pop-up says firefox update available, cannot disable. Will not keep changes about disable upgrades.

    When I open mozilla firefox, an extra tab appears that says ant upgrade download successful. I had set that do not accept upgrades. It upgraded and I cannot eliminate the tab from appearing on my homepage. I always have problems when I take a Mozilla update so I tried to disable. I keep getting a pop-up telling me one is available and I should take it. I am trying to not change my service.

    When I open mozilla firefox, an extra tab appears that says ant upgrade download successful. I had set that do not accept upgrades. It upgraded and I cannot eliminate the tab from appearing on my homepage. I always have problems when I take a Mozilla update so I tried to disable. I keep getting a pop-up telling me one is available and I should take it. I am trying to not change my service.

  • Extending the OIM Admin Console with an extra tab

    Hi All,
    I've been busy for some time to add an extra tab to the management console of OIM, the extra tab I succeeded adding it using the supplied documents. But on this tab a table has to be showed which gives the user the possibility to manage the content of that table (just a view on a DB table thus). I've build this application in JDev as an ADF (web)application which I then deploy as ADF library and which then should give me the possibility to add this application using a region.
    So in this ADF library I have a page fragment which only contains a region which points to the workflow for the table editing, this fragment is then referred to as described in the "customizing_oim_ui_selfservice_to_add_an_adf_tab.pdf". This all looks to work just fine except for when entering the newly created tab, the tab stays blank and in the logfile I see some messages:
    <Warning> <oracle.adf.view.rich.component.fragment.UIXRegion> <BEA-000000> <
    java.lang.IllegalStateException: The expression "#{data.sodMainFragmentPageDef.editsodtaskflow1.regionModel}" (that was specified for the RegionModel "value" attribute of the region component with id "r1") evaluated to null.
    This is typically due to an error in the configuration of the objects referenced by this expression.
    If it helps, the expression "#{data.sodMainFragmentPageDef.editsodtaskflow1}" evaluates to "null".
    If it helps, the expression "#{data.sodMainFragmentPageDef}" evaluates to "null".
    If it helps, the expression "#{data}" evaluates to "oracle.adf.model.servlet.HttpBindingContext@100f4dd5". Now using an empty RegionModel instead.
    at oracle.adf.view.rich.component.fragment.UIXRegion.getRegionModel(UIXRegion.java:439)
    So my question is, why do I get this message and secondly is this the right approach or should I do it in an other way or don't do it at all?
    Maybe somebody knows if it is possible to use ADF Business components inside OIM to be used for added functionality to the self service??????
    Edited by: soverbosch on 8-dec-2011 14:13

    Did you ever get this answered? I know this is an old thread, but I am hoping someone can chime in.
    soverbosch wrote:
    Hi All,
    Maybe somebody knows if it is possible to use ADF Business components inside OIM to be used for added functionality to the self service??????
    Edited by: soverbosch on 8-dec-2011 14:13

  • Extra tab in Purchase Order

    Hi ,
    Using BADI definition ME_GUI_PO_CUST, we created implementation ZPBS_FS_MM_PO for adding adiitional tab in Purchase Order Screen-- Tcode ME23.
    But, the extra tab is not being shown ...Iam not able to understand what the problem is...
    Iam pasting the code...Please guide me..
    method IF_EX_ME_GUI_PO_CUST~SUBSCRIBE.
      DATA: ls_subscriber LIKE LINE OF re_subscribers.
    we want to add a customer subscreen on the item detail tab
      CHECK im_application = 'PO'.
      CHECK im_element     = 'HEADER'.
    each line in re_subscribers generates a subscreen. We add one subscreen in this example
      CLEAR re_subscribers[].
    the name is a unique identifier for the subscreen and defined in this class definition
      ls_subscriber-name = subscreen1.
    the dynpro number to use
      ls_subscriber-dynpro = '9000'.
    the program where the dynpro can be found
      ls_subscriber-program = 'ZPBS_FS_MM_MM01_SUBSCREEN'.
    each subscreen needs his own DDIC-Structure
      ls_subscriber-struct_name = 'ZMEPO_BADI_STRUCT'.
    a label can be defined
      ls_subscriber-label = text-001.
    the position within the tabstrib can be defined
      ls_subscriber-position = 10.
    the height of the screen can be defined here. Currently we suport two screen sizes:
    value <= 7 a sevel line subscreen
    value > 7  a 16 line subscreen
      ls_subscriber-height = 7.
      APPEND ls_subscriber TO re_subscribers.
    endmethod.
    Thanks,
    ---Shivaa....

    s, darek i created d screen....
    wat else could b the reason?

  • Why is there always an extra tab in Firefox? Even if I try to close it, it reopen automaticly. Please help!

    No matter what, whenever I open Firefox, an extra tab opens up. I've tried countless times to close it but it always reopens! It is very annoying. The tab is always google.com. I've tried everything, please help!!

    You may have set the home page to a website that opens in the sidebar or have set multiple home pages.
    Opening in the sidebar is the default for bookmarks that are created via a link or button on a website.<br />
    You can check the Properties of a bookmark via the right-click context menu in the sidebar (Ctrl+B; Cmd+B on Mac).<br />
    In the Bookmarks Manager (Bookmarks > Show All Bookmarks) you can click the More button in the Details pane at the bottom right.<br />
    Make sure that "Load this bookmark in the sidebar" is not selected.<br />
    *Tools > Options > General > Startup: Home page
    *https://support.mozilla.org/kb/How+to+set+the+home+page

  • When I open the browser I get a extra tab besides my home page that opens. I only want my home page to open.

    When I open the browser I get a extra tab besides my home page that opens. I only want my home page to open.

    Extra pages can be a sign that a bad add-on has crept into your Firefox. For example, an Astromenda infection.
    cor-el pointed you toward Firefox's Add-ons page, and I suggest also checking here:
    Open the Windows '''Control Panel''', Uninstall a Program. After the list loads, click the "Installed on" column heading to group the infections, I mean, additions, by date. This can help in smoking out undisclosed bundle items that snuck in with some software you agreed to install. Take out as much trash as possible here.
    For further cleaning, try the '''scanning/cleaning tools''' listed in our support article: [[Troubleshoot Firefox issues caused by malware]]. These on-demand scanners are free and take considerable time to run. If they finish quickly and especially if they require payment, you may have a serious infection. I suggest the specialized forums listed in the article in that case.

  • Color attribute in Extra tab

    Hi,
    I want to assign different colors for planned orders in planning board using pp/ds planning board decision table, so that if I make a field in extra tab of Product master data to represent a color say red, the order in planning board will be displayed in red for that product. Have anyone configured the planning board objects (operation) with different colors according to the product attribute field? Appreciate your help.
    Thanks,
    Andy

    Hi,
    I will give you one example. Follow following steps
    1. Define value of freely defineable attribute as RED in product master
    2. Go to planning board profile copy standarad planning board profile SAP001
    3. select graphical object id ORD_DEF_1 copy it and give new name ex-Red
    4. Select graphical element for new graphical object ID red RED and change the colour of element to red.
    5. Double click charts, select the chart for which you want to display orders in different colours
    6. Then double click on decision table for graphical objects click on new entries keep decision group and step as 0 or 1
    select table name 4  click on field selection and select feild freely defineable attribute
    select relational operatior as eq  compar value =red
    then  graphical object id=Red.
    Regards,
    Santosh

  • Extra Tab on Windows Menu Bar

    What is the extra tab on the windows menu bar for? I would like to remove it for LabVIEW programs that I compile, so that when I run the program (or somebody else runs it), there is only one tab for that program. If anyone knows how to do this, please let me know.

    You can remove the second tab by adding this line to either the executables ini file
    hideRootWindow=true
    Here is a KB that discusses the tabs How Can I Hide My LabVIEW VI So It Does Not Show in the Taskbar With My Executable?

  • Steps for transferring data to extra tab fields

    Hi,
          I have to populate target days from range of coverage to extra tab field. What are the steps I need to follow?
    First I need to use the FM EXIT_SAPLCMAT_001 to get the value on R/3 side and send to APO
    I think I need to create a file and give a name for that in APO product master Extra tab.
                   I know how to do the first part then I don't have any idea on how to proceed after that.
    I would appreciate any help.
    Thanks.

    I found the procedure myself.
    Here it is:
    1. Create a project in CMOD for the user exit FM “EXIT_SAPLCMAT_001”
    2. Enter your coding to populate the field one of the fields AT01 to 05 in the table CT_CIF_MATLOC-AT10X ( X being on of 1 to 5)
    3. In APO, maintain the field names in SPRO>APO>Master data>Maintain Freely definable attributes for the field AT10X as “Your required text here”. 
    When the material is CIFed from R/3 to APO, it is filled in the field “Your required text here”.

  • BADIs to extract data to EXTRA tab

    Hi,
                If I have to fillup values in the extra tab, what function module or BADI should I use? Any reference to the procedure is much appreciated.
    Thanks.

    Hi Visu,
         You can do it via the user exit 'APOCF005'.
    Regards,
    Siva.

  • Adding one extra tab in FS00

    Dear All
    In FS00 , I need to add one extra Tab  for storing some Customer related fields .
    I have searched so many threads  but  nothing  is working out.   Kindly give me a solution to fix this issue.
    Whether it is Possible through Screen Exit ? Or any other Method ?
    Regards,
    Raja

    Hi
    check you are in change mode
    and
    drag the pushbutton and place it on the tabstip
    Regards

  • ADDING A EXTRA TAB IN TABSTIP

    Hello  to all,
      I ve created a tabstrip in my screnn. It contains three tabs. Now my requirement is to add an extra tab in this section. I ve tried a lot but unable to add. Can anybody help me in this regard.

    Hi
    check you are in change mode
    and
    drag the pushbutton and place it on the tabstip
    Regards

Maybe you are looking for

  • What's the best way to transfer music between computers after iTunes Match?

    I've pretty much uploaded everything to iTunes Match now, but my collection is across two computers and so it has merged everything together... Which is fine. However, I was planning on moving some of my items from one computer to another (i.e. from

  • Vendor Confirmation_Urgent

    Hi Gurus, I'm having a scenario, in which my client want to enter the Confirmation of Vendor.( After sending the PO, Vendor issue a letter suggesting his capacity to delivery & delivery date). I have tried this functionality, using Inbound delivery.

  • MappedSuperclass inheritance problem

    Using Oracle TopLink Essentials - 2006.6 (Build 060608) Here is the hierarchy: @MappedSuperclass public abstract class AbstractEntity implements Serializable, Persistable { @Version @Column(name="VERSION") private Integer version; @Entity @TableGener

  • EA3: Bug in dependencies query for table tab

    SQL Developer 1.5EA3, JDK 1.6.0_04 I have just noticed a problem with the dependencies query on the table tab - it only shows dependencies where the referencing object is owned by the table owner and for any object with the same name as the table own

  • Jfilechooser info

    HI I'm using Jfilechooser to open/save files. I have some question: 1) The filechooser language is italian, now I want to show it with english language... 2) in the save filechooser, i want to save xml files, so I wanna show in the "file name" field