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

Parameter type F

Former Member
0 Likes
949

Why cant we declare a parameter of type FLOAT?

3 REPLIES 3
Read only

Former Member
0 Likes
578

u can create ,

Parameters : p_decimals type p decimals 2.

Read only

Former Member
0 Likes
578

Hi,

Ofcourse you can declare.

F stands for Float

DATA :w_var TYPE F.

Read only

0 Likes
578

Thanks for ur reply but

I said PARAMETER my friend, not a variable.