How to create customised portal desktop

hi friends,
I need some sample code and procedure to create customised portal desktop .
help me...
waiting for reply....

Hi refer these links which says how to create your custom theme and desktop
Demo Themes
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4a10edf9-0701-0010-a6bc-c63bc3db08d5
Theme How To PDF -
>
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6483a890-0201-0010-48a6-b6e595111efe
Theme Modification     
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/58e4e8f9-0701-0010-9b9a-9c717fdde8c8                                             
Cheers!!
SJ

Similar Messages

  • How to create new portal desktop from scratch

    Hi Experts,
    I want to create a brand new portal desktop from scratch. Could you please let me know how to go about it?
    Regards,
    EP

    Hi,
    Please check out this document it will help you in creating portal desktop from scratch:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/_a-c/creating%20new%20portal%20display%20rules.pdf
    Hope it helps.
    Thanks
    Mona
    Assign points if helpful

  • How to create the multiple desktops

    Hi,
    Can anybody help me out how to create the multiple desktops in weblogic portal.After creating the desktops how to run them.Can you provide me the any document or send me the solution for it. I will be waiting for the reply.Thanks in advance..
    Thanks & Regards
    Kalyan Kurmam

    Hi Kalyan
    Please see a post of mine with the info you want and some additional information on what exactly Desktops and Portals are. Hope this helps.
    Re: Portals vs Desktop
    Thanks
    Ravi Jegga

  • How to create User Portal in OID programmatically in JSP

    Hi.
    I want to create User Portal programmatically in JSP (if posible) or have to use procedure.
    I check with package wwsec_api, it just have 'function
    add_portal_user', but it say we must have "the user must already exist in OID before this function is called."
    So, i checked for 'how to create User in OID'. What i got (in metalink)just methods that 'Create manually Portal Users in to OID' by LDAP or PL/SQL coding (with list of user in flat files).
    What i want to do is, How to create User POrtal in OID by JSP? What are the procedure/table/method involved?
    Do anybody have any samples?..
    Thanks.

    I had to write my own because I could not find one anywhere. Here is an addUser() method that seems to work pretty well.
    import oracle.ldap.util.jndi.ConnectionUtil;
    import javax.naming.directory.*;
    import javax.naming.*;
    public class LdapUser
    public LdapUser(){}
    public void addUser(String pUsername, String pPassword, String pFirstName, String pLastName, String pEmail)
    try
    InitialDirContext ctx = ConnectionUtil.getDefaultDirCtx("host", "port", "orcladmin", "pwd");
    BasicAttributes attrs = new BasicAttributes();
    BasicAttribute oc = new BasicAttribute("objectclass");
    oc.add("top");
    oc.add("person");
    oc.add("inetOrgPerson");
    oc.add("organizationalPerson");
    oc.add("orclUser");
    oc.add("orclUserV2");
    attrs.put(oc);
    BasicAttribute gn = new BasicAttribute("givenName", pFirstName);
    attrs.put(gn);
    BasicAttribute sn = new BasicAttribute("sn", pLastName);
    attrs.put(sn);
    BasicAttribute cn = new BasicAttribute("mail", pEmail);
    attrs.put(cn);
    BasicAttribute pwd = new BasicAttribute("userpassword", pPassword);
    attrs.put(pwd);
    // Etcetera, etcetera...
    ctx.createSubcontext("cn="+pUsername+",cn=users,dc=whatever,dc=com", attrs);
    ctx.close();
    System.out.println("Success!!");
    catch (NameAlreadyBoundException nabe)
    System.out.println("Username is already in use. Please choose another.");
    catch (NamingException ne)
    System.out.println("NamingException: " + ne);
    catch (Exception e)
    System.out.println("User account was not created.");
    }

  • How to create the Portal Service in Portal 7.3,

    Dear Experts,
    how to create the Portal Service in Portal 7.3, as we create in Portal 7.0 by creating the Portal Project in that we create Portal Service and we can start and stop in Portal Service configuration in System Administration
    Thanks,
    Sagar Pande

    Hi Sagar,
    Procedure
      1.  Open the SAP NetWeaver Administrator by either of the following methods:
           a. Use the URL to your AS Java (hostname:port) to access the AS Java home page and use the link to SAP NetWeaver Administrator.
           b. Alternatively, add nwa to the AS Java URL to access SAP NetWeaver Administrator directly. (hostname:port/nwa).
      2  Go to   Operations Management   Systems   and click the Start & Stop link.
        The Start & Stop: Java EE Instances window opens.
      3  Click the Java EE Application bar and select the relevant application in the Application List.
        The Portal Services pane displays the services associated with the selected application.
      4  Use the buttons Start Service or Stop Service.
    Refer to Portal 7.3 help
    http://help.sap.com/saphelp_nw73/helpdata/en/f6/ac978061ac4b24a87a1f821313c4fe/frameset.htm
    Br,
    Venky

  • How to Create A portal iview to link B portal WDJ app

    Hi firends
       I am novice.
    I have a persecution that how to Create A portal iview to link B portal WDJ app.
    Please help me to solve the question.
    Best regards,
    Ben Chen

    copy the URL of the WDJ app iview in portal B, create a URL iview in portal A with that URL.
    or Create a KM navigation IVew with that WDJ application Ivew in HTML. check this article for c[reating bookmark able Web dynpro URL's |http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/808fb397-1fcf-2910-7884-8f075c939666]
    regards
    Mahesh

  • Runtime error while creating a Portal Desktop

    Hello *,
    I want to create a New Portal Desktop in System Administration > Portal display > Desktops & Display Rules (EP7 SP14).
    The Portal Content editor is correctly showed when I create de Desktop in the Portal Content folder, BUT, a run time error is showed when I try to do the same under a "New Folder" under the Portal Content Folder.
    I am working with Administrator user and the permissions have been defined as follows:
    Portal Content
    content_admin_role Full Control End User Role Assigner
    Everyone Read End User Role Assigner
    super_admin_role  Owner User Role Assigner
    system_admin_role Owner User Role Assigner
    New Folder
    content_admin_role Full Control End User Role Assigner
    Everyone None End User Role Assigner
    super_admin_role  Owner User Role Assigner
    system_admin_role Owner User Role Assigner
    Helpful answers will be rewarded
    Thanks
    Marta.

    What do you mean by a prefix here?
    For me the theme implementation is not working either way
    - I am not able to create a new desktop (some SAP Error)
    - Copying the default desktop into my folder and doing the required changes there.
                      changed the name/id/theme/default framework page
    but when i apply it to a user, doesnt show up.

  • Create New Portal Desktop - EP 7.0

    Hi,
    I need to create a new portal desktop.
    I import theme file and masthead (par file) and now i do not know to continue...
    Please,
    somebody has a tutorial or any help???
    p.s.: sorry for poor english

    Hi Angelo,
    Check these links
    Portal Branding for specific user
    Is your Portal Logon Page more colorful?
    A fast and easy Portal logon page customizing
    http://help.sap.com/bp_epv260/EP_EN/documentation/EP/N08_BB_ConfigGuide_EN_US.doc
    Portal Customizations Intro - Login Part 1
    Portal Customizations Intro - Login Part 2
    http://help.sap.com/bp_epv260/EP_EN/documentation/EP/N08_BB_ConfigGuide_EN_US.doc
    https://websmp105.sap-ag.de/~sapdownload/011000358700003697292003E/Logonscreen_HowTo_v2.pdf
    Regards
    Arun

  • How to create pages & portal

    Hi
    I am new to Oracle portal. i am using Oracle 3.0.
    i am working on an application in portal. i have created n number of forms, reports, dynamic pages, menus, sub menus & lovs etc. currently i access my application in a raw manner. first login , then go to the navigator link then applications & click on menu.
    my menu is a single entry point to my application. how can i publish this. i.e what i want to do is the moment user logs in he should straight away get the menu view.
    I have read there is something by which we can create pages & publish them.
    Could someone tell me how to create a page where i can drop my components such as menu , forms & reports on to it & then create a complete portal.
    I can see a create page in my oracle portal but the moment i try to add a portlet in that page it gives me option for adding an appliction only what i want to add is the componenets(such as menus, forms etc) residing inside my application.
    what it gives me is 2 options 1 to edit & the other to navigate the application only, here i can see my components but cannot include them in my page.
    Kindly reply
    Regards
    Sushant

    still trying to figure out any solution. Please let me know if any one had similar requirement before.

  • How to create multiple Spaces (desktops) in Lion

    On Lion, Spaces tend to instead be called Desktops, but I’ll continue to use the term Spaces in this article. To make more, enter Mission Control and hover your mouse over the top-right of the screen (or hold the option/alt key). You’ll see a “+” button, and you can click it to create a new Space.
    You can also hover over any Space you’ve created (or again hold the option/alt key) to see a delete button, which you can use to delete that Space. You can only delete Spaces you’ve manually created.
    This info was found in the link provided below in my searches to figure out how to get diff spaces (desktops) in Lion since i use photoshop in one space, indesign in another and lightroom in another, etc...
    http://mattgemmell.com/2011/07/27/using-spaces-on-os-x-lion/

    Ex: hope you will find an idea from the below example :
    SELECTION-SCREEN BEGIN OF BLOCK SEL1 WITH FRAME TITLE TIT1.
    PARAMETERS: CITYFR LIKE SPFLI-CITYFORM,
                CITYTO LIKE SPFLI-CITYFORM.
    SELECTION-SCREEN end OF BLOCK SEL1
    SELECTION-SCREEN BEGIN OF SCREEN 500 AS WINDOW.
    SELECTION-SCREEN INCLUDE BLOCKS SEL1.
    SELECTION-SCREEN BEGIN OF BLOCK SEL2 WITH FRAME TITLE TIT2 .
    PARAMETERS: AIRPFFR LIKE SPFLI-AIRPFROM,
                AIRPTO LIKE SPFLI-AIRPTO.
    SELECTION-SCREEN END OF BLOCK SEL2
    SELECTION-SCREEN END OF SCREEN 5000.
    INITIALIZATION.
    TIT1 = 'ITIES'.
    aT SELECTION-SCREEN.
    CASE SY-DYNNR.
    WHEN '0500'.
       MESSAGE W159(at) WITH 'SCREEN 500'.
    WHEN '1000'.
       MESSAGE W159(at) WITH 'SCREEN 1000'.
    ENDCASE.
    START-OF-SELECTION.
    TIT1 = 'CITIES FOR AIRPORTS'.
    TIT2 = 'AIRPORTS'.
    CALL SELECTION-SCREEN 500 STARTING AT 10 10.
    TIT1 = 'CITIES AGAIN'.
    CALL SELECTION-SCREEN 1000 STARTING AT 10 10.

  • Hi guys I want to know how to create SRM portal?

    Hi guys I am right now creating SRM portal, can anyone give info about please.

    Good Day A Patel
    Your question is a bit vague, can you elaborate a bit?.. are you talking about NW-PORTAL being a front end to the SRM GUI?..
    Please put more information so that we can advise if we can

  • How do I configure portal desktop to use my own custom tag in template?

    I seem to have tried everything. I want to use a custom tag from a jar file on a template JSP. I keep getting error saying tag library not found. I have the tld in the meta-inf of the jar. I tried putting the jar in the desktop classes, the deployed WEB-INF lib directory for portal, in the web-src directory for the portal. I tried configuring the uri in the web.xml for the portal webapp. None of these have worked. Does someone know how to do this? If someone could help out that would be great. I tries the jar from a web application and it worked fine. I just need to get this working with Portal Server.
    Thanks,
    Frank

    Thank you for the reply Alex. We are using the Dynamics AX 2012 R3 ISO for our installation. In the software requirement documentation for Dynamics AX it says that is able to run on Windows Server 2012 R2. I believe the prerequisites for Dynamics AX and
    Dynamics CRM are different. We received a response from another forum that you can change the .NET version that Sharepoint 2010 uses through IIS in the application pool, but even after setting it to .NET v2.0, we still receive the error in the Dynamics log
    that says it is not compatible with .NET v4.0. So I suppose the question is, where does the Dynamics AX 2012 R3 prerequisite checker look to see which version of .NET Sharepoint is using?
    Thanks again for the reply!

  • How to Restore the portal desktop:

    Hi gurus,
    i am getting the following error while loging into portal.(previously it was working fine with every user).
    Error occurred while trying to access desktop: "portal_content/every_user/general/defaultDesktop". The object does not exist or you are not authorized to access it. If this problem persists, contact your system administrator.
      Log Off
    i have found some threads in SDN but these are not solving my issue.
    i have tried to apply SAP Note 869690.
    when i have enterd the following url replacing portal hostname and port
    http://<Host Name>:<Host Port>/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fevery_user!2fgeneral!2fcom.sap.portal.frameworkpage
    i am getting the following error.
                      Portal Runtime Error
                      An exception occurred while processing your request
                      Exception id: 03:08_22/03/11_0021_6348050
                      See the details for the exception ID in the log file.
    Note:- same thing is happening with Administrator user, user is assigned to everyone group.
    what would be the problem , throw some light on this...
    Regards
    K Naveen Kishore.

    when i am tring with this link
    http://<portal host>:<portal port>/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fadministrator!2fsystem_admin!2fsystem_admin_role!2fcom.sap.portal.system_admin_ws!2fcom.sap.portal.themes!2fcom.sap.portal.portalDisplayRules
    Portal Runtime Error
    An exception occurred while processing your request
    Exception id: 03:55_22/03/11_0022_6348050
    See the details for the exception ID in the log file
    1.5 #001A641EE980007400000073000E800200049F0FA9C63258#1300789528506#com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt.runtime#Administrator#12744##n/a##9541ad40546e11e09d16001a641ee980#SAPEngine_Application_Thread[impl:3]_14##0#0#Error##Java###03:55_22/03/11_0022_6348050
    [EXCEPTION]
    #1#com.sapportals.portal.prt.runtime.PortalRuntimeException: iView not found: pcd:portal_content/administrator/system_admin/system_admin_role/com.sap.portal.system_admin_ws/com.sap.portal.themes/com.sap.portal.portalDisplayRules
         at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1937)
         at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:234)
         at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:316)
         at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:387)
         at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(PortalRequest.java:488)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:607)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
         at java.security.AccessController.doPrivileged(AccessController.java:246)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         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:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         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(AccessController.java:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)

  • How to Create Customised Infotype

    Dear All,
    Please explain the steps to create a Customised Infotype.
    Thanks & Regards,
    Asiya

    Hello
    In addition to above message, please note you must ensure if you want Z infotype for Personnel Planning or Personnel Administration?
    You use following transactions to create Z Infotypes and their components:
    o PPCI (Personnel Planning Infotype Copier) - PD
    o PM01 (Personnel Administration Infotype Copier) - PA
    In most cases we create "Personnel Administration" infotypes.
    If you want steps for PPC1, let me know.
    Regards
    Yash

  • How to create a portal page on your macbook acting as an access point

    This is a higher level question.
    I want to use my Mac as an access point. When devices connect to the Mac and open up their browsers I want to route them to a specific page.
    Any ideas?
    Thanks

    In Portal User Menu is displayed based on the roles assigned to a user.
    In a nutsheel if you want a user to see some menu in portal. The following needs to be done.
    1. Create iViews/Pages/Worksets as required
    2. Create Role and set entry point to true (There are other ways which you will learn later).   Create as many roles as you want.
    3. Assign the iViews/Pages/Worksets to the roles as needed.
    4. Assign the roles to users or user groups
    Steps 1,2,3 will be performed using content adminstration tab.
    Step 4 will be perfomed using Super administration tab.
    Now when users login to portal the menu will be based on roles (first level tab will be role names). Second and third level menus depend on the iView/pages/worksets assigned to the roles.
    Hope this solves your problem.
    Thanks and Regards,
    Prasanna Krishnamurthy

Maybe you are looking for

  • How to open animated .GIF files in Photoshop CS3 and newer

    Q: Since ImageReady is long gone from Photoshop, how can I open animated GIF files in Photoshop CS3 and newer? A: File -> import-> video to layers. In the dialogue box type "*.*" to show all file types. Select your GIF file and which frames to import

  • PL/SQL procedure to process XML file

    I am just starting to work on xml, and we are using PL/SQL stored procedures to process xml file. I did find the sample code in the package (family.sql). This sample print out all element names and attributes. My questions are : (1) I tried to modify

  • Account Assignment Category K in KOB2

    Hello, A purchase order with account assignment category K (Cost center) appears in the commitment line items for orders list (KOB2) while there is no relation between the shown internal order and the purchase order/requisition. Regards, Jan

  • Availability Control e-mail in Project Systems

    Hi, We have set up availability control and maintained all the necessary tables in order to activate this. We are generating e-mails in Microsoft Outlook which is great, however I have been asked if we can change the content of the e-mail? The curren

  • Trouble installing "Form Builder" with Oracle Developer 6/6i

    I get the following "Error Info" message first: "path vrf(86): Unbound variable 'path_too_long_prompt'" Then the following: "The Oracle Installer cannot update the system path variable to %new- path% because it is too long. Please restrict your syste