Mapping a NUMBER(30) to a long?

Seems to me it doesn't make sense to map a NUMBER(30) to a java long type,
but that's what it just did. Shouldn't you map that to a BigInteger?

I like primitive types too. My point was simply that a Number(30) is too
big to be represented by a long. And by mapping it to a long, it's very
likely that you'll get an error trying to populate the long with a number
like:
100000000000000000000
No big deal, just a little startled when I saw it.
Abe White wrote:
Well, a lot of people like primitive types. Note that you can customize
the type Kodo maps each field to:>
http://www.solarmetric.com/Software/Documentation/latest/docs/ref_guide_pc_reverse.html#ref_guide_pc_reverse_custom

Similar Messages

  • I have not used my CS3 version for about 3-4 years.  I tried to use it recently and I get a message about activation.  Called the phone number recommended but no longer in use.  How do I start using MY version I paid for?  Using PC

    I have not used my CS3 version for about 3-4 years.  I tried to use it recently and I get a message about activation.  Called the phone number recommended but no longer in use.  How do I start using MY version I paid for?  Using PC

    Can you activate CS3. If you lost your serial you can retrieve it from Adobe.com. Sign in at Adobe.com the use this link https://www.adobe.com/account/my-products-services.html When your Adobe Product list is displayed click on your CS3 product your serial number should be displayed.

  • Map BATCH number corresponding to ORDER number and Material number .

    hi all,
    i want to map the BATCH number corresponding to Material Number .
    i searched tables MCHA which has two fields Material number and Batch number but it doenot have Order number.
    so how can i get Batch number as in table AFPO/AFKO i have all these three fields batch/material/order numbers.
    but the batch number column is blank for all .
    and in case of table MCHA , these is assigned batch number to every Material number .
    also i want to ask , either the Material number in both tables (MCHA AND AFPO) is same or different as i didnot found any relation to map these three field by other fields too.
    so please suggest me the Possible way to resolve this .....
    sunny

    hi dsk,
    thanks for your earliar reply,
    actually iam working on sapscript there i want to add batch number ,but i am not able to clear my doubt from where i get this.
    how can i map batch number with corresponding to PO num ber, '
    in the report i used structure vbplp with field charg"(batch num).
    also i want to know from which table i can get customer part number and Po number .
    how can i add batch num ,..
    from which table or with which field i can compare itr to get .
    sunny

  • To map batch number to serial number for inbound message type WMMBXY

    Hi Gurus,
    Can anybody guid me how to map batch number to serial number for goods receipt inbound EDI 861 message type WMMBXY  .
    And can tell me how to assign serial number in Purchase Order for serialized product for perticuler Batch number.

    hi dsk,
    thanks for your earliar reply,
    actually iam working on sapscript there i want to add batch number ,but i am not able to clear my doubt from where i get this.
    how can i map batch number with corresponding to PO num ber, '
    in the report i used structure vbplp with field charg"(batch num).
    also i want to know from which table i can get customer part number and Po number .
    how can i add batch num ,..
    from which table or with which field i can compare itr to get .
    sunny

  • Old files with a large number of comments no longer work properly in either Adobe Acrobat DC or or Acrobat Reader

    I made a series of interactive ebooks wiith Adobe Acrobat Pro. They worked fine in the old Adobe Reader. But now the commenting feature does not work properly either in Adobe Reader DC or Adobe Acrobat DC.  When I open the comments, everything slows down or else I get blank pages. The tools are not usable. There seems to be some compatibility issue between what was done in these books with the commenting tools and the new applications. Has anybody experienced the same?

    Hi Anubha,
    Thanks for your reply. With the new Acrobat Reader DC, I have the same problem on two computers, one with Windows 7 and one with Windows 8.1. I downloaded a trial version of Adobe Acrobat DC on the computer with 8,1. Then I found out that I had the same problem with Acrobat DC as I did with Reader DC.
    I made these e-books with Acrobat Adobe Pro 11. I never had a problem with Pro 11 or with previous Readers. Also I have sent these e-books out to other people who had Reader 11 and they had no problems. Now it seems that the books are not usable – at least in the fullest way -- for me or for anyone else using the latest version of Reader.
    Any help would be appreciated. I have put a lot of work into these e-books.
    De : Anubha Goel 
    Envoyé : April-21-15 12:47 AM
    À : michael jaegermeister
    Objet : You have been mentioned by Anubha Goel in Re: old files with a large number of comments no longer work properly in either Adobe Acrobat DC or or Acrobat Reader in Adobe Community
    You have been mentioned
    by Anubha Goel <https://forums.adobe.com/people/Anubha+Goel?et=notification.mention>  in Re: old files with a large number of comments no longer work properly in either Adobe Acrobat DC or or Acrobat Reader in Adobe Community - View Anubha Goel's reference to you <https://forums.adobe.com/message/7456900?et=notification.mention#7456900>

  • Stolen macbook - how do I find the serial number if I no longer have receipt or packaging?

    stolen macbook - how do I find the serial number if I no longer have receipt or packaging?

    1) Access to "My Support profile".
    2) Sign in with AppleID.
    3) You can recognize  all informations of your purchased products with "My Products".

  • Mapping a number to another

    hi
    I need to map one number to another on some scale...i.e numbers from -90 to +90(including floating point numbers upto 1 decimal point precision) should be mapped to numbers from 0 to 1800.
    eg.
    -90 = 0
    -89.9 = 1
    -89.8 = 2
    -89 = 10
    +89 = 1790
    +89.1 = 1791
    +90 = 1800
    How do I do this?

    hi
    I need to map one number to another on some
    scale...i.e numbers from -90 to +90(including
    floating point numbers upto 1 decimal point
    precision) should be mapped to numbers from 0 to
    1800.
    eg.
    -90 = 0
    -89.9 = 1
    -89.8 = 2
    -89 = 10
    +89 = 1790
    +89.1 = 1791
    +90 = 1800
    How do I do this?take ur input number to float variable f1.
    and multiply f1 to 10 then add 900. i.e ur output
             System.out.println(f1*10+900);

  • Java Type mapping of NUMBER columns

    I'm using JDBC Oracle driver 10.2.0.4, with java 1.5 and Oracle 10.2.0.4.
    Reading a field of NUMBER(6) JDBC driver map it to java.lang.Integer, if I extend this column to NUMBER(9) Jdbc map it to java.lang.Long.
    When can I find a detailed documentation of Number mapping, i found some documentation for general field mapping but is not exhaustive about NUMBER fields and this behavior is not documented.
    Thanks
    Carlo

    That is all database/driver specific. So you have figure it out using what is in the Oracle java classes. There is no generic jdbc solution. If you are lucky the Oracle docs for the driver might document something useful.
    If it was me I would just wrap another proc around it and have that strip the fields out for me and return it as a regular result set.

  • HT3529 i would like to know how to delete a number that is no longer in my contacts but when i pull up my text messages that number still shows up how do i get rid of that

    i would like to know to delete a number that still shows up in my text message people i can send messages to but is no longer a contact in my phone. but since i have sent the person a text in the past and when i type the name in it will pull it up how do i delete that

    dam122577 wrote:
    but wont restoring as new delete all my info on my phone
    Yes. That is why I added...
    it will disappear over time due to non-use.

  • In the iPhone maps app, the favorite selection no longer appears on my iPhone 6 with iOS 8.1.2

    I recently noticed that the "favorites" selection no longer appears when I tap the search bar in iPhone 6 maps.  I need to enter the address every time.  It seems like the address is stored, just no longer visible as a selection.  Recent places also are no longer visible.  I believe this was working before the upgrade to 8.1.2.  Any suggestions?

    Try saving some of your recent places into Favorites to see if that will then appear in that page. You could also try resetting your phone as described below:
    Close all open apps by double-tapping the home button, then swiping up and off the screen with the app window (not the smaller icon).
    Reset your device: hold down the home button along with the sleep/wake button until the screen goes black and you see the Apple, then let go. (No data loss)
    Did you set up your phone as a new user, or did you load a backup file?

  • Google maps turn by turn directions no longer interrupts iTunes music player in iOS7

    I often use Google Maps app when I travel while simultaneously listening to music. I have my iPhone connected to my car stereo via the Lightning port. In iOS6, when Google would give turn by turn directions the music volume would duck and the voice guided navigation would play through the car stereo. After updating to iOS7, this feature no longer works. With both iTunes and Google Maps open, the music volume is always dimmed and voice guided navigation is always off.
    I do not notice this issue with Apple's Maps app. So far it appears to work properly and I am using this as a work around. However there are several reasons I favor Google Maps as a superior solution for the moment. For example, if I ask for directions to a specific location such as a local business Google is able to provide this information 90% of the time. By comparison, the same query with Siri usually results in having to search the web for an address first and then having to go back and ask for directions to that specific street address. It is a minor inconvenience, but it is enough of a hassle that I tend to stick with the better content of Google Maps for now.
    Perhaps this bug is iOS7 related or perhaps the issue is with the Google Maps app. Either way, I am reporting because I'd love to see it fixed. I have noticed several bugs (this being one of many that I am reporting) since upgrading to iOS7 which has been very disappointing. I am a huge Apple advocate and this has not been the experience of "It just works" that I have come to expect from my Apple products. It is because I care so much about the Apple ecosystem that has made my work and play so much more enjoyable that I will take the time to report these in hopes that Apple will take notice and that subsequent updates will address these issues. 

    I never did. Partly I believe it's the interaction with my car's bluetooth connection and instructions it sends the phone when they connect. It seems like if I actively QUIT all applications that could play audio (SiriusXM, Podcasts, Music), then I can get the directions without any music. (That said, the SiriusXM app doesn't always play nice. If any of these are open, not even playing, then they start up when I select bluetooth audio on my car stereo. But I still can't tell the audio to stop without it muting either Google Maps or Apple's Maps. They both behave the same way.

  • Number of characters in long text functionality

    Can anyone please help me as to how many characters are there in long text functionality in Standard SAP. If we create a document under FB01 , there is a long text field how many characters we can enter in that text field.
    Also can we have any number of characters in custom field or is there any restriction to it.

    Hi Isha,
    Please refer the solution for your problem on this link :
    Here i have explained in detail how you can go about with providing Custom Controls on the screen.
    [Re: long text in custom screen]
    Hope this helps.
    Regards,
    Samreen.

  • HT5622 How do I unregister my phone number. I no longer have an iphone but text are still going through as I messages

    I no longer have a iPhone and Verizon days I need to unregister my number with iTunes but I can not find a spot to do that

    Contact Apple Support and ask them to deauthorize iMessage: https://www.apple.com/support/appleid/contact/

  • Mapping help-- Number format

    Hi, I have a requirement in the mapping where in we receive an XML field with value '674.585' needs to be converted to an xml field as '674.59'..(Two decimal rounding)
    I tried using format number but it does not convert '.585' to '.59' but it does convert '.587' to '.59'..
    So please advise on how how I could achieve a conversion of '.585' to '.59'..
    Thanks in advance!
    Larry

    >
    Satish Reddy wrote:
    > Hi Larry,
    >
    > Create a value udf with one input argument var1 and name it is roundtwodecimals. Then add this code:
    >
    > Imports:  java.math.*;
    >
    >
    >
    BigDecimal bd  = new BigDecimal(var1).setScale(2, BigDecimal.ROUND_HALF_UP);
    >  return bd.toString();
    >
    > So if your input is 674.585 then your output will be 674.59.
    >
    > Regards,
    > ---Satish
    its better to use the standard formatnum function

  • Online Number for Brazil no longer available?

    My online number just stoped working.  Back in May I received an email stating the Skype team had addressed the issues with Brazil Telecom and I could order online numbers, since Transit was not releasing the old numbers. I ordered a new number on July 20th thru purchase order 59645482. The number worked fine until November 20th, when friends started reporting busy tone. Today I found out, thru an agent that the number has been disconnected and that you no longer can get online numbers in Brazil. 
    Despite the fact that I was not notified or refunded, I would like to know if there is any plans to restore the Online service to Brazil and what is the timeline.

    Please contact customer support: https://support.skype.com/en/faq/FA1170/How-can-I-contact-Skype-Customer-Service
    Note: In some cases you can use a live chat with them: http://support.skype.com/en/support_selection
    About Me You can also use a IP Camera as your camera for Skype video Example Instructions

Maybe you are looking for

  • Unresolved bug in adobe reader x with non-default windows zoom level

    This seems to have already been brought up here about a year ago: http://forums.adobe.com/thread/776060. I am using Windows 7 Professional 64-bit with Firefox 12.0 and Adobe Reader 10.1.3. Here is a description of the problem: Whenever I open any PDF

  • From which table, the current number is taken for a WM TO?

    Dear Experts,  Kindly let me know when a transfer order is created in LT01,  how the TO number is  assigned? Before assigning a number, from which table it takes the current number? regards shetty

  • Drag and Drop Jtree

    hi this code in a jtree accepts stuff dropped over using drag and drop, but when it accepts drops, they register fine. but when i expand the node, and then drop on it it refuses to accept the drop, the drop just doesnt happen! can you help? im totaly

  • My AppleTV 3 makes a horrid noise over the speakers when I play movies in Netflix.

    This problem just started and it seems to be only on certain videos. For example: all of the episodes in Season 1 of Dexter work just fine, but as soon as you try to play season 2, it makes this horrible rattling noise like a rattle snake and no othe

  • How do I get a website to function properly on my Macbook...Help Please!

    How do I get a website to function properly on my Macbook. When accessing my Stella and Dot account it keeps sending me back to the sign-in page after I have  successfully signed in. I get bumped back to the sign-in page when I try clicking on any ta