2008 Feb 23 7:14 AM
hi all
how the date and time fields values are syored in sap
2008 Feb 23 7:27 AM
2008 Feb 23 7:28 AM
Hi Rohit,
Date occupies 8 characters and
Internal format of the date is yyyy:mm:dd
External format is dd:mm:yyyy.
Ex.
data nu type d value '20071230'.
write : nu.
Time occupies 6 characters here internal and external format both are sam HH:MM:SS.
Ex: data time type t value '101530'.
write : time.
Thanks and Regards,
Surya
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |