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

Changing FLTP data type to P data type.

Former Member
0 Likes
942

hi experts,

i want to convert FLTP data type to P TYPE data type , i want to show in alv report . can any help me on this. the fields like QAMR-MITTELWERT.

advance thanx.

Murali Papana.

hi experts,

i want to convert FLTP data type to P TYPE data type , i want to show in alv report . can any help me on this. the fields like QAMR-MITTELWERT.

advance thanx.

Murali Papana.

3 REPLIES 3
Read only

Former Member
0 Likes
638

Declare a variable of type P.

move the corresponding FLTP value into <variable>.

Then pass this value to the ALV..

Read only

Former Member
0 Likes
638

Hi Murali,

FLTP datatype uses 16 decimals whereas TYPE P is restricted only to 14 decimals , so the last 2 decimals will be truncated if u convert to type P

Read only

Former Member
0 Likes
638

declare the variable as type P in the ALV internal table.

move the value to this alv field...its done..