NWBC for HTML Layout

My nwbc for HTML, for one system, looks like this: The icons don't appear; I couldn't close the launchpad navigation, and appears masthead, end of masthead ammong other things in the shell.
When it should look like this:
Can anyone explain me why this happens in one system and not in the others. I have the same software versions in all systems.

Hi  Melinda Ludanyi ,
I just finished implementing the necessary notes to update the Unified Rendering and nothing changed.
Is there a place in the system where you can customize the shell?
Thank you for your time.

Similar Messages

  • Tab - 'Activities' in Create Notification missing in NWBC for HTML.

    Dear Members,
    Greetings for the day!
    I am working with NWBC for HTML as a part of EAM implementation in my project.
    When I am trying to create a notification in SAP GUI via the transaction - IW21, I am able to see a tab namely - "Activities".
    But this same tab is not available when I am trying to create a notification using NWBC for HTML in the same SAP system.
    Please refer the enclosed screen document in which I have highlighted the issue.
    Could anyone please suggest me if any business function needs to be activated for making this tab available in NWBC HTML also?
    Else do I need to raise an OSS message to SAP for any note implementations or is there a need to develop / configure this tab in Webdynpro ABAP / Floor Plan Manager framework?
    I humbly request your response.
    Warm regards,
    Ram Nyayapati.
    [email protected]

    Thanks   for your reply!
    I'm create a  theme in the UI Theme Designer.
    1.
    2.
    3.
    4.
    5.
    6.
    Where I can see, what my theme is created well?

  • How to read the configuration for SAP GUI elements in Plant Maintenance module from SPRO and leverage the same in NWBC for HTML.

    Dear Members,
    Greetings for the day!
    I am working on NWBC for HTML in Plant Maintenance module.
    We have configured some changes in SPRO for customizing the UI elements( like visibility, mandatory ) like tabs and fields in transactions like IW21( Create Notification).
    As of now separate parallel configuration needs to be carried out in NWBC for HTML in PM module to achieve the same UI features for creating notifications and this is time consuming.
    Is there any way to read the configuration done in SPRO for the SAP GUI's and leverage the same in NWBC for HTML.
    Appreciate your time in responding to this.
    Thanks & Regards,
    Ram.

    >
    <IfModule mod_weblogic.c>
    WebLogicCluster 127.0.0.1:7005,127.0.0.1:7007,127.0.0.1:7003,127.0.0.1:7103,127.0.0.1:7104
    MatchExpression /app1
    </IfModule>
    <Location /weblogic>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007,127.0.0.1:7103,127.0.0.1:7104
    DebugConfigInfo ON
    PathTrim /weblogic
    </Location>
    <IfModule mod_weblogic.c>
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007
    MatchExpression /app2
    </IfModule>
    <Location /weblogic>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007
    DebugConfigInfo ON
    PathTrim /weblogic
    </Location>
    >
    This configuration is weird little bit. There is MatchExpression /app1 and MatchExpression /app2 and at the same time two <Location /weblogic> sections. Are you sure you understand what that configuration stands for?
    Try something like this ...
    <Location /app1>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007,127.0.0.1:7103,127.0.0.1:7104
    DebugConfigInfo ON
    </Location>
    <Location /app2>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007
    DebugConfigInfo ON
    </Location>
    where /app1 and /app2 are contexts of your weblogic applications.
    http://download.oracle.com/docs/cd/E11035_01/wls100/plugins/apache.html
    http://httpd.apache.org/docs/2.0/mod/core.html#location

  • NWBC for HTML: Warning with IE 10

    Hi,
    When I open NWBC for HTML in IE 10, I get a warning saying "The standards mode is not supported for document modes less than 8 (Note 1970689)".
    If I hit 'Ignore', everything is fine. How can I get rid of this error?
    Thanks
    Krishna

    Simon,
    IE is trying to use "IE8 Standards". If I change it to "Standards" I do not have any problem. But obviously I do not want user to change it every time they use the NWBC.
    I added parameter sap-ie EDGE for NWBC_LAUNCH node. Still no luck.
    Compatibility settings are empty and no checkbox checked.
    I am on 740 SP5 and already applied
    SAP Note 1970427  - SAP GUI for HTML: Rendering problems
    SAP Note 1926394 - SAP GUI for HTML: Rendering mode update
    Any clues?
    Thanks in advance
    Krishna

  • NWBC for HTML troubleshooting - stuck at splashscreen

    Hi all gurus,
    I'm quite new to NWBC for HTML and I'm trying accessing to an SRM system via transaction NWBC.
    Notice I'm just a guest on that system so I cannot go for note applications directly; I could eventually direct tech staff in order to approach any problem but I'm trying anyway to figure out what could be the issue.
    Shortly; launching the NWBC transaction, the usual IE window with role selection pops up. I can then select a "node" (say, the root one, /nwbc). Then the splash screen appears but  when the progress bar reaches more or less half of the lenght, it freezes and remain stuck'd.
    I can see from ST22 that after a while, a dump for TIME_OUT appears due to (I guess) an infinite loop in method GET_BREAD_CRUMB_HTML:
       23   if user_info-accessibility is not initial.
       24     concatenate text delimiter canvas_control_name delimiter skip_message delimiter_dot ente
       25     CONCATENATE `<a id='content-area' href='#masthead' title='` text `'>` html `</a>` INTO h
       26   else.
       27     READ TABLE nodes ASSIGNING <node> WITH KEY object_id = id.
       28     if sy-subrc is initial.
    >>>>>       WHILE <node>-is_top_level <> abap_true.
       30         READ TABLE nodes ASSIGNING <node> WITH KEY object_id = <node>-parent_id.
       31         if sy-subrc is initial.
       32           CONCATENATE `<a href='?sap-nwbc-node=js_req' onclick='pro54_submit("` <node>-objec
       33                  INTO html.    "#EC NOTEXT
       34         endif.
       35       ENDWHILE.
       36     endif.
       37   endif.
    I guess there's something that should be fixed in terms of configuration; I checked in SICF transaction and /sap/bc/nwbc node is active (and all the subnodes); however, testing nwbc_test, an empty IE page pops up.
    Could someone help me addressing what could be the problem, so that I can provide extra info to the techies?
    Thanks,

    Highly possibly the Runtime Environment and/or the Unified Rendering is too old. But in case the test page is empty, first is more possible. You can check the Runtime Environment with KBA 1864151 - please use section 2. Most current is PL37.

  • Adding a custom css in sap_corby theme in  NWBC for HTML 3.6.

    Hi,Dear experts!
    (I hope, I post a topic in the right section.. now)
    I use the theme sap_corby in NWBC.
    I'd like add a few changes in the design of the portal.
    For example, I'd like add the custom.css style, user name and etc.
    I've added in the table /UI2/NWBC_CFGCV parameters:
    COCKPIT_TITLE = my title,
    WELCOME_MESSAGE = my message,
    CSS_URL = my css address (For example, /sap/bc/ui5_ui5/sap/zhcmi384_ui5/custom.css)
    Next I open in browser (ie 10) link:
    <server>:<port>/sap/bc/ui2/nwbc/?sap-client=<>&sap-language=RU&sap-nwbc-node=root
    and I've see that COCKPIT_TITLE and WELCOME_MESSAGE is load well, but CSS_URL does not work.
    How to load my custom.css file into NWBC?
    If I want to try to edit the theme in UI Theme Designer.
    When I want to create a topic in the designer. I only see active "open" button. Other buttons are disable.
    I open the theme (the Copy). I make changes.
      I choose to unlock. all is well. but where can I find my topic?
    I do not see her anywhere.

    Thanks   for your reply!
    I'm create a  theme in the UI Theme Designer.
    1.
    2.
    3.
    4.
    5.
    6.
    Where I can see, what my theme is created well?

  • SRM 7.02 NWBC for HTML

    Hello All,
    When we are using nwbc_launch url in SRM 7.02, always pointing to the role selection page (Just like below). We don't want this page to be displayed.
    We want to logon to SRM directly. How to disable this below page. The look and feel logon page in this screen is good, compare to srm service.
    Also when we use srm service the proper logon page is not displayed(see below), like nwbc_launch service.
    Regards,
    L

    Hello Pedro,
    exactly. I paste two screenshots from the shopping cart.
    SRM700
    SRM703

  • Screen personas for HTML in NWBC for Desktop

    Hi,
    Is it possible to use the webgui and therefore screen personas for HTML in NWBC for desktop. We are using a theme in webgui which we would like to use in NWBC in combination with a theme for WDA using theme designer.

    Both SAP Screen Personas stacks are heavily based on the internal ITS of AS ABAP. SAP GUI for HTML aka webgui is one service, granted a major one, within the internal ITS. SAP Screen Personas seems to have separate theming options which would suggest incompatibility with UI Theme Designer. Maybe the UI Theme Designer and Screen Personas experts from SAP can comment, pinging Uwe Klinger and Tobias Queck. That said I think you should be able to use UI Theme Designer for webgui, as long as you use Unified Rendering Lightspeed controls. See SAP note 1852400 for details. You may have to use the sap-theme parameter and make sure you have the latest Unified Rendering corrections.

  • NWBC Desktop running GUI for HTML

    My NWBC Desktop installation is running all SAP transactions using the SAP GUI for HTML.  How can I fix my NWBC installation to use the desktop SAP GUI instead of the GUI for HTML?

    First of all a supported SAP GUI for Windows version needs to be installed, it is best to go with the latest one which is 7.30 PL 9. That said at least 7.20 PL 8 is required. Secondly you have to maintain connection entries both in SAP Logon as well as NWBC connections. Thirdly make sure that in NWBC connections the SAP GUI Logon Description field matches the description of the same system in SAP Logon. If it still isn't working, activate trace in NWBC and share the result as an attachment, not embedded in the body of the message.

  • "Use presets for responsive layout" not working in Chrome

    I am building a responsive website. I am going to have parts of the website animated using Edge Animate. I will make the animation and then insert it into a div in the responsive website I am building.
    The Adobe Edge animation has a width of 100%, so that it resizes according to the area that it occupies the full width of the div no matter how wide that div may be in px.
    It is all working fine, but:
    I have an image in the Edge animation that is center aligned. It must stay center aligned no matter what width the animation ends up being.
    Within Adobe Edge, in Properties, in Position and Size, there is a option where, if you hover your mouse cursor over the top right button a tool tip says "Use presets for responsive layout"
    With the image on the stage selected, I can click on the "Use presets for responsive layout" button and then choose "Centre background Image".
    It works perfectly in all browsers accept Chrome (even IE is playing ball this time). In chrome the width of the image stretches out as the div stretches out..
    The "Centre background Image" setting says that it won't scale the image. But in Chrome it does.
    What can I do to "tell" Edge Animate to center the image but not scale it in the Chrome browser?
    I can see that in the image properties it is set to Background image x axis and y axis 50%. And the width is set to pixels. But in Chrome, the image stretches.
    If you go to http://www.brainstormadvertising.co.uk/demo/services.html you will see what I mean. The circle image is centering BUT stretching in chrome browsers while centering nicely and NOT stretching in other browsers.

    Thank you for your reply Josh. But the point of this setting in Edge Animate is that you can set it up that the background image is center aligned and does not scale. Yet it produces code that gives the width as 21.72%.
    A little further along I see background-size: 48px; .  This is correct.
    So all the browers are reading background-size: 48px; as the scale measurement but Chrome is reading the width only, not the background-width. So this "Use presets for responsive layout" works in all browsers except chrome.
    I don't know how to change that code after the artwork has been published. I can see the code using Firebug, but where do I change it in my code on my computer before uploading to the server?
    I have reported this bug to Adobe.
    Please see the attachment. You can see where all the settings are made and where I am getting a problem.

  • Robohelp for HTML 8.0.2

    Hi
    I have created Robhelp for HTML project in mutiple languages creating conditional build tag. I have also created Table of Contents in each langauge. While I am generating the Webhelp all files take default table of Content which is in English. Is there a way thet language specific files take language specific Table of Content.
    Thanks in davnce for help.

    When you generate, on the first page of the wizard you select the TOC you want for the language you are generating at the time.
    You could create multiple layouts with settings for each language to save you changing things each time.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Omniportler HTML Layout - How do I pass a parameter to another page?

    How do I pass a parameter to another page from an HTML Layout like I can with the Tabular layout?

    If I have a parameter I can pass it from one page to another, i.e. if I have a list of customers and I want data for that particular customer alone, I can create a page parameter form or an omniportlet where I would then pass the value of that portlet to the page. I would use a string like the following: https://test.test.com/test/page?_pageid=536,7483646&_dad=portal&_schema=test&customer=##CUSTOMER_NAME##

  • Reusing HTML layouts with new flvs

    I'm having issues with reusing html layouts for 'newsletter' type pages with updated text and video.  The new flvs don't appear when the updated page is posted to it's unique directory on the client server.
    I've narrowed the issue down to a possible problem with the AS_RunActiveContent.js file.  I need force Dreamweaver to create a new one when the layout is updated.  When I'm developing locally, it seems as though the page references the previously created js file.  When I post the preview to my server, the videos play.  But when I post the html page and image folder to new directory on the client server, the flvs disappear.  Copying the old js file to the new directory on the server doesn't work.
    How do I force Dreamweaver to create a new java script file when I update the content?  Or is there something else I need to do?
    Here's a quick rundown of the process:
    Open old html page and save as w new name in new local folder
    Update text and flvs (updated flvs by completely removing all content in table cell, not just updating the file name properties)
    Upload new folder to my host server
    Once approved, send folder to client
    Client posts folder to their server - and the flv's dissappear.
    Thanks for your help.
    Kristen

    I'm guessing you're using CS3 or earlier. DW does not create a new .js file if one already exists in a given path, nor does it need to.
    I am also guessing that the problem is related to paths. You should probably make all references to that script site-root relative (with the slash in front). ie:
    /Scripts/AS_RunActiveContent.js
    Then upload the Scripts folder to the root of the site. All files in subfolders will still find that script using with that link, including new folders.
    Does that make sense? If not, can you supply a link to one of these problem pages?
    Mark A. Boyd
    Keep-On-Learnin' :-)
    If you are reading this via email, be aware that it may not be an accurate representation of my message. Login to read the actual message and/or to reply.

  • BUG - Omniportlet 10.1.4 with HTML layout ??

    Steps to reproduce:
    1. Create an OmniPortlet instance which is based on a SQL statement
    2. Use the following SQL
    select :BIND1 as MY_BIND1 from dual
    3. Define the bind variable BIND1 as tied to ##Param1##
    4. Give Param1 a default value= "MY_PARAM"
    5. Step through to the LAYOUT portion of the wizzard and choose HTML layout
    (10.1.4)
    6. Use the following layout for the header
    <TABLE BORDER='0' WIDTH="100%">
    <TR CLASS='PortletSubHeaderColor'>
    <TH CLASS='PortletHeading1'>MY_BIND1</TH>
    <TH CLASS='PortletHeading1'>##Param1##</TH>
    </TR>
    7. Use the following layout for the repeading section
    <TR CLASS='PortletText1'>
    <TD>##MY_BIND1##</TD>
    <TD>##Param1##</TD>
    </TR>
    8. Default all other sections.
    The results show as
    MY_BIND1 MY_PARAM
    MY_PARAM
    There is no data showing in the REPEATING section for the ##Param1##
    placeholder.
    Is this a known bug or a new thing?
    Regards,
    Tim

    Hi Tim,
    This is a know issue, the bug has already been logged. Parameters(param1, param2 etc) works only on Non Repeating Heading Section, but not in Repeating Section and Non Repeating Footer Section.
    Thanks,
    Seshan K.

  • Portal themes for SAP GUI for HTML

    Dear SDNs,
    We have a portal theme designed with good and look and feel, but most of our applications are SAP Transaction iViews for HTML GUI. can we apply the same theme to HTML GUI applications? or at least can we change the background color and windows color of HTML GUI applications?
    I have tried with ITS Theme generator, but it is just showing the tabs and others as image we need to change. Please provide inputs if any of you having the related information.
    Can we also change the GUI for WIndows colors for multiple users? i know to change for one user's local layout, but how can we make one cusotm color for all the users.
    Your inputs will be appreciated,
    Thanks in advance,
    Lakshmi.

    Hi
    I think we cannot apply Portal themes for SAP Transaction Iviews. However, there is a property called Stylesheet for each iview. Play with that property and let me know. The success rate is 50:50.
    But I would recommend to migrate them to webdynpro ABAP. Do not still recide in 1995. Come and enjoy the 2010 Web2.0 look and feel and enhanced usability of Webdynpro.
    Regards,
    Chiranjeevi.

Maybe you are looking for

  • Finder crashing in AFP share

    Hello, We're having some really strange issues at work with an AFP share. Setup: Mac OS X 10.4.7 clients (including a G5, MacBook Pro, iMac G4) Mac OS X Server 10.4.7 sharing files via AFP How to replicate: User's login to the AFP share, navigate to

  • Multiple User accounts on one computer

    Is there anyway of setting Itunes to use one central music library file rather than having a seperate one for each user? I want the 2 accounts to be able to access the same library and when songs are added under one profile, to be shown on the other

  • What's the mA Charging Requirement for 2nd Generation? What is the maximum?

    It appears that the minimum charging requirement for the 2nd generation is 500ma and the optimum is 1000ma (1A). Can anyone confirm that for me? I can't find any specifications anywhere. Also, will using a high power USB charger cause any harm to the

  • Manual advance? Not always.

    HI, This is my first attempt using Encore DVD2. I am playing with some of the features and am having a problem with slideshows. I want to have a biography section on the DVD I am working on. The bios range from 2 to 3 pages each. They are snapshots o

  • Itunes video download

    After downloading tv program video from itunes store, the sound plays but the video is distorted. How can I correct problem? Please keep it simple. pc/clone   Windows XP