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

SYS -DATE&TIME fields

Former Member
0 Likes
1,027

Dear all ,

in commersial ivoice i want to show the system time and Date can anyone help me in finding out the system time field name ,and sysdate field name

thanks rgds,

vamsee krishna

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
991

Hi Vamshi,

Goto SE11.

Structure name is "SYST', you can find the all the system filed names.

8 REPLIES 8
Read only

Former Member
0 Likes
991

SY-DATUM: Date

SY-UZEIT: Time

Read only

0 Likes
991

can u plz tel me the Table name

Read only

0 Likes
991

Hi,

there is no such table I guess .

Check this.

[Help|http://help.sap.com/saphelp_nw70/helpdata/en/7b/fb96c8882811d295a90000e8353423/content.htm]

Rhea.

Read only

Former Member
0 Likes
991

system date field is sy-datum.

system time field is SY-UZEIT.

for more details on system fileds please see the link below:

http://www.geocities.com/ResearchTriangle/1635/system.html

Edited by: Rahul Kumar Sinha on Nov 28, 2008 8:52 AM

Read only

Former Member
0 Likes
991

Hi,

If it is a script give it as &date&,&time& in the window and

if it is report

SY-datum and SY-UZEIT.

Read only

Former Member
0 Likes
992

Hi Vamshi,

Goto SE11.

Structure name is "SYST', you can find the all the system filed names.

Read only

Former Member
0 Likes
991

Itz not a table, its a structure named SYST.

U can view it in Tcode SE11

Read only

Former Member
0 Likes
991

Hi Vamsee,

As also told by others use the system fields below and you can see all the system fields in structure SYST,

syst-uzeit and sy-uzeit gives the current time of application server.

syst-datum and sy-datum gives current date of application server.

With luck,

Pritam.