2006 Nov 21 9:40 AM
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.
2006 Nov 21 11:11 AM
Declare a variable of type P.
move the corresponding FLTP value into <variable>.
Then pass this value to the ALV..
2006 Nov 21 11:25 AM
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
2006 Nov 21 11:28 AM
declare the variable as type P in the ALV internal table.
move the value to this alv field...its done..
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |