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.

Similar Messages

  • How to get event.target/event.currentTarget for HTML-5 canvas for click handler

    Hi,
    I hope everyone is doing great.
    I belong to Actionscript background and just started on Flash CC HTML-5 canvas.
    How to get event.target or event.currentTarget in Flash CC for HTML-5 canvas for click event.
    Like we used to do it in AS 3.0
    btn.addEventListener(MouseEvent.CLICK , go);
    function go(evt:MouseEvent){
       trace(" evt - "+evt.currentTarget); // It will let us know the clicked target
    For  HTML-5
    btn.addEventListener('click' , go.bind(this));
    function go(evt){
       console.log(" evt - "+evt.????t); // what is the correct syntax here?
    Thanks,

    Hey guys found the answer from stackoverflow
    it is - evt.target

  • SAP Screen Personas problem in a script for FS00(G/L Account Display) screen

    We are facing a problem when we are developing a simple script for FS00(G/L Account Display) in SAP Screen Personas. Let me give you a brief of the problem:
    We have taken two text fields in the dashboard from which the values will be copied and will be pasted in corresponding text fields of G/L Account and Company Code in FS00 TCode.
    When we are giving both the values, then script is working fine and it will navigate to the customized Personas screen where all the details are shown.
    But when we are leaving any one/both fields blank and execute the script option, then the pop to enter G/L Account/Company Code is coming:
    If we are setting the basic FS00 TCode view as default then after the pop-up we are able to enter the respective G/L account number or company code and everything is running fine.
    If we are setting our customized personas screen as default screen, then the pop-up keeps on appearing and therefore we are not able to give the inputs (G/L account or company code).
    And even if somehow manage to get rid of the error and enter the correct GL account and Company Code then also the details are not displayed. The F4 search help to pick the G/L account number and company code is not working, somehow the Personas screen seems to be locked here.
    Please let us know if someone has already encountered this type of situation before and what should be the solution of this.

    Hi,
    You could ensure that both of the text fields are not empty on your 'dashboard' before executing the FS00 tcode. This would negate the popup from ever appearing.
    To do this you can use the "IF <text field control ID> Is Empty" statement in your script and then output a custom error message to another text box if the condition is true. then use an "IF <text field control ID> Is NOT Empty" statement to copy the value/s execute the FS00 tcode if the condition is true.
    Now if you're going to check multiple fields for entries before executing the FS00 you'll have to get a little more creative and do something like I did in one my scripts (thanks again to Steve Rumsby for the tips) and create a 'check field' where you can enter values for items checked successfully and then use a little bit of javascript to count up the checks and check the result before executing the next part of the script.
    Another idea is to check for the existence of the popup and navigate past it in your script, to do this you can use the "IF <control ID> control exists" statement.
    Either one should work.

  • SAP GUI for HTML - Short dump for Office intehration

    Hi Experts.
      I am using portal to view the transaction and it needs to open a document, while opening a document through it getting an error. when using
      SAPGUI for HTML. 
      But it is working fine for GUI for Windows. ( selected this option in iView). It also works fine when use the transaction SAP itself.
    Getting an below error from portal.
    A RAISE statement in program "C_OI_CONTAINER_CONTROL_CREATORCP" has rais
    exception condition "JAVABEANNOTSUPPORTED".
    Since the exception was not caught by a program higher up in the call
    hierarchy, processing was terminated.
    Thanks
    Rag

    Anurag,
      I have gone through notes.
    I am using 7.2 version and access transaction through portal. while opening MS-office document, it is giving an error like JAVABEANNOTSUPPORT. and OFFICEINTREGRATION issue.
    While opening it in SAP its working fine as well as using GUY for Windows also good.
    But giving a short dump while accessing through portal with GUI for HTML option.
    Any idea or work around for the same.
    Thanks
    Rag

  • Apache for HTML and Tomacat for JSP

    I have a linux system. I would want to use Apache as web server ( for HTML file ) and Tomcat as application server ( for JSP file ). I have my sites in dir /var/www/... and I have configurated Apache to "read" these sites... but when I insert a JSP file in these directories Tomcat doesn't work that file.
    How I have to do that??

    There is a file in $TOMCAT_HOME/conf directory named "server.xml". In this file you should put the following line codes:
    <Context path="$APPLICATION_DIRECTORY"
    docBase="webapps/$APPLICATION_DIRECTORY"
    crossContext="false"
    debug="0"
    reloadable="true" >
    </Context>
    The APPLICATION_DIRECTORY is the same that you using in apache config file "httpd.conf".

  • How to create thumbnail view for html files

    hi,
    I want to create thumbnail view for html files, not for image files.. can we treat html files as images..
    Anybody help me..

    You can right click on your Desktop and select New Folder.  In Finder File > New Folder should work too, not in front of my Mac.
    Welcome to back by the way.  You might find these websites helpful.
    Switch 101
    Mac 101

  • Screen Personas Suggestion

    Not sure if this is the correct place to request new features for Screen Personas... but...
    It would be a great feature to add a text field that provided instant search (like google or similar to the suggested tags at the bottom of the SCN create new post screen...)
    Most of my users don't wan't to know - or care to know SAP material numbers, customer numbers, vendor numbers, etc.
    It would be amazing if I could present them with a text field that they could start typing in the description of the material they want and a list of possible options were to present itself.
    Or maybe someone figured a way to do this with a complex script... but it would be awesome either way!
    Thanks - looking forward to Screen Personas 3.0

    Hi Tobias,
    Thanks for clarifying. We are currently evaluating Screen Personas for use in SAP DMS.
    Scenario we are trying to simplify is the workflow process in DMS. A DIR(Document) in DMS, has a status field with various values such as
    1. Initial Draft
    2. Submit for Approval
    3. Approved
    4. Rejected
    5. Archive
    6. Retire etc...
    Users, have to pick right status values from an F4 pop-up to pass document along the business process. This is not very intuitive and we would like to provide buttons on screen corresponding to each valid status that can be selected at that point in time. When a button is selected say, "Approve" or "Reject" the corresponding status value should be filled up in the standard status(hidden) field.
    We have numerous doc types and too many status values. Hence, the static approach of defining buttons in Personas does not scale up and is not support friendly.
    I hope i have been able to explain the scenario correctly. If required, i am open to having a call and can elaborate this in detail.
    Regards,
    Jeron

  • Screen Personas and NWBC - Url parameters for resizing screen

    Hi,
    We are rendering Screen Personas 2.0 screens in NWBC and the Personas screens render correctly. We are wrapping the Short links in a BSP application in PFCG and use the parameter frameless=true so that end users cannot switch between flavors. Is there a list of all the parameters available?
    The basis for the question is that after rendering in NWBC we noticed that the user has to scroll horizontally and vertically to reach other parts of the screen which would have been easier in a browser. We would like to resize the personas screens in NWBC so that the entire content can be displayed in the content area and scroll bars can be disabled.
    Thanks,
    Abhijeet

    These are the ones I'm aware of... don't think it's an exhaustive list though:
    • Corbu theme:  index.html?theme=Corbu
    • Frameless:  index.html?frameless=true (no header, footer etc.)
    • Fullscreen:  index.html?fullscreen=true
    • Width and height:  index.html?width=640&height=480 (opens personas with the given size in pixels)
    • Disable OnCreateHandler: …/index.html?disableoncreatehandler=true
         From ver. 2.0 SP2 onwards: …/index.html#RenderingDisableOnLoad
    • Specific backend language e.g. German:  index.html?sap-language=DE
    • System:  index.html?sytem=<systemconfigid>
    • Transaction:  index.html?sytem=<systemconfigid>&~transaction=<tcode> (only in combination with system)
    • Flavor:  index.html?sytem=<systemconfigid>&flavor=<flavorid> (only in combination with system)
    • Shortlink, e.g. VA03 in a certain system with specific flavor:  nwbc.html?link=<linkid> (starts Personas with a specific system and flavor. Link needs to be created by an administrator.)
    • Logging: index.html?log=debug (allows to get more information of what happens behind the scene)
    You could experiment with setting the width and height... perhaps it'll get rid of the scroll bars but this may become problematic with varying screen resolutions.

  • 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.

  • 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?

  • NWBC for Desktop - pop-up inaccessible in background

    We’re using NWBC 4.0 for Desktop on Windows Terminal Server 2008 R2 and facing since two weeks the following problems:
    When I open NWBC PL11 (full desktop or seamless) I’ve about 5 seconds to choose from connection entries before pop-up is hiding behind main window. Same problem exists afterwards with IExplorer license warning or NWBC login window.
    With NWBC PL14 the connection entry window stays on top but the problem with the hiding license windows still exist. You cannot recover from it as NWBC pop-ups are hidden for Win task bar.
    We’re not aware of any changes on the terminal servers (Windows patches or SAP updates) but suddenly it stopped working.
    Very similar problem exists when we connect with DameWare Remote Control to a Windows 8 Client. As long I’m connected you cannot use NWBC for Desktop.
    Does anyone know a workaround for these problems?
    Kind regards,
    Alexander

    I've also seen this issue in our Citrix environment. 
    After working with SAP Support, they have confirmed this is a known issue in NWBC 4.0 PL13 and PL14.  Expect a fix in PL15 due in the third week of October 2014.
    The only workaround I'm aware of is pressing the ESC key one or more times, you will be returned to the System Selection screen.
    Roy

  • 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.

  • How to add a search help for a field in Screen Personas?

       I just started learning to use a Screen Personas, and I want to know how to add a search help for a field.
       I found a property in the help document named "IsLookupSupported". Is it the key?  But I saw it was gray in the field I created, and its value is "false". I could not change it.

    Hi, Tamas,
    I found the reason. The function Z_WEBRFC_READ_DATA_SH had a string concatenation error.
    CONCATENATE '{"results":[{"key": "shlpname", "value": "' l_shlp '"},"key": "fieldname", "value": "' l_field '"}]}' INTO htmldoc-line.
    The correct code is like:
    CONCATENATE '{"results":[{"key": "shlpname", "value": "' l_shlp '"},{"key": "fieldname", "value": "' l_field '"}]}' INTO htmldoc-line.
    Another question is, I can't get any words in Chinese from WebRFC. It returns error when I try it. How can I configure it?
    Xin

  • SAP GUI FOR HTML - SAP Netweaver loading screen

    We have an SAP EP7 portal with an ECC 6.0 R/3 backend. In the portal I have an SAP Transaction iView using transaction code PA64. The display in the portal uses SAP GUI for HTML.
    The iView loaded correctly (i.e. displayed the transaction screen correctly in the Portal Content Area) until our recent SP upgrades to the R/3 backend and portal. For the backend we moved from SP13 to SP15. For the portal we moved from SP14 to SP18.
    The issue that I now have is that an SAP Netweaver (SAP GUI FOR HTML) loading screen now appears (for about 5 seconds) prior to the PA64 transaction screen being displayed in the Portal Content Area.
    Whilst I accept that this is not a major issue, I would like to suppress the display of this loading screen. Does anyone know how this can be achieved?
    Many thanks
    Audre Beenen

    Thanks Michael.  We also updated our system and are having the same issue.   As you advised and I see in the SAP note, I'm going to add the ~nosplash parameter.   We do have SAPKB70017.  Is there a particular value associated with that parameter when it is added in SICF?
    Thanks,
    Pam Laverty

  • HT202159 Problem with Update on   It started, then the screen went white and the icons for the apps on the desktop were all blackened, 'waiting'.  What now?

    It showed a number of apps to be updated on my iPad, so I clicked 'update all' as usual.  It started, then the screen went white.  The icons for the apps on the desktop went black, as they do, with the first one half way around the little circle timer, and two marked 'waiting', with others not that far into the process.  They all stopped.  Now I can't stop the update process in the App Store, or use any of the apps.  What do I do next?  Help, please!

    Hello there, Rev Susi.
    From what I can gather you have a few apps that only display "Waiting". The following is a past discussion that dealt with a similar issue, the answer may help you as well:
    App updates won't download on my...: Apple Support Communities
    https://discussions.apple.com/thread/4111336
    Try tapping the App, so that it changes to Paused instead of Waiting, then tap it again to resume the install.
    Make sure you don't have any paused downloads in other apps either, like the App Store or iTunes Store.
    If that doesn't do it, try resetting or restoring the iPhone.
    via whatheck
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

Maybe you are looking for

  • My HP 8250 will no tprint photos from iphoto

    Hi, I am a new Mac owner and waited until the new dual core imac came out because I wanted the best computer Apple offered. I also purchased a new HP Photosmart 8250 to go along with it because the imac would not work with my older HP photo printer.

  • My itunes store is not working on my iphone (iOS 7)

    I've tried all of the suggested options and still can't get the itunes store on my phone to work. I have: -updated iOS 7 -cleared history/cache in Safari -cleared cookies in Safari -signed in and out of my apple ID -closed and restarted itunes -tried

  • Error during creation of datasource using BI publisher

    Hi All, I have installed BI publisher 10.1.3.4.2 from http://www.oracle.com/technetwork/middleware/bi-publisher/downloads/index.html for linux - 32/64. I am able to see the reports under Reports tab in BI publisher. But need datasource to get actual

  • Strange sound and images unrendered

    First off, I'd like to say I have never used FCE before, it's my first time and I'm still learning. The problem is the when I add a music file or a clip I can hear it in the preview screen, but not in the second screen. Plus sometimes for clips I hav

  • Ref field in fb03

    does reference field matter in printing cheque. using F-58. my question : is it possible cheque give all entries if u give Reference-field. and if u donot fill reference -field in F-58 . it will not display  entries. thanks.