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

Database

Former Member
0 Likes
908

hi all,

display for sy-datum and sy-uzeit..

what is the name of the database name?

Thx,

s.suresh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
877

Hi,

These are the system variables containing system information. You can use all the system SY fields in CATT. The names of the SY fields are in the Dictionary structure SYST.

examples of system feilds:-

SY-LANGU (logon language)

SY-UZEIT (current time)

SY-DATUM (current date)

SY-UNAME (user name)

regards,

preet

reward if helpful

6 REPLIES 6
Read only

Lakshmant1
Active Contributor
0 Likes
877

Hi Suresh,

Try sy-dbsys...

Thanks

Lakshman

Read only

Former Member
0 Likes
877

sy-datum and suy-uzeit are system variables..didnt get what u mean exactly..

Read only

Former Member
0 Likes
878

Hi,

These are the system variables containing system information. You can use all the system SY fields in CATT. The names of the SY fields are in the Dictionary structure SYST.

examples of system feilds:-

SY-LANGU (logon language)

SY-UZEIT (current time)

SY-DATUM (current date)

SY-UNAME (user name)

regards,

preet

reward if helpful

Read only

0 Likes
877

hi preet,

Thanks.

Read only

Former Member
0 Likes
877

Hi ,

sy-dbsys is the variable consists of the Database system used.

Regards,

Sankar.

Read only

0 Likes
877

hi,

what u have asked for are system fields which are in a structure and their values are calculated at the run time. they are not stored in database table.

mayank