Theme for standalone WDJ application

Dear Experts,
We are on SAP Portal 7.4, and we have developed a WDJ application using NWDS 7.31.
I have a requirement where I will like to use the Portal theme SAP_CORBU to the standalone webdynpro application.
I have tried using the application parameter sap-cssurl=http://<MyHost>:50000/irj/portalapps/com.sap.portal.themes.lafservice/themes/portal/sap_corbu
But this does not work.
I have also tried whether this method works for other themes like sap_chrome or not.
It does not work.
Request you to please suggest.
Warm Regards,
Upendra Agrawal

SAP_CORBU is supported only if you use Unified Rendering Lightspeed. Set iView parameter Stylesheet to ls and check Supply Portal Stylesheet. See below for how the pre EHP5 Who's Who Web Dynpro Java application looks like with SAP_CORBU. As always you should use SAP_CORBU only with applications that support it. In case of custom application, you will have to adhere to known restrictions with SAP_CORBU. See SAP notes 1681286 and 1852400 for details.

Similar Messages

  • How to use KM APIs, Can we use them in Standalone J2ee Application

    Hi Experts,
    I got KM APIs.
    I need to use them to access the KM Repository Content.
    I m a newbie in SAP KM.
    Can anyone help me to use KM APIs.
    For Eg:
    com.sapportals.portal.security.usermanagement.IUser user = …
    IResourceContext resourceContext = new ResourceContext(user);
    RID rid = RID.getRID("/etc");
    try {
      IResource resource = ResourceFactory.getInstance()
                           .getResource(rid, resourceContext);
      if( resource != null ) {
        // resource found
        System.out.println("resource " + resource.getRID() + " found");
      } else {
        // resource not found
        System.out.println("resource " + resource.getRID() + " does not exist");
    catch( ResourceException e ) {
      // problem while retrieving the resource
      System.out.println(
                        "exception while trying to get resource " + e.getRID()
                        + ": " + e.getMessage()
    How will i get the IUser populated?
    Can i use KM APIs from a standalone J2EE application?
    Can i Populate IUser in standalone J2EE application's Servlet?
    Please help me out.
    Waiting for reply
    -pankaj

    Hi Prem,
    Can u tell me how to deploy a war file on to the SAP J2EE server?
    I know how to deploy on Tomcat Server, but dont have any experience abt SAP J2EE server.
    Does SAP J2EE server also have some Webapp directory like TOMCAT where we have to put our WAR File?
    Or to Deploy a WAR File in SAP J2EE server is different, if yes then wats the procedure to do that?
    And can i access the KM APIs in SAP J2EE Server?

  • Themes for Standalone WebDynPro

    Hello All,
    If I use the Theme Editor for editing default themes for WebDynPro application that I am developing, then, does the new Themes showup on my standalone WebDynPro application? ( I mean, its not deployed as a portal component on EP, rather its just run on WebAS by saying "Deploy and Run")
    Thanks,
    Kiran

    Hi Kiran,
    Develop this theme and then you need to copy that theme inside the folder, <Drive>:usr\sap\<system id>\JC<instance num>\j2ee\cluster\server0\temp\webdynpro\web\sap.com\tcwddispwda\global\SSR\themes
    Then, in webdynpro url, append following to set your theme to that webdynpro application.
    sap-cssurl=http://<Server IP>:<port>/webdynpro/resources/sap.com/tcwddispwda/global/SSR/themes/<theme name>
    Regards,
    Bhavik

  • Appying theme for Webdynpro java application.

    Hi Friends,
    I have change the font size and the content area of my WebDynpro java application which is a Standard Business package.
    I have already applied the theme in the visual admin,but when I make the changes to the theme it does not reflect on the application part.
    Please also let me know which specific theme values are to be changed.
    Request for all your inputs and solutions.
    Thanks,
    Shyam

    iViews used for application integration have a property called (technical name: LAF_Switch) like Send portal theme. This parameter defines if the portal will send to portal's style sheet definition. If so, the WDJ application will decide on some rules if or not to use the portal theme.
    [The SAP Note 1000889|https://service.sap.com/sap/support/notes/1000889] explains how a WD application decides whether to apply the portal theme or not. The note also gives you some hints to find out why the portal theme isn't getting applied.
    br,
    Tobias

  • Cannot use Themes for iBooks Author application on my Mac Pro

    Hi, I downloaded Themes fir iBooks Author application for my Mac. But when I try to open the Item it gives me the following message:
    "The document “Academic Paper.ibatemplate” could not be opened. The file isn’t in the correct format. The file might be corrupted, truncated, or in an unexpected format. " Can somebody advise what should I install on my Mac so that i can use this application. Thank you in advance. 

    Contact the app developer for assistance  >  http://graphicnode.com/support/contact/

  • Oracle Apex Multilpe Theme for a single application

    Hi All,
    I have a query regarding display multiple theme for a single apex application. My object is to change the color scheme for an existing apex application and use both old and new color scheme in a single application. For example I'm planning to modify apex 3.1 theme 9 (Red theme) to green and wants to use red theme for some pages and green theme for some other pages in same application.
    The following steps I have tried.
    1. Copied /theme/theme_9 to my local
    2. Changed color scheme of all the images.
    3. Renamed my local folder name from theme_9 to theme_9_1
    4. Moved my new folder to server path /theme/theme_9_1
    Now I went to my application which have theme 9 and copied One Tab page template as One Tab Template 9.1. In my new page template I changed all the the /theme_9/ reference to /theme_9_1. In my application I applied this new page template to get green color scheme. But its appearing without any css scheme (even default style is not there).
    So Please help me out to resolve my issue. and also suggest me if you have any other easy way to achieve my objective.
    Thanks in advance.

    Hi,
    You steps look okay to me, so not sure why you're CSS isn't working, I would need to see your actual templates to find out (perhaps you could put this up on apex.oracle.com). Just a few general pointers though, I would suggest using one of the newer themes, introduced in APEX 4.0 and APEX 4.1. Those themes are mostly DIV based, i.e. fewer HTML tables for formatting, and as a result, they are much smaller. They also use a DOCTYPE, prompting all modern browser to render your pages in standards more, ensuring better cross-browser compatibility. And most relevant for your task, they no longer use theme-specific class names, i.e. a class called "t9header", would now simply be "header". They also generally reference images directly from the CSS stylesheet, rather than inside your templates, making it much easier to modify your UI. So in essence, assuming you'd be using theme 21, all you'd have to do to switch from a red-look to (in this case) a blue-look, would be to reference the theme CSS file in /themes/theme_22, instead of /themes/theme_21, so in your templates, you would only need to change one path in your page templates.
    Regards,
    Marc

  • Lookup problem for Standalone Websphere application.  What to do?

    Hi friends. This is my first discussion. Coming to the topic, I have created a Data Source (DB2) in WebSphere. JNDI name has been configured. I have done the Standalone application and got over. The question is how to LOOKUP JNDI name for the StandAlone application and how to ACCESS?
    The program is as follows(code snippet):
    class DBConnect4 {
         public static void main(String[] args) throws NamingException, SQLException {
              Properties props = new Properties();
              props.put(Context.INITIAL_CONTEXT_FACTORY,
                        "com.ibm.websphere.naming.WsnInitialContextFactory");
              /*props.put(Context.INITIAL_CONTEXT_FACTORY,
               "com.sun.jndi.cosnaming.CNCtxFactory");*/
    // --------------------the problem occurs here------------------------------------
    // --------------------at props.put(Context.PROVIDER_URL,"iiop://............
              props.put(Context.PROVIDER_URL, "iiop://172.23.99.88:9064");//172.23.99.88
              System.out.println("The Connection is" + props);
              try {
                   InitialContext initContext = new InitialContext(props);
                   Object obj = initContext.lookup("jdbc/myDataSource");
                   DataSource ds = (DataSource) obj;
                   Connection connection = ds.getConnection("db2admin", "Syntel123$");
                   System.out.println("Connection estblished");I have configured everything, instead I am getting the following error:
    The Connection is{java.naming.provider.url=iiop://172.23.99.88:9064, java.naming.factory.initial=com.ibm.websphere.naming.WsnInitialContextFactory}
    The Exception is:Failed to initialize the ORB
    javax.naming.NamingException: Failed to initialize the ORB [Root exception is java.lang.ClassCastException: com.sun.corba.se.impl.orb.ORBImpl]
         at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:318)
         at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFactory.java:392)
         at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:117)
         at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:712)
         at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:171)
         at javax.naming.InitialContext.lookup(Unknown Source)
         at src.DBConnect4.main(DBConnect4.java:27)
    Caused by: java.lang.ClassCastException: com.sun.corba.se.impl.orb.ORBImpl
         at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFactory.java:86)
         at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:179)
         at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:83)
         at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:59)
         at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:102)
         at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:309)
         ... 6 more

    hi, I get the same exception in a completely different context. Could you solve your problem?
    Regards,
    guschra
    Message was edited by:
    guschra

  • For standalone java applications Applet is better or Frame is better?

    Hi Every body,
    Iam new to java standalone application developement.As per my knowledge both Applet aswell as Frame concept can be used to develop java
    standalone applications, if Iam right. My application need menus, drop down menus and it also need to connect to backend database.So which is better?
    So please some body guide me.
    Thanks in Advance
    Basavaraj M

    A JFrame not a frame will be most apropriate because that just what it supposed to be used for but u can consider a JApplet if u want to incorporate it into a web application.
    Sq2000

  • SRM's WDJ application is not taking custom theme

    Hi All,
    I'm working on the Portal branding. We have SRM BP deployed in our portal. I've created custom theme and desktop for the user.
    I'm able to see the portal's different section as per custom theme. WDA/WDJ application's UI which is opening in the content area of portal is also showing as per theme.
    When I'm trying to access the SRM BP portal content which is the collection WDA/WDJ application, inside portal content area showing as per theme. But one WDJ Iview related to MDM catlog data is opening in new window, in that WDJ UI is not taking custom theme color. UI is showing default theme "tradeshow".
    I tried few SAP note(Note 1446099 - Web Dynpro application not displayed in customer theme) to synch the patch of portal and WDJ stylsheet but no luck.
    Pl share your input to solve the issue.
    Thanks!!!
    Deepak

    Hi Shishil,
    Thanks for reply. Yes MDM component is in the same server.
    I've tried below option to fix the issue but no luck:-
    >Note 1446099 - Web Dynpro application not displayed in customer theme
    >Note 1012065 - Technical Web Dynpro configuration in SAP NetWeaver 7.1
    >Note 1000889 - CSS Style Sheet Integration of Web Dynpro and the Portal
    >http://help.sap.com/saphelp_nw70/helpdata/en/1e/535d420447e054e10000000a155106/frameset.htm
    When i tried to set the default Web Dynpro theme by modifying the sap.theme.default property, which is also located in the Propertysheet default folder with the below URL, no success:-
    http://<host>:<port>//irj/portalapps/com.sap.portal.themes.lafservice /themes/portal/sap_chrome.
    Deepak!!!

  • Apply custom themes to WebDynpro ABAP application in Portal

    Hi,
    We have just upgraded the E-Recruitment to EHP4. We have two instances of ECC in which one acts as HR instance and the other one for E-Recruitmet. We have created custom themes for portal and need to apply the same for the WebDynpro ABAP applications for E-REcruitment. I have downloaded the theme and from portal and uploaded the same in MIME folder using SE80 transaction. I have also added the parameter sap-cssurl=/sap/public/themes/<my custom theme folder name>.
    Also tried giving the url in application parameter as
    SAP-EP-THEMEROOT=http://<hostname>/irj/portalapps/com.sap.portal.design.portaldesigndata/themes/portal/customer/<custom theme>
    Is there any other way to apply themes for WD ABAP applications. I dont want to customize the standard applications and just want to apply the themes.
    Any suggession on this is highly appreciated.
    Kind Regards,
    Vivek.

    Hi,
    to create theme for webdynpro abap application, use Eclipse Plugin.  Please remeber to check the version of theme file before using theme.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/10d5ef40-465e-2c10-9ca9-f548bfc3f236
    setup custom theme for webdynpro abap application.
    FEATURED EVENTS
    Regards
    Baby

  • Designing for Flash/Flex application

    Hello,
    I'm trying to create multiple themes for a flex application. It seems as though Flash is the best way to do that given the workflow. I'm looking for a Flex/Flash template within flash. I'd like to take the .Fla and edit it and export the .swc. I swear there was a folder in Flash with templates for this process. Can anyone tell me where those templates are?
    Also, does this workflow make sense, when trying to update the look and feel every few months? I can use PS for example, but I'd like to avoid bitmaps where I can.
    I'm using CS5 on a mac.
    Thanks

    You should definitely check out some online tutorials on design in FB4.5, such as Lee Brimelow's tutorials on "blitting" and skins/styles in Flex ("Intro to Flex: Part 3"):
    http://www.gotoandlearn.com/
    Also, the "Change the appearance of your application" videos on the Flash Builder "Test Drive" site:
    http://www.adobe.com/devnet/flex/testdrive.html
    Good luck!

  • HT2589 We have purchase 5 apple minis and would like them all on one account.  That way we can monitor the use of these units.  they will be used strickly for a business application.  can I use one account in itunes or must i have multiple.

    We have purchased 5 apple minis and would like them all on one account, that way we can monitor the use of these units.  They will be used strickly for a business application.  Can I use one account in itunes or must i have multiple.

    Not going to happen the way you want it to.
    When you add a gift card balance to the Apple ID, it's available for the Apple ID.
    Probably best to create unique Apple ID's for each... this will also make things easier in the future as purchases are eternally tied to the Apple ID they were purchased with.

  • What should be done in certmap.conf for 2-way SSL support from a standalone Java application to an SSL enabled LDAP Server

    To support certficate based client authentication using 2-way SSL from a standalone java application which uses JNDI and JSSE1.0.2 to connect to an SSL enabled LDAP Server how do we configure the certmap.conf?Is there any additional setup required at the LDAP Server side apart from enablinf SSL with the option"Required Client Authentication" enabled.The 2 way SSL handshake goes through but the access log file (After configuring the certmap.conf for the issuer DN of the client certficate etc..)shows SSL failed to LDAP DN?But inspite of this access log error the Java client does get an SSL Connection object with which it is able to connect to the LDAP.IS the certmap.conf file being looked up by the LDAP Server at all?

    have you out.flush() and out.close() before you call connection.getInputStream()?

  • Editing Tree UI for MDM Hierarchy tables ina WDJ application

    Hi ,
    We have a requirement where MDM hierarchy tables are displayed using a tree UI in WDJ application.
    However, tree UI is used only for the display purpose. Is there anyway or any other UI available
    using which we can achive edit option in the tree as well?
    Not only this, we are supposed to provide functionality to support moves across the nodes of hierarchy.
    Like PC move or SBU move from one hierarchy to another.
    First of all, can we achive this in WDJ or MDM WebDynpro COnfigurator? If we can, then how? Any links or pointers for this?
    Thank You,
    Apoorva Dave

    You could use a Tree UI element together with a detail view for editing the selected tree node. Or you could use a "TreeTable" which is a Web Dynpro Table with a TreeByNestingTableColumn.

  • Loading external themes for my flex 4 application.

    Hello.
    I created a flex application and i created some themes using adobe flash.
    when the flex application is running i want it to load a default theme and allow the user to switch themes
    while running the application. each time is in a seperate swf file.
    what is the recommended method to create the themes?
    the method that i know of is to convert the symbols to flex components and publish the flash file and swc,
    loading it into my application and then i can use it's components.
    when i merge the swc file into the code (Link Type: merge into code) i can use the flex component i created and everything works fine.
    the problem is that i want the swc to be loaded on runtime and to be able to load/unload.
    Link Type: External - wasn't very useful. when i use any component i just get a blank screen with no errors.
                                    maybe it means that the definition is there so i just need to load the module, so i tried to unzip the swc file,
                                    place the swf file on the web and loading it with the Loader(). i still see a blank screen.
    Link Type: Runtime Shared Library (RSL) - is not an option, because i want to be able to load and unload the modules on-the-fly.
    Flex module:
    Another option was a creating a flex module that loads the assets of the swc file and then to use this module,
    the problem is that i found examples on how to load a module if it's a container of some sort and to display it on the screen,
    i did not find a mothod to actually load different assets from that module and use them.
    so as you can see i'm pretty lost here.
    i would guess that using 'Link Type:External' is what i need i just don't know how to load the swc file properly afterwards, but who knows!
    thanks for your assistance!
    kfir

    Hi,
    Thanks for the reply.  I'll try to edit the html page and let you know how it goes.
    --Hyong

Maybe you are looking for

  • Edit in Photoshop CS3 Issue

    I have one computer where if I do "edit in Photoshop CS3," the file opens in Photoshop and the file name shows as a <image#>.CR2.  I can then save it as a jpg or whatever, and the added file shows up in my Lightroom catalog.  Perfect!!<br /><br />On

  • My charger isnt working anymore..

    ive tried many different plugs. sometimes it works but mostly it doesnt work at all. even in 5 different plugs. will i be able to get another one for no cost?

  • Calendar and Color coding events

    In looking at all the stuff online, it shows that the calendar can display your events on the list in a color code? How do you get this to work? And does this match the color codes in Exchange? Thanks,

  • Monitor my kid's activities on the internet

    I need to download a program that can help me monitor my kid's activities on the internet, is there a safe way to do it? I have a Mac mini with the latest os

  • Slow down

    my presario SR5250NX takes half an hour when starting windows, after installing an IDE hard disk .(system runs very slow when using the IDE hard disk)