‎2008 Nov 28 7:50 AM
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
‎2008 Nov 28 7:57 AM
Hi Vamshi,
Goto SE11.
Structure name is "SYST', you can find the all the system filed names.
‎2008 Nov 28 7:52 AM
‎2008 Nov 28 7:59 AM
‎2008 Nov 28 8:05 AM
Hi,
there is no such table I guess .
Check this.
[Help|http://help.sap.com/saphelp_nw70/helpdata/en/7b/fb96c8882811d295a90000e8353423/content.htm]
Rhea.
‎2008 Nov 28 7:52 AM
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
‎2008 Nov 28 7:56 AM
Hi,
If it is a script give it as &date&,&time& in the window and
if it is report
SY-datum and SY-UZEIT.
‎2008 Nov 28 7:57 AM
Hi Vamshi,
Goto SE11.
Structure name is "SYST', you can find the all the system filed names.
‎2008 Nov 28 8:05 AM
Itz not a table, its a structure named SYST.
U can view it in Tcode SE11
‎2008 Nov 28 8:09 AM
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.