Portal Header

Hi,
Does anyone knows where to change the title header of the Portal?
Instend of using SAP Developer Network Foruns - Microsoft Internet Explorer, I want to place the name of the company of the client where I am, something like "MY COMPANY".
I saw something in the System Administration - Service Configuration, but help.sap is not very helpful
Best Regards
Natasha

Hi Natasha,
There are two ways of doing this...check out the details on the following thread:
How to change Portal <title>

Similar Messages

  • How to open a new window with no Portal Header and Portal Navigation bar

    Hi,
    I am working with the EPCM.doNavigate() method and passing the value "1" for the mode parameter in order to open it in a seperate window without the Portal header.
    For some reason, the Portal header is still seen in the new window.
    Do anyone know the reason?
    Thanks,
    Aviad
    int openType = 1;
    "EPCM.doNavigate(\""Url"\", "openType"); \n"

    Hi Aviad,
    Try out the command
    EPCM.doNavigate(\""Url"\", "openType",'toolbar=no','status=no','menubar=no');
    <b>Put opentype=1</b>
    I think it will work
    Thanx & Regards
    Anish

  • Cannot view personalize link in the portal header

    I cannot see the personalize link in the portal header of the BI portal. I have already verified the two things below:
    1) personalize link is enabled in masthead iview through portal content->portal users->standard portal users->default frame work page-> select masthead-> open its properties->enable *Show Link in Masthead: Personalize *
    2) The end user role is assigned under content administration->portal content->content provided by sap->end user content->standard portal users->worksets->portal personalization.
    What else can i check, please help. I need this for end users to carry out user mapping. Or any other way they can carry out user mapping ?
    thanks

    Hi Balajee,
    He can see the masthead property Show link in Masthead: Personalize so I doubt you need to make any changes to the PAR file for masthead.
    personalize link is enabled in masthead iview through portal content->portal users->standard portal users->default frame work page-> select masthead-> open its properties->enable *Show Link in Masthead: Personalize *
    Cheers-
    Pramod

  • Portal Header details to be added

    Hi,
    In the SAP GUI, in a report program, I'm creating a URL by calling the function module CALL_BROWSER. I'm calling the report program in Portals. In the report program, when I call the URL, the URL should appear with Portal header details.
    When the call is made from portals, is it possible to get the Portal Header details in the BSP page which I'm calling from the Report program.
    Thanks & Regards
    G.Raja

    Hi!
    With EP60 you should use the Portal URL instead of the backend url.
    The Portal URL points to the Portal iView with a URL like this: http://<portalserver>:<port>/irj/portal/?NavigationTarget=ROLES%3A%2F%2Fportal_content%2Fyour.folder%2Fyour.sub.folder%2Fcom.your.iview
    Hope this helps.
    Regards,
    Volker

  • Show system time in Portal Header

    Hi,
    We have a requirement to display current system time/clock at the Netweaver Portal screen (preferably at the header) all time.
    How we can do that ?
    Thank you for your help in adavnce..
    Satya.

    Hi satya,
    For displaying the time in Portal header go through this document . Do some code changes based on your requirement
    [Implementing Digital World Clock on SAP Portal|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/509f3468-2e96-2c10-11b7-f15c42924272?QuickLink=index&overridelayout=true]
    hope this will helpful
    Regards
    Mahesh

  • Change Images (Portal Header) from fix to dynamic

    Hello experts,
    I have following problem with my portal header:
    I set the width of all pictures in the portal header with fix pixels. How can I set it dynamicly like 25%,35%,15%,35%???
    Thank you and best regards
    Marco

    I dont think so there is any option for that.
    you can try setting the width manually using the set_width method.
    thanks
    sarbjeet singh

  • How to open WD- Adobe form open in new window -without Portal header

    Hi,
    In my WD application -MAINVIEW , I made 2 different groups under ROOTUIELEMENTCONTAINER
    GROUP1 -Selection fields with search button - with ROW LAYOUT
    GROUP2 -INTERACTIVE FORM - with FLOW Layout
    Basically when we click the Search button I get the form in the same view underneath GROUP1.
    I am calling this WD application in Portal by giving the hyperlink via BSP application.So when they run the WD application now With portal headers it is still becomming heightwise small area.
    Is there a way with which we can open form in completely new window  without the Portal Headers?
    Rgds
    Vara

    yes.. you can launch the form from a selection screen into a new window...
    I am using this to launch an editable PDF from a selection screen into a new window. This code is placed on the event handler of my Create button on the selection screen.
      DATA: str TYPE string,
            l_window1 TYPE REF TO if_wd_window_manager,
            l_cmp_api TYPE REF TO if_wd_component,
            result TYPE REF TO if_wd_window,
            lt_parms TYPE TIHTTPNVP,
            ls_parms like LINE OF lt_parms.
      ls_parms-name  = 'OPERATION'.
      ls_parms-value = 'C'.
      APPEND ls_parms to lt_parms.
      CALL METHOD cl_wd_utilities=>construct_wd_url
        EXPORTING
          application_name = 'your_wd_application_here'
          in_parameters = lt_parms               " <- any URL parameters you need to send
        IMPORTING
          out_absolute_url     = str.
      l_cmp_api = wd_comp_controller->wd_get_api( ).
      l_window1 = l_cmp_api->get_window_manager( ).
      result = l_window1->create_external_window(
        URL = STR ).
      result->open( ) .
    You have to be aware, though, that you will lose ALL your context data b/c you are opening a new user session. That's why I had to use url parameters to pass data to my form.

  • Enable Websearch button in SAP portal header

    Hi,
    We are running on Portal 7.0 SP 15.
    In the Masthead , we have a search button which will search the Portal using the Trex indexes.
    Along with that , we would also like to have Websearch button which will search the web and give the results

    1. There are plenty of documents, how-to and forum posts available that give all the information needed to customize the masthead. (maybe SCN should create a forum only for masthead related questions)
    2. We are not here to do you work.
    br,
    Tobias

  • Retrieve Novell Username when not logged into Portal

    Hi,
    Is there a way I can store the users Novell username into a variable? This would be done in a report, displayed on the Portal homepage. I require this functionality before the user logs into the portal, so I can't use PORTAL.wwctx_api.get_user.
    Thanks

    Hi,
    IE is sharing the cookies between sessions.
    If you open IE and open another window by clicking <CTRL>+N or menu File >> New Window you have the cookies shared.
    If you open another IE by clicking on the IE icon you will have two seperate IEs which do not share cookies.
    Either you teach your users to use the "logoff" link in the portal header or code a new portal application that automatically destroys the portal cookie when the users leave the portal page...
    Hth,
    Michael

  • How to handle user idle time in portal?

    Hi Gurus,
    We want to make the portal and its content area use the same session time-out on client side. When it reaches the maximal user idle time, let's take 30 minutes for example, it will automatically log out the portal.
    There is already a wonderful solution to handle portal user idle timeout on client side: https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/epSnippet-Portaluseridletimeoutforlogoff-custom+javascript
    But it does not meet our requirement exactly.
    We want to reset user idle time to zero not only for 'urn:com.sapportals:navigation' event, but also for 'onclick', 'onkeypress' and 'onmousemove' events in portal header/footer and content area.
    Is it possible to realize our requirement? Or, is it possible to handle the 'onclick', 'onkeypress' and 'onmousemove' events from portal content area in portal header level(masthead)?
    Thanks,
    Bobby

    Hi Bobby,
    We have the same requirement and need to subscribe to button click and other such events as well.
    Would you let me know if you have implemented such a solution ?
    Regards,
    Melwyn

  • Deploy Webdynpro ABAP application without logon portal

    We have a Webdynpro ABAP application bulit in ECC to deploy.  User wants to access the application via an URL on their webpage instead of logon SAP portal.  They do not want the application to show the portal header and navigation area.
    With the help of portal support, we created an URL iView to access the application with parameter NavMode=3 (e.g. http: //portal.xxx:8280/irj/portal/index.html?navigationtarget=roles://portal_content/mycompany/application.iView
    /WDApplication&NavMode=3).  This method can fulfill user's requirement.  However, we have to hardcode the Webdynpro ABAP application URL in the iView (e.g. http: //devep.xxx:8000/sap/bc/webdynpro/sap/WDApplication).  This will be a disadvantage because the URL will be http: //qasys.xxx in QA environment and http: //prodsys.xxx in production environment.
    Can someone suggest a solution to me?  We do not use NWBC. Thanks.

    Hi.,
    I think only after moving to PRD., the client will use the application rite.!! so u can directly give PRD url in ur iView.,
    If it is in application ., we can get Host and Port., but we have to hardcode the url., So I am thinking better to give PRD Url in iView.
    Thanks & regards
    Kiran

  • How to enable change password feature in SAP Netweaver Portal 7?

    Hi experts,
    I would like to provide a change password link just beside the logout link after user had successfully logged in to Sap Netweaver portal. When user clicks that link, a change password screen sill appear to allow user to change his/her password.
    Question:
    1) How do i create a link in portal header just beside the logout link?
    2) Is there any default change password page for Sap Netweaver Portal that I can use for this purpose?
    Thanks,
    Kenneth

    Hi,
    To get the change password link beside logout, get the masthead PAR file from portal, import into your NWDS, make the changes in the JSP and upload PAR file back to portal. Search with keyword "Masthead customization" in SDN. You will get many documents to achieve.
    SAP has password change functionality available. Chekc the link below for details.
    Re: Change Password Functionality
    Regards,
    Yoga

  • Accessing a Collaboration room without the Portal masthead

    Hi,
    I have the URL to the Collaboration room I created.
    I want to provide the link to the room to the user and it should open in the same window.When Iam trying to open it in the samw window in the content area, I am again getting the  coll. room opened with the Portal masthead(welcome area,navigation etc.,).Is there a way to create a link to the room without the portal header?
    I assure to reward points to all those who help me.
    Thanks & Regards,
    Vasu.

    Hi Rabih,
    Finally, I solved it on my own.
    Here is the soln.,
    First create a copy of the Default framework page and edit it. Untick the visible checkbox for Portal masthead, toplevel navigation and detailed navigation.Save it.
    Create a URL for accessing this link like irj/servlet/pcd...
    Now coming to the coll. room URL, create a URL iview with the above URL and pass the Collaboration connector as parameter to the URL iview.
    It worked for me.
    If u need further clarification,mail me at [email protected]
    If the above answer is helpful, consider rewarding points.
    Thanks,
    Vasu.

  • Corbu Theme to Portal

    Hi
    Is there a way to apply corbu theme to Portal Centrally. Using the below link i  have applied corbu theme to ESS/MSS as these are WDA/launchpad apps.
    http://scn.sap.com/community/web-dynpro-abap/blog/2013/04/08/corbu-theme-for-webdynpro-abap
    We have E-Recruitment and LSO  applications where we are using standard roles.
    Individually i have applied theme to iviews using WD config  for erec and LSO.But business want to see complete Portal in Corbu.
    Left hand navigation,Portal header etc... must be in corbu.
    I have tried to view SAP Notes 1783618/1948968 which doesnt open.
    We are on NW 7.31 SP06 and ECC EHP6
    Any helps in regards to this is appreciated
    Thanks
    Anil

    Johannes Strittmatter wrote:
    It also states to not enable SAP CORBU centrally on the Portal.
    And by introduction of SAP note 2016674 (SPS13) it is no longer possible to use SAP Corbu in the portal version of UI Theme Designer. They updated SAP note 1783618 to reflect the same. I guess I have to start migrating to Gold Reflection...

  • Navigate through Portal

    Hi,
    I can navigate from web dynpro view to a portal iView but when I click on the history entry I created in the portal I get a PortalComponentException. I am on Portal 6.0 SP 16.
    Here is the Exception I get:
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    User : QasemA
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:545)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.portal.prt.core.PortalRequestManagerException: PortalRuntimeException
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:143)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         ... 24 more
    Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
         at java.lang.String.substring(String.java:1444)
         at com.sapportals.portal.navigation.NavigationService.composeName(NavigationService.java:638)
         at com.sapportals.portal.navigation.NavigationEventsHelperService.getNavigationTargetFromRelative(NavigationEventsHelperService.java:1367)
         at com.sapportals.portal.navigation.NavigationEventsHelperService.getCurrentNavNode(NavigationEventsHelperService.java:350)
         at com.sapportals.portal.navigation.NavigationEventsHelperService.getCurrentLaunchNavNode(NavigationEventsHelperService.java:426)
         at com.sapportals.portal.navigation.fpm.NavigationFpmListener.addToHistory(NavigationFpmListener.java:254)
         at com.sapportals.portal.navigation.fpm.NavigationFpmListener.doNavigatePhase(NavigationFpmListener.java:96)
         at com.sapportals.portal.navigation.fpm.NavigationFpmListener.doPhase(NavigationFpmListener.java:67)
         at com.sapportals.portal.pb.fpm.FPMContainer.distributeEvent(FPMContainer.java:63)
         at com.sapportals.portal.pb.fpm.FPM.doDocumentHook(FPM.java:137)
         at com.sapportals.portal.prt.service.document.DocumentHookMulticaster.doDocumentHook(DocumentHookMulticaster.java:100)
         at com.sapportals.portal.prt.service.document.DocumentHookService.doDocumentHook(DocumentHookService.java:119)
         at com.sapportals.portal.prt.service.document.DocumentHookServiceNew.doDocumentHook(DocumentHookServiceNew.java:183)
         at com.sapportals.portal.prt.connection.PortalHook.doDocumentHook(PortalHook.java:824)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:261)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         ... 28 more
    And here is the code I am using to navigate:
    String baseURL = "ROLES://portal_content/somepath.fld_somefolder";
    int levelsup = 0;
    String[] path = {"iv_someIview"};
    String windowFeatures = null;
    String windowName = "ProcessSeismicTasks";
    String targetTitle = "ProcessSeismicTasks";
    String contextURL =null;
    String businessParameters = null;
    boolean useSAPLauncher = true; 
    WDPortalNavigation.navigateRelative(baseURL, levelsup, path, WDPortalNavigationMode.SHOW_INPLACE, windowFeatures, windowName, WDPortalNavigationHistoryMode.ALLOW_DUPLICATIONS, targetTitle, contextURL, businessParameters, useSAPLauncher);

    Thanks for your reply, but this does not solve my problem. Or maybe i do something wrong.
    I tried the Light Framework Page and it has exactly the same behavior as the Standard Framework Page (in this case). I use the following link inside my ASP.Net-Application inside the URL-IView: http://<host>:<port>/irj/portal?NavigationTarget=ROLES://portal_content/OwnContent/Role1/Workset1/Workset2/URLIView1. When i click the link the whole portal is opened inside the URL-IView (with the portal head, the main navigation, the worksets, ...). But i only want the URLIView to be changed.
    The reason is, i have a detailed navigation on the left with four links to four IViews. These four IViews link to four pages of my ASP.NET-Application. I can change the ASP.NET-Application-Pages by clicking the four links in the detailed navigation. So far so good. On one of the ASP.NET-Pages (page2.aspx) i have a link to a different ASP.NET-Page (page3.aspx). I could manage the navigation by using a simple response.redirect("page3.aspx"). But when i do so the detailed navigation on the left is not updated. It still tells me that i am on page2 of my application.
    One interesing aspect is when i click the detailed navigation inside the URL-IView then the content outside the URL-IView is changed. I analysed the source code of the web page and i found out that EPCM is used in this case. Do i have to use EPCM? Can i use EPCM with ASP.NET?

Maybe you are looking for

  • Error 1172 occured at invoke node

    Hello I am new to Labview and object oriented programming. I have an already written c# code which communicates with a digital I/O card attached to a test system. I want to run those c# functions in labview. I am using .NET constructor pallett and th

  • Can't run updates

    I get this when trying to update: [davek@arch64 ~]$ su Password: [root@arch64 davek]# pacman -Syu :: Synchronizing package databases... core                      33.4K  149.6K/s 00:00:00 [#####################] 100% extra                    412.8K  5

  • I'm trying to update my iPhone 5s but it's been backing up on my computer for four hours. what do i do?

    I'm trying to update my iPhone 5s but it's been backing up on my computer for four hours. what do i do?

  • What does 'Activation: failed' mean?

    After the reset that occurs when I attempted updating 4.4.1 to 4.4.2, I saw 'Activation: failed' in the general>about settings screen. Now after a little while, it is no longer there.  But, what does it mean, generally?

  • I seem to have no free harddrive space but Finder says 11 GB free.

    Hi all, I've been running into a strange problem lately: At some point, all my programs report that I have no more free space, even Photo Booth doesn't save video beyond 5 seconds or so or at all, but in Finder it says 11 GB free on any folder in my