2006 Jul 12 10:10 PM
in se38 i made change number 1.000.000,00
(i have option <b>1</b> in <b>SU01</b> optoin 2 is good )
with this code
TRANSLATE l_num USING ', ' .
CONDENSE l_num NO-GAPS.
MOVE l_num TO l_num2.
i get 1.000.000<b>00</b> and this the err.
how can i solve it so it will be good to option 2 too in SU01
in se38 i made change number 1.000.000,00
(i have option <b>1</b> in <b>SU01</b> optoin 2 is good )
with this code
TRANSLATE l_num USING ', ' .
CONDENSE l_num NO-GAPS.
MOVE l_num TO l_num2.
i get 1.000.000<b>00</b> and this the err.
how can i solve it so it will be good to option 2 too in SU01
2006 Jul 12 10:17 PM
2006 Jul 12 10:33 PM
What ever u set in SU01, use this code:
Write l_num TO l_num2.
Do not write any other statements like Translate, condnse.
2006 Jul 12 10:38 PM
2006 Jul 12 10:41 PM
Declare the l_num2 as character of length equivalent to the l_num1.
2006 Jul 13 6:45 AM
num1 is type string
num2 is decimal 2
i need the number to be decimal 2
2006 Jul 13 6:59 AM
I MUNST WRITE CONDESE BCUS I GET NUMBER
1.000.00 00 I HAVE <b>SPACE</b>
2006 Jul 13 7:42 AM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |