Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from R. N. Wilhite on Jul 5 at 12:15 PM Margaret, Based on what you just sent me, I found C14W_CHAR_NUMBER_CONVERSION I only wish it had a decimals parameter... Neal
| | | ---------------Original Message--------------- From: R. N. Wilhite Sent: Thursday, July 04, 2013 12:34 PM Subject: Looking for IS_NUM in ABAP We all know: NUMERIC_CHECK. if var CO '0123456789,.'. *var is numeric. else. *non numeric. endif. To check for a number before moving it to a real number. We can extend this as: if var CO '0123456789,. +-'. Because "-12,345.678 " should still scan as a number. But then we get to: 1,23,456.00 1,2-3,45 1,2.3,45 None of these scan! Do I need to make my own FM, or is there something simple to test this? Neal | | Reply to this email to post your response. __.____._ | _.____.__ |