Input field in Web Dynpro ALV does not have correct focus

Hello Friends,
Our client's SAP system is recently upgraded with ECC 6.0 SP 18.
After that the focus in the editable field of Web Dynpro ALV does not working properly by down arrow navigation.
The common scenario:
The ALV has more than one rows and one column is editable...
when user is selecting field of first row and making some entries...
after that pressing down arrow it is going to next row and coloring the field like focusing...
but the 'cursor' is not blinking so user can not make entry without clicking by mouse...
this was working Ok before upgrade...
Could you please anyone have a look and propose a suitable solution?
Thanks
Krish

Hello,
The problem was with Javascript....which play an important role in layout of web dynpro ALV...
which resides in MIME repository -> SAP ->PUBLIC - >BC ->NW5 ->JS ->SAPURI_Ie6....
We wrote to SAP for giving us the fix...
after we got a new file from SAP the problem is solved...
also we have to clear server cache through SMICM and client cache...
Thanks.
K.

Similar Messages

  • ERROR: Web Dynpro component does not exist

    Hi!
    Trying to open different menu items in PPM I get browser with error:
    500 SAP Internal Server Error
    ERROR: Web Dynpro component does not exist (termination: RABAX_STATE).
    Url looks like: someurl.com:8010/sap/bc/webdynpro/sap/inm_workcenter_app?IV_APPL_TYPE=RPM&IV_OBJ_TYPE_R=RPH&IV_POR…
    How can I fix it?

    Hi Maxim,
    Refer the SAP note in the below thread.
    ERROR: Web Dynpro component does not exist (termination: RABAX_STATE)
    Regards,
    Ravi

  • I have an Apple Configurator install that wont recognize an iPad when I attach it via USB.  I cant prepare it or refresh it.  It was supervised.  I get an error message that says "policy does not have correct profile data".  Please help!!!

    I have an Apple Configurator install that wont recognize an iPad when I attach it via USB.  I cant prepare it or refresh it.  It was supervised.  I get an error message that says "policy does not have correct profile data".   At some point there was a mismatch between the profile on the iPad and the MAC server.  The profile on the MAC server has been deleted and the iPad has been erased and reset to default.  I need to be able to get Configurator to recognize this device to prepare it for deployment and issue Apps to it.   Please help!!

    Run the application 'Terminal.app' which you will find in '/Applications/Utilities' on your Macintosh.
    Type this into it: defaults delete com.apple.configurator PreprationSavedPolicyDefaultsKey
    Hit the return key.
    If you get no error message, it worked, and you can quit the app.

  • Apple Configurator: "Policy does not have correct profile data."

    I keep getting the message "Policy does not have correct profile data." when I'm trying to prepare new devices in Apple Configurator 1.2.  Existing devices work fine, and I was able to prepare a few new devices before getting this error.  Any advice besides "wipe and restart" AGAIN?

    defaults delete com.apple.configurator PreprationSavedPolicyDefaultsKey
    should eliminate the problem, though it will partially reset the default settings in the Prepare pane. Did you delete a configuration profile that had been checked in the Prepare settings?

  • Updating extended fields in SRM Business Partner Web Dynpro UI does not work

    Hey community,
    I'd like to extend the SAP SRM Business Partner Web Dynpro (SRM 7.13). I did it like in SAP Note 1386310 described. Everything works fine, the fields show the correct data. But updating these fields does not have any effect.
    I only want to extend the existent fields NAME_ORG3 and NAME_ORG4. I did the following steps:
    - Because of the fact that the fields are existent and not custom, I skipped the extension of structures INCL_EEW_BUT000 and INCL_EEW_BUT000_X (ok, in utter despair I even tried this, but of course I got the message "fields already exist...")
    - I added the 2 fields to the SRM business partner data transfer structure INCL_EEW_BP_CSF_COMPANY_DATA.
    - In Web Dynpro /SAPSRM/WDC_MODC_NAME, view V_PS_OIF_NAME I added the fields NAME_ORG3 and NAME_ORG4 to the context node COMPANY_DATA
    - I added corresponding Input fields and labels to the WD layout.
    - in view /sapsrm/v_mdfsbc I customized the new fields
    -> the new fields are visible in the WD, and, oh wow, they even show the correct data!
    -> Unfortunately, updating the fields does not work, but000 does not get any data.
    Debugging the function "bupa_central_extincl_change" brings up, that function BUP_MEMORY_BUT000_GET gets a but000 structure with filled NAME_ORG1 and NAME_ORG2, but NAME_ORG3 and NAME_ORG4 are empty.
    I also regarded SAP Note 1453747, but the code was already right.
    Any Ideas? Many thanks in advance!
    Steffi

    Hi  Stefanie Krause,
    I am also facing the same problem
    I added the one fields "APPROVAL_EMAIL” to the SRM business partner, data transfer structure '/SAPSRM/S_CLL_BP_COMPANY_DATA ' . I have appended the structure.
    I added corresponding Input fields and labels to the WD layout.
    -> the new fields are visible in the WD,
    -> i am able to visible the input field in WD,
    But if add some value press on next tab and back to the screen the value will be refreshed .
    Kindly help me
    Thanks and Regards,
    Maruthi.M

  • Validating Input field in Web Dynpro

    Hi All,
    Could you please tell me how do I use set_attribute and get_attribute methods to get the user input from the dynpro screen?
    The user enters some data in the input field. I need to get this data and validate it.
    Please tell me how to get the user input.
    Thanks & Regards,
    Srilakshmi B

    hi,
    you can go through it,might be your problem solve.
    Example for Using Messages
    The following example shows how you can use messages created in the Message Editor. In the example, both messages with static text and messages that are dependent on user inputs – that is, messages with dynamic text – are defined.
    Description of Example
    Users can create a domain in this sample application. They can then enter a number in the next input field and press Click here to validate. If the specified number lies in the previously specified range, the user is informed of this fact in a standard message. If the number does not lie within this domain, the user sees a warning message.
    Prerequisites
    You have created a Web Dynpro application and defined view “MainView” within a Web Dynpro component.
    Procedure
    Creating the View
    Define the view as illustrated below:
    Context Creation:
    The context that provides the data is created as follows:
           1.      Create a context node, UIElem
           2.      Set the propertycardinality to 1..1 for the context node.
           3.      Create the context attributes a, b, and TypeField.
           4.      Set the Type of the context attributes to Integer.
    Data Binding
    To make the messages dynamic with regard to specification of the domain, the user inputs have to be saved. To do this, the input fields have to be bound to the context.
    sss
    Object
    Object ID
    Data Binding to Attribute
    Path Within the Context Structure
    a
    Input Field
    A
      MainView.UIElem.a
    b
    Input Field
    B
      MainView.UIElem.b
    Children_2
    Input Field
    TypeField
      MainView.UIElem.TypField
    In addition, bind the Children_3 pushbutton to action ValidateAction, which you also have to create.
    Creating Messages in the Message Pool
    The Web Dynpro tools provide a special message editor for defining messages of different types. 
    A message is defined by a specified key, message type, and message text. The message types  error,  warning, and  standard are predefined.
    Create the following messages:
    Messages Defined in the Message Editor
    Message Key
    Message Type
    Message text
    key1
    warning
    Please enter a number between the range of and !
      and are placeholders for the user input (the domain), which changes dynamically.
    key2
    standard
    The value entered is within the valid range.
    Implementation
    Because the messages are only displayed when the user Chooses Click here to validate, the messages must be implemented in the method onActionValidateAction:
    Implementierung der Methode onActionValidateAction()
    //@@begin imports
    import com.sap.tc.webdynpro.progmodel.controller.MessageManager;
    import com.sap.test.errorhandlingtest1.wdp.IMessageErrorhandlingTest1;
    import com.sap.test.errorhandlingtest1.wdp.IPrivateMainView;
    //@@end
    public void onActionValidateAction(
                           com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent)
        //@@begin
       int i = wdContext.currentUIElemElement().getTypField();
       int a = wdContext.currentUIElemElement().getA();
       int b = wdContext.currentUIElemElement().getB();
       MessageManager msgMgr =
             (MessageManager)wdThis.wdGetAPI().getComponent().getMessageManager();
       if (a < i && i < b)
             msgMgr.reportMessage(IMessageErrorhandlingTest1.KEY2, null, true);
       else
             Object[] arg ={new Integer(a), new Integer(b)};
             msgMgr.reportMessage(IMessageErrorhandlingTest1.KEY1, arg, true);
        //@@end
    The following tasks have been implemented in this method:
           1.      Read user inputs:
    int I = wdContext.currentUIElemElement().getTypField();
    int a = wdContext.currentUIElemElement().getA();
    int b = wdContext.currentUIElemElement().getB();
    1.       Read messages from the Message Manager:
    MessageManager msgMgr =
                 (MessageManager) wdThis.wdGetAPI().getComponent().getMessageManager();
    2.       Does the input lie within the defined domain?
    if (a < i && I < b)
    3.       Call the  standard message when the input lies within the domain:
    MsgMgr.reportMessage(IMessageErrorhandlingTest1.KEY2, null);
    Method reportMessage can be used to read the messages from the Message Manager. In this way you define the key and the objects that you want to change dynamically in the messages. Because no dynamic text was defined in your standard messages, you define null as a parameter.
    4.       Call the  warning messages when the input does not lie within the domain:
    Object[] arg ={new Integer(a), new Integer(b)};
    MsgMgr.reportMessage(IMessageErrorhandlingTest1.KEY1, arg);
    Because the warning messages ( Please enter a number between the range of  and !) contain text that depends on the user input, you also have to define the parameters for the domain in an object array. In the messages, the first object is then called from the array with (and the second with , and so on).
    Result
    After you have built and deployed your application, you can call it by choosing Run.
    If the user enters a number that lies within the defined domain, a standard message is displayed:
    If the user enters a number that does not lie within the defined domain, a warning message is displayed:

  • Sum hidden fields in web dynpro ALV reports

    Hi everyone
    Could anyone tell if it is possible to sum a field that is hidden in an ALV Report in Web Dynpro?
    I need to hide a row so as not to be seen by the user (like the filter option) but with the need that the value that is stated in that hidden row must still impact in the Column Total.
    Thanks!
    Fede

    Hi everyone
    Could anyone tell if it is possible to sum a field that is hidden in an ALV Report in Web Dynpro?
    I need to hide a row so as not to be seen by the user (like the filter option) but with the need that the value that is stated in that hidden row must still impact in the Column Total.
    Thanks!
    Fede

  • Web Dynpro application does not apply portal theme

    Hi Guys,
    We created a new portal theme and assigned it to our users. The portal desktop gets assigned succesfully and portal applications also show the new theme colors. But all web dynpro pages still show in the blue SAP theme. This issue only occurs on our development portal, when we import the same theme on our test portal is all works fine.
    I also tried to assign the WebDynpro parameters "sap.useWebDynproStyleSheet" and "sap.theme.default" and then the web dynpro applications are indeed forced into the portal theme. However, that is no soluition since all web dynpro applications then use the theme including SAP applications like the NetWeaver Administrator.
    We looked at OSS note '1446099 - Web Dynpro application not displayed
    in customer theme' but the stylesheets are not different.
    sap portal sytlesheet: UR=7.31.0.14.1
    Web Dynpro Style sheet: UR Version=7.31.0.14.0
    The portals in which the theme does work have the same stylesheet versions as mentioned above.
    We also created an OSS message for this so if we solve it that way I will update this message. But if there is anyone on this forum that might have an idea that it would be highly appreciated. If the problem takes too long to solve we will perform a refresh from a portal that works but I hope that we will be able to find the reason of this behavior.
    Kind Regards,
    Nico van der Linden...

    In theory, these versions should work correctly.
    You can compare the patch levels applied on your dev portal and test portal - specifically compare the version/patch for the component EPPSERV*.SCA - and see if you have any differences there.
    Thanks,
    Shanti

  • Web Dynpro ALV is not really shown in an iview

    Hello,
    I have a web dynpro application with an ALV. When I test my application in SE80 everything is fine. I get the list I want to have, but when I have implemented the web dynpro application into a web dynpro iview in the portal, the ALV is empty. I can't see any content. I can only see, that some rows are selected, but I can't see them. It's a little bit strange.
    Can somebody helps me?
    Thanks, Markus

    Hi markus there are certain special object like `ALV, tabstrip pop ups etc etc which find it difficult to render on portal....
    open up a OSS message with SAP, hope they suggest some note to rectify the same.
    one other wild thought to it we can attach a transaction to it and then create a WinGui Transaction ivew of the same (but will work for only those who have SAP Gui in there m/c).
    Cheers!!
    SJ.

  • Web dynpro application does not exist

    hello,
    I wanted to ask reagrding the above error I am facing, I get an error message when I try to test the web dynpro service in the SICF.
    Get an error message additionally"RABAX_STATE".
    Previously my web designer was working and now it doesnt work when I try to view the webdynpro. Its greyed out.
    I was able to see all the icons etc. to work ´with the web designer and now desappeared.
    When I look into the details I see also that the domain is not correctly setup.
    It was working previously and now something chnaged and dont see anymore.
    Is it depending on the windows setting or.....
    Please advice.
    Thanks

    The FQDN was setup, however, the problem is when I save it go back after giving in the Domain name or Host name similar to
    my PC and .de in the end and have also activated the V2 DEFAULT, I restart the server and go back to display the ZDEFAULLT to see icm/.............and cannot find this and the chnages were not saved as I had originally performed. Its still showing the same DBHOST......etc...

  • Upload document does not have correct file name

    I have a procedure that uploads the file in the table with BLOB. We have a DAD entry on our application server as
    <Location /pls/excess_admin_qa>
    SetHandler pls_handler
    Order allow,deny
    Allow from All
    AllowOverride None
    PlsqlDatabaseConnectString 10.125.1.129:1521:sidq02 SIDFormat
    PlsqlAuthenticationMode Basic
    PlsqlDefaultPage eeq_main
    PlsqlDocumentTablename eeq_documents
    PlsqlDocumentProcedure eeq_attach_download
    # PlsqlAlwaysDescribeProcedure Off
    </Location>
    and I have another table in my application to connect the table to other ID's.
    It used ot work before, but noe it does not work. The file name should have prefix unique id like "F909307841/Blue hills.jpg", instead I get only C:/temp?Bluehills.jpg.
    The table structure is
    EEQ_DOCUMENTS
    NAME VARCHAR2(128 BYTE),
    MIME_TYPE VARCHAR2(128 BYTE),
    DOC_SIZE NUMBER,
    DAD_CHARSET VARCHAR2(128 BYTE),
    LAST_UPDATED DATE,
    CONTENT_TYPE VARCHAR2(128 BYTE),
    CONTENT LONG RAW,
    BLOB_CONTENT BLOB
    What could have cause this?

    yshah wrote:
    It used ot work before, but noe it does not work. The file name should have prefix unique id like "F909307841/Blue hills.jpg", instead I get only C:/temp?Bluehills.jpg.
    What could have cause this?What browser is being used?
    For security/privacy reasons recent versions of browsers by default do not send local file path information from File Browse items to the server, nor expose the file path in the control's JavaScript methods. IE6 & IE7 still yield the path in Windows format. IE8+ adopted an irritating approach of replacing the path with a wholly imaginary "C:\fakepath\"—and this monstrosity has sadly had to be enshrined in the HTML5 spec so we're now saddled with this everywhere...
    Changing IE's security config setting "Include local directory path when uploading files" enables the path to be exposed, which appears to be the most likely explanation for this.
    For more information see:
    http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2009-March/018980.html
    http://blogs.msdn.com/ie/archive/2009/03/20/rtm-platform-changes.aspx
    http://developers.whatwg.org/number-state.html#file-upload-state

  • WebDynpro ABAP : Table with DropDownByKey does not have neat focus

    Hi Experts,
    I have a table, with one column of type dropdownbyKey, i need this so that i can display the DESCRIPTION rather than key. Issue is when i select a ROW in this table i see a special YELLOW BG COLOR on all columns except the column that has drop down by key   it is first thing enduser points out as issue ???
    Any help would attract points

    >
    ramkumarvalluru wrote:
    > Hi Eureka,
    >
    > I am new to webdynpro abap area.Please provide me step by step procedure for working on Dropdown by key,Check boxes  Radio buttons aand all UI elements.
    >
    > Please provide me.
    First of all, please don't attach new questions to existing threads. Second asking for step by step procedures on all UI elements is really outside the scope of a forum posting and asking for too much.  If you are that new to Web Dynpro ABAP, then start by reading the online documentation, the WDA WIKI section, and the WDA eLearnings.

  • Aut. cursor jump to next cell/field in Web Dynpros ALV

    Hi all
    How do I get the cursor in a cell to jump automatically to the next cell when the user enters the last character?
    Any help is greatly appreciated.
    Regards
    Lars Romer

    Here is the sample code for auto tabing.
    You can use as per you need where ever you wanted. Reward & close the thread if its helpful.
    <!-- TWO STEPS TO INSTALL AUTO TAB:
      1.  Copy the coding into the HEAD of your HTML document
      2.  Add the last code into the BODY of your HTML document  -->
    <!-- STEP ONE: Paste this code into the HEAD of your HTML document  -->
    <HEAD>
    <SCRIPT LANGUAGE="JavaScript">
    <!-- Begin
    var isNN = (navigator.appName.indexOf("Netscape")!=-1);
    function autoTab(input,len, e) {
    var keyCode = (isNN) ? e.which : e.keyCode;
    var filter = (isNN) ? [0,8,9] : [0,8,9,16,17,18,37,38,39,40,46];
    if(input.value.length >= len && !containsElement(filter,keyCode)) {
    input.value = input.value.slice(0, len);
    input.form[(getIndex(input)+1) % input.form.length].focus();
    function containsElement(arr, ele) {
    var found = false, index = 0;
    while(!found && index < arr.length)
    if(arr[index] == ele)
    found = true;
    else
    index++;
    return found;
    function getIndex(input) {
    var index = -1, i = 0, found = false;
    while (i < input.form.length && index == -1)
    if (input.form<i> == input)index = i;
    else i++;
    return index;
    return true;
    //  End -->
    </script>
    </HEAD>
    <!-- STEP TWO: Copy this code into the BODY of your HTML document  -->
    <BODY>
    <center>
    <form>
    <table>
    <tr>
    <td>Phone Number : <br>
    1 - (
    <small><input onKeyUp="return autoTab(this, 3, event);" size="4" maxlength="3"></small>) -
    <small><input onKeyUp="return autoTab(this, 3, event);" size="4" maxlength="3"></small> -
    <small><input onKeyUp="return autoTab(this, 4, event);" size="5" maxlength="4"></small>
    </td>
    </tr>
    <tr>
    <td>Social Security Number : <br>
    <small><input onKeyUp="return autoTab(this, 3, event);" size="4" maxlength="3"></small> -
    <small><input onKeyUp="return autoTab(this, 2, event);" size="3" maxlength="2"></small> -
    <small><input onKeyUp="return autoTab(this, 4, event);" size="5" maxlength="4"></small>
    </td>
    </tr>
    </table>
    </form>
    </center>

  • Passband IIR filter does not have correct cutoff

    I am trying to implement a bandpass filter using the digital IIR filter vi. The input comes from a signal generator and the output is displayed as a waveform on the screen of my PC. When I test it out by varying the frequency of my input, the cutoff is always not where I programmed. Does anyone know what could be wrong? Is there some limitations of the software filter which could explain this phenomenon?
    Thanks
    hlseck

    What is the amplitude of the desired signal (the 1 kHz signal)? Can it change frequency? If so, how much?
    The amplitude of the desired signal is around 0.5V.The frequency can change by around 20Hz.
    What is the nature of the undesired signal(s)? Single tone interference? Multiple interfering tones? Broad band noise?
    The noise is broadband noise from electronics circuit.
    What are the amplitude(s) and frequency(ies) of the interferring signal(s)?
    I am not aware of the amplitude of the interfering signal but the frequency would be broadband.
    How much attenuation of the desired signal is
    acceptable? Can you amplify it after the filter? Is the phase of the
    signal important? If so, how much phase shift can be tolerated?
    The attenuation of the signal is not so crucial as it can be amplified but the phase is important. As the filter signal will eventually be used to drive an external circuit, any phase shift would reduce the accuracy. My computer is acting as the feedback since I am not using any hardware, my pc is actually filter the input signal and feeding it back to the system. So any delay or phase shift would not be undesireable.
    How much of the interfering signal can the system
    tolerate after the filter? Or, How large must the output signal to
    interference or noise ratio be?
    My estimate is that the interfering signal  be -10dB  below the desired signal.

  • Illustration does not have correct # of operands?

    When I open an .ai file, it displays this message and then opens without all my graphics?  How do I get my complete art back?  What does this message mean?
    Illustrator CS3

    the message means something went wrong the last time it was saved.
    Try this create a new document then go file place and place the file in the new empty document. then resav that if successful.
    Or behind door number two try to open it in Acrobat.

Maybe you are looking for

  • Questions on backing up photos

    I'm fairly new to IPhoto (and Mac) so I appreciate any help you can give me. I thought I had too many photos in IPhoto (approx 10,000) so I decided to save all of 2006 to a hard drive. I just copied the whole IPhoto Library folder to the hard drive.

  • Exposure inconsistent relative to PS

    Some images look way brighter in bridge than they open in PS, some darker, some the same. I can't make heads or tails of it, I'm not seeing a pattern yet, I just know not to expect a shot viewed in bridge to look the same in PS. And I'm talking about

  • Cannot install oracle 10g R1 client on redhat as 4

    I've got an oracle 10g r2 XE rdbms installed on a redhat as 4 system. I am trying to install the pro*c precompiler on this system because it is not included in the 10g r2 installation. It's not included in the 10g r2 client either. Is oracle planning

  • My Ipad 4 just deleted 2 notes of mine from this week.  Why, and can I retrieve them?

    I just opened Notes to look at my "current" one, and it landed me on a new note.

  • How do you upload a PDF video to iCloud?

    How do you get an outside Power Point Presentation, made by Microsoft office to upload into iwork, or keynote, so I can present to a meeting using my ipod remote? Any assistance very much appreciated, frustration is my second name just now. I love ap