System automatically truncating the data

hi Friends,
i am using jdeveloper 11.1.1.6.0.
i have created field called price it's length is Number(22,12) . whenever user is giving more than 22 digits system is truncating the 22 digit to fractional number.
ex:user input: 1234567980123456789012
system showing: 1.234567980123 .
is there any solution for the above problem.

Hi Johon,
1. Change in your vo query to fetch the price column once more time like price1
2. Change the type from number to string
I think my adf concept are good.
The idea behind this approach is that he has already tried your intelligent suggestion but not working.
I have already faced this problem and solved the same using the technique I shared over this forum.
Please read this to know why system automatically truncating the data
3.1 n-bit Unsigned Integers section
n      Minimum      Maximum
8      0      (2^8)-1 (=255)
16      0      (2^16)-1 (=65,535)
32      0      (2^32)-1 (=4,294,967,295) (9+ digits)
64      0      (2^64)-1 (=18,446,744,073,709,551,615) (19+ digits)
and your trying to save 22 digits.How it is possible?
Got it?
http://www.ntu.edu.sg/home/ehchua/programming/java/DataRepresentation.html
Edited by: 812903 on Mar 21, 2013 11:32 PM
Edited by: 812903 on Mar 21, 2013 11:43 PM

Similar Messages

  • Why does iCal automatically change the date of the entry i am making to the day before??

    why does iCal automatically change the date of the entry i am making to the day before??
    for example, when i am attempting to make a 'all-day' appointment on october 2nd 2011, it automatically shifts it to october 1st.
    but if i am doing a timed appointment for only a few hours, it will allow me to put it on that day.
    i am trying to put in travel dates so any help on how to fix this, would be greatly appreciated.

    alsdman,
    Quit iCal, and try removing the com.apple.iCal.plist file from your Macintosh HD/Users/yourusername/Library/Preferences Folder. Since that Library is now hidden, you have to use the Finder>Go Menu>Depress the "Option" key>Library. Drag the .plist file to your desktop, and log out/in or restart and check iCal for functionality.
    Also go to System Preferences...>Language & Text>Formats>Region: and set/re-set the appropriate "Region."

  • How to trigger the interface in target system to load the data automaticall

    Hi Friends,
    This is proxy to file interface. My requirement is to “trigger” the interface in target system to load the data automatically. For ex: if you are sending a customer data file "/exe_test/custd.dat” then the trigger file should be created as “/exe_test/custd.trg”. How do we actually create this trigger file?
    Thanks in advance,
    Prathibha.

    Hi Prathibha,
    File (Trigger) -> BP
    BP <-> ABAP server proxy (synchronous)
    BP -> File
    is one and the standard alternative. Just make your interface synchronous, add a msg type for the request (i think you need only one field), take the existing for the response. Regenerate your proxy.
    Alternative 2 would be:
    File (Trigger) -> ABAP server proxy (asynchronous)
    ABAP server proxy calling a ABAP client proxy
    ABAP client proxy -> File (asynchronous)
    You avoid using BPM, what can be an advantage of huge traffic (performance). This solution has a worse value for the future, because a person, who did not developed the process wouldnt see that the both messages belong together.
    Regards,
    Udo

  • System automatic propose the OK function and user cannot remove in migo_gr

    Dear Friends,
    Can anyone advice, in configuration of system automatic propose the OK function at the time of goods receipt with reference to PO number by migo_gr and using mvt type u2013 105 & User will not be authorized to remove the tick from ok function.
    Thanks in advance.
    Madhukar Mittal
    SAP-MM Consultant

    Hi Antony/ other SAP friends,
    Ok function is made default,  basic administrator has done setting that anyuser cann't remove default tick of ok function but my requirement is that even user cann't change ok function i.e unticked ok function at item level also at the time of migo_gr.
    This is due to BOM explode at the time of goods receipt and user take header material from subcontractor and if child component stock is not available, he removes the child consumption ok function tick and inward header material due to that stock MBLB report and ancillary stock reconciliation problem are facing.
    Can anyone advice in this matter.
    Thanks
    Madhukar Mittal

  • How do I get pages 5.2 to automatically update the date - use 10.9.2

    How do I get pages 5.2 to automatically update the date in my documents - before the update I could do this. Does anybody have the knowledge or a workaround.
    If not I will dump pages 5.2 and use my old version!!! this feature is important for any and all businesses using pages??
    Any advice on how to achieve this is greatly appreciated
    I use a number of macs all using OSX
    10.9.2

    I have the same problem.
    What confuses me is that all the apple provided templates in pages seem to auto update their time and date upon opening.
    So there MUST be a way to do it... Ive been unable to work out how...
    Amnon

  • Automatically update the date on opening a document in Pages 5

    I can't find how to automatically update the date on opening a document. I could in Pages 4.

    Indeed. That seems to be the only answer to all the "improvements". At least now I can do a word count with or without spaces. Phew. (Note the sarcasm)

  • System automatically clears the service of half amount of total amt in po.

    I whenever comes in ml81n to create the entry sheet against purchase order,and after selecting all the services to be entered there,the system automatically clear the service of half amount of total amount in po.
    can some one tell me to get rid of this problem.
    Regards:Vijay Kumar

    In the net value field the system is bringing the half of the amount of total value in ml81n.And that is not changeable.However the value at the purchase order in net and total is the same.
    Regards:VIJAY

  • Client automatically cache the data got from cache server?

    Hi expert,
    I have 2 questions about the client local cache. Would you please help to give me some suggestion?
    1. Will client automatically locally cache the data got from cache server the first time and automatically update the data in local cache when getting the same data from cache server again? I go through the API reference but cannot find any API to query the data currently cached in the local cache.
    2. If client will automatically cache the data got from cache server. Is there any way for a client to get the data event that happens to its local cache, such as entry created in local cache, entry deleted from local cache and entry updated in local cache? In my opinion, when getting an entry from cache server the first time, the MapListener's entry create event should be triggered. When getting the same entry again, the entry update event should be triggered.
    However, I have tried a client with replicated cache, a client with partitioned cache, an extend client with remote cache and a client with local cache(front cache part of near cache), the client (the NamedCache object has been set the MapListener) cannot get any event notification after getting data from cache server. By the way, my listener is OK since when putting data the entry create event and entry update event will be triggered.
    Your suggestion is very appreciated. :)

    Hi
    If I were you I would read this http://download.oracle.com/docs/cd/E14526_01/coh.350/e14510/toc.htm
    and particularly the section about Near Caching here http://download.oracle.com/docs/cd/E14526_01/coh.350/e14510/nearcache.htm#CDEFEAJG
    which is what you are asking about in your question.
    Near Caching is how Coherence stores data in the locally - which is the answetr to your first question. How Near Caching works is explained in the documentation.
    Events, which you ask about in your second question are explained here http://download.oracle.com/docs/cd/E14526_01/coh.350/e14510/delivereventsjava.htm#CBBIIEFA
    It might be that ContinuousQueryCache is closer to what you want. This is explained here http://download.oracle.com/docs/cd/E14526_01/coh.350/e14510/queryabledatafabric.htm#sthref38 A ContinuousQueryCache is like having a sub-set of the underlying cache on the local client which you can then listen to etc...
    JK

  • Formula automatically populate the date when inventory goes to "zero"

    Hello- I am trying to create a formula that will automatically populate the date when inventory goes to "zero".
    Date: Row 3 Columns P-AB
    Inventory: Rows 5-400 Columns P-AB
    Column J rows 5-400 is where I want the inventory run-out date to auto-pop
    with so many rows of data, where stock goes to "O" will clearly vary per row. I want this formula, to look between Col. P-AB and tell me in Col. J when my inventory goes to "zero"
    Thank you!

    Thank you for your reply...using your formula, I'm still not coming up with inventory run-off date from row 3.
    I need Column J to give me the date when my inventory is "0".

  • Truncate the data to fit

    The AppleWorks Spreadsheet just started giving me the message "attempting to paste cells off the document bounds. Truncate the data to fit?". What settings should I look at to continue the page vertically?

    Go to Format > Document... & set the number of rows and/or columns you need then paste.

  • Stop automatically updating the date!

    How do you keep Pages from automatically updating the date when you open an invoice?

    I'm running Tiger so there may be some minor differences, but I ran a few tests starting yesterday and concluded today. If you double click on the date in any of the invoice templates it will open a pane in which (among other things) is a check box that's labeled Automatically update on open. In Tiger it's unchecked by default. Check and see how yours is set. In my tests on 4 templates, when this box was unchecked the dates remained as I set them. Three I dated as 12/6/08 and one I left with the current date. All retained the date I closed with. I noted that only the one I left unchanged would respond to the double click.
    Hope this helps.
    Walt

  • XMLNode is truncating the data

    Hello Everyone,
    I am using the below logic to print the data from the XMLNode.
    XMLNode xmlNode = (XMLNode) am.invokeMethod("getEmpDataXML");
    ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
    xmlNode.print(outputStream);
    System.out.println(outputStream.toString())
    In the output, one of the columns data should be
    "COMPENSATORY TIME/MANDATORY PD CREDIT" but its printing it as "COMPENSATORY TIME/MANDATORY PD C"
    The last 4 letters are truncated. I don't know why its happening. Any advice would be really great.
    getEmpDataXML method contains the following code:
    public XMLNode getEmpDataXML()
    OAViewObject vo = (OAViewObject)findViewObject("AbcVO");
    XMLNode xmlNode = (XMLNode) vo.writeXML(4, XMLInterface.XML_OPT_ALL_ROWS);
    return xmlNode;
    Thanks

    Check the VO attribute length in VO wizard in Jdev. Increasing the varchar length should fix the issue.
    --Mukul                                                                                                                                                                                                                                                                       

  • How do I perform a trigger that collect the data for every rising edge continuously and then automatically put the data in a .xls file??

    I need to collect the data for every rising edge a trigger perfoms. So far I could collect the data but it seems that it only collect the data in the start of triggering, but not continuously. I also want to put the data in an excel spreadsheet and automatically add new set of data when the next rising edge occur. Please help.
    thanks a lot.

    LabWindows/CVI actually ships with a comprehensive set of examples for just about every area of programming you can use it in, including triggered analog data acquisition and ActiveX control of Microsoft Excel for data logging. Go to the following two directories on your computer to find respective examples for the two areas you are inquiring about:
    1) C:\MeasurementStudio\CVI\samples\DAQ\Ai\DAQsingleBufExtTrig.PRJ
    2) C:\MeasurementStudio\CVI\samples\activex\excel\excel2000dem.prj
    Just make sure to study the examples carefully so that you fully understand the processes followed for triggered analog acquisition and the process of launching an ActiveX automation server for control, and then you should be able to merge the concepts shown in both of the example
    s to make the application you desire.
    Jason F.
    Applications Engineer
    National Instruments
    www.ni.com/ask

  • Error in source system while extracting the data from R/3!

    Hi,
    i had created FM and extract strcucture in R/3 .
    using the above two, i had created data source using RSO2 T code.
    when i checked the extractor ( RSA3 T code) in R/3  it was working fine .
    (status messege displayed as 1000 records selected).
    then i assigned  this data source to infocurce and creted info cube using the same info source.
    but when i schedule the info package it is syaing in the monitor screen "error in source system".
    what could be the problem?
    Thanks,
    Ravi

    Hi
    trhese are the possiblies
    1.first check the source system connection and find if there is any error in it.
    2.Go to sm37 and find whether the  request is completed or not if its terminated find out the time. how long does it takes to complete the process.
    3.once again relicate the data source and find whether is it again extract data.

  • Error in code page mapping for Source system whil loading the data from ECC

    HI Gurus,
    I am working in a implementation project, Recently our BI sand box is up, when i am doing my load from 0comp_code_attr it is throwing an error "Error in code page mapping for source system"(This is my first load from ECC).
    In details tab it is showing as the data is sent from the source system but the data is not reaching to the PSA.
    Please let me know if there are any settings needs to be made.
    Many thanks in Advance
    Jagadeesh

    HI V,
    Thanks for your quick response. I did it but it didn't resolve the issue. since the system id which i am having is 3 digits(LEC) but there it is taking only 2 digits, so i clicked on the button called Propose system ids, it has praposed LE, but the issue is stil there.
    Do we need to do any settings in LBWE??
    Thanks and Regards
    Jagadeesh

Maybe you are looking for