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

Floating Point type in selection screen

Former Member
0 Likes
806

Hi,

I need to use a field ausp-atflv in selection screen. Field atflv of type Floating point. But in selection-screen, Floating point type variables are not allowed.

Any suggestions please.

Thanks

Aravind.R

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
515

Hi,

You could probably use a packed data type for the field with the DECIMALS addition and then convert this to a Float field.

Hi,

I need to use a field ausp-atflv in selection screen. Field atflv of type Floating point. But in selection-screen, Floating point type variables are not allowed.

Any suggestions please.

Thanks

Aravind.R

2 REPLIES 2
Read only

Former Member
0 Likes
516

Hi,

You could probably use a packed data type for the field with the DECIMALS addition and then convert this to a Float field.

Read only

Former Member
0 Likes
515

Yes Arvind,

Replace the type with a TYPE P with DECIMALS addtion variable.

Regards

Abhii