‎2008 Mar 25 10:00 AM
hi all,
display for sy-datum and sy-uzeit..
what is the name of the database name?
Thx,
s.suresh
‎2008 Mar 25 10:42 AM
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
‎2008 Mar 25 10:40 AM
‎2008 Mar 25 10:41 AM
sy-datum and suy-uzeit are system variables..didnt get what u mean exactly..
‎2008 Mar 25 10:42 AM
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
‎2008 Mar 25 10:46 AM
‎2008 Mar 25 10:59 AM
Hi ,
sy-dbsys is the variable consists of the Database system used.
Regards,
Sankar.
‎2008 Mar 25 11:30 AM
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