Iview Name on the page title bar

Hi All,
For our ESS/MSS iviews, text specified on the service (IMG Configuration) used to appear on the Page title bar. We have recently upgraded our Portal and backend system and now instead of the text speacied on the service, iview name appears on the page title bar.
For example .. The iview name is Address and in the SPRO we created a service called "Address XYZ". On area page the service appears as "Address XYZ", but when we click on the link on the page title bar it shows "Address" instead of "Address XYZ"
Please let me know how change this.
Regards,
Vaishali

Hi All,
Any suggestions??
Regards,
Vaishali

Similar Messages

  • Hiding iView Name in the page title bar.

    HEllo Experts,
         My requirement is to hide the Page name which is getting displayed in the page title bar. Please note that I want to display the tray and other options like history, back, forward etc. Would appreciate if anyone can help me in this regard a tyour earliest.Please....
    regards
    Kris

    Hi Kris,
    if u want to do it for a particula page..
    You can disable that by changing "Show object name in Tray" to "No" in the Property Editor for that page.
    If u want to do it for the portal as a whole go to default framework page under Standard user role folder.
    and uncheck the visible tab of the page title property......
    i hope it help u
    cheers,
    sithi

  • Page history in the page title bar

    Hi,
        I have customized default masthead and  tln.
        I created iView that contains both customized masthead and tln.
        now in the page title bar. only the current page  is maintained in the history of the titile bar.
        previous pages are not maintained in the history...
        how to make history containing all pages...
    Regards,
    Shanthakumar.

    Hi Shanthakumar,
    I am implementing a custom iView which should show me the History in the same way as the page Title Bar iView works with History set to ON.
    The code which i used in the JSP is as follows:
    <nav:iterateNavNodesInSelectedPath>
              <nav:ifNotNavNodeEqualsLaunchedNavNode>
                   <span style="color= #0000CC; text-decoration:none; font-family:Arial; font-size:12px">
                        <nav:navNodeAnchor navigationMethod="byEPCM" EPCMHistoryMode="0"/>
                   </span>     
                        <nav:ifHasMoreIterations>
                             <span style="text-decoration:none; color= #666666">|</span>
                        </nav:ifHasMoreIterations>
              </nav:ifNotNavNodeEqualsLaunchedNavNode>          
             <nav:ifNavNodeEqualsLaunchedNavNode>
                 <span style="color= #333333; text-decoration:none;font-family:Arial; font-size:12px">
                      <nav:navNodeTitle/>
             </span>
             </nav:ifNavNodeEqualsLaunchedNavNode>          
         </nav:iterateNavNodesInSelectedPath>
    I have used the line that you have posted.
    However i am not able to see the complete Page history. I can only see the path from the Role to the Page that is currently launched.
    Any help would be appreciated.
    Regards,
    Melwyn.

  • How to get the presentation node name at the page title?

    Hi,
    I am setting the title of any page dynamically at the framework/portal.jsp. In
    order to do this, I am doing:
    PageState pageState = PortalRenderHelper.getPageState(request);
    String pageName = pageState.getDisplayName();
    and displaying the page name in the title.
    Now, in order to have automated tests work correctly, I have to give a unique
    name to all the different presentation nodes. Thus, the title should be something
    like pageName:nodeName. How can I do that? Any suggestions?
    Thanks in advance.

    I think it possible to access that data through embedded java or by creating some custom java function.
    If you put this under Java Embedded activity you will recieve the name of the previous activity at runtime.
    try {     
    IInstanceHandle instance = getLocator().lookupInstanceByConversationId(getConversationId());
    IActivityHandle[] activities = instance.listActivities();
    addAuditTrailEntry(activities[ activities.length - 1 ].getLabel());
    } catch ( Exception e ) {    
    addAuditTrailEntry(e.getMessage());
    Note: In some situations lookupInstanceByConversationId doesnt work becouse [ i think ] the process is not yet in the db.
    Message was edited by:
    Bogumil Laska

  • Need to hide the options menu in page title bar in sap portal 7.31

    Hi Experts,
    I am using a classic frame work page. In that I have the page title bar iview. Now I need to hide the Persoalize and Open in new window option from the page title bar. Can you please suggest how to do the same.
    I have already removed the Add to portal Favorites and Add to Browser Favorites. But could not remove the Open in New Window option and Personalize option.
    PFA the screenshot.

    There are a few ways to achieve your requirement with the Classic framework, see the response from Nico Luhr in remove details option in Tool area. By editing the properties of the Core Page you can hide the Personalize and Open in New Window options. See the attached screenshots.

  • Unpleasant Page Name in Page Title Bar

    Hi,
    I want to get rid of the page title displayed on the left side of the page title bar.
    I therefore looked after the settings of the default frameworkpage > page title bar and checked the properties of that page.
    Unfortunately I didn't find the right setting here.
    I expected to simply deactivate the option "show object name in tray" but that didn't help.
    We are on EP6 SPS 11
    Any hints?
    Stefan

    Hi Stefan,
    As far as I know, that's the only way. Another option is to not display the Page title bar itself, but with this, the options will also not be displayed (history, back, options...).
    Rajiv
    PS: Just out of curiosity, why don't you want to display the page name?

  • To replace the Text like "History,Back" with Images in Page Title bar

    Hi All,
    My requirement is to change the Text like "History,Back Forward" Texts with the Images in the Page Title bar.Under theme editor I dont have an option to replace with Image.
    I checked with the com.sap.portal.navigation.pagetoolbar.par file.I am not getting exactly where to replace the Text with Images.
    Please let me know if I am referring to the correct par file and where to make changes.
    Regards
    Akshaya
    Edited by: Akshaya Bhat on Jun 9, 2009 2:58 PM

    Hi,
    It depends if the WDJ application has made another navigation.
    History saves any navigations made by the user (TLN/DTN,etc) or navigation done by applications in code (wdDoNavigate, EPCM.doNavigate).
    So it can go back to previous view , or previous iview the user was at...
    Regards,
    Tal.

  • Disable Refresh menu option on Page Title Bar

    Hi,
    We have a TLN node that opens an iview in a new window. Therefore nothing is displayed in the portal page. However the Page Title Bar menu still has all the options (Open in New Window, Refresh, Details etc.) and if a user selects Refresh, it throws a portal runtime error (iView not found: .default). How can I disable the menu options for this iview? I have tried setting the Show Refresh etc. parameters to No but it didn't work - I assume because the iview isn't being opened in the portal page.
    Many thanks
    Jane

    hi
    the iview you need to explore is page title bar i view in default framework page available in  portal standard user  directory in portal content.In this context i would like to suggest a solution why don,t you creat a default framework page just copy it in your folder  and open it and disable all checkboxes associated to page title bar and save after that go on to create a deskttop in portal display in system configuration and add your framework page and theme from themes in portal content and then add a rule to the main rule in super administrators  folder which will for role of the user will display onle that desktop.i have illustrated the concept of branding if you want to avoid codeing or command groups which is long approach.hope this helps youplease do not forget to give points
    with regards
    subrato kundu

  • Page Title Bar icons functionality

    Hi all,
            Can you please give me some details about the following icons on the Page Title bar (New Analysis, Open, Save As,.. Comments ) . How are these useful when we run the iViews in the Portal. I could not find any documentation on SAP Help.
    Thank you for your time,
    Ram.

    Hi Ram,
    Please refer to this link may give you some idea,
    http://help.sap.com/saphelp_nw70/helpdata/en/8b/c2ca3e76d34e64b3ee0f612755da61/frameset.htm
    Thanks
    Pankaj

  • Page personalization without page title bar

    Hello,
    we have removed our page title bar in order to save space.
    Is there any way to still personalize a page, e.g. through a direct URL to the personalization of a given page, or do I have to enable the page title bar again?

    I imagine it might be possible if you...
    1. Take the relevant code from the Page Title Bar iView (which does not have the source code - I will leave it up to you how you want to "get" the source - not sure of SAP's stance on decompiling).
    2. Then create a java iView with the relevant code in it that will perform the personalize functionality. Add a link in the page to launch the personalize function. This link will launch the "personalize" page/code (you will see this in the JAR). You can heavily leverage the existing code. FYI, the iView utilizes the abstract portal component instead of a JSP page. If you are not used to using these, it may be a little confusing at first.
    3. Add this iView to a page; then save the page as a template. Then use the template for all of your pages.
    It might take a some effort to make it work with the page. I just don't know. In the default way it works, the page title bar iview is outside the page that it relates to. The option I am suggesting, the iview is within the page.
    I haven't done this, but I have created my own page title bar iview so I could add an additional hyperlink in it. When I added it to the framework page, the back and forward links would not enable/work unless I added it above the already-existing page titlebar iView (in the layout), or removed the already-existing iView.  I did not end up using the modified iView, so I never took the time to figure out why.
    Now that I think about this, the above option would probably "push" down your content visually anyway(thus you lose space) unless you move it to Dynamic Navigation instead of the page template, so it may be better just to add back the original iview to the framework page.

  • Back, History link on Page Title Bar

    Hi guys,
    Is it possible to
    - move these links (Back, History, <Icons>) from the right side to the left side?
    - change their appearance from links into buttons?
    Thanks In Advance!

    Hi,
    as far as I know it is not possible to customize the page title bar the way you would like to. However, if you really have to realize your requirements you can modify the standard component. Therefore you have to download the PAR file which contains the page tile bar component, modify the PAR file, save it in your namespace and upload the PAR file again. Afterwards you can replace the standard page title bar with your modified page title bar.
    You will find a copy of the original PAR file (com.sap.portal.navigation.pagetoolbar.par.bak) in the following directory of your portal server:
    \usr\sap\<J2E>\<JC01>\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment
    Best regards,
    Martin

  • FF29: Page title bar MIA with minimize/maximize/close buttons gone! How do I get it back?

    FF29 on win7: the minimize/maximize/close buttons are MIA, as is the page title bar. I've restored 28 because Australis is driving me nuts!

    You should not have to restore the Firefox 28 release. There is a solution: Classic Theme Restorer. https://addons.mozilla.org/en-US/firefox/addon/classicthemerestorer/

  • Page Title Bar location changed

    Hi,
    We have recently upgraded from EP6 SP14 to EP7 SP11. In doing that the Page Title Bar for the for the applications using the customized Themes has moved from the Top right corner to the bottom right corner of the page. Also just below the top level menu there is a blue line which is appearing in the new version.
    Can anybody provide any inputs on how this can be solved? Relevant answers will be rewarded.

    Michael Nicholls -
    Can u specify the corresponding property(Page title bar), i can find anywhere
    Bala -
    I have changed but it is not reflecting(that property is for tray, if we enabled the tray it ll show the title in tray)

  • "Page Title Bar" back/history design

    Hi,
    Does anyone know how to Bold the back/history commands , in the portal ?
    when I download the Par file of the "Page Title Bar" I cannot tell where are these commands located .
    Regards and thanks
    Hadar

    Hi Hadar,
    First of all wait for an answer on how to do it using theme.
    If you'll not find it, do it the 'hard' way:
    You need to download 'com.sap.portal.navigation.pagetoolbar.par.bak'.
    Inside you'll find a jar file named 'com.sap.portal.navigation.pagetoolbar_core.jar'
    Inside the jar you will the file 'PageToolbar.class'
    Decompile it with jad.
    Edit the following lines in the extracted java file:
    back = (new StringBuffer(200)).append("<a class="urLnkDsbl" id="back" href="javascript:pageTitleBar.Back();"><span class="urTxtStd" id=""><nobr>").append(StringUtils.escapeToJS(PageToolbarHelper.getNLSString("PAGE_TOOLBAR_BACK_LABEL", request))).append("</nobr></span></a>").toString();
    forward = (new StringBuffer(200)).append("<a class="urLnkDsbl" id="forward" href="javascript:pageTitleBar.Forward();"><span class="urTxtStd" id=""><nobr>").append(StringUtils.escapeToJS(PageToolbarHelper.getNLSString("PAGE_TOOLBAR_FORWARD_LABEL", request))).append("</nobr></span></a>").toString();
    Add
    <b>
    and
    </b>
    where needed...
    pack the jar into the par and deploy it...
    Omri

  • Navigation in page title bar

    Hello,
    I am importing roles from ECC into the portal.
    The transactions are getting displayed in the content area of the portal.
    However I would like to traverse forward and backward only for the content displayed in the content area.
    Likewise I would also like to display a save button in the masthead (or in the page title bar) so that the transactions displayed in the content area get saved using the button in the masthead , instead of using the regular F3 +CtrlS.
    I would also prefer to have forward and backward buttons for traversal of content viz; transactions in the content area.
    Can anyone suggest me the possible alternatives to implement the above functionalities.
    Thanks & Regards
    Pooja

    Hi Pooja,
    Can you be more specific? What have you already been done? Have you done any try? Have you checked some documentation?
    Regarding the backward button, be carefull specially on trasaction content . Make sure you mantain all the information you need on session, otherwise it will not works properly.
    Below some documentation that perhaps helps:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a03ead25-4288-2e10-57ae-c70b8c412629
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a03ead25-4288-2e10-57ae-c70b8c412629
    Regards,
    Fabio

Maybe you are looking for

  • D Link DIR 655 xtreme N gigabit router

    Hello Has anyone tried to connect their T61 with a 4965AGN wireless card to the D link DIR 655?  Before I go buy one, I thought I would check. Thanks! Laurel

  • Employer Quarterly Tax Returns (India)

    we are facing 1 very crucial issue which we need to finish it up by today EOD. otherwise Company will be penalized every day some amount. plz advise. at the erliest. Employer Quarterly Tax Returns (India) for 2012-13 FI for Quarter1 we are doing, tot

  • CS6 trial downloads still available?

    Can I still download/install a trial version of say Photoshop CS6 without joining creative cloud? If so does anyone have a link and know if they will install without joining CC.  My goal is to evaluate each program for 30 days each, I was under the i

  • From where can I buy this book?  Oracle Backup & Recovery

    Oracle Backup & Recovery: Expert secrets for using RMAN and Data Pump http://www.rampant-books.com/book_1002_rman_backup_recovery.htm No answers on Google or Amazon

  • Selecting the correct membership type

    Hello, I am wondering if I selected the correct type of Creative Cloud membership a couple of months ago upon signup. I am a photographer and use only Lightroom and Photoshop. Upon switching over to Creative Cloud, I selected the "Creative Cloud for