2007 Jun 25 1:25 PM
Hi all,
Is there any function like TO_CHAR or TO_DATE same as oracle in ABAP?
Thanks in Advance ....
Its bit urgent
Hi all,
Is there any function like TO_CHAR or TO_DATE same as oracle in ABAP?
Thanks in Advance ....
Its bit urgent
2007 Jun 25 1:28 PM
You can just use assignement or the WRITE statement.
a = '20070625'.
write a to datout DD/MM/YYYY.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |