Application Development 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: 

system fields table

Former Member
0 Kudos

Hi Gurus,

Can any one tell me the table for system fields ..

Congrats in Advance

Regards

Abeehs

1 ACCEPTED SOLUTION

sarbajitm
Contributor
0 Kudos

SYST

Most used system field SY-SUBRC you get here along with other important system field.

regards.

sarbajit.

8 REPLIES 8

siddhesh_pathak4
Contributor
0 Kudos

Table Name: SYST

Former Member
0 Kudos

Its SYST table

Regards,

Anagha Deshmukh

Former Member
0 Kudos

SYST is a structure. You can see all system fields in that structure.

Former Member
0 Kudos

hello,

The SYST table stores all system information.

please close the post once your issue is solved

sarbajitm
Contributor
0 Kudos

SYST

Most used system field SY-SUBRC you get here along with other important system field.

regards.

sarbajit.

former_member228751
Contributor
0 Kudos

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

0 Kudos

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

0 Kudos

Hi Pooja,

We can use the table T000 , field name LOGSYS, to get the logsys details.

Regards,

Anand