Order of Tabs in the Portal

Anyone know how to control the order (left to right) of the tabs for the various roles assigned to a user? It seems that every time we add or delete a role, the order of the tabs rearranges in an unpredictable way.
Regards,
subbu

Subbu,
Please check the Sort Priority property for the each role.
You can set any number between 0-100.
Least numbered role will appear first.
Ram

Similar Messages

  • Adding a new field extension on CRM Order Item tab in the web shop order

    Hi CRM E-Commerce Gurus,
    I want to add a extension field on any web site product such as "zz...." in order to use this data in order's item tab. What shoul I do on J2EE Stack-.jsp method and ABAP Stack at the BADI implementations.
    Could you please help me in order to add a new field extension on CRM Order Item tab in the web shop order ?
    Thanks,
    Kind Regards,
    Fahrettin

    Hi Arshi,
    We have could not find any java action class such as Maintainb2csaveorderaction in config.xml folder and also there is no available threads and clue on SDN, google etc. Therefore we are got stucked on this issue. In SAP_ISA_60 Development and Extension Guide of SAP E-Commerce there is no sample java action class code such as Maintainb2csaveorderaction but some ABAP codes are available for the extension structure.
    Do you suggest any java action class such as Maintainb2csaveorderaction codes like in your B2B scenarios etc.?
    ls_header is a local structure with header data
      ls_extension-ref_guid = ls_header-guid.   
      ls_extension-alt_handle = ls_header-handle.
    extension are name value pairs
      ls_extension-name = u2018Z_CUSTOMER1u2019          u2018 name
      ls_extension-value = ls_header-zcustomer1. u2018 value
      APPEND ls_extension to extension_header_out
    now adding extensions to the items
      LOOP AT lt_items INTO ls_item.
        ls_extension-ref_guid = ls_item-guid.
        ls_extension-alt_handle = ls_item-handle.
        ls_extension-name = u2018Z_CUSTOMER2u2019          u2018name
        ls_extension-value = ls_item-zcustomer2.   u2018value
        APPEND ls_extension to extension_item_out 
      ENDLOOP.
    ls_header is a local structure with header data
      LOOP AT extension_header_in INTO ls_extension.
    check the name to find the according field
          IF ls_extension-name = u2018Z_CUSTOMER1u2019.
            ls_header-zcustomer1 = ls_extension-value.
          ENDIF.
      ENDLOOP.
    sort the extension table by ref_guid and handle to obtain a better access
    with binary search.
      SORT extension_item_in BY ref_guid, alt_handle.
      LOOP AT lt_items INTO ls_item.
    find the starting point for a loop over extensions
    use guid and handle as one logical key to access the extension
        READ TABLE extension_item_in
          WITH KEY ref_guid = ls_item-guid
                   alt_handle = ls_item-handle
                   BINARY SEARCH.
        IF SY-SUBRC = 0.
          LOOP AT extension_item_in INTO ls_extension
            FROM SY-TABIX.
    check, if the entry is relevant
            IF NOT    ls_extension-ref_guid = ls_item-guid
               OR NOT ls_extension-alt_handle = ls_item-handle.
               BREAK.
            ENDIF.  
            IF ls_extension-key = u2018Z_CUSTOMER2u2019.
              ls_item-zcustomer2 = ls_extension-value.
            ENDIF.
          ENDLOOP.
        ENDIF.     
      ENDLOOP.
    Thanks
    Kind Regards,
    Fahrettin

  • What is the Web Dynpro tab on the portal page?

    Newbie here...
    I am confused between NDWS and the Web Dynpro tab on the portal page.  As I don't have access to either right now, I need to know what is required by a Portal Content Admin to maintain an application.  The Basis people do the JCO setup.  Those are the only tabs I have seen when using the Web Dynpro tab from the portal, not NDWS.  Seeing as I don't have access to either tool, and I have to ask for what I need and I don't know what I need...  Been there?
    I guess my question is the use of the two tools.
    Thanks,
    Amy Smith
    Haworth, Inc.

    Thanks so much for a quick response!
    So, the Web Dynpro Content Admin is normally a part of the content admin role.  Hmm... I get a "you are not authorized" when I click that tab, even though I can do iViews, etc. and was told I have the content admin role.  So if no one edited the rights of the content admin, I should be able to get into Web Dynpro Content Admin tool.  Is this so?  Is there any special user config, check box, etc in addition to the role?
    Is the Dynpro content admin tool useful for content admins or content developers?
    My Basis person does not want the content admin to be able to change JCO settings.  Is there a way to give the content admin rights to everything in the WDCA   except that? 
    Thanks again.  I am a J2EE developer who volunteered to take content admin and content development roles and am trying to figure out what has been done here and what needs to be done.  On top of that anyone who has been involved claims "I know nothing..."  until I ask specific questions.  It's just hard to know what the specific questions are.
    I know, training...  No money. Sigh...  I am good at doing tutorials and reading manuals and experimenting, however, I need access to the right tools and permissions first.
    Thanks again.
    --Amy Smith   Haworth, Inc.

  • How modify the tabs of the portal

    Good day
    We have installed sp17,
    We need to modify the design of tabs of the portal, I know That it is
    in the themes, I can modify the tabs with images, but the only that does not allow me to place to an image is in the superior part of the tab.
    how can I do To place a line of another color in the top edge of the tab.
    Thanks,
    Cantv

    Hi,
    See this thread for ways of modifying the TLN: Customizing Top Level Navigation in Enterprise Portal
    Hope this helps.
    Daniel

  • CUP-PSS-TAB ON THE PORTAL

    Hi Everyone ,
    We want all the SAP users to reset their own passwords via portal so created thsi view for the portal
    but it still ask to re authenticate , so found this note 1252589
    [https://service.sap.com/sap/support/notes/1252589]
    Applied the note ,but still unable to resolve the issue , did anyone achieve PSS for CUP via portal for end users , it still points out to the requestor page ( really annoying)
    Best  Regards

    Hi,
    The tabs are displayed in alphabetical order within plan category. So, to change the order you will have to give the plan id (the 4 digit plan id) a different name.
    For example:
    If  your Adjustments tab is coded ADJT (or something similar) and your Merit tab is coded MERT, ADJT will come before MERT.
    To change the order,  change "ADJT" to "ZADJ".
    Tony

  • BOBJ 4.1 SP2 Launchpad does not show 'Home' tab in the portal running in IE10

    We have installed BOBJ 4.1 SP2 and running SAP portal on IE (Internet Explorer) 10.
    When we open the launchpad in the portal, it does not open the "Home" tab and instead just shows the menu bar in the 'Documents Tab'.
    This works perfectly fine in IE 9.
    But when I open the Launch Pad separately in IE 10, I see the Home tab with no issues.
    Has Anyone seen this behavior and if so what is the resolution.
    Attached are the images.
    Thank you
    Suman
    Below is the image when Launchpad is opened by itself and Home tab can be seen

    Hi Suman,
    See kba 1940894 below, this is a known issue with EP and IE10
    https://support.wdf.sap.corp/sap/support/notes/1940894
    ~Valdrin

  • Additional tabs in the production order

    Dear Friends,
    I want to have some additional tabs in the production order (one tab in the header and one tab in the item details). Some customer specific details I am not able to maintain in the production order... Hence I am planning for this one.
    Please let me know...if anybody has done this. If so please give me some idea and let me know...how can we do it. Thanks in advance.
    Regards,
    Surya.

    Hi,
    You can create new tabs from SPRO-- Productionshop floor controlScreen controldefine user specific tab pagesdefine operation details screen.
    There u can use the existing fiels available or use user defined fields.
    For maintaining user defined fields, follow the path SPRO-- production -- basic data --routing -- operation data -- Define User defined fields.
    Regards,
    Santanu
    Edited by: Santanu Paul on Jan 22, 2008 12:10 PM

  • Create tabs in Enterprise Portal 6.0

    Hi,
    I began using SAP a couple days ago and I want to integrate an application into the portal. Before I do that, I am trying to learn some basics.  I've created a sample iView, deployed it to the portal and it worked as expected. Now I want to import some data into the portal and verify that I can create new tabs to navigate to my iView.
    I've logged into the EP as administrator and created a new folder under Portal Content->Content Provided by Other Vendors.  I added a workset, page, and my iView to the folder and then exported it.  I manually moved the exported file into my Import directory and imported the .epa file. 
    After doing this, I do not the tabs I thought should appear in the portal.  It appears the UI has not changed after the import.  I thought the workset and page would add the appropriate tabs in the portal but not so.
    Do you know of a simple tutorial that illustrates how to add navigation tabs to the portal?  I'm sure I am doing some basic things wrong, but I haven't found the right information to guide me yet.
    Thank you very much

    Thanks for your responses.  Unfortunately, I am still unable to see any navigation tabs added to the portal.  I followed advice from this post as well, SAP Integration and Certification Center (SAP ICC)
    but still had no luck.  I must be missing some steps.
    Is it necessary to export a .epa file and then import it in order to see the tabs? -- that is what I've tried.
    I have created an iView and I would like to create a transport package that one could import into a portal. Once the package has been imported into the user's portal, he should navigate the tabs at the top of the portal to get to the iView  (similar to the tabs: Content Administration -> Portal Content)
    Can someone please provide a procedure to add navigation tabs to my portal. Please don't omit any cruicial steps because I am obviously missing something simple here.
    Many thanks!

  • Purchase Order history tab. DCin line.

    Hi All
    Can you please explain what is the DCIn line on purchase order history tab under the same number as IR-L?
    I assume its related to condition record for delivery costs. Is it so?
    Does DCIn somehow correlates with DCGR?
    How can i re-produce in the test creation of DCIn line?
    Thanks
    Best Regards
    Andrey

    hi
    this is nothing but the LIV of freight cost
    if you are getting this with same number as the IV  then ,you might have posted both freight and GR cost at same time
    in miro u have options at right middle
    >>goods/service items
    >>planned delivery cost
    >>goods/service items+planned delivery cost
    you might have select last option so that you will get same invocie number for both
    if you use 1 or 2  you will get separate numbers

  • How to hide a tab/book in portal

    Hello, I am building a website which requires a valid username and password to get in. Depending on the type of the user (client or admin) the users can view certain tabs or books in the portal (the admin will be able to view all available books). Is there anyway to hide a book/tab from the portal? I am using Weblogic 8.1 SP 3
    Thank you
    TL

    You can use taglibs and EL to control the output flow in JSP. A standard taglib is JSTL. For conditional statements you can use JSTL's <c:choose> or <c:if> tags. Syntax is nothing more than obvious, here's some pseudocode:<c:if test="${display tab123}">
        <div id="tab123"></div>
    </c:if>

  • E-Recruitment/E-Recruiting in the Portal

    Hi Experts,
    We are implementing SAP E-Recruitment and the SAP Portal.  After following the IMG config steps, I am curious how the webdynpro pages appear in the portal.  I can test the pages from SICF, but how do I complete the portal integration and get the pages to open from a tab within the portal?
    Also, are any BSP pages still supported within E-recruiting?  Or are all the pages webdynpro?
    Thanks
    Shane

    Dear Shane,
    SAP e-Recruitment business package is split into two ui packages. One is on Web Dynpro ABAP and the other BSP technology. As a functionality all the candidate related pages like, internal/external/registered candidate related activities are developed in WD ABAP. All the recruiter, manager and administrator(upload questionaire etc) are handled in BSP technology.
    As a background check(based on information), the busienss package was completly in BSP and later candidate related pages were moved to WD ABAP.
    So finally, the business package is collaboration of BSP and WD ABAP UI technologies and BSP is very much part of it.
    Thank you.
    Regards,
    Sharath M G

  • I do not have the 'Advanced' tab on the menu bar. I am trying to change ringtone on my iphone 4s. Have done the following: Right cick on song, entered the start and stop times, but unable to proceed as need 'Advanced' tab in order to change to option.

    I do not have the 'Advanced' tab on the menu bar. I am trying to change ringtone on my iphone 4s. Have done the following: Right cick on song, entered the start and stop times, but unable to proceed as need 'Advanced' tab in order to change to option.

    You don't need to upgrade your software.  But if you're struggling with Spry, IMO you should cut your losses and switch to something better for the longrun.
    If you have a budget to work with, I highly recommend Project Seven's Pop-Menu Magic 3.  It's easy to use in DW CS4, 5, 6 or CC.  More importantly, it's bullet proof and works in all devices. 
    Pop-Menu  Magic3 by PVII (commercial DW extension)
    http://www.projectseven.com/products/menusystems/pmm3/index.htm
    If you don't have a budget to work with, you can roll your own menus with jQuery plugins.  A bit more effort on your part, but they perform better than Spry.
    jQuery Superfish
    http://users.tpg.com.au/j_birch/plugins/superfish/
    jQuery MegaMenu2
    DEMO:
    http://www.geektantra.com/projects/jquery-megamenu-2/
    DOWNLOAD:
    http://code.google.com/p/jquery-megamenu/
    Nancy O.

  • Disable documents tab in the sales order

    Hello,
       My client is having a requirement that if ship to party reference date in the purchase order data tab is entered, No user should be able to edit / delete documents attached in the documents tab of sales order.
       I've tried to implement field check BADI for this but documents tab is not coming under field check BADI.
       Is there any other way to do the same ...?
    Naimish.

    Hi,
    I think that you will not get any particular BADI for implementing the logic that you have mentioned regarding the Document Tab. But there is a BADI which gets called whenever you will do a SAVE of any one order documents.
    BADI : ORDER_SAVE. You can use the method CHECK_BEFORE_SAVE where you can implement your logic. You will get the GUID of the 1Order Object with which you need to get all the data. And then you can do a validation and if it does not satisfy the Save Criteria then you need to raise the exception - DO_NOT_SAVE.
    Hope this helps.
    Thanks,
    Samantak.

  • How to disable Purchase Order Print Preview function in the Portal

    We wish to expose some purchase order functions in our SAP Portal 7.0. The problem is that when we run any of the purchase order transactions as SAPGUI for HTML, the Print Preview function displays the full purchase order. This means that any user who wishes to short cut processes can display and then print a purchase order before it has been approved if they use the Portal to display the purchase order.
    If the purchase order transaction is run from the normal SAPGUI, the Print Preview function only displays the top of the purchase order and the print function is disabled. Has anyone tackled this problem before and worked out a way of stopping users from using the Print Preview function to display purchase orders in the Portal and then print them?
    Regards,
    Tom Maggs

    hi,
    DATA: w_compop    TYPE ssfcompop.
    w_compop-tdimmed   = ' '.     "Print Immediately control parameter should be empty..
    Then only print preview pop-up will come..
    then call your smartform like this..
    CALL FUNCTION fnam
        EXPORTING
          control_parameters = w_ctrlop
          output_options     = w_compop
              TABLES
          it_vbdkr           = it_tvbdkr[]
          it_vbdpr           = tvbdpr[]
          it_zglentitycode   = it_zglentitycode[].
    regards
    vijay

  • "Material  Invoice Cycle- field" in the Invoice tab of the Purchase Order?

    Hi,
    Does somebody has a clue on the field "Material  Invoice Cycle- field" in the Invoice tab of the Purchase Order?
    What are the functions, dependencies and the scenarion one can use this field.
    Regards

    Hi
    Here in Is-oil we have invoice cyles. Provisional invoice, Final invoice, interested invoice, settlement invoice etc..
    So in sales at first provisional invoice has been created than the final invoice based on the Provisional invoice.. and further invoices like  interest invoice & settlement invoice ..
    So here we are using 4 invoice cycle.. hence you have to define in the Spro-->industry solution -->oil & gas  > cross component application>maintain the invoice cycle numbers... 4
    And this data has to be used in Condition type
    Spro--> industry solution -->oil & gas  > cross component application> MM split invoice -->Enter the data in additional invoice .
    These is the function of Material invoice cycle field...
    Thanks and regards
    Raja

Maybe you are looking for

  • Display tokens in text file

    Hello All; I am working on some text file update VI's, and I am having quite a bit of trouble with tokens... In order to get all my offsets and such correct, I need to input a text file (using Read From Text File), but I want to display all tokens wi

  • VC Redist 2013 cannot be installed on Windows Server 2008 Core

    Both vcredist_x86.exe and vcredist_x64.exe have this problem. And it can be reproduced 100%. But all of them can be installed on Windows Server 2008 R2 Core, Windows Server 2012 Core, and Windows Server 2012 R2 Core. From the log, it seems the instal

  • Consume XI webservice in MII

    Hi Gurus, I need to consume a webservice in MII (WSDL published using PI) , please give some guidance/link in this regard.

  • RemoteApps won't open outside of TS session (what's the point, then?)

    Hi guys,  Not exactly new here, but it's been a while! I have a question regarding the deployment of RemoteApps to PCs on an enterprise network with Windows Server 2008 (32-bit): I've created the necessary .rdp files, set the apps not to require a TS

  • External Backup

    Oracle 11g on Linux. The FRA is configured based on ASM diskgroup +FRA.  The backups are scheduled to be saved there at 2:00am daily. Now I want to backup the db to a second location (external USB hard drive), in addition to the FRA.  So I'll get two