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

SELECTION SCREEN

Former Member
0 Likes
370

HOW TO READ FLOAT VALUESIN SELECTION SCREEN

3 REPLIES 3
Read only

Former Member
0 Likes
351

Hi Pavan,

U cannot use types F (floating point) for selection-screen parameters.

-SatyaPriya

Read only

Former Member
0 Likes
351

parameters P_float(10) type p decimals 3.

p_float = p_float + 10.

write: p_float.

Read only

Former Member
0 Likes
351

go to search in SDN . u can find number of exaples about selection screen

Regards ,

Kiran