‎2008 Apr 28 12:28 PM
Hey guys , I want to represent a number type c but with two decimals ,but it only take one , What Can i Do ?
‎2008 Apr 28 12:30 PM
‎2008 Apr 28 12:43 PM
yes but im doing the following
DATA: wa_valor_c(18) TYPE c.
MOVE it_data-valor_c TO wa_valor_c.
filliing a table :
it_saida-linha+345(16) = wa_valor_c.
to fill .txt file in server , I´m not displaying directly.
‎2008 Apr 28 12:45 PM
Hi,
you can take the length of the variable is 4 char.
Thanks
Ganesh
‎2008 May 07 12:25 PM