‎2009 Mar 19 12:20 PM
Hi Gurus,
Can any one tell me the table for system fields ..
Congrats in Advance
Regards
Abeehs
‎2009 Mar 19 12:26 PM
SYST
Most used system field SY-SUBRC you get here along with other important system field.
regards.
sarbajit.
‎2009 Mar 19 12:22 PM
‎2009 Mar 19 12:24 PM
‎2009 Mar 19 12:24 PM
SYST is a structure. You can see all system fields in that structure.
‎2009 Mar 19 12:25 PM
hello,
The SYST table stores all system information.
please close the post once your issue is solved
‎2009 Mar 19 12:26 PM
SYST
Most used system field SY-SUBRC you get here along with other important system field.
regards.
sarbajit.
‎2009 Mar 19 12:31 PM
Hi,
SYST is a structure having system fields.
In program you can access the system fields like date(sy-datum), time (sy-uzeit), username (sy-uname) etc.
Close the thread if answered.
regards,
Sachin
‎2009 Jun 01 4:36 AM
Hi,
Which function should I use to get the logsys name? and how can I see the fields in structure SYST(transaction code)?
Thanks and Regards,
Pooja
‎2015 Nov 18 2:44 PM
Hi Pooja,
We can use the table T000 , field name LOGSYS, to get the logsys details.
Regards,
Anand