‎2007 Aug 31 8:21 PM
Hello, experts.
I'm getting the following dumb message error: "g_test must be a character-type field (data type C, N, D, or T)" and g_test type f.
How should I declare this variable? The type f has been used to keep all decimals values.
Thanks in advance.
Flavia
‎2007 Aug 31 8:25 PM
You should use type P...
g_test TYPE P.
You can add decimals...
g_test TYPE P DECIMALS 5.
Greetings,
Blag.
‎2007 Aug 31 8:25 PM
You should use type P...
g_test TYPE P.
You can add decimals...
g_test TYPE P DECIMALS 5.
Greetings,
Blag.