Home > SAP Tips > ABAP/Java developer tips > Converting a large number from text to numeric format in SAPscript
SAP Tips:
EMAIL THIS
 TIPS & NEWSLETTERS TOPICS 

ABAP/JAVA DEVELOPER TIPS

Converting a large number from text to numeric format in SAPscript


A. Raghunathan
12.06.2005
Rating: -3.80- (out of 5)


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


Here is a workaround for a problem I had with SAPscript.

I had a requirement to express a large currency amount in words in SAPscript. I wrote a function module where I tried to use the function Z_CIN_SPELL_AMOUNT, but I found out that this function requires a currency field. So I could not pass a currency field directly into a function module from SAPscript.

I tried to remedy this by using the function C14W_CHAR_NUMBER_CONVERSION to convert my text into numbers. But I found out that this function has a limitation of six digits, i.e., it cannot convert a number above six digits. The reason is, it uses the data type ESECOMPAVG, which is based on domain ESDDEC6_4, which is six digits with four decimals. (It also throws an exception if the input exceeds six digits.)

I solved it by defining a data type called ZZDEC10_4, with 10 digits plus four decimals, and created another function using this data type instead.

Rate this Tip
To rate tips, you must be a member of SearchSAP.com.
Register now to start rating these tips. Log in if you are already a member.




Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


RELATED CONTENT
ABAP/Java developer tips
Select Text fields: Case-insensitive
Finding BADIs you can use
Is this the quickest way to find a BADI?
ABAP Objects in SAP Workflow to provide improved performance
Easily debug error messages in SAP processes
Accessing private attributes in ABAP Objects
Find a BADI in a minute
Top 10 SAP tips of 2007
How to transport an SAP query in R/3 4.6x
How to switch off message determination in BAPI_PO_CREATE1

SAP Output Forms
Select Text fields: Case-insensitive
Finding BADIs you can use
Quiz: SAP ABAP development
ABAP Objects in SAP Workflow to provide improved performance
Is there a 'load of program' option in report generation?
Deleting entries from a dynamic table
Defining a structure in a report
Need more options in newer Smart Forms
Methods for uploading SAP data
Error when reading XML files in SAP

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary

DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.

HomeNewsTopicsBlogsTipsAsk the ExpertsMultimediaWhite PapersProducts
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides enterprise IT professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective IT purchase decisions and managing their organizations' IT projects - with its network of technology-specific Web sites, events and magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Reprints  |  Site Map




All Rights Reserved, Copyright 2000 - 2008, TechTarget | Read our Privacy Policy
SearchSAP.com is a search service provided by TechTarget and is completely
independent of and not affiliated with SAP AG.
  TechTarget - The IT Media ROI Experts