‎2007 May 23 11:46 AM
I am trying to convert from type p decimals 4 to character string value,it is giving error Value can't be interp. as floating-point number or longer than 22 charac.
I am using following code.
l_mean = w_mean_val-mean_val.
l_mean TYPE qsollwertc,
mean_val TYPE p DECIMALS 4,
If i have the values in w_mean_val-mean_val as positive then it is working.if the values are negative giving error
qsollwertc is of character string of length 16.
Regards,
Sai
‎2007 May 23 11:47 AM
‎2007 May 23 11:47 AM
‎2007 May 23 12:04 PM
‎2007 May 23 11:48 AM
Hi,
Use :
WRITE A TO B where A is the Floating point data and B is the character type data.
Regards,
Himanshu