Tab order issues with UI elements in Web Dynpro

Hi Folks:
We recently upgraded to NW 2004s and now i am running NWDS v 7.0.
I have noticed many behavioral changes since the upgrade.  One of the more problematic and annoying issue is the tab order of the UI elements.  In the prior version, the label element never had the control while tabbing.  But now the Label also is part of the tab order.   There is no property ( that i have been able to figure out) that stands out to fix  this issue.
I am i missing something or doing something wrong.  Greatly appreciate any input.
Thanks & regards
Renchy Thomas

I figured it out.   You have to bind the label to the UI element it is a label for - using the labelFor property of the Label element.
Duh!!  i should have thought of it before but it is true that the older version was not enforcing this rule.
rgds
Renchy

Similar Messages

  • Issues with portal integration of Web dynpro for ABAP application

    Hi,
    I have the following issues when i integrate a Web Dynpro for ABAP application with portal.
    1. the iview does not contain some images, such as table scroll button images, maximize and close buttons of popups etc.
    2. the iview loads properly, but there is an error in the status bar that says "Access denied"
    3. is it possible to do absolute navigation from
       role1->folder1->iview1 to role1->folder2->iview2?
       when i fire this navigation from the webdynpro
       application, the navigation does not happen in the
       portal.
    thanks,
    Kavitha

    >
    sridhar vadaga wrote:
    > Hi Experts,
    >
    >
    > CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
    >   EXPORTING
    >     text           = url
    >  IMPORTING
    >    BUFFER         = content .
    >
    >
    > Thanks & Regards
    > Sridhar
    I think you are overestimating the power of the SCM_STRING_TO_XSTRING function module.  By supplying a URL as the value of the input text, it isn't going to magically go read the content from the remote location and convert that to a binary string.  It is going to take whatever value you supply in th importing TEXT parameter convert that to binary.  In other words it is literally converting the string http://xxx/test.xls to binary.  You will need some other mechanism to read the content from the remote location into ABAP memory before you can process it.  You will need to use the CL_HTTP_CLIENT class or call some sort of web service to retrive the content.

  • Issues witn portal integration of Web dynpro for ABAP application

    Hi,
    I have the following issues when i integrate a Web Dynpro for ABAP application with portal.
    1. the iview does not contain some images, such as table scroll button images, maximize and close buttons of popups etc.
    2. the iview loads properly, but there is an error in the status bar that says "Access denied"
    3. is it possible to do absolute navigation from
       role1->folder1->iview1 to role1->folder2->iview2?
       when i fire this navigation from the webdynpro
       application, the navigation does not happen in the
       portal.
    thanks,
    Kavitha

    Hi,
    Use a Transparaent container (TCO) inside it use the tabstrip and make it as matrixheader as per rootUI.
    You can also set the layout for TCO as matrix and do the necessary changes.
    Regards,
    Lekha.

  • Ticker UI Element in Web Dynpro

    Hi All,
    I have a requirement to display dynamic horizontal scrolling text, (like a ticker). The text is dynamic depending on which section of the form the user is current in and is retrieved from a RFC call.
    I noticed there is no ticker UI element in Web Dynpro like there is in Visual Composer.
    I'm using NWDS 7.0.18.
    Can anyone suggest a workaround? Is Iframe an option and if so, how?
    Thanks in advance.
    K

    Hi anuradha ,
    I think it is not possible to convert xls file's xtring to a propert string format.
    only .csv fromat file will give you the proper string when converted from xstring to string.
    thanks
    sarbjeet singh

  • Production Order Issue with Qty conflict

    Hi Friends,
    i have a issue with a production order fro which we built the product and the finished goods is moved to storage location, i have status set on my Production order as REL  PRT  CNF  DLV  PRC  GMPS MACM SETC. My order was for 1unit,In the quantities window , total qty shows as 1 pc and delivered as nothing (blank). Its not active were physically i can change , so how do i add the deliverd qty field by 1.And what could be the issue? PLS help Points will be rewarded.

    This Delivered field in CO02-Dates/Qtys tab will get updated automatically , when the order qty is delivered to stock.
    We can not manually update that.
    Have you checked whether the storage location stock has been increased ? In MMBE , you place the cursor on the stock qty and choose Environment - Production orders or Material Movements and check , whether a GR has been made against this order.
    Regards,
    Sheik

  • Issue with OSI PI WCF Web Service with wshttpbinding

    Hi Experts,
    System Details:
    SAP MII 14 SP4
    OSI PI Web Service: PITimeSeries
    I am having issue when trying to call OSI PI web service using http post. it is returning status 0 when i am using exception handler in BLS.
    Same web service works fine with basichttpbinding (SOAP 1.1)  but with wshttpbinding (SOAP 1.2) it is giving error.
    Following are Web config binding details for web service.
          <wsHttpBinding>
            <binding name="wsBinding_2011" sendTimeout="00:01:00" receiveTimeout="00:10:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
              <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false" />
              <security mode="Message">
                <message clientCredentialType="Windows" negotiateServiceCredential="true" algorithmSuite="Default" establishSecurityContext="true" />
              </security>
            </binding>
          </wsHttpBinding>
    I am not sure it could be the issue with passing windows credentials.
    Did anybody consumed WCF web service with wshttpbinding with security mode as Message and clientCredentialType as Windows.
    Also i was trying to pass MYSAPSSO2 SSO token to service in http post but first i am not sure if this is correct windows token and second which header property of service should be mapped and i am not sure that I am going into correct direction or not.
    Please let me know what i am missing.
    I have tried following other options and tools:
    SOAP UI: basichttpbinding works fine for wshttpbinding receiving Internal Server error in log and Response as
                      The security context token is expired or is not valid.
    MII Web Service Action Block: basichttpbinding works fine for wshttpbinding not able to configure url through wizard because as per                                                                              my discussion with other MII experts MII does not support SOAP1.2. that is one reason for using http post.
    WCF Storm: both bindings works fine (There is option to select windows authentication and Impersonation level as delegation)
    WCF Test Client: Both bindings works fine
    Any help is appreciated.
    Thanks & Regards,
    Manoj Bilthare

    Hi Sam,
    The web service is valid following are details of testing on various tools.
    SOAP UI: basichttpbinding works fine for wshttpbinding receiving Internal Server error in log and Response as The security context token is expired or is not valid.
    MII Web Service Action Block: basichttpbinding works fine for wshttpbinding not able to configure url through wizard because as per my discussion with other MII experts MII does not support SOAP1.2. that is one reason for using http post.
    WCF Storm: both bindings works fine (There is option to select windows authentication and Impersonation level as delegation)
    WCF Test Client: Both bindings works fine
    Please let me know if additional details required.
    Thanks & Regards,
    Manoj Bilthare

  • Urgent help - Issue with Search results in Web help (Robohelp10)

    Hi,
    I am facing an issue with the Search tab of my Web help output. The search is performed only on a part of the text entered.
    For example, I search for a word "Planning", the results are generated for "plan".
    I search for the word "Table", the results are generated for "Tabl"
    I search for "corresponding", the results for "correspon" are displayed.
    Is this an existing issue? Is there any fix for this.
    Please help.

    Hi there
    This is the option Jeff was referring to. I see it in my own RoboHelp version 10. As we aren't seeing it in your screen capture, I'm wondering if this was an option that was added via a service release you haven't installed.
    I do suppose another possibility would be that you are using RoboHelp for Word and perhaps that isn't an option with that application.
    Cheers... Rick

  • Issues with Photoshop Elements 12

    I am already using Photoshop CS6 and was informed that I can also purchase and install Photoshop Elements 12 on the same PC (Windows 7).
    This I have now done but after some installation issues I am now experiencing a problem with the camera raw part of Elements. I am receiving an error message when I try and send the edited raw file to the main Elements program. The strange part is that if I open the same raw file again in Elements camera raw and try transfering again it works OK. Can there be a conflict somewhere?

    Hi,
    Could you tell if you are facing this issue with Elements Organizer or Editor?
    For Editor not launching,
    If on Windows, could you follow the steps shared at: Photoshop Elements (PSE) knowledge base.
    For MAC, Photoshop Elements (PSE) knowledge base.
    For Organizer not launching,
    For Windows, Photoshop Elements (PSE) knowledge base.
    For MAC, Photoshop Elements (PSE) knowledge base.
    Regards,
    vaishali

  • Issues with iFrame elements in Illustrator

    Currently I'm having issues with adding an iFrame element to an extension run in Illustrator.
    I'm using Eclipse 4.3 to run extension build 3, release 3.  I've created the basic project, and I get the extension to function correctly when there's just the basic button.  Further I can make changes to the button (change the text) and it continues to work.
    However, when I add an iFrame element to the extension it seems to crash.  The extension window opens and then immediately closes.  There are no error messages from Illustrator, nor are there any errors in any log files from adobe/illustrator.
    Here is the line I'm attempting to add to the basic starter application in the index.html file:
    <iframe src="http://localhost:8080/tests/testfixture/" width="150" height="150"></iframe>
    Also I can manually load index.html file and it works correctly when opened by Chrome.
    I am using Illustrator CC 17.1.0 32/64 bit.

    Currently I'm having issues with adding an iFrame element to an extension run in Illustrator.
    I'm using Eclipse 4.3 to run extension build 3, release 3.  I've created the basic project, and I get the extension to function correctly when there's just the basic button.  Further I can make changes to the button (change the text) and it continues to work.
    However, when I add an iFrame element to the extension it seems to crash.  The extension window opens and then immediately closes.  There are no error messages from Illustrator, nor are there any errors in any log files from adobe/illustrator.
    Here is the line I'm attempting to add to the basic starter application in the index.html file:
    <iframe src="http://localhost:8080/tests/testfixture/" width="150" height="150"></iframe>
    Also I can manually load index.html file and it works correctly when opened by Chrome.
    I am using Illustrator CC 17.1.0 32/64 bit.

  • Hyperion Planning- Account dimension - Sort Order Issue with ODI 11.1.1.5

    Hello Experts,
    First of all, I thank you everybody in this forum for posting their valuable suggestions.
    I am facing a strange issue with ODI (Version 11.1.1.5) while loading metadata to Planning ACCOUNT dimension (Version 11.1.2.x). I am using a Oracle view to load metadata to this dimension. I have defined the sort order in the view and enabled SORT_ORDER_BY_INPUT. For the fresh load to the dimension, everything is working fine. But, when I move a member from one parent to another parent, and define it as the top member of new parent, it is missing its sort order.
    But it is working fine if you define it as the second, third...or last member under new parent. I have tried all the possible ways by flipping all the properties but unable to fix it.
    Please help me here to resolve this issue.
    Your help is greatly appreciated!!
    Thanks
    Edited by: user11965311 on Sep 20, 2011 7:07 PM

    To be honest I think you are best logging it with Oracle because it sounds like you are doing everything correctly so it could be a bug.
    Have you tested this on any previous versions of ODI or is it a new installation?
    If it does get logged with Oracle please keep me informed of the outcome as I would be interested to hear.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Issue with calling an external web service using web service proxy

    Hi,
    I've created several web services using JDeveloper succesfully in the past, however I'm getting an issue with one that was working ok previously. Have spoken to the developers of the external web service and they say they haven't changed anything. Also if I test the external web service through soapUI for example it seems fine so it would seem that the issue is with the autogenerated code created by JDeveloper.
    Basically I get the following exception as it sends the request to the external service:
    java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Bad Authentication header format: 'Basic realm="Integration Server" encoding="UTF-8"'
    Expected "," at position 33
    The user name/password appear correct.
    JDev version 10.1.3.42.70
    Any ideas?
    Many Thanks
    Gary
    Edited by: user10916721 on 08-May-2012 09:54

    Found the answer. Basically I had one proxy web service working and one not both linking to a middle tier written in web methods. THe issue actually ended up being with the web methods code in that the one web service (that was not working) was put together using a backwards compatability mode. Once this was switched back then started working again in JDev.

  • Having issues with ps elements 5

    I am running windows 7 64 bit with IE 9 and i'm having issues with the PS Elements 5 Organizer. Could it possibly be IE 9?

    Absolutely not.
    Ken

  • Issue with filtering values in Web Template

    I am facing a problem with filtering values in Web Template.
    I have two queries based on two different data providers. One query is getting data from an Info set and the other from a Remote Cube. I have a single navigational block to filter values for both these queries but the change gets reflected only on the variable of one query. The other reflects no change and shows all the values irrespective of the filter condition.
    I have tried the option of setting in the properties of the navigational block, ‘affected data providers’ as both your data providers.But no effect.
    Can a single navigational block be used to filter values on 2 queries which are built on different data providers? If yes, can someone please tell me how it is possible?
    Kindly let me know how can I make the changes appear in both the queries?I am using SAP BI 3.5.
    Thanks & Regards,
    Suchitra

    Hi Peng,
    Frank also published a fix for 11g R1: http://www.oracle.com/technology/products/jdev/tips/fnimphius/rc_expand_menu_on_mouse_over.html
    function showMenu(event){
       var adfRichMenu = event.getSource();
       adfRichMenu.getPeer().show(null,true);
    }This should work.
    Luc Bors

  • Tab Ruler Issues with CS4

    Hi. I am having trouble with the tab ruler in CS4. Whenever I zoom in to the long text box I need to set tabs in, the box is 44" long, the tab ruler does not stay with the text box if zoomed in more that 100%. Even when I have the ruler 'locked' to the text box I am setting tabs in, it fails to stay with the box. I scroll the the right to see the rest of the text box but the tab ruler does not move. Am I doing anything wrong or is this something funky with InDesign? I basically need the tabs to space a bunch of UPC codes across the length of the text box. It's usless if the tab ruler does not stay with the text box - I have no way of knwing where to set the tabs. Thanks.
    Pat

    Thanks for the info. Yea, I figured it was a separate window and playing with it for a few hours trying to figure this out. So how do you keep the tabs and tab ruler inline with the text box when you scroll to the left or right or zoom in and out? It seems to not snap to the box when zoomed in either. Very hit or miss with it even aligning to the text box. The tab ruler goes way off the page and I have to scroll just to try to get the icon to try to snap it to the text box. Works about 20% of the time, but when I scroll it's useless.
    I might be able to use tables, but I won't have the control, I don't think. Basically I have either 17, 10, etc. UPC codes and text below it, to fit at different increments along a 24 or 44" long page. This will change all the time, depending on how big or small the article that the UPC represents is. So I have nested a EPS UPC code and a text box below it and pasted it into a text box. From that I change, add or subtract, them to get the amount of info I need per long text box or line. I figured it was easier to do it this way than to align the EPS and the text by itself each time a change is made, which is all the time.
    Long story short - I have dozens of these files that people did in Freehand and it takes most of the day to fix or add to these files the way it is now. Each UPC code is placed/linked, and the text is by itself in a table below. So I am moving each by hand. Thought InDesign would be better. The size of these change a few times a month. Thanks.
    Pat

  • Unable to download file from FileDownload UI Element - Java Web Dynpro

    Hello Experts,
    I am facing a strange issue.Scenario is:
    I created an java web Dynpro application (Please note that it is just a standalone WD app, not integrated in portal) with just one FileUpload UI Element ,one FileDownload UI element and one button (for triggering an action).
    I browse a file (e.g. text,pdf,doc etc.) and click on button. It uploads the file and when I click on download, there are two cases:
         1) Simply click on download does not downloads the file and shows error: "Unable to download <file name> from <server name>.  Unable to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later." Though it is opening the file,showing the content.
         2) I opened that portal URL in a new tab in same session and logged in with a portal user. Now if I click on download link of same WD app opened in different tab of same session, it downloads the file without any error.
    I am using portal 7.0
    Can somebody point what's going wrong with case 1?
    Helpful pointers will be appreciated.
    Thanks,
    Kirtiman

    Hi Sid,
    I did not gave any authentication of WD app as it is anonymous app. There is no parameter set in application properties.
    As I run the app, it is showing the initial screen with UI elemtns and till upload works fine,.It has to be an anonymous app, so cannot ask for credential from user.
    Thanks
    Kirtiman

Maybe you are looking for