Hi Techies ,
I am using AFVV(a f v v) table in that i am taking field ,BEARZ (Processing time),in this values are coming like 2.0000000000000000E+01
9.4791666666666670E-03
0.0000000000000000E+00
0.0000000000000000E+00
0.0000000000000000E+00
1.0000000000000000E+00
1.0000000000000000E+00
but in standard transaction the values are equal to : 2*10e01
9.47*10e03, the values are multiply by E of last 2 charecters (like 01,02,00,00 abv exp).
but I want to display values like normal integer values ,How can I get ,Can any one Please suggest me.
for example: actually this value 2.0000000000000000E+01 is equal to 2*10power1,
final value is 2.0000000000000000E+01 = 20.