‎2009 Sep 11 2:46 PM
I want to get a value from the user which is Float type from the selection screen. But the parameters statement doesn't allow the float type value. So please suggest me an alternative to this restriction.Please be clear in your reply as I am new to SAP.
‎2009 Sep 11 2:57 PM
Well, the only alternative I can think off is to use Type P. This will not give you exponentials but will take care of the decimals.
PARAMETERS p_var1 TYPE LENGTH 10 DECIMALS 8.
‎2009 Sep 14 8:54 AM
Hey I tried What you suggested . But I have tried it already. I am getting the error message "Input must be in the format __~,__V
Message no. 00088"