Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

System fields

Former Member
0 Likes
489

hi all,

Give me some importent system fields and how

to use also if available give me the example code.

thanks

swetha

3 REPLIES 3
Read only

Former Member
0 Likes
465

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.

Read only

Former Member
0 Likes
465

hi,

Follow this link for system fields.

http://www.erpgenie.com/abap/systemfields.htm

Hope this is helpful, Do reward.

Read only

Former Member
0 Likes
465

Hi,

You can find those in table SYST.

The most commonly used one is SY_SUBRC.

Regards,

Renjith Michael.