Error on input field after extending a VO

Hi,
I am running JDeveloper 10.1.3.3.0.3 for Oracle EBS 12.0.6.
I extended a seeded VO CorrectItemsVO to add 1 column. The newly added column shows up in the VO and after personalization, correct values are shown under this new column. No issue with this new column.
This VO has 1 input field to enter the Correct Quantity. After I enter the quantity and click on the "Continue" button, I get the following error. I verified the columns do match between the seeded VO and
extended VO except that I see the extended VO has this override attribute added to every column. <Attr Name="_OverrideAttr" Value="true" />I am stuck at this point and cannot proceed. Any pointers in debugging this issue will be very helpful.
Thanks.
oracle.apps.fnd.framework.OAException: java.lang.NullPointerException
  at oracle.apps.fnd.framework.OAException.wrapperException(Unknown Source)
  at oracle.apps.fnd.framework.OAException.wrapperException(Unknown Source)
  at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(Unknown Source)
  at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(Unknown Source)
  at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(Unknown Source)
  at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(Unknown Source)
  at oracle.apps.icx.por.rcv.webui.CrrSrchCO.handlePageActions(CrrSrchCO.java:529)
  at oracle.apps.icx.por.rcv.webui.CrrSrchCO.processFormRequest(CrrSrchCO.java:110)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
  at _OA._jspService(_OA.java:71)
  at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
  at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
  at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
  at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
  at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
  at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
  at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
  at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
  at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
  at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
  at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
  at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
  at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
  at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
  at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
  at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
  at java.lang.Thread.run(Thread.java:595)
## Detail 0 ##
java.lang.NullPointerException
  at oracle.sql.NUMBER.sub(NUMBER.java:2545)
  at oracle.jbo.domain.Number.subtract(Number.java:612)
  at oracle.apps.icx.por.rcv.server.CorrectItemsAMImpl.correctItems(CorrectItemsAMImpl.java:433)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:585)
  at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(Unknown Source)
  at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(Unknown Source)
  at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(Unknown Source)
  at oracle.apps.icx.por.rcv.webui.CrrSrchCO.handlePageActions(CrrSrchCO.java:529)
  at oracle.apps.icx.por.rcv.webui.CrrSrchCO.processFormRequest(CrrSrchCO.java:110)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
  at _OA._jspService(_OA.java:71)
  at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
  at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
  at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
  at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
  at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
  at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
  at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
  at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
  at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
  at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
  at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
  at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
  at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
  at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
  at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
  at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
  at java.lang.Thread.run(Thread.java:595)
java.lang.NullPointerException
  at oracle.sql.NUMBER.sub(NUMBER.java:2545)
  at oracle.jbo.domain.Number.subtract(Number.java:612)
  at oracle.apps.icx.por.rcv.server.CorrectItemsAMImpl.correctItems(CorrectItemsAMImpl.java:433)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:585)
  at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(Unknown Source)
  at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(Unknown Source)
  at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(Unknown Source)
  at oracle.apps.icx.por.rcv.webui.CrrSrchCO.handlePageActions(CrrSrchCO.java:529)
  at oracle.apps.icx.por.rcv.webui.CrrSrchCO.processFormRequest(CrrSrchCO.java:110)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
  at _OA._jspService(_OA.java:71)
  at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
  at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
  at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
  at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
  at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
  at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
  at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
  at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
  at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
  at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
  at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
  at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
  at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
  at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
  at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
  at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
  at java.lang.Thread.run(Thread.java:595)

Hi
Attr Name="_OverrideAttr" Value="true" />is not a issue .
You need to check that the new field has been added at the end of select colums also you need to check that the vew attribute mappings are intact in extended view object and they should not be altered.
Thanks
Pratap

Similar Messages

  • Adapter error in input field

    Hi All,
    In webdynpro program am having a button and a select option.
    When i enter value in the select option and press GO button, my program has to fetch records into a UI table element in the same view. This is working perfectly.
    But when i am leaving the select option as blank and then if i press GO button, it is throwing the following error.
    Adapter error in INPUT_FIELD "INP_PONUMBER_MAP" of view "ZMRR_SCR.V_NEWBILL": Context binding of property VALUE cannot be resolved: Node V_NEWBILL.1.N_BILL_DETAILS does not contain any elements
    Note that i ve an input field below the table in the same view, which is bound to a node of cardinality 0 to n and selection 0 to 1.
    The button method is getting executed fully and after that control goes to the following line.
        when others.
          raise exception type Cx_Wd_Bad_Args
            exporting
              Parameter = `HANDLER_NAME`
              Argument =  Handler_Name.
    Please help me. Thanks in advance

    Hi,
    You have a select option, button, table will be displayed(on button click) and a Input fieild right.
    This Input field is bound to a context attribtue/noderight, then it should have some value in it. WHat is the cardinality
    of this node.
    This node should have 1:1 cardianlity as it  a input field.
    Regards,
    Lekha.

  • Error : The input field contains prohibited characters (already deleted)

    Hi,
    While trying to generate depreciation (Tcode AFAB), after select the Time of Print (either spool or immediate printing) this error will be displayed - "The input field contains prohibited characters (already deleted)", no error number displayed and the character ### appear in Time of Print.  I m not using any special characters and i was able to generate it before. Also the test run is successful.
    Please guide why this error is appear and what is the resolution for it.
    Thank you,
    Amalina

    Hi Amalina,
    Please see note 382285 solution part.
    Regards Bernhard

  • System crashes when i use any input field after installing Maverick

    Hello all.
    I have a 2010 macbook air, and have just installed Maverick OS.
    Now every time i go to any input field to type in a web address or apple id, the system crashes
    and re-boots. Tried to alter keyboard properties nothing works.
    I presume i will have to do a factory re-set, because i can not load any updates because I am asked
    for apple ID, which i cant enter because computer crashes... Oh right i mentioned that already ;)
    Help advice welcome!
    Rgds from frustrated in Sweden!!!!

    There was an issue similar to this that was resolved with DAQmx 9.3 update. If you haven't done so already, update the driver to 9.3 and try again. If not, try opening an example (like, say, Hardware I/O->DAQmx->Analog Meas->Voltage->Cont Acq&Graph Voltage-Int Clk-Analog Start.vi), and try running that standard example. If the example works and you still have difficulty with your application, could you post information about your project and what navigational steps you take to make the error occur? Try also opening the VI inside and outside of a project (this would diagnose a symptom of the issue resolved by DAQmx 9.3).
    - Regards,
    Beutlich

  • Batch input Session  after extending the GL accounts in Chart of Accounts

    I had to go through the process of extending the GL Accounts in Chart of Accounts  T-Code   OBY2
    After executing the  T-Code SM35 
    By  selecting   Display Errors Only   and  Click   Process 
    I kept getting multiple Pop up  like the attached screen
    How can i avoid this in future ?

    1. Go to OBY6 and open company code 3000.
    2. Copy the Chart of Account assigned to company 3000
    3. Go to OBD4 and check all the account groups for copied COA
    4. Now compare all the account groups for COA EKCA
    5 Create the missing account groups for EKCA.
    Unfortunately i did the same steps and now i am stuck with several errors that i need to keep pressing Enter until all are done.    
                    So my question this time :  " How can i get myself out of this instead click Enter for another 200 times. "

  • Error in iput field

    SAP Guys,
    While doing GR this error getting me
    Error : The input field containes prohibited characters (already deleted)
    This error will come when i am selecting rather than other selected.mean if suppose i am Goods reciept i want to select Goods issue this error will come
    and no further processing
    Hope i am clear
    Brent

    This issue is not clear, do you mean that when you select a value from a table you get an error.
    Jarrod

  • Module pool program input field

    Hi friends,
    I took a input field in the screen and named it as match, I need to pass the sum of the values capture in a variable v_total to that field. Can u tell me how to do this, coz I tried but unable to display the sum value on the screen.
    Regards,
    Line

    hi line,
      i guess the input field is on the second screen or ,you may want to show the
    value on the input field after you do a commad. i suggest you use the memory id
    when defineing the input field give a memory id to id . and in the program you export the value v_total to the same memory id .
    if this not work well try to use FM DYNP_VALUES_READ
    and DYNP_VALUES_UPDATE
    regards.

  • Bind an input field to a slider

    Hi,
    I have table with in each row an input field and a slider (and much more)...
    I want to change the value of the input field by changing the slider (liveChange).
    I get the value from the liveChange event but I'm able to get the row.
    Here is my code:
    <ColumnListItem>
      <cells>
      <ObjectIdentifier title="{Description}" />
      <Input value="{Placeholder}" />
      <Slider
      value="50"
      width="100%"
      liveChange="onChangeSlider"
      change="onChangedSlider" />
      </cells>
      </ColumnListItem>
    onChangeSlider: function(evt) {
      var value = evt.getSource().getValue();
      console.log('value has been changed: ' + value);
      var currentRow = $(evt).closest('tr');
      console.log(currentRow.id); // I'm just getting "undefined"
    Thanks in advance
    Matt

    Hi Jason,
    I've updated my JSBin (JS Bin - Collaborative JavaScript Debugging).
    1. Now it works with twoWayBinding but the input is updated only after the "change" event.
    The slider control has 2 different events:
    I want to update the value of the input field after the "liveChange" event like it is possible when you are using JSON file (Here an example).
    2. It works only if I click on the slider but as sson as I slide, the value is not updated. Any idea why?
    3. I'm using the slider in a table and unfortunately, the binding works only for the first aggregation. Why are the others aggregations not working?
    Thanks for any help.
    Best
    Matt

  • Why can't I create a document in my Facebook group on my iPad? It won't let me input any text into the text box field after I create a new document. Thanks.

    Why can't I create a document in my Facebook group on my iPad. It won't let me input any text into the text box field after I create a new document. Thanks.

    Just thought I'd add my solution, I decided to go with WebDAV and I think it actually works better than the iTunes way, the steps are pretty much the same but avoiding the iTunes interface just makes things easier and faster.
    I followed this guide but it does have a small mistake in the httpd-dav.conf file, on line 2, where it's WebServer/WebDAV">, it should be <Directory "/Library/WebServer/WebDAV">.
    The tricky part is setting permissions which if wrong will give you errors when connecting with the iPad, I opted to set all to Read&Write since my home network has a hardware firewall. Another convenience was to add an alias to the webdav share on the Desktop.
    I'm still expecting the call from Apple but even if they fix the iTunes I'm sticking with WebDAV, atleast until I see what's new with iOS5 and iCloud this fall which should bring true sync for documents (I'm hoping that they will offer encryption with my own keys, if not, then I'll probably keep using WebDAV).

  • Error message without blocking Input fields

    Hi,
    I want to display an error message in the selection screen. The error is for input date validation. But the once error displays in the status bar, it blocks the input fields in the selection screen. I want to display the error message without blocking any of the input parameter in the selection screen. Where should i write the code?
    Thanks in advance.
    Ezhil

    Hi Ezhilhrh
    I think you could have done a trial with different message types before posting this question.
    Please try with success message(Type - S) and DISPLAY LIKE 'E'.
    And also control the program flow using a flag or by checking the initiality of your internal table.
    Regards
    Hareesh Menon

  • JS error while using input fields with type=file on XP SP2

    Hi all,
    we found a new problem in applications which use input fields with type=file running in a browser on Microsoft Windows XP with SP2.
    A typical test layout might look like:
    <html>
      <head>
        <title>File-Upload</title>
      </head>
      <body>
        <form action="/cgi-bin/upload.pl" method=post
              enctype="multipart/form-data">
          <input type=file size=50 maxlength=100000 name="file"
                 accept="text/*"><br>
          <button onclick="document.forms[0].submit();">Send</button>
        </form>
      </body>
    </html>
    When you add a link without the fully qualified path (for example pic01.jpg instead of c:\pictures\pic01.jpg) and click on the 'Send' button, nothing happens and you get a Javascript error 'Access denied'.
    The solution can be found in the MS Knowledge Base article 892442:
    http://support.microsoft.com/default.aspx?scid=kb;en-us;892442
    We still investigate this issue and will inform you about the further proceeding.
    Regards,
    Rainer

    Hi Yepin Jin,
    I am facing the same issue did you solved it?
    Regards,
    Orlando Covault

  • Read-only input field error

    I have an input field marked read-only on a form.  When I run the application, select the read-only field, press enter, then Save (validating action), I get a WebDynpro exception saying that I attempted to modify a read-only context attribute.  This does not happen if I select the field and press other keys (such as characters)...  only when I press enter.  If I make the field disabled (instead of read-only), this error is avoided because I cannot even select the input field - but I would rather use read-only because it doesn't gray out the field at runtime.  Is this a bug, or am I missing something?
    -Dave

    When you select the inputField and press enter the OnEnter action of the inputField is being called.
    When you disable the inputField it prevents you from entering values as well as accessing it actions also.
    When you try to keep you context attribute as read only and keep the input field as enabled it is similar to trying to modify a read only attribute which is not permissible.
    Hence the error.
    Revert for further clarifications.
    Message was edited by: Noufal Kareem

  • Error in validation an input field in a table ui and high lighting the cell

    Hello All,
    I have a table ui in one of my application.   This table has, say 6 columns; out of these 6 columns 4 columns are shown as input fields.  User needs to put in some numbers in two of the fields.  I need to capture these two number fields data and subtract one from the other.  If number is negative , I need to let the user know by error message that the number is negative and they need to fix their input to make the answer positive.  I am able to do all this, but I am not able to high light the corresponding field which needs to be fixed.  Is there anyway I can do that...I mean high light the particular field as one gets it when we use the "report attribute error message" method of message manager class. 
    Secondly I can not halt the application, I need to do some work around for that using some flags.  Is there a simple way to halt the application, other than using flags and if condition?  I searched this forum, but could not find any definite answer....
    Thanks very much!
    Any help would greatly be appreicated.

    Hi....
    First you should have the table values in an internal  table.... for that yo need to get the values from the context like this....
    *DECLARE INTERNAL TABLE AND WORKAREA.
    data ls_nd_stru type wd_this->element_<node name>
    data lt_nd_table type wd_this->elements_<node name>
    get all declared attributes
    lo_nd_<your context node>->get_static_attributes_table(
                                               importing
                                               table = lt_nd_table ).
    *now your lt_nd_table will have the values.....what ever you have in the table.
    *then
    loop at lt_nd_table into ls_nd_stru.
    <.....your logic.....>
    <ie., read the current line of the field like
    ls_nd_stru-<field name1> = ls_nd_stru-<field name2> - ls_nd_stru-<field name3>
    then check error msg... based on your postive or negative values
    endloop.
    Hope this will help you....
    Thanks & regards
    Raja

  • IDOC_INPUT_ORDERS error Field RV45A-VBAP_SELKZ (1) is not an input field

    Hi,
    We got one error message while processing one inbound idoc with IDOC_INPUT_ORDERS function module and the idoc status is 51
    status message 'Field RV45A-VBAP_SELKZ(1) is not an input field'.
    We have tried to reprocess the same idoc through BD87 but we got the same message.
    We have created one more idoc with same input data, it went successfully
    Could any one please tell us why this idoc is raising this error message, what is the root cause
    Please help us in resolving this issue
    Thanks in advance.
    Raju

    Which version dou you have, there was an old OSS [Note 457605 - SD EDI: 00 347, Field RV45A-VBAP_SELKZ (1) is no input field|https://service.sap.com/sap/support/notes/457605] (january 2002) and [Note 511508 - SD EDI ORDERS: returns fail with satus 51 when several item|https://service.sap.com/sap/support/notes/511508] (april 2002)
    Regards,
    Raymond

  • Reg: Error in BMEIN field while doing BOM master upload in direct input met

    Hi ABAPERs,
         I am  doing BOM master upload using direct input method of LSMW.
    It is showing one error while the time of execution that 'The BMEIN field is not an input field'.
    But in my input file they have given the data for BMEIN field so I can not remove that field.
    I am not able to ressolve that issue. Can any one please help me regarding this.
    Thanks and Regards
    Deepa

    goto transaction code and check the BMEIN field in the screen level. if it is disable mode it will not accept and get the error.
    for this ask to functional people to chnage the customization for this filed.
    currently the field is disable mode in screen level ,so chage the BMEIN field is optional through custmozation....

Maybe you are looking for

  • Problem with styling

    I am trying to write a swf that has a variety of buttons to select another swf to load in. One of the SWFs to be loaded contains a list component that has been formated using the StyleManager. The results look good in that SWF; however, when it gets

  • BANK DRAFT

    Hello All, How can i go about in generating payment instruction for Bank Draft  after posting vendor invoice. Am using F110 to generate Payment Instruction that i send to banks to pay vendors.Which Tcode or how, after posting the vendor invoice to ge

  • Messenger / red clock issues

    I have a new 9300 Curve, which I got about 3 weeks ago. It's my third blackberry, so I'm quite used to it although not all the technical side of things.  I am having problems with Messenger, when I send messages to contacts. Sometimes they go straigh

  • [SOLVED] comm: file 1 is not in sorted order (yaourt?)

    hi, when i install packages in yaourt it installs them fine and then echoes this error... (1/1) upgrading tdb [#################################] 100% comm: file 1 is not in sorted order got no idea what this means and installing/removing works fine

  • Udev custom rule needed for mounting an ipad via ifuse

    I followed the wiki for using ifuse to mount devices.  There is a rule made for iphone/ipads on that same page which I would like to adapt to an ipad2.  Can someone help me with creating a rule for this purpose?  I read the udev and writting udev rul