Is there a limitation on the no. of digits for constant function

hi
I want to compare a value of a certain field with a Constant with 89999999999 and pass the value only if it is  less than this . I am using the less standard function and comparing the value .If it less than that only then I can pass the value however it is not able to compare more 7 digits.
Is this a limitation in the Constant Function?

Hi,
I know what is your problem coz I faced similar issue with Arithmetic function. So in order to solve the problem I added the paramter com.sap.aii.mappingtool.flib3.bigdecimalarithmetic in Exchange Profile as mentioned in the blog.
/people/thorsten.nordholmsbirk/blog/2006/08/25/new-arithmetic-and-statistical-functions-in-message-mappings-in-sp18
Note: After doing the changes you need to restart the JAVA server.
It works for me coz I have implemented the same in my system.
Regards,
Sarvesh

Similar Messages

  • Is there any limitations to the maximum number of dimensions in MP?

    hi all
    Is there any limitations to the maximum number of dimensions can be created in Multi provider. If so how what is the maximum number of dimensions that can be created in a multi provider?
    regds
    haritha

    Hi,
    Maximum number of dimensions 16. Out of 16, 3 are system defined
    1.Datapacket
    2.Time
    3.Unit
    It is restricted to 16 because the maximum no of dimensions in any database is 16.
    Reward points if helpful
    Cheers
    Raj

  • Is there a limit of the number of pages for an org chart in Visio 2013?

    I created an org chart in Visio 2013 by importing data from an Excel file.  It created 300 pages.  Besides opening & saving the file very slowly, it functioned as I expected (i.e. layed out the chart properly & links worked to drill
    between pages).  I needed to visit each page to clean up the layout (i.e. add spacing, change layout, etc).  After fixing approx 130 pages, Visio shut down unexpectedly.  Fortunately I had been saving regulary.  I reopened the file
    and continued working.  It then would shut down after updating every 25 pages or so.  The file size is 5.3 MB.  I'm running Windows 7 with 4 GB RAM.  Is there a limitation to the number of pages before Visio becomes unstable?

    based on my test,there is no limit

  • HT1238 Is there a version of the iPod Reset Utility for 64-bit Windows?

    Is there a version of the iPod Reset Utility for 64-bit Windows? The only 1 I could find says it only works on 32-bit. I tried the compatibility utility, but still no joy!

    I recently reset my Ipod Shuffle 2nd gen to factory defaults and now it is not being recognized in Itunes. I currently have Windows 8 and no capability to get a 32-bit version of windows. What are my options for making my 2nd gen Shuffle to work?

  • Using the send by Email for Review function

    We are using Adobe Acrobat 8 and would like to use the send by Email for Review function. We would like to modify the text for the invitation message but don't want to have to modify it every time we use the function. Does anybody know any way that we can modify the message so that it would be the same message every time it is used?

    Hi Christine,
    I know it's not the answer you want, but signatures have to be added in a serial manner. Every time you sign the PDF file you are signing everything that came before the signature was created, and this includes the previous signatures. There is no method to combine signatures from multiple files into one file. You would end up creating a signature over data that wasn't there when the signature was originally created, and in the security world that's a no-no.
    Steve

  • Why is there a limitation on the number of boolean parameters in a custom function?

    We have a custom function which 'flattens' four text temporal values into a single temporal value.
    We want to do the same with boolean temporal values.
    However, OPM throws an error when  it reads the metadata for the function in extensions.xml.  It says all boolean paramaters need to be last.  We can't put them all last as there are more than one.
    This is OPM error code OPM-W00001.
    Any ideas on how I can work around this limitation?

    Taken from OPA Developer's help:
    Only one boolean parameter can be passed to a function, and it must be the last parameter.  This is due to a limitation in the rule compiler.  Any number of other parameters may be present however.
    Should you want to pass more boolean values, create a temporary/document text variable with values "True"/"False" using rule table.

  • Is there a limitation on the Size of Attachments to SBO Documents?

    Hi, Experts.
    Is there a size limitation to the Attachments that you can Attatch to an SBO Document like an Activity?
    Does this depend only on the Hardware Specifications, or does SBO also limit the Size of Attachments?
    Any help would be appreciated.
    Thanks,
    Marli

    Hi Marli,
    There is no limitation on the size of attachment. Otherwise also, SBO stores only the name of the file and copies it to the attachment folder. Since, in SBO, only the name is stored, therefore the size of the attachment does not matter.
    Rahul

  • Is there a limitation to the number of calendars that iCal can manage?

    My wife and I share calendars. Recently she found that one of my calendars was not showing up on her iMac and any dates or appointments were automatically sent to Notifications. However, all of my calendars and hers as well show up on her iPhone and iPad. With that we took her iMac to a Genius Bar. The tech after trying many things determined that because the age of her iMac (a 24", dual core) was limiting iCal to 10 calendars. I find this incredible. I can't image that this could be a hardware problem. She and both are running under Mountain Lion. Has anyone ever heard of this issue?

    Kim331 wrote:
    Is there a limit to the number of devices that I can run off my iTunes account?
    According to this Support Article  >  http://support.apple.com/kb/HT4627
    Your Apple ID can have up to 10 devices and computers (combined) associated with it.

  • Are there any limitations in the Student Edition

    Hi,
    I just purchased the Student Adobe Creative Cloud. Are there any limitations? Also, can I put this on both of my personal computers, or just one? Thanks!

    Hi Anuj,
    You can install the application on 2 machines with 1 license.
    Regards,
    Sheena

  • Limitation on the number of applications for a domain?

    Does anyone know if there is a limitation on the number of applications you can
    deploy on a domain for weblogic server 7?

    java -XX:MaxPermSize=... worked, so now the app server starts fine
    Thanks a lot.
    Rob Woollen <[email protected]> wrote:
    Jing wrote:
    Rob,
    I deployed 291 EJBs into the applications directory for a weblogicdomain, since
    each jars stands on its own, so weblogic treats them as individualapplications.
    Interesting. Is that really how you want to structure your server?
    The behaviour I ran into was weblogic server was not able to startcorrectly,
    it seems to stuck on some infinite loop, keep printing out the samemessage saying
    it's trying to active xxx.jar, but as soon as I reduce the number ofEJBs to a
    certain number(238) in this directory, weblogic server started correctly,deployed
    xxx.jar just fine.Without more information (like showing me what error it printed out),
    I
    can't tell you where the problem lies.
    However, the server is limited by the heap size, and the class size
    space is another limit you might hit.
    I would suggest increasing the heap size as well as the MaxPermSize in
    your JVM.
    -- Rob
    Is there any configuration I need to set on the domain?
    Thanks
    Rob Woollen <[email protected]> wrote:
    No limit.
    -- Rob
    Jing wrote:
    Does anyone know if there is a limitation on the number of applicationsyou can
    deploy on a domain for weblogic server 7?

  • The BADI AND FM involved in mentioning the number of digits for Price

    Hi,
      Please mention me the name of BADI & Functional module(or if report program) involved in validating the number of digits entered for the field price while creating Shopping cart.
    i am eagerly waiting for the answer.
    regards,
    George.

    Hi. I would imagine it is the done via the data dictionary and is checked as a matter of course in every transaction like normal.
    Why do you want to know this? If you need to change number of decimals there are options available.
    Have a look at this thread:
    Re: decimal places for Price
    Regards,
    Dave.

  • BPC - What is the Best Course ID for Training(Functional Only)

    Hello Guys
    I am EC-CS and SEM-BCS(Consolidation) Fucntional Consultant, lately thinking about BPC training.
    any One Can Help or give some Lead to attend the right BPC Training Course( on SAP Website)
    Your help really appreciated
    Thx
    Ramana

    Hi Ramana -
    Please check out the "Curriculum: SAP Solutions for Enterprise Performance Management - SAP Business Planning and Consolidation" at :
    http://www.sap.com/usa/services/education/catalog/perfmgt/curriculum.epx?context=FFC760B8923D16BB5150DAE63E7C1A6B331AF0B9E3A8F73CE3A9B7046E051044825A85DAE5E2A4D7B15301EA7956E5C79735C38D2C06CDDE87FF61D1338F01776B564F89C6581143490893016429EB4E2872B1079D5197E34D4ADCDA87E07280%7cE08D49B343EC5A4C9B27ECDBC7C799B1
    -Sheldon

  • BULK IMPORT ONLY LOADS THE FIRST FOUR DIGITS FOR THE SIC CODE

    Hi,
    The issue is: DNB enrichment file has 8 digits SIC codes, but oracle bulk import only loads the first 4 digits and ignore the last 4. Just would like to whether it will be possible to import all the 8 digits of SIC code.
    Thanks and regards,
    Hareesh

    I solved the problem by using destroy() method instead of finally block. Thanks,anyway,Jimmy.

  • Is there a limitation to the number of CD's you can add to the Library

    Just finished burning every CD I own to a hard drive and want to add the folder to the playlist. For some reason it is not bringing all the subfolders over (mysteriously did not bring the artists from K thru S). The music is clearly on the hard drive, yet not visable in the ITunes library.
    Is it a Size limitation thing? Appears to have brought over around 22,000 songs out of approx 35,000

    Trust me, 22,000 should fit in the iTunes library without it complaining.
    What did you use to import these CDs if you didn't use iTunes? Are they are on a remote network drive? Sometimes iTunes gets a bit fussy when transferring from a network drive because there are characters you can use for file names on some volume formats that aren't legal for Windows.
    Also make sure that the files that won't copy aren't protected WMA or some file format that iTunes doesn't understand.
    Also if you've used a third party ID3 tag editor, some of them mangle the data such that iTunes won't accept the file.

  • Are there any limitations on the amount of content published using Adobe DPS?

    I can not find any information on this and i need to know if there are any as it might pose a problem regarding the publication i am currently looking to make.
    Also, why is there no way to contact customer service? I can not find any forms or e-mail adresses to inquire my questions.
    Best,
    Kim

    Bob,
    We created .IPA files and it behaves pretty much the same as Content Viewer:
    - With the small number of articles (about 30, some having up to 30 pages), it is stable even on iPad1, just a bit slow to render new pages with random browsing.
    But once we added more articles (the target is 150+ as this is the size of content we publish), at some point the app started crashing on both iPad1 and iPad3. The same is for the Content Viewer on iOS.
    I understand your concern as a reader, regarding lengthy articles (your earlier post in this thread). We created a secondary navigation UI to ensure every page in every article can be reached with no more than 3 taps, so it is supposed to be read in a WebSite-alike fashion.
    But, technically speaking, there seems to be a barrier that we are not aware of. This barrier prevents from creating complex and content-rich folios, as good as books created with Apple's iBooks Author. and possibly better.
    Given the lack of definite answers on this particular matter, I started to doubt: is Adobe really interested in supporting folks creating  publications like multimedia references with this product?
    If it appears that DPS/Folio is only suitable for simulating printed glossy magazines and corporate catalogs, than we might have chosen a wrong tool for the job
    But I still hope to get helped...
    Anyone???

Maybe you are looking for

  • Firefox wont open .jpegs. but .jpgs do.

    My Firefox 3.7.10 wont display .jpegs. It will always ask whether to download the file or open with whatever application. .jpgs work fine every time, so it doesnt appear to be mime types. It happens on every server. When i go ahead and tell firefox t

  • Validation of Material Group in SD Pricing Routines

    Hi , I have created a new custom routine( Condition Value in VOFM ) for Excise duty calculation. Now, I have  requirment where in I need to check the material group and based on that materai group I need to calculate the Excise duty in my Routine . S

  • BUG (oversight) Compilation albums

    with the new grouping by album art feature, compilation albums are shown as separate albums for each track on that album. oversight? Checked a few of my compilation albums and they were split into albums for each track (artist) not grouped and shown

  • BT deny fallen cables

    Hi BT cables fell on my car in high winds and they deny they even fell, any ideas to get BT legal to do the right thing. Didn't file a police report at the time, maybe I should have. Either my insurance company isn't very good or BT are avoiding taki

  • Delete Canon camera photo not sync

    I would like to delete Canon photos from my iPad 4? Syncing just adds more photos that I have adjusted through Photoshop. This incompetent iOS chooses what photos it wants to sync and doesn't ask me what I want. In the iOS where is the delete button