Navigation Masterhead Iview

Hi,
I want remove the text 'Welcome' in the Navigation Masterhead Iview (It's the Iview where show 'Welcome Jean François'.
I've looked in the server:
ootweb-infportalportalappscom.sa.porta.navigation.masterheadprivateclasses headeriview_nls_es.propierties, it has a property called 'Welcome_text' and 'WELCOME_CLAUSE' and I've modified that properties: Welcome_text =, WELCOME_CLAUSE=. But when I open the portal, it's show 'Welcome Jean François'. What it's the right form for remove 'Welcome'?

hi Jean,
this is very easy . You don't have to write any particular code for this.
this you can achieve  at the portal front end itself.
<b>System Administration</b>
Portal Display Workset
Goto the themes and open the one which you have already assigned to the user
Now you would be in the edit mode
->Welcome area section.
> property Display of Welcome Area Container >Set this to "none".
This would solve your problem
Cheers

Similar Messages

  • Page not found error when  navigating in Iview  application

    Hi,
    I have developed an application,and I am able to view a sucessfull preview of the Page as well.There are htmlb links on the page.When clicked,they navigate to the next jsp page.This iview was assigned to a user,and the portal was logged in though a local ip address.The application works fine.
    In trying to access the portal though an external Url,the initial page comes up perfectly fine.However the next page,does not come up,when a link on the first page is clicked.I get initially a popup with the message:
    "This page contains both Secure and Non secure Items
    .Do you want to display the non secure Items."
    The options on the Popup were yes,no,More Info.
    When I clicked yes then I get the display page not found error.The error is:
    " <b>The page cannot be found
    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.</b> "
    The Information I get when I click on More Info is-
    <b>Downloading non-secure content from a secure Web site
    The Web site you are viewing is a secure site. It uses a security protocol such as SSL (Secure Sockets Layer) or PCT (Private Communications Technology) to secure the information you send and receive.
    When sites use a security protocol, information that you provide, such as your name or credit-card number, is encrypted so that other people can’t read it. However, this Web page also contains items that do not use this secure protocol.
    Given what you know about this Web site and your computer, you must decide whether to continue working with this site.
    If you do not feel confident about working with this site, click No.</b> "
    This problem occurs only to a particular user.If I add the role to another user,and view the iview I am able to navigate without problem(there is no popup as well).Even for this User,it is happening only when,I access through extrenal url,not when I access the portal through the local IP Address.
    Regards,
    Harish

    Hi,
    This is a further Update.The problem described above has  something to do with the roles.When some roles(cusom) are assigned the navigation occurs.Can you please let me know if there is any role related configuration with SSL.
    Regards,
    Harish

  • Navigation among iview of WebDynpro for ABAP

    Hello Friends,
    I would like to know, if Object Based Navigation is possible in ABAP stack, if yes, how ? would be nice if some one direct me to some good resource.
    If OBN is not possible what are other ways, of doing navitation ( navigation among ivews and abap application, it means form one iview when calling other iview I could be able to pass the object ref so that in called ivew ( 2nd ivew ) I can retrive the corresponding information).
    I came across an artical where its only mentioned that OBN is supported with both JAVA and ABAP stack, but did not find enough details to the topic.
    One another thing which I saw was, there are inbound and outbound plugs for navigation ?? still did not get enough details.
    Thanks for the kind inputs,
    Regards,

    Hi Shah,
    Portal navigation can be triggered by using interface IF_WD_PORTAL_INTEGRATION. It can be obtained by calling GET_PORTAL_MANAGER of IF_WD_COMPONENT. This interface can be obtained by calling wd_get_api() at wd_this of the ComponentController. Regarding the usage of the IF_WD_PORTAL_INTEGRATION interface, there is some documentation available in the help portal. A quick google search revealed <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/0e/a1e94205045604e10000000a155106/content.htm">http://help.sap.com/saphelp_erp2005/helpdata/en/0e/a1e94205045604e10000000a155106/content.htm</a> as the one to look at.
    Best regards,
    Thomas

  • Regd Navigation between iViews

    Hi,
    We have two iViews (webdynpro iViews) in a workset.
    I want to create a section called Alerts(iView) in a different workset. This alert iView is also webdynpro iView.
    We want to show this Alert iView contents in detailed navigation.
    We want to have a iView which will have two links each pointing to one iView in Workset 1. This has to be shown in Detailed Navigation. Is there anyway we could do this with minimal coding and customization.
    If you need more information, plz let me know.
    I tried Dynamic Navigation and related links, it is not giving me the expected results.
    I tried calling one webdynpro iView from another, it is changing the page look and feel.
    Thanks
    Senthil

    Hi RK,
    I used AbsoluteNavigation in webdynpro and i am accessing Portal pages through this.
    Get the exact PCD location of the specific Portal Page or iView and use them in AbsoluteNavigation.
    Make sure that the user has READ permissions to access this page.
    Thanks
    Senthil

  • Trigger Navigation an iView/Page from Portal component

    All,
    I am writing AbstractPortalComponent and after performing some logic, I have to forward the control to a iView/Page. Please let me know how I can trigger navigation to a iView/Page from within AbstractPortalComponent.
    Thanks,
    Prasad

    Hi Reddy,
    You can use EPCF Navigation API in response.write.
    response.write("<html>");
    response.write("<script language='javascript'>");
    response.write("EPCM.doNavigate('ROLES://<pcd location of the iview or page>');");
    response.write("</script>");
    response.write("</html>");
    Or you can use request.redirect(url) for this depending on your requirement. For request.redirect check this link.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b7/60b54066ea8531e10000000a1550b0/frameset.htm
    Regards,
    Vaishali

  • Navigation between iviews

    Hi all.
    I have a portal page with three bsp iviews, one on left side and the other two on the right side, showing only one by time with the possibility to swich them during the runtime.
    I need that clicking on a link in the first (iview on the left side), then one of the second iview appears, with some information that depends of the link clicked.
    My initial idea was made it with with only one BSP and frames, but my company's client want that we use multiple BSP application, because they said that they can mantain the system more easily (at least they say it...).
    I've tried something about iview navigation, but that the new iview appears over the ivew from i realized the call, or that a new broser appears... :-S
    Could someone help me? Thanks in advance.
    Ricardo.
    Edited by: ricardo velasco on Oct 27, 2009 6:10 PM

    Hi Ricardo,
    to achieve this you can use portal eventing (EPCF) and EPCFproxy in your BSP. This will allow tou to raise an event from one BSP application that will be caught by the other one who can act on it.
    [EPCF SAP Help|http://help.sap.com/saphelp_nw04/helpdata/en/9f/6fa84016631814e10000000a1550b0/content.htm]
    Cheers,
    Dion

  • Navigation to iview

    Hi all
    i have a jsp portal that call some portal iviews in that way:
    http://xxxxxxxxxx:50100/irj/portal?NavigationTarget=ROLES://portal_content/com.sap.pct.erp.ess.area_employee_search&NavMode=3
    but the tray allways appears despite i set show tray to no in iview propertoes
    and the navigation panel appears (closed) and i don´t want to show it.
    I want to show the iview just like in preview mode but Im not sure if its recommend use links like
    http://xxxxxxxxxxx:50100/irj/servlet/prt/portal/prtmode/preview/prtroot/pcd!3aportal_content!2fcom.sap.pct.erp.ess.area_life_work
    Any idea??
    thanks a lot

    Hello Julio,
    I believe that this has something to do with the Navigation mode, navMode.
    Iu2019m not being able to find the right SAP help page for your case, but I believe this page might give you a good light on the issue:
    Link: [Navigation API|http://help.sap.com/saphelp_nw70/helpdata/en/26/71c74030308431e10000000a1550b0/content.htm]
    My guess would be changing the navigation mode to 1 and see what happens.
    I hope this can help you in some way.
    I believe you already checked the links bellow, but Iu2019m posting them just in case.
    Link: [Navigation in the Portal|http://help.sap.com/saphelp_nw70/Helpdata/en/43/210c81172f045fe10000000a422035/content.htm]
    Link: [Navigation|http://help.sap.com/saphelp_nw04s/helpdata/EN/38/5dc53e5ae84d3be10000000a11405a/frameset.htm]

  • Problem in navigating between iviews

    Hi,
    I have a webdynpro application and a jsp file, I have deployed the webdynpro  application into the portal by using webdynpro iview and the jsp file using url iview. I have created a page containing both the iviews. I need to know how to navigate from one iview to the other.
    Thanks & Regards,
    Amrita

    Hi,
    To communicate between two ivews you can use ECPF
    (Enterprise Portal Client Framework)
    Regards
    Ayyapparaj

  • Enterprise Portal Masterhead

    Hey I m new to EP..Pls tell me how to change the MasterHead..It consist of Name, Brand, Logo, Welcome Text, Help..etc. I wanted to change it's Logo, Brand..but I couldn't. So pls tell me the steps for changing it..
    Also help me with some links that gives information abt How to make Changes in EP..
    Thanks in Advance.
    Nikesh Shah.

    Hi Nikesh,
    I have answered ur question already in this thread
    Navigation Masterhead Iview
    where u asked this same question along with singa reddy.Anyway i have answered once again.
    To customize masthead follow these links
    <b>General customization:</b>
    Customization of MastHead
    <b>Changing Welcome Text:</b>
    Navigation Masterhead Iview
    <b>Changing Branding Image:</b>
    Masthead logo changes thru PAR file(com.sap.portal.navigation.masthead.par)
    <b>Adding Links in masthead:</b>
    How to add or remove link in Portal Masthead
    For EP  refer these
    New to EP .
    http://help.sap.com/saphelp_nw04/helpdata/en/0f/163c405865e801e10000000a155106/frameset.htm
    Regards,
    Tamil K

  • Changing the Agent in the Developer Program Portal

    Our company just migrated one of our developer's iPhone Developer Program account to a company account.
    I know many others on this forum have done this (FYI -- it only took 2 weeks, but we hassled Developer Relations a lot). But has anyone ever changed the agent? In the portal, there's a lock beside the agent's name and it looks like we need to call Developer Relations again.
    As usual, I'll get a quicker response from the forums... so has anyone done it successfully? How long did it take? What happens to the account of the agent?
    Thanks,
    Mike

    Hi,
    To customize masthead follow these links
    MastHead Change & Portal Desktop
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6595https [original link is broken]://Navigation Masterhead Iview
    General customization:
    Customization of MastHead
    Changing Welcome Text:
    Navigation Masterhead Iview
    Changing Branding Image:
    Masthead logo changes thru PAR file(com.sap.portal.navigation.masthead.par)
    Adding Links in masthead:
    How to add or remove link in Portal Masthead
    refer these for more info:
    New to EP .
    http://help.sap.com/saphelp_nw04/helpdata/en/0f/163c405865e801e10000000a155106/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60caa539-8e51-2a10-0e83-e0a68ab3f5aa
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e549a890-0201-0010-3f8b-d3b852457ebd
    Thanks n Regards,
    Jhansi Miryala

  • Customize detail level navigation

    Hi,
    I want to create my own detail level navigation(dln) iview. I need to have the same functionality of the standard dln iview with minor changes.
    So my question is : Is there any par file provided by sap so that I can extend or simply reuse it.
    Next question is :
    From which jar files I can get the following classes.
    com.sapportals.common.PPLogger;
    com.sapportals.common.TracingConsts;
    com.sapportals.portal.useragent.IUserAgent;
    com.sapportals.portal.useragent.IUserAgentService;
    Thank you very much for the time.
    Best Regards,
    Shiva

    Hi Shiva,
    EP provides bak files for many of its UI, like masterhead,TLN etc. Like that it also provides the bak file for detailed navigation area.The par file is
    com.sap.portal.navigation.detailedtree.par.bak
    U can get this par file from server System Admin>>Support>>Portal Runtime>>Browse deployment>>WEB-INF>>Deployment>>pcd.
    Import this par file into ur NWDS and edit it accordingly.
    Hope this helps
    gEorgE

  • ECC Transaction iView Error on Browser Resize

    Hello.
    I have created hundreds of SAP ECC Transaction iViews in the portal.  After doing some testing, I realized that any time a browser window is modified when an ECC transaction iView is within display, the resize causes the transaction iView to refresh.  Upon refreshing, the transaction throws error or works as if the user submitted the transaction on the backend, instead of just remaining in the same state.
    For instance, if you have an SAP Transaction iView to an ECC system for tcode QM01 and it is accessible through the Detailed Navigation, this iView can be opened either in its own browser window, or within the desktop inner page.  If configured to pop-up in a new browser window and you click or drag to resize the browser window, the transaction refreshes, and throws the error: "Fill in all required entry fields."  This is the same error that is thrown in ECC when a user submits the transaction with no data.  Similarly, if you have the iView configured to open within the portal framework and you click on the transaction it opens in the desktop inner page.  If you maximize/restore down the browser window displaying the portal, the transaction refreshes within the desktop inner page and throws this same error, like it was submitted.
    It happens with every ECC transaction iView that I have created, but does not happen with SRM IAC iViews, Web DynPro iViews, or SUS functionality iViews.  This leads me to believe it is a problem in ITS.  Does anyone know what is going wrong, or how to fix this?
    Thanks for any help!
    Alexa

    Hi,
       Super admin has permission for end user for all the iViews. So he will be able to view the iView. As mentioned, please check if the end user permission is given for the end user to access the iView. Also check if the permission is given for that particular system. To check permissions, go to System Administration -> Permissions -> Portal permissions -> Portal Content. Check for iView and system that you have created.
    Regards,
    Harinin S

  • Get iViews from Role

    Hi
    I want to find out on which page a specific iViews is used, that means, where in the (user specific) navigation the iView will be displayed.
    When I traverse the navigation nodes, I get with getName() something like "ROLES://portal_content/folder/page". The problem is, I don't know which iViews lie on that page. How can I get them?
    When I find a role (IPortalRole object) in the PCD, I don't know what to do with it - is has no method I can use to get access to its content. Is there any way to do so?
    Thank you!
    Tobias

    Hi Tobias,
    In your posts there seems 2 things you want to do:
    (1) Find objects in a role.
    The objects are just subcontexts within the role context, so you can do something like this:
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY, Context.PCD_INITIAL_CONTEXT_FACTORY);
    env.put(Context.SECURITY_PRINCIPAL, request.getUser());
    env.put(Constants.REQUESTED_ASPECT, IPcdAttribute.PERSISTENCY_ASPECT);
    InitialContext   iCtx = null;
    try {
    iCtx = new InitialContext(env);
    IPcdContext myPcdContext = (IPcdContext) iCtx.lookup("");
    javax.naming.NamingEnumeration myEnum = myPcdContext.search("portal_content/DanielContent/DanRole",null);
    This returns an enumeration of javax.naming.SearchResult objects, which are the worksets, pages and iViews in the role. You would have to continue to traverse the PCD tree -- that is, do a search of each of these objects to get all the pages and iViews inside these.
    (2) Find all objects based on a specific portal component. You could do a similar thing by searching but with attribute filters, something like this:
    javax.naming.directory.Attributes myAttrs = new javax.naming.directory.BasicAttributes();
    myAttrs.put("com.sap.portal.private.iview.PropertiesUrl","pcd:com.sap.portal.system/applications/HelloWorldProject/components/HelloWorld");
    myEnum = myPcdContext.search("portal_content",myAttrs);
    The first problem with this is that it only searches the current level. There are other standard JNDI search methods that allow you to specify that you want to search all subnodes, but I have not been able to get it to work for PCD.
    The second problem is that I cannot search on CodeLink (which is a PCM attribute) -- I can only search on PCD attributes. So I searched on com.sap.portal.private.iview.PropertiesUrl, but I am not sure this is reliable.
    Daniel

  • Translation of MasterHead and Logon screen

    Hi Gurus,
    Currently I translate a portal to romanian language. But I have a serious problem. I can't find the source of the logon screen's texts (Welcome, Login, Password ect.) and I am not able to translate the MasterHead iView. ( Welcome, Help, Log off ect.)
    I already wanted to use the standard content translation tool to translate the main template of Masterhead, but I can't find the text inside.
    Do you have any idea, where to find the source? UME?
    Best,
    Levente

    Hi Praveen,
    Thank you for your reply, I guess it solves my problem!
    One more question.
    I downloaded the property file, but it is a little bit hard to edit.
    #File created by SLIM generator
    #Fri Oct 27 03:38:59 CEST 2006
    LOG_OFF_YES_TEXT=Igen
    LOG_OFF_TOOLTIP=Aktu\u00E1lis port\u00E1l-session befejez\u00E9se \u00E9s
    Do you know a right tool to edit this file. For example what about the "SLIM generator" ?
    Thanks,
    Levente

  • Error when selecting detailed navigation menu item

    Hi,
    Usually on selection of a menu item from detailed navigation an iview appears which contains values from an R/3 system, but now when i select any item for the detailed navigation i get a download pop up window
    which  ask me to save the page. When i press the save button the download stops.
    Is this a problem with the SAP GUI ? please give me a solution ?
    Regards
    Christina Dove

    hi
    GUI Properties
    Description -
    > New ECC 6.0
    AppServer -
    > here application Server
    SysID       -
    > here System ID
    System Number -
    >
    SAP System  ---> R/3

Maybe you are looking for

  • Vendor Return - with Excise duty and VAT

    All SAP Gurus, We want to make vendor return the excise invoice should contain Excise duties as well as VAT. Can it be done through MM (122 movement type and then J1IS) or it need to done through SD (as VAT is coming into the picture). Regards,

  • Folio builder login error: invalid_request

    Hi InDesig CC. When I start Foli Buildre send the message: An error occurred when trying to log in Folio Builder panel. [invalid_request]. Thank you

  • Simultaneous Editing of Multiple Files in Soundtrack

    I have an 8track Logic Project where I have a cough in the middle of a bell ring. There is bleed of this over all the tracks. Can I isolate that region in Logic, and export an audio file for each track region to Soundtrack Pro, and then edit them sim

  • Can I use firewire to reinstall updated OS?

    Hi I've reformatted my G4 hard drive and have only been able to reinstall OS 10.1.5 since I don't have other disks with me. However I have an iBook running 10.3.9 (which is what the G4 used to run) and I have a firewire cable - can I install system s

  • HT201077 I want to delete photos on my device which seem to multiply into many of the same photo ?

    I am finding it reaaly hard to delete photos from my device which appear to multiply weach time I sych my Iphone with my laptop thereby taking up allmy space? Help please with simple steps on how I may delete these?