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.

Similar Messages

  • How to add sub menus in dreamweaver CC using Jquery Tabs

    How can I add sub menus to a Menu Bar in DreamWeaver CC. I know how to do it in CS6 using Spry Menu bar but it's just not as simple as that was now in CC.
    Any Help is appreciated!!

    jQuery tabs is a replacement for Spry tabs, not the Spry menubar.
    Stella333 found a good replacement for the Spry menubar http://forums.adobe.com/thread/1247870

  • How to add sub total

    hi
    how to add sub total in SAP Script using subroutine

    SAPscripts How to calculate Totals and Subtotals
    I have some doubs in BDC and SMART FORMS.  I want to change the material number using the transaction code MM02 through BDC.
    In scripts and smartforms how to calculate totals and subtotals?
    To calculate totals and sub totals in sap scripts you have to use subroutines.
    Say if you have to add the unit price (KOMVD-KBERT) then in the main window whereever tat value is picked write this routine
    /: DEFINE &TOT_PRICE&
    /: PERFORM F_GET_PRICE IN PROGRAM <subroutine prog name> /:USING &KOMVD-KBERT& /:CHANGING &TOT_PRICE& /:ENDPERFORM
    Then write the variable where ever you want it to be printed (mostly it will be in footer window)
    Then create subroutine pool program and you have to write the code.
    FORM F_GET_PRICE tables int_cond structure itcsy
                                        outt_cond structure itcsy. data : value type kbert.
    statics   value1 type kbert.
    Read int_cond table index 1.
    value = int_cond-value.
    value1 = value1 + value.
    Read outt_cond table index 1.
    outt_cond-value = value1.
    Modify outt_cond index 1.
    ENDFORM.
    I have given a rough outline, please be aware of the variable conversions as Int_cond-value and outt_cond-value are characters.

  • How to add more comments in the Nomination Header notes tab

    Short Text 
    How to add more comments in the Nomination Header notes tab 
    In the nomination screen, there are the tabs for header and item notes.
    Within each of those tabs, there are categories for the type ofcomments. Currently in the nomination maintenance screen header notes
    there are onlythree comment categories are available 1) General comments 2) Carriercoment 3) Shipper Comment and We would like add more comments in this
    section. In the configuration we couldn't find a place where we can add
    more customer specific comments. Can we add comments in the header
    notes tab and if so where can we add the additional comments ?

    Hello Giri,
    You could try the following to create new text types for nomination header.
    1) Execute transaction SM31
    2) The view here is V_TTXIDI
    3) Click on maintain .
    4) Create new entries .
    5) Since you want to add new more comments in the nomination header enter the text object as OIJRCODE_H
    6) Enter a text ID starting with Z
    7) Enter a description and save the new entry.
    In case you want to add new comments at the item level use the text object as OIJRCODE_I.
    When you restart the transaction O4NM again you will see the new entry added.
    This will solve the issue.
    Regards,
    Sandil

  • How to add an itunes gift card to your account using a 3rd Gen itouch

    Does anybody know how to add an itunes girt card to your account using a ipod touch 3rd gen

    You can redeem iTunes Store gift cards, gift certificates, or other promotional codes to make purchases. When you’re signed in to your account, your remaining store credit appears with your account information at the bottom of most iTunes Store screens.
    Enter a redemption code: Tap Music, then tap Redeem at the bottom of the screen and follow the onscreen instructions.

  • Creating new Tab in Admin Interface;  JSP

    I am now in the process of creating a new Tab to add to my Admin Interface. In this Tab, I want to create a simple User Form.
    This requires that I create a new JSP page.
    Being an illiterate in JSP, I took a crash course in how to create Forms in JSP.
    The tutorials are good. The problem is : how to "include" IDM itself in the new JSP page.
    Meaning : how to "*submit*" the form to IDM, once it has been filled in, so that it is processed by IDM workflow.
    How do I configure the "*Submit*" button ?

    you can make a jsp which include a user form. In this user form you can start a workflow. check the jsp of the other tabs and you'll see how it's done.
    buttons: remove the default buttons and make it by yourself. Then you can start a workflow by pressing the button. OR make a field like
    <Field name='viewOptions.Process'>
    <Expansion>
    <s>YourWorkflow</s>
    </Expansion>
    </Field>
    Edited by: john_everett_nl on May 26, 2010 1:52 PM

  • How to add a new field to an newly created tab in QM02?

    HI ,
    I had created a new tab in QM02 using spro. Now I want to add afield (Product hierarchy) to the tab. I have used screen area 090 for it.
    And have also created a screen (777) in function module XQQM.
    Can anybody pls elaborate how to add the field? Also how will the value  be fetched (for the field) from the table MARA?

    Hai      venkateshwar reddy ,
    try with these user exits
    MGA00001 Material Master (Industry): Checks and Enhancements
    MGA00002 Material Master (Industry): Number Assignment
    MGA00003 Material Master (Industry and Retail): Number Display
    Refer these steps also
    http://sap.ittoolbox.com/groups/technical-functional/sap-r3-dev/screen-exit-on-mm01-mm02-mm03-322717#

  • How to add sub pages in iWeb templates

    Anybody knows how to add a sub pages in the templates? I want to add sub pages under the main header, e.g. "About Us."

    Just to say that you can do it in the way that Steve has already said and I did this on one of my sites and it worked really well.
    Lets take your example of About George. You create your page About George and you include this page in your navigation menu. Now lets suppose that you have more that you want to add about George with two other pages - George at Work and George at Play. You want to link to these pages from About George, but you don't want the page names visible. Well, you can do this by creating the pages and then going to Inspector. Click on pages and then check don't include in navigation menu. Then you can create links on the About George page to get to the other pages George at Work and George at Play - use shapes or text boxes to create these with something like Back and Next on those pages to take you forward to the next page and then back to the main page.
    I think you will need to create your own nav bar to be able to achieve this, as it means linking to different pages, but it does work well.

  • How to add servernode through visual admin

    Hi
    Can we add new server node through visual admin. I know how to do it with config tool. Can anybody help me to know how to do it with visual admin.
    Regards
    Rizvi

    It would appear that the Config tool is the proper way (and you are already capable in this way): 
    http://help.sap.com/saphelp_nw04/helpdata/en/f1/c8c93f4d903b1ce10000000a114084/frameset.htm
    Section 2.1.2:  http://service.sap.com/~form/sapnet?_SHORTKEY=00200797470000065920&_OBJECT=011000358700000587802006E

  • How to add custom field in delivery address/performance location tab in SRM shopping cart and Ship to address Pop-up in SRM PO?

    Hi Experts
    i have a reuirement where i have to add custom field in delivery address/performance location tab in SRM shopping cart and Ship to address Pop-up in SRM PO
    i am doing below steps for this.
    1. Adding custom field ZZfield in structure INCL_EEW_PD_PARTNER_CSF by  using  append structure.
    2. Spro ->Supplier Relationship Management -> SRM Server -> Cross application basic settings -> Extensions and field controls (personalization) -> Configure field control ->Configure Control for Fields of Substructures
    then click on  "Metadata for Fields of Substructures and Table-Like Enhancements"  
    add the below entry
    Bus. Object Set Type  : I am trying 7 and 29
    Structure Field Name  : ZZfield
    Bus. Object Type       : BUS2121/BUS2201
    Set Level                    : Item
    Field Visible :  Check box should be checked
    Field Enable :  check box should be checked
    Can anyone has the idea of this?
    Thanks
    Rohit

    Hello Rohit,
    Please create a enchancement for component  /SAPSRM/WDC_UI_DO_SHIPTO.
    Add new input field and label in view V_DODC_SHIPTO.
    Bind the input field value with field ZZfield from structure  /SAPSRM/WDC_UI_DO_SHIPTO in the context node SHIP_TO .
    Regards,
    Neelima

  • How to hide Use a master password optin under Security tab

    I have been using firefox 3.5.9 and I was asked to hide the "Use a master password" option under security tab. Please help me how to do this.
    Thanks
    Kumar
    == This happened ==
    Every time Firefox opened
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FMRCo Core 4.1.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)

    Add code to [http://kb.mozillazine.org/UserChrome.css userChrome.css] below the @namespace line.
    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files
    <code>#masterPasswordBox </code>

  • How to Activate "Site" Field in MIRO - G\L Account Tab

    Hi Experts,
    I need to make "Site" Field in Tcode MIRO - G\L Account Tab as inputable field for User which is currently not visible in screen.
    This field is available in Standard Layout provided in SAP as Invisible.
    I cannot able to make the field as Optional in Standard Layout.
    The field is also available in Structure ACGL_ITEM-WERKS.
    Can Anyone tell me how to make the field ready for User Input in MIRO Screen.
    Thanks and Regards,
    Selvakumar. M

    Hi Selvakumar,
                                                                                    Please note that the following fields are not supported for G/L direct  posting in MIRO:                                                                               
    ACGL_ITEM_VALUT (Value data )                                                
    ACGL_ITEM_VBUND (Trading partner)                                            
    ACGL_ITEM_GRICD (Activity code)                                              
    ACGL_ITEM_GRIRG (Region)                                                     
    ACGL_ITEM_GITYP (Distrib.type for employ tax)                                
    ACGL_ITEM_FKON  (Fin. Budget item)                                           
    ACGL_ITEM_ETEN2 (Sched. Line is sales order)                                 
    ACGL_ITEM_WERKS (Plnt)                            <<<                        
    ACGL_ITEM_EBELN (Purch.doc.)                                                 
    ACGL_ITEM_EBELP (Purchase document item number)                              
    ACGL_ITEM_PRCTR (Partner profit center)                                      
    ACGL_ITEM_BEWAR (Trans. type)                                                
    ACGL_ITEM_MATNR (Material)                                          
    ACGL_ITEM_BWTAR (Material valuation type)                                                                               
    These fields are not saved in the logistic invoice document so their value can not be transferred. They can be made visible by changing   screen variant however, this still means that the fields will not be ready for input, you can only see them.  technically, when an invoice with the item referred to a G/L account is posted, the field 'Plant' cannot be properly saved in the database table RBCO, because there are no fields for them in the table RBCO       
    and this can cause problems by following processes.  The field can be made visible by changing screen      
    variant however, this still means that they will not be ready for input.                                                                               
    Regards,
    Mauro

  • HT4913 How to add My Mac into my I Tunes account.

    Hi, I want to download an App which I purchased through my iPad into my Mac Pro.
    So, I noticed that my Mac is not yet registered to my device list, even though it is already authorised.
    How to add the Mac into the device List? I can only see how to remove a device but not adding one.
    Please help to give step by step guidance, since I tried to follow the Apple Support article and I followed it but could find the "add device". 

    Not sure what you mean.
    Just sign into your account on your computer.  Go to Quick Links>Purchased in the iTunes store to download past purchases or connect your iPad and click File>Device Transfer Purchases
    iphone/ipod/ipad apps do not work on a computer at all.

  • How to add a diffrent apple ID to my account

    how do you add a diffrent apple ID to my account? this would be my Wifes phone.

    Not sure what you mean by " add a diffrent apple ID to my account?"

  • How to make the Reference field in the in Accounting Tab a required field.

    Hi,
    Can i make the REference field in the Accounting tab required. I want to enter contract number from RE in that field.
    Thank you.
    Rachelle

    Hi,
    Goto t.code OVA2 select A-sales header and then click on procedures in the left--> select the procedure in which you want to incolude this field and new entries the table name is VBAK and field is XBLNR for the reference field in the accouting tab and accordingly assign the status 01 or 02 as per your requirement.
    Then you need to assign the incompletion procedure to the sales document type in VOV8.
    Regards,
    Gopal.

Maybe you are looking for

  • DMS document in BSP

    Hi, I am trying to get a document stored in DMS in binary format (or string/xstring) to get it displayed in BSP screen. I tried using the FM - SCMS_DOC_READ (as mentioned in one of the forum thread), but couldn't figure out the inputs to the same. Ki

  • User details are missing in Access request in GRC 10.0

    Hello All, When we are trying to create Access request in GRC 10.0 for an user it results as user  details not found. Under SPRO - Maintain data source configuration we have configured 2 HR systems HR1 and HR2. But the User details exits in HR1 syste

  • Daily production /rejection report

    hi pp gurus can anyone guide me I want production report shift wise ,how much production carried out i hav three shift and howmuch rejection is carried out against production order Regards Dev

  • Installing Firefox on my computer

    I can't download, let alone actually install firefox. After I select save, a box appears asking whether I wish to do this as the administrator, asking for a password, or as myself. I select myself, the box goes away, as does the whole download proces

  • ABAP Querry Duplicate entries

    I have an ABAP querry which was created using SQ01 that display some vendor, invoice and PO information. When I Execute this Querry it brings up all entries for different line items in the PO for an Invoice related to a vendor. As I am not displaying