2007 Jul 25 8:58 PM
HI,
I need to convert number 2008000 into a STRING
What is the ABAP code to acoomplish that?
thank you
2007 Jul 25 8:59 PM
2007 Jul 25 8:59 PM
2007 Jul 25 9:00 PM
hi,
do this way ..
data : var type i,
v_string type string.
v_string = var.
REgards,
Santosh
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |