‎2011 Sep 22 2:08 PM
hi experts,
I have created a feild with NUMC as data type using AET.
But this feild is allowing chracters and negative values , whereas ideally it should only allow numbers.
The problem is we need to have this feild as numc type only since the data would be sent to non sap application via PI (Process Integration)
please help
regards
Anu
‎2011 Sep 23 11:25 AM
Hi Anu,
Go to the Screen Painter and double click on the Input Field you get a POP up showing the attributes of the input field. In the DICT Tab you find an Input Field FORMAT with a LIST BOX of Values from here select NUMC and Activate your entire object
Hope this resolves your purpose
Cheerz
Ramchander Rao.K
‎2011 Sep 23 3:59 AM
Hi Anu,
If this field allows characters and negative signs, then in your ABAP code, you must have to filter first your inputs, before saving it to your table. There's a lot of possible method on how to check numeric values only (just search the net). In this way, you can assure that all entries into that field are all numeric.
Hope it helps. Cheers
‎2011 Sep 23 11:25 AM
Hi Anu,
Go to the Screen Painter and double click on the Input Field you get a POP up showing the attributes of the input field. In the DICT Tab you find an Input Field FORMAT with a LIST BOX of Values from here select NUMC and Activate your entire object
Hope this resolves your purpose
Cheerz
Ramchander Rao.K
‎2011 Nov 05 3:07 PM