Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Parameters restriction for Float type

joseph_manjiyil
Participant
0 Likes
442

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.

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"

2 REPLIES 2
Read only

Former Member
0 Likes
393

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.

Read only

0 Likes
393

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"