2008 Feb 25 9:37 PM
hello...
can u plz tell me the code to left-pad zeroes to char data.
thanx.
2008 Feb 25 9:48 PM
try this..
DATA: l_var(3) TYPE P VALUE 123,
l_char(6) TYPE C.
UNPACK l_var TO l_char.
hello...
can u plz tell me the code to left-pad zeroes to char data.
thanx.
2008 Feb 25 9:38 PM
2008 Feb 25 9:48 PM
try this..
DATA: l_var(3) TYPE P VALUE 123,
l_char(6) TYPE C.
UNPACK l_var TO l_char.
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |