‎2008 Jan 21 4:19 PM
hi all,
Give me some importent system fields and how
to use also if available give me the example code.
thanks
swetha
‎2008 Jan 21 4:22 PM
Hi Swetha,
SY-DATLO
Local date of user, for example 19981129, 19990628.
SY-DATUM
Current (application server) date, for example 19981130, 19990627.
SY-DAYST
During daylight saving time X, otherwise empty.
SY-FDAYW
Factory calendar weekday, Sunday 0 … Saturday 6.
SY-TIMLO
Local time of user, for example 154353, 225312.
SY-TZONE
Time difference to Greenwich Mean Time (UTC) in seconds, for example 3600, 10800.
SY-UZEIT
Current (application server) time, for example 164353, 215312.
SY-ZONLO
Time zone of user, for example CET, UTC.
See this link
http://help.sap.com/saphelp_nw04/helpdata/en/7b/fb96c8882811d295a90000e8353423/frameset.htm
Plzz reward if it is useful,
Mahi.
‎2008 Jan 22 8:08 AM
hi,
Follow this link for system fields.
http://www.erpgenie.com/abap/systemfields.htm
Hope this is helpful, Do reward.
‎2008 Jan 22 8:15 AM
Hi,
You can find those in table SYST.
The most commonly used one is SY_SUBRC.
Regards,
Renjith Michael.