2010 Apr 23 5:09 AM
Hi Experts,
How to validate if a input data is numeric? Is there any function module?
The value can be non decimal as well as decimal like 12.23 and must be positive and greater than 0.
Thanks
Gopal
Hi Experts,
How to validate if a input data is numeric? Is there any function module?
The value can be non decimal as well as decimal like 12.23 and must be positive and greater than 0.
Thanks
Gopal
2010 Apr 23 5:15 AM
must be positive and greater than 0
Till date i thought all positives numbers are greater than zero Anyways yours is a basic question & has been answered many times in the forum ...
2010 Apr 23 5:17 AM
2010 Apr 23 5:37 AM
NUMERIC_CHECK does not validate decimal values.
Edited by: gopalkrishna baliga on Apr 23, 2010 6:38 AM
2010 Apr 23 5:18 AM
Hi,
where you want to validate the field? because if you declare
it in selection-screen it will automatically deal with it. It will not
let you enter decimals or alphabets.
Regards and Best wishes.
2010 Apr 23 5:46 AM
I am validating the data in ABAP proxy code. XI sends the data to ABAP Proxy. The field is defined as CHAR type and I can't change this type.
2010 Apr 23 5:53 AM
>
> The field is defined as CHAR type and I can't change this type.
Heard about string operator C ontains O nly (CO) ? SAP Help link: [http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3516358411d1829f0000e829fbfe/content.htm]
2010 Apr 23 12:23 PM
Indeed very basic question, please search for answers before posting redundant questions.
Thread locked.
Thomas
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |